OpenBSD CVS

src/usr.sbin/rtadvd/


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

Current tag: OPENBSD_6_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.9   7 years  jca   Move to libevent; ok florian@
[TXT] advcap.c (in the Attic) [Hide]  1.17   8 years  jca   In case of error, also log the file name we failed to open.
[TXT] advcap.h (in the Attic) [Hide]  1.7   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] config.c (in the Attic) [Hide]  1.62   6 years  jca   Do not forget to reschedule the timer when we receive a new prefix. This way th...
[TXT] config.h (in the Attic) [Hide]  1.10   8 years  jca   Kill trailing whitespace.
[TXT] dump.c (in the Attic) [Hide]  1.23   7 years  jca   Don't rely on asprintf setting pointer to NULL on failure. ok millert@ deraadt@...
[TXT] dump.h (in the Attic) [Hide]  1.5   8 years  jca   Kill trailing whitespace.
[TXT] if.c (in the Attic) [Hide]  1.46   6 years  florian   No need to constantly re-open a socket. Just open it up front and keep it around...
[TXT] if.h (in the Attic) [Hide]  1.14   6 years  jca   No need to handle multiple routing messages here. route(4) sockets only ever sh...
[TXT] log.c (in the Attic) [Hide]  1.4   6 years  florian   Bring over fatal{,x} from bgpd so that we can have format strings. OK benno
[TXT] log.h (in the Attic) [Hide]  1.4   6 years  florian   Bring over fatal{,x} from bgpd so that we can have format strings. OK benno
[TXT] pathnames.h (in the Attic) [Hide]  1.4   24 years  itojun   sync with latest kame. - weaken logging priority for /etc/resolv.conf open failu...
[TXT] rtadvd.8 (in the Attic) [Hide]  1.35   6 years  sthen   clarify that slaacd is a client; Xr to rtadvd. feedback/ok benno jmc
[TXT] rtadvd.c (in the Attic) [Hide]  1.91   6 years  jca   Rename now oddly-named variable.
[TXT] rtadvd.conf (in the Attic) [Hide]  1.8   11 years  brad   Add support for advertising route information (RFC 4191). From FreeBSD via UMEZ...
[TXT] rtadvd.conf.5 (in the Attic) [Hide]  1.38   7 years  sthen   Fix rtadvd.conf(5) example for pinfoflags, it accepts numbers not strings. ok ph...
[TXT] rtadvd.h (in the Attic) [Hide]  1.29   7 years  florian   consistently use MAX_ prefix OK jca