This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
usr.sbin
/
rtadvd
History
truckman
28ec250f5f
Use strlcpy() instead of strncpy() when copying ifname to ensure
...
that it is NUL terminated. Additional NUL padding is not required for short names. MFC after: 1 week
2016-05-15 22:06:21 +00:00
..
advcap.c
…
advcap.h
…
config.c
Use strlcpy() instead of strncpy() when copying ifname to ensure
2016-05-15 22:06:21 +00:00
config.h
…
control_client.c
rtadvd(8): Fix use-after-close in cm_handler_client
2016-05-12 05:12:24 +00:00
control_client.h
…
control_server.c
…
control_server.h
…
control.c
rtadvd(8): Fix a typo in full msg receive logic
2016-05-12 03:37:17 +00:00
control.h
…
if.c
Use strlcpy() instead of strncpy() when copying ifname to ensure
2016-05-15 22:06:21 +00:00
if.h
…
Makefile
Now that we own the code, use arc4random(3) unconditionally
2015-10-06 23:42:58 +00:00
Makefile.depend
Add META_MODE support.
2015-06-13 19:20:56 +00:00
pathnames.h
…
rrenum.c
Stop including if_var.h from userland.
2015-04-06 09:42:23 +00:00
rrenum.h
…
rtadvd.8
…
rtadvd.c
usr.sbin: minor spelling fixes on comments.
2016-05-01 16:41:25 +00:00
rtadvd.conf
…
rtadvd.conf.5
…
rtadvd.h
…
timer_subr.c
…
timer_subr.h
…
timer.c
…
timer.h
…