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_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[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] carp.c  1.1   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[TXT] control.c  1.10   15 years  eric   make ripctl/ripd imsg-in-a-lib ready too. ok pyr@
[TXT] control.h  1.2   15 years  eric   make ripctl/ripd imsg-in-a-lib ready too. ok pyr@
[TXT] interface.c  1.6   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[TXT] kroute.c  1.16   15 years  chris   rtm->rtm_hdrlen conversion ok claudio@, henning@
[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.10   16 years  djm   Use arc4random_buf() when requesting more than a single word of output Use arc4...
[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.10   16 years  deraadt   msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg...
[TXT] parse.y  1.24   15 years  tobias   Fixed memory leaks which would occur if the second of two memory allocations fai...
[TXT] printconf.c  1.5   15 years  michele   Change the behaviour of redistribute default. Now a default route have to be pre...
[TXT] rde.c  1.12   15 years  eric   make ripctl/ripd imsg-in-a-lib ready too. ok pyr@
[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.16   15 years  eric   make ripctl/ripd imsg-in-a-lib ready too. ok pyr@
[TXT] ripd.conf.5  1.9   15 years  jmc   sort;
[TXT] ripd.h  1.15   15 years  pyr   Get ready for including imsg.h from a lib, when it comes along.
[TXT] ripe.c  1.12   15 years  eric   make ripctl/ripd imsg-in-a-lib ready too. ok pyr@
[TXT] ripe.h  1.9   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[TXT] buffer.c (in the Attic) [Hide]  1.3   15 years  eric   make ripctl/ripd imsg-in-a-lib ready too. ok pyr@
[TXT] imsg.c (in the Attic) [Hide]  1.7   14 years  dlg   revert this change by eric@: Make the imsg protocol network-safe. it might be...
[TXT] imsg.h (in the Attic) [Hide]  1.3   15 years  eric   Change the way fds passed over a socket are retreived on the receiving side. Cu...