index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
slaacd
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-21
Use new terminology of RFC 8981 and (mechanically) replace "privacy"
florian
5
-43
/
+44
2021-03-21
Don't warn that we can't form a temporary address when a router
florian
1
-5
/
+6
2021-03-20
RFC 8981 allows the configuration of only temporary IPv6 addresses.
florian
3
-8
/
+21
2021-03-20
Fix SMALL build when done from sbin/slaacd
kn
4
-7
/
+15
2021-03-11
When RFC 8981 obsoleted RFC 4941 the terminology changed from
florian
1
-2
/
+2
2021-03-07
Withdraw nameservers when the interface goes down.
florian
1
-1
/
+17
2021-03-07
Fold get_lladdr into update_iface, now the only caller.
florian
4
-109
/
+59
2021-03-07
No need to pass the link local and hw address around, we have it
florian
3
-9
/
+4
2021-03-07
reshuffle to bring more in line with dhcpleased
florian
1
-17
/
+22
2021-03-07
Introduce engine_update_if().
florian
1
-82
/
+75
2021-03-06
Implement last remaining bits to update from RFC 4941 to RFC 8981.
florian
2
-26
/
+35
2021-03-02
Fix indentation of switch / case. No binary change.
florian
1
-40
/
+36
2021-03-02
remove uneeded md5.h include
jsg
1
-2
/
+1
2021-02-27
Path #defines are traditionally prefixed with _PATH.
florian
2
-4
/
+4
2021-02-26
remove some unused functions in slaacd
jsg
1
-46
/
+1
2021-01-19
Make imsg event structs static to fix -fno-common.
florian
3
-12
/
+12
2021-01-19
Move control_state and ctl_conns to control.c, it's not needed
florian
4
-31
/
+23
2021-01-19
No need for a global slaacd_process; unbreaks -fno-common.
florian
4
-27
/
+17
2021-01-17
Mark up locations of KAME hack with #ifdef __KAME__ so that we can
florian
2
-2
/
+8
2021-01-16
Oops, fix previous.
florian
1
-2
/
+3
2021-01-16
Only recover the KAME embedded scope if the sin6_scope_id is not
florian
1
-4
/
+6
2020-12-29
getifaddrs() can return entries where ifa_addr is NULL. Check for this
benno
1
-1
/
+5
2020-12-01
Sync get_ifrdomain() to rad(8) version by removing a useles (void)
florian
2
-18
/
+17
2020-11-29
Fix previous; we need to set the icmp6ev in the interface to NULL
florian
1
-2
/
+3
2020-11-28
improve legibility of the newly introduced unref_icmp6ev() before this
naddy
1
-8
/
+10
2020-11-28
An interface might have disappeared or switched rdomains while we
florian
1
-4
/
+9
2020-11-28
Reduce code duplication by introducing unref_icmp6ev().
florian
1
-18
/
+18
2020-11-28
Handle the case of an autoconf interface changing its rdomain.
florian
1
-26
/
+44
2020-10-30
Track creation time of address proposals to be able to establish total
florian
1
-35
/
+44
2020-10-30
If Duplicate Address Detection (DAD) fails only generate a new address
florian
1
-4
/
+3
2020-10-30
Follow RFC 4941 and calculate the desync_factor at startup.
florian
1
-5
/
+9
2020-10-30
Since the RFC 4941 constants are no longer in a public header
florian
1
-11
/
+11
2020-10-30
Pull check for duplicate address up to skip them early, we are not
florian
1
-8
/
+7
2020-10-30
update_iface_ra does too much, move prefix handling into function.
florian
1
-131
/
+115
2020-10-30
update_iface_ra does too much, move dfr handling into function.
florian
1
-43
/
+52
2020-10-30
update_iface_ra does too much, move rdns handling into function.
florian
1
-34
/
+46
2020-09-17
With the multi rdomain support, slaacd now sees all icmpv6 packets and
semarie
1
-8
/
+8
2020-09-14
We might race against removal of an rdomain we just want to handle.
florian
1
-3
/
+7
2020-09-14
Let slaacd handle all rdomains in a single daemon.
florian
5
-147
/
+275
2020-08-19
When sending a router solicitation use the link-layer (mac) address of
florian
1
-4
/
+12
2020-07-03
Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.
florian
2
-6
/
+6
2020-05-25
Do not log "startup" to syslog.
florian
1
-3
/
+1
2020-04-17
Only pay attention to interfaces in our routing domain
florian
1
-5
/
+26
2020-04-16
Make the control socket name depend on the routing domain we are in.
florian
1
-3
/
+9
2020-04-14
When slaacd is run in a routing domain (rdomain) other than the default (0) it
florian
1
-3
/
+3
2020-03-28
Move ND6_PRIV_* constants from nd6.h to slaacd the only place where
florian
1
-1
/
+6
2019-12-15
semarie diagnosed a what appeared to be a 'large backwards memcpy' of an
deraadt
1
-3
/
+3
2019-11-23
On startup withdraw all proposals for all interfaces by sending an
florian
1
-1
/
+10
2019-11-22
Merge DNS proposals coming from the same interface.
florian
3
-53
/
+40
2019-11-21
We do not send lifetimes or source in DNS proposals.
florian
2
-6
/
+2
[next]