OpenBSD CVS

src/usr.sbin/ifstated/


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

Current tag: OPENBSD_6_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.10   13 years  deraadt   do not use gcc -W options which you do not understand
[TXT] ifstated.8  1.10   6 years  rob   Use configtest as one word like other network daemon man pages. Ok benno@, jmc@...
[TXT] ifstated.c  1.61   6 years  rob   Add support for interface departure and arrival. Ok jca@, benno@
[TXT] ifstated.conf.5  1.13   5 years  jmc   remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; use a m...
[TXT] ifstated.h  1.19   6 years  rob   Stop tracking interface indexes. Suggested by deraadt. Tweaks and ok jca@ "just...
[TXT] log.c  1.5   6 years  benno   update log.c in ifstated to the same used in bgpd etc. Done by Rob Pierce <rob A...
[TXT] log.h  1.1   6 years  benno   update log.c in ifstated to the same used in bgpd etc. Done by Rob Pierce <rob A...
[TXT] parse.y  1.53   5 years  miko   replace malloc()+strlcpy() with strndup() in cmdline_symset(). "looks good" gil...