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
/
sbin
/
slaacd
/
slaacd.c
Age
Commit message (
Expand
)
Author
2020-09-14
We might race against removal of an rdomain we just want to handle.
Florian Obser
2020-09-14
Let slaacd handle all rdomains in a single daemon.
Florian Obser
2020-07-03
Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.
Florian Obser
2020-05-25
Do not log "startup" to syslog.
Florian Obser
2020-04-16
Make the control socket name depend on the routing domain we are in.
Florian Obser
2020-04-14
When slaacd is run in a routing domain (rdomain) other than the default (0) it
Florian Obser
2019-12-15
semarie diagnosed a what appeared to be a 'large backwards memcpy' of an
Theo de Raadt
2019-11-23
On startup withdraw all proposals for all interfaces by sending an
Florian Obser
2019-11-22
Merge DNS proposals coming from the same interface.
Florian Obser
2019-11-21
Configure the default route with RTP_NONE so that the kernel assigns
Florian Obser
2019-11-11
Send DNS proposals on route socket when new nameservers are learned
Florian Obser
2019-11-07
Remove half way implemented address and default route proposals.
Florian Obser
2019-11-05
trailing whitespace
Florian Obser
2019-08-30
Remove configured IPv6 addresses remaining when slaacd(8) detects a
pamela
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-11
Make slaacd(8) imsg processing more paranoid. Unexpected size mismatches
pamela
2019-03-11
Change fatal() to fatalx() where errno is not set.
pamela
2019-03-05
slaacd doesn't have a config file to reload on hangup. We can ignore
pamela
2019-03-02
Introduce the IMSG_DATA_SIZE() macro to replace recurring math on
pamela
2019-01-22
PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls
Kenneth R Westerback
2018-08-19
Call daemon with 0 as first argument so that it changes the cwd to /
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-07-27
Enable slaacd(8) to set MTU on an interface.
bket
2018-07-23
When moving between networks slaacd configures new addresses but
Florian Obser
2018-07-23
Handle duplicate address detection failures.
Florian Obser
2018-07-09
Remove array of IMSG type names.
Florian Obser
2018-07-07
slaacd is not interested in v4-related route messages so set the address
Stuart Henderson
2018-06-18
Pledge main process now that we have wroute.
Florian Obser
2018-05-17
Handle RTM_DELETE of slaacd managed default route by re-inserting it.
Florian Obser
2018-05-17
Fully align this with route(8); no need to be different here and might
Florian Obser
2018-05-17
Introduce SLAACD_RTA_LABEL define to not use a string constant all
Florian Obser
2018-05-16
Create all sockets with SOCK_CLOEXEC, we never want to hold on to them
Florian Obser
2018-05-15
typo in log message
Florian Obser
2018-04-26
The frontend tells the main process when the startup is finished so
Florian Obser
2018-04-26
Hoist initialisations up; while here tighten not yet working pledge.
Florian Obser
2018-02-10
RFC 7217 support for slaacd
Florian Obser
2017-12-10
add #ifndef SMALL to slaacd.c as needed to fix 'make release'
Stefan Sperling
2017-12-10
Move privileged initialization from frontend to main process.
Florian Obser
2017-11-03
There can be multiple default routers sending router advertisements.
Florian Obser
2017-08-23
Overhaul verbosity handling.
Florian Obser
2017-08-23
When starting up or when the autoconf6 flag is set on an interface
Florian Obser
2017-08-21
Move sin6_to_str() to slaacd.c so that it can be used in more
Florian Obser
2017-08-19
Set route label to make it easier to identify slaacd routes.
Florian Obser
2017-08-19
Set correct sin6_len for mask, amazing that this even worked.
Florian Obser
2017-08-12
Make not yet implemented pledges more visible in grep output.
Florian Obser
2017-07-14
run IMSG_UPDATE_IF through the main process, reduces upcomming diff
Florian Obser
2017-07-06
Sprinkel in some #ifndef SMALL to make slaacd smaller for the
Florian Obser
2017-07-06
reorder imsg_type enum so that we can #ifndef SMALL all the control
Florian Obser
[next]