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.h
Age
Commit message (
Expand
)
Author
2024-08-25
sin6_to_str and i2s take a single argument.
Florian Obser
2024-08-24
Stop peeking into struct imsg when relaying control messages.
Florian Obser
2024-08-24
Helper function for logging imsg type names.
Florian Obser
2022-07-12
Rewrite state machine in the style of dhcpleased(8).
Florian Obser
2022-06-28
gc timeout_count, it's unused and I don't remember what I wanted to
Florian Obser
2022-03-21
Prevent crash of unprivileged engine process (pledged stdio).
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-03-21
Use new terminology of RFC 8981 and (mechanically) replace "privacy"
Florian Obser
2021-03-20
RFC 8981 allows the configuration of only temporary IPv6 addresses.
Florian Obser
2021-03-07
Fold get_lladdr into update_iface, now the only caller.
Florian Obser
2021-03-07
No need to pass the link local and hw address around, we have it
Florian Obser
2021-02-27
Path #defines are traditionally prefixed with _PATH.
Florian Obser
2021-01-19
No need for a global slaacd_process; unbreaks -fno-common.
Florian Obser
2020-09-14
Let slaacd handle all rdomains in a single daemon.
Florian Obser
2019-11-22
Merge DNS proposals coming from the same interface.
Florian Obser
2019-11-21
We do not send lifetimes or source in DNS proposals.
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-08-30
Remove configured IPv6 addresses remaining when slaacd(8) detects a
pamela
2019-03-02
Introduce the IMSG_DATA_SIZE() macro to replace recurring math on
pamela
2018-07-27
Have slaacd(8) share information on receiving a MTU advertisement with
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-05-17
Handle RTM_DELETE of slaacd managed default route by re-inserting it.
Florian Obser
2018-05-17
Introduce SLAACD_RTA_LABEL define to not use a string constant all
Florian Obser
2018-05-12
log_procnames[] needs to be in sync with slaacd_process enum otherwise
Florian Obser
2018-04-26
The frontend tells the main process when the startup is finished so
Florian Obser
2018-02-10
RFC 7217 support for slaacd
Florian Obser
2017-12-10
Move privileged initialization from frontend to main process.
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-18
Timeouts should be time_t to prevent overflows.
Florian Obser
2017-07-30
leftovers from newd
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
2017-07-06
move rpref enum definition up so that we can #ifndef SMALL a big block
Florian Obser
2017-06-06
We are going to start slaacd(8) much earlier, before /var is even
Florian Obser
2017-06-03
Move slaacd to /sbin
Florian Obser