OpenBSD CVS

src/usr.sbin/rad/


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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] engine.c  1.22   5 months  claudio   Use imsg_get_fd() to access the file descriptor passed in the imsg. OK tb@
[TXT] log.h  1.2   2 years  deraadt   including sys/cdefs.h manually started as a result of netbsd trying to macro-bui...
[TXT] Makefile  1.1   5 years  florian   Import rad(8). It's a Router Advertisement Daemon written using the standard 3 p...
[TXT] control.h  1.3   3 years  florian   Move control_state and ctl_conns to control.c, it's not needed elsewhere and unb...
[TXT] engine.h  1.1   5 years  florian   Import rad(8). It's a Router Advertisement Daemon written using the standard 3 p...
[TXT] frontend.c  1.48   30 hours  florian   Prefixes delegated via DHCPv6 have a lifetime, honour it. The "auto prefix" fea...
[TXT] frontend.h  1.4   3 years  florian   Move control_state and ctl_conns to control.c, it's not needed elsewhere and unb...
[TXT] log.c  1.1   5 years  florian   Import rad(8). It's a Router Advertisement Daemon written using the standard 3 p...
[TXT] parse.y  1.23   2 weeks  florian   Send source link-layer address option in router advertisements. With this, host...
[TXT] printconf.c  1.9   2 weeks  florian   Send source link-layer address option in router advertisements. With this, host...
[TXT] rad.8  1.7   19 months  florian   Implement RFC 8781 PREF64 router advertisement option. With this clients can le...
[TXT] rad.conf.5  1.25   30 hours  florian   Preferred and valid lifetime options are sometimes ignored. When a prefix is di...
[TXT] rad.h  1.28   30 hours  florian   Prefixes delegated via DHCPv6 have a lifetime, honour it. The "auto prefix" fea...
[TXT] control.c  1.8   3 years  jsg   remove uneeded md5.h include ok florian@
[TXT] rad.c  1.31   11 days  jsg   remove prototypes with no matching function and externs with no var partly check...