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_5_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   14 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] auth.c  1.11   14 years  nicm   branches: 1.11.36; 1.11.38; Rename some imsg bits to make namespace collisions...
[TXT] carp.c  1.3   14 years  claudio   Bring in sync with the bgpd version of carp.c. This fixes a memory leak in an er...
[TXT] control.c  1.21   9 years  claudio   More session_socket_blockmode() removal. While there make the main UDP socket no...
[TXT] control.h  1.4   9 years  claudio   More session_socket_blockmode() removal. While there make the main UDP socket no...
[TXT] interface.c  1.12   9 years  claudio   More session_socket_blockmode() removal. While there make the main UDP socket no...
[TXT] kroute.c  1.29   9 years  claudio   Use sizeof(u_short) in the first check since there are RT messages that are less...
[TXT] log.c  1.5   9 years  bluhm   Convert the logic in yyerror(). Instead of creating a temporary format string, ...
[TXT] log.h  1.3   9 years  bluhm   Convert the logic in yyerror(). Instead of creating a temporary format string, ...
[TXT] message.c  1.12   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[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.12   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] parse.y  1.34   9 years  jsg   Don't allow embedded nul characters in strings. Fixes a pfctl crash with an anch...
[TXT] printconf.c  1.6   14 years  michele   Reword the split horizon parameters in the configuration file. Now the choioses ...
[TXT] rde.c  1.18   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[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.11   10 years  jmc   no longer any need to quote macro lines with >9 args; From: Jan Stary
[TXT] ripd.c  1.25   9 years  claudio   More session_socket_blockmode() removal. While there make the main UDP socket no...
[TXT] ripd.conf.5  1.14   12 years  jmc   take a stab at documenting when arguments need quoted, and valid macro character...
[TXT] ripd.h  1.21   14 years  claudio   Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling of log_...
[TXT] ripe.c  1.18   9 years  claudio   Add SOCK_CLOEXEC | SOCK_NONBLOCK to two more socket calls.
[TXT] ripe.h  1.11   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@