index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
rad
Age
Commit message (
Expand
)
Author
2019-01-02
minor tweaks;
Jason McIntyre
2018-11-28
Discovered prefixes should not override explicitly configured
Florian Obser
2018-11-21
Allow rad(8) to watch interface groups; e.g. "interface tap" in rad.conf.
Reyk Floeter
2018-11-16
Don't fatal if IPV6_LEAVE_GROUP fails.
Reyk Floeter
2018-11-09
Document interactions of rad(8), carp(4), and SOII:
Stefan Sperling
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-16
If a prefix without length was specifed in the config file, then
Alexander Bluhm
2018-09-16
With prefixlen 128, mask_prefix() in rad(8) caused a stack overflow
Alexander Bluhm
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-08-15
SIOCGIFNETMASK_IN6 failing just means that someone delete the address
Florian Obser
2018-08-05
Since -s argument is no longer checked, during reexec, the argv size then must
Ricardo Mestre
2018-08-04
Leave the control socket behind on shutdown. It doesn't hurt anyone.
Florian Obser
2018-08-03
advertise slaacd.8;
Jason McIntyre
2018-08-03
sort; ok florian
Jason McIntyre
2018-08-03
Move dns settings to global options so that they don't need to be
Florian Obser
2018-07-21
sort;
Jason McIntyre
2018-07-20
No need to copy rdns_lifetime around with an IMSG, it gets send to the
Florian Obser
2018-07-20
Fix mem leaks on config reload:
Florian Obser
2018-07-20
fix mem leak: missing freeifaddrs
Florian Obser
2018-07-20
Introduce MTU option.
bket
2018-07-20
We need to track the auto prefix in ra_prefix_conf otherwise we can't
Florian Obser
2018-07-20
Rename "resolver" to "nameserver" in the configuration file.
Florian Obser
2018-07-18
Stop our own router advertisements from looping back to us.
Florian Obser
2018-07-18
Don't log_warn on normal conditions, it should be log_debug.
Florian Obser
2018-07-15
tweak previous;
Jason McIntyre
2018-07-15
Implement RFC 8106: IPv6 Router Advertisement Options for DNS
Florian Obser
2018-07-15
mark up managed / other configuration
Florian Obser
2018-07-15
It's a packet, not package.
Florian Obser
2018-07-15
nuke newd leftover
Florian Obser
2018-07-13
Monitor the route socket and regenerate the list of interfaces and
Florian Obser
2018-07-13
add missing IMSG_STARTUP; unclear why this ever worked
Florian Obser
2018-07-13
pass control socket in from main
Florian Obser
2018-07-13
pass in route socket from main; stub out handling for now
Florian Obser
2018-07-13
Explain what the example is doing.
Florian Obser
2018-07-13
various tweaks; ok florian
Jason McIntyre
2018-07-12
use _rad user
Florian Obser
2018-07-11
cleanly shutdown by sending advertisement with lifetime 0
Florian Obser
2018-07-11
Send a RA with router lifetime of 0 when an interface is removed from
Florian Obser
2018-07-11
Detect when a router advertisement packet changes due to config
Florian Obser
2018-07-11
no longer needed
Florian Obser
2018-07-11
there is nothing secret about rad.conf
Florian Obser
2018-07-10
remove newd control leftovers
Florian Obser
2018-07-10
remove unused variable; pointed out by llvm
Florian Obser
2018-07-10
Import rad(8).
Florian Obser