OpenBSD CVS

src/usr.sbin/eigrpd/


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

Current tag: OPENBSD_6_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.2   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] control.c  1.8   5 years  mestre   Revert back previous and remove cpath pledge(2) promise entirely. We decided tha...
[TXT] control.h  1.4   5 years  mestre   Revert back previous and remove cpath pledge(2) promise entirely. We decided tha...
[TXT] eigrp.h  1.6   7 years  renato   Simplify handling of multicast addresses. During the initialization of the eigr...
[TXT] eigrpd.8  1.4   4 years  landry   Consistently use _rcctl enable foo_ in examples, it's simpler and less error pro...
[TXT] eigrpd.c  1.27   5 years  yasuoka   Avoid calling dup2(oldd, newd) when oldd == newd. In that case the descriptor k...
[TXT] eigrpd.conf.5  1.10   4 years  jmc   list example files in FILES with a short description: generally, "Example config...
[TXT] eigrpd.h  1.25   5 years  mestre   Revert back previous and remove cpath pledge(2) promise entirely. We decided tha...
[TXT] eigrpe.c  1.36   5 years  mestre   Revert back previous and remove cpath pledge(2) promise entirely. We decided tha...
[TXT] eigrpe.h  1.16   7 years  renato   No need to use SIOCGIFRDOMAIN anymore.
[TXT] hello.c  1.5   7 years  renato   Remove superfluous includes and follow style(9). ok claudio@ benno@
[TXT] in_cksum.c  1.1   8 years  renato   Welcome eigrpd The eigrpd daemon will support the Enhanced Interior Gateway Rou...
[TXT] interface.c  1.25   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] kroute.c  1.18   6 years  friehm   Unify ROUNDUP macros for parsing route messages. Use the macro from route(8) / o...
[TXT] log.c  1.8   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] log.h  1.5   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] neighbor.c  1.10   7 years  renato   Make functions and variables static whenever possible. style(9) says: "Function...
[TXT] packet.c  1.18   7 years  renato   Make functions and variables static whenever possible. style(9) says: "Function...
[TXT] parse.y  1.30   5 years  deraadt   (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other larger typ...
[TXT] printconf.c  1.6   7 years  renato   Make functions and variables static whenever possible. style(9) says: "Function...
[TXT] query.c  1.5   7 years  renato   Minor tweaks
[TXT] rde.c  1.23   7 years  renato   Minor tweaks
[TXT] rde.h  1.12   7 years  renato   Minor tweaks
[TXT] rde_dual.c  1.28   7 years  renato   Make functions and variables static whenever possible. style(9) says: "Function...
[TXT] reply.c  1.5   7 years  renato   Minor tweaks
[TXT] rtp.c  1.7   7 years  renato   Make functions and variables static whenever possible. style(9) says: "Function...
[TXT] tlv.c  1.15   7 years  gsoares   calls to uname(3) should be checked against non-negative value upon successful a...
[TXT] update.c  1.6   7 years  renato   Minor tweaks
[TXT] util.c  1.10   5 years  claudio   Be more strict in converting a netmask into a prefixlen. Make sure the prefixlen...