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
/
frontend.c
Age
Commit message (
Expand
)
Author
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-06-06
After pledge the frontend process is only accepting from
Florian Obser
2018-05-18
merge two ifndef small blocks; no functional change
Florian Obser
2018-05-18
dead stores; from llvm scan-build
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-16
Create all sockets with SOCK_CLOEXEC, we never want to hold on to them
Florian Obser
2018-04-26
The frontend tells the main process when the startup is finished so
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
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-08-23
When starting up or when the autoconf6 flag is set on an interface
Florian Obser
2017-08-21
s/xflagssock/ioctlsock/ since the socket is (going to be) used for
Florian Obser
2017-08-12
When read(2)'ing from the routing socket only one message is returned.
Florian Obser
2017-07-24
Unify ROUNDUP macros for parsing route messages.
friehm
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-03
s/log_warn/log_warnx/ where errno is not set
Florian Obser
2017-06-03
Move slaacd to /sbin
Florian Obser