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
2024-08-24
Stop peeking into struct imsg when relaying control messages.
Florian Obser
2024-08-24
Do not peek inside of struct imsg.
Florian Obser
2024-08-24
Helper function for logging imsg type names.
Florian Obser
2024-04-21
Pass advertising router to the kernel.
Florian Obser
2023-02-15
Use correct order of arguments for shutdown(2).
Florian Obser
2022-11-27
Provide more accurate lock error message
Klemens Nanni
2022-09-15
Ignore error when we try to delete an address that's already gone.
Florian Obser
2022-07-12
Rewrite state machine in the style of dhcpleased(8).
Florian Obser
2021-08-24
When an interface disappears, e.g. when a usb dongle gets unplugged,
Florian Obser
2021-07-27
The SIOCAIFADDR_IN6 ioctl could lose a race against another process
Florian Obser
2021-07-22
Send rDNS proposals on ramdisks
kn
2021-07-21
Use exclusive lock under /dev/, silence expected errors in installer
kn
2021-05-01
In singel user mode / is mounted ro. Just warn if we can't create
Florian Obser
2021-03-21
Use new terminology of RFC 8981 and (mechanically) replace "privacy"
Florian Obser
2021-03-07
Fold get_lladdr into update_iface, now the only caller.
Florian Obser
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 slaacd_process; unbreaks -fno-common.
Florian Obser
2021-01-17
Mark up locations of KAME hack with #ifdef __KAME__ so that we can
Florian Obser
2020-12-01
Sync get_ifrdomain() to rad(8) version by removing a useles (void)
Florian Obser
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
[next]