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_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] ask_nbrs2.c  1.5   8 years  mmcc   Remove unneeded strings.h includes. From Serguey Parkhomovsky.
[TXT] control.c  1.23   7 years  krw   Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with TAILQ_FOREACH(). ...
[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.11   4 years  landry   Consistently use _rcctl enable foo_ in examples, it's simpler and less error pro...
[TXT] dvmrpd.c  1.25   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] dvmrpd.conf.5  1.11   4 years  jmc   list example files in FILES with a short description: generally, "Example config...
[TXT] dvmrpd.h  1.22   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] dvmrpe.c  1.19   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[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.12   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] kmroute.c  1.3   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] kroute.c  1.14   6 years  friehm   Unify ROUNDUP macros for parsing route messages. Use the macro from route(8) / o...
[TXT] log.c  1.6   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] log.h  1.4   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] logmsg.c  1.1   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[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.39   5 years  deraadt   (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other larger typ...
[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.29   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[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.27   5 years  jsg   add missing braces implied by indentation ok millert@ claudio@
[TXT] report.c  1.11   8 years  mmcc   strings.h -> string.h to prevent implicit declarations. From Serguey Parkhomovsk...