OpenBSD CVS

src/usr.sbin/dvmrpd/


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 / dvmrpd

Current tag: OPENBSD_6_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   14 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] ask_nbrs2.c  1.5   8 years  mmcc   Remove unneeded strings.h includes. From Serguey Parkhomovsky.
[TXT] control.c  1.22   8 years  mmcc   Replace bzero with memset, and change a strings.h include to string.h to get the...
[TXT] control.h  1.5   9 years  claudio   Oups forgot to remove the enums
[TXT] dvmrp.h  1.3   15 years  michele   Initial support for pruning. When every single interface is removed from the dow...
[TXT] dvmrpd.8  1.10   8 years  sobrado   use file system path (.Pa) semantic markup macros where appropriate. ok jmc@
[TXT] dvmrpd.c  1.21   8 years  sthen   Remove setproctitle() for the parent process. Because rc.d(8) uses process title...
[TXT] dvmrpd.conf.5  1.8   12 years  jmc   take a stab at documenting when arguments need quoted, and valid macro character...
[TXT] dvmrpd.h  1.21   8 years  stsp   As done for bgpd recently, rename if_mediatype to if_type in dvrmpd. Remove unus...
[TXT] dvmrpe.c  1.15   8 years  claudio   EAGAIN handling for imsg_read. OK henning@ benno@
[TXT] dvmrpe.h  1.5   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] graft.c  1.5   8 years  mmcc   Remove unneeded strings.h includes. From Serguey Parkhomovsky.
[TXT] graft_ack.c  1.5   8 years  mmcc   Remove unneeded strings.h includes. From Serguey Parkhomovsky.
[TXT] group.c  1.4   9 years  krw   Nuke more obvious #include duplications. ok deraadt@ millert@ tedu@
[TXT] igmp.c  1.4   8 years  mmcc   Replace bzero with memset, and change a strings.h include to string.h to get the...
[TXT] igmp.h  1.2   15 years  michele   Make RDE aware of multicast group members per interface. This is needed to make ...
[TXT] in_cksum.c  1.4   9 years  tobias   Fixed typo in error message. okay deraadt@
[TXT] interface.c  1.11   8 years  stsp   As done for bgpd recently, rename if_mediatype to if_type in dvrmpd. Remove unus...
[TXT] kmroute.c  1.2   14 years  nicm   Rename some imsg bits to make namespace collisions less likely buf to ibuf, buf_...
[TXT] kroute.c  1.13   8 years  mmcc   Replace bzero with memset, and change a strings.h include to string.h to get the...
[TXT] log.c  1.4   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] nbrs2.c  1.4   9 years  jsg   use the sizeof the struct not the sizeof a pointer to the struct ok claudio@
[TXT] neighbor.c  1.7   15 years  michele   Notify the rde when a neighbor goes down. When this happens we have to rebuild t...
[TXT] packet.c  1.5   8 years  mmcc   Replace bzero with memset, and change a strings.h include to string.h to get the...
[TXT] parse.y  1.30   7 years  benno   do not allow whitespace in macro names, i.e. "this is" = "a variable". change th...
[TXT] printconf.c  1.2   13 years  jsg   Correct the logic on when fib-update is set. Test the flag don't bitwise or it....
[TXT] probe.c  1.4   9 years  jsg   use the sizeof the struct not the sizeof a pointer to the struct ok claudio@
[TXT] prune.c  1.6   8 years  mmcc   Replace bzero with memset, and change a strings.h include to string.h to get the...
[TXT] rde.c  1.25   8 years  claudio   EAGAIN handling for imsg_read. OK henning@ benno@
[TXT] rde.h  1.16   14 years  michele   When dvmrpd receives a prune, it must checks if every downstream member on that ...
[TXT] rde_mfc.c  1.10   8 years  mmcc   Replace bzero with memset, and change a strings.h include to string.h to get the...
[TXT] rde_srt.c  1.26   9 years  jsg   fix a non safe use of LIST_FOREACH with LIST_REMOVE ok claudio@ kettenis@ reyk@
[TXT] report.c  1.11   8 years  mmcc   strings.h -> string.h to prevent implicit declarations. From Serguey Parkhomovsk...