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
/
rad.c
Age
Commit message (
Expand
)
Author
2021-02-27
Path #defines are traditionally prefixed with _PATH.
Florian Obser
2021-01-19
Make imsg event structs static to fix -fno-common.
Florian Obser
2021-01-19
No need for a global rad_process; unbreaks -fno-common.
Florian Obser
2020-12-01
Let rad(8) handle all rdomains in a single daemon, similar to previous
Florian Obser
2020-06-26
Replace SIMPLEQ concatenation loops with SIMPLEQ_CONCAT
bket
2020-03-30
Use defines instead of raw numbers for intervals specified by RFC
Florian Obser
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-03-31
Avoid calling dup2(oldd, newd) when oldd == newd. In that case the
YASUOKA Masahiko
2019-03-12
In the manner of recent changes to unwind(8) and slaacd(8), make imsg
pamela
2019-01-29
We don't need IMSG_SHUTDOWN, we can just close the sockets.
Florian Obser
2019-01-22
PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls
Kenneth R Westerback
2018-09-16
With prefixlen 128, mask_prefix() in rad(8) caused a stack overflow
Alexander Bluhm
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
Move dns settings to global options so that they don't need to be
Florian Obser
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
Introduce MTU option.
bket
2018-07-18
Stop our own router advertisements from looping back to us.
Florian Obser
2018-07-15
Implement RFC 8106: IPv6 Router Advertisement Options for DNS
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-11
cleanly shutdown by sending advertisement with lifetime 0
Florian Obser
2018-07-11
no longer needed
Florian Obser
2018-07-10
remove newd control leftovers
Florian Obser
2018-07-10
Import rad(8).
Florian Obser