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
2020-09-17
With the multi rdomain support, slaacd now sees all icmpv6 packets and
Sebastien Marie
2020-09-14
Let slaacd handle all rdomains in a single daemon.
Florian Obser
2020-08-19
When sending a router solicitation use the link-layer (mac) address of
Florian Obser
2020-07-03
Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.
Florian Obser
2020-04-17
Only pay attention to interfaces in our routing domain
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-09-03
It's perfectly normal for the SIOCGIFFLAGS and SIOCGIFXFLAGS to fail
Florian Obser
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-03-15
Do not accept a control socket if we already have one.
Florian Obser
2019-03-11
Make slaacd(8) imsg processing more paranoid. Unexpected size mismatches
pamela
2019-03-11
While strtonum(3) does set errno, we already use errstr to show what's
Florian Obser
2019-03-01
trailing whitespace
Florian Obser
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