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
Age
Commit message (
Expand
)
Author
2018-03-13
RFC 7217 states (section 5, page 9):
Florian Obser
2018-03-08
Back in the history of time, IPv4 had classes of addresses. This was widely
Peter Hessler
2018-03-07
RFC 7136 clarifies that the "u" and "g" bits are only significant when
Florian Obser
2018-02-20
make sure we've read the lenght bytes before checking the length
Otto Moerbeek
2018-02-19
(static) byte buffers are not aligned in any way, malloc the buffer to
Otto Moerbeek
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-04
Don't keep blindly chugging along when receiving an unexpected imsg,
Florian Obser
2017-11-03
There can be multiple default routers sending router advertisements.
Florian Obser
2017-09-14
clarify that slaacd is a client; Xr to rtadvd. feedback/ok benno jmc
Stuart Henderson
2017-08-23
Overhaul verbosity handling.
Florian Obser
2017-08-23
Ooops, we need to call timeout_from_lifetime() in configure_address()
Florian Obser
2017-08-23
When starting up or when the autoconf6 flag is set on an interface
Florian Obser
2017-08-23
We will never need this on the ramdisk.
Florian Obser
2017-08-23
Extract timeout_from_lifetime(); to be used in more places.
Florian Obser
2017-08-22
slaacd.sock moved to /dev a while ago.
Florian Obser
2017-08-21
s/xflagssock/ioctlsock/ since the socket is (going to be) used for
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-18
Timeouts should be time_t to prevent overflows.
Florian Obser
2017-08-12
Make not yet implemented pledges more visible in grep output.
Florian Obser
2017-08-12
When read(2)'ing from the routing socket only one message is returned.
Florian Obser
2017-08-05
move common debug code to sin6_to_str()
Florian Obser
2017-08-04
No need for LIST_FOREACH_SAFE, we want to remove exactly one interface
Florian Obser
2017-08-04
When free(3)'ing an address_proposal we need to stop the libevent
Florian Obser
2017-07-30
leftovers from newd
Florian Obser
2017-07-24
Unify ROUNDUP macros for parsing route messages.
friehm
2017-07-17
Overhaul handling of vltime and pltime processing
Florian Obser
2017-07-14
run IMSG_UPDATE_IF through the main process, reduces upcomming diff
Florian Obser
2017-07-09
Ignore prefixes with a pltime < ND6_PRIV_MAX_DESYNC_FACTOR seconds
Florian Obser
2017-07-09
If we lower the pltime for privacy addresses skew it by
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-07-05
Validate prefix information in router advertisements according to RFC
Florian Obser
2017-07-03
s/log_warn/log_warnx/ where errno is not set
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