OpenBSD CVS

src/usr.sbin/ripd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ripd

Current tag: OPENBSD_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   17 years  claudio   New redistribute code adapted from ospfd. It is now possible to do the same redi...
[TXT] auth.c  1.9   16 years  claudio   Make the packet buffer u_int8_t * everywhere. This is binary data and not a stri...
[TXT] control.c  1.6   16 years  henning   do not leak confd on malloc failure in control_accept() found by Igor Zinovik <z...
[TXT] control.h  1.1   17 years  norby   Welcome ripd started by Michele Marchetto some time ago by using the imsg/three ...
[TXT] interface.c  1.5   16 years  claudio   Garbage collect unused stuff found by lint.
[TXT] kroute.c  1.12   16 years  claudio   An u_int8_t is enough as prefixlen. Another lint warning gone.
[TXT] log.c  1.2   17 years  michele   create a temporary neighbor instead of a permanent one when a request is receive...
[TXT] log.h  1.1   17 years  norby   Welcome ripd started by Michele Marchetto some time ago by using the imsg/three ...
[TXT] message.c  1.9   16 years  claudio   Make the packet buffer u_int8_t * everywhere. This is binary data and not a stri...
[TXT] name2id.c  1.1   17 years  claudio   New redistribute code adapted from ospfd. It is now possible to do the same redi...
[TXT] neighbor.c  1.9   16 years  claudio   Garbage collect unused stuff found by lint.
[TXT] packet.c  1.7   16 years  claudio   Make the packet buffer u_int8_t * everywhere. This is binary data and not a stri...
[TXT] parse.y  1.19   16 years  mpf   Unbreak parser by initializing topfile correctly. I got fooled by patch(1). Sorr...
[TXT] printconf.c  1.4   16 years  claudio   Add missing bits for auth crypt and cleanup a bit. OK deraadt@
[TXT] rde.c  1.9   16 years  claudio   The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping 16)...
[TXT] rde.h  1.4   16 years  claudio   The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping 16)...
[TXT] rde_rib.c  1.5   16 years  claudio   The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping 16)...
[TXT] rip.h  1.4   16 years  deraadt   spacing
[TXT] ripd.8  1.5   16 years  claudio   Document -D. Stolen from bgpd.8
[TXT] ripd.c  1.8   16 years  claudio   Add the 5 needed lines to support -D makro=value option. Another surprising find...
[TXT] ripd.conf.5  1.7   16 years  jmc   use a hyphen for "interface-specific" as a compound term. this is not a hard and...
[TXT] ripd.h  1.10   16 years  claudio   ctl_rt flags should be u_int16_t -- noticed by lint
[TXT] ripe.c  1.6   16 years  claudio   Sync a bit more with ospfd. Do not fatal if one of the pipes is closed, instead ...
[TXT] ripe.h  1.8   16 years  claudio   Make the packet buffer u_int8_t * everywhere. This is binary data and not a stri...
[TXT] buffer.c (in the Attic) [Hide]  1.2   16 years  claudio   The index should be unsigned int -- another lint finding
[TXT] imsg.c (in the Attic) [Hide]  1.2   17 years  henning   do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al