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
/
dhcpleased
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-27
If we want to configure default routes over multiple interfaces we
florian
1
-4
/
+19
2021-03-22
BOOTP has a minimum packet length of 300 bytes. Since DHCP is
florian
1
-2
/
+10
2021-03-22
Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florian
otto
1
-2
/
+2
2021-03-19
RTM_IFINFO is providing the mac address now, no need to go through
florian
1
-44
/
+16
2021-03-17
Split off init_ifaces from update_iface. init_ifaces discovers the
florian
1
-76
/
+152
2021-03-16
Don't (try to) deconfigure an interface that was never configured.
florian
1
-1
/
+4
2021-03-16
We can't learn anything interesting from RTM_NEWADDR, stop handling
florian
2
-11
/
+3
2021-03-14
Since we are doing getifaddrs() anyway we can get the rdomain out of
florian
1
-49
/
+33
2021-03-07
Reduce debug logging by moving protocol level debug log
florian
3
-129
/
+177
2021-03-07
No need to cap the exponential backoff here, iface_timeout() already
florian
1
-9
/
+7
2021-03-06
Turns out there are dhcp servers that ignore DHCPREQUEST messages when
florian
1
-16
/
+24
2021-03-02
Only attach a fully configured bpf filter to a network interface.
florian
1
-8
/
+8
2021-03-02
Must include netinet/in.h before netinet/ip.h or bad things happen.
claudio
1
-4
/
+3
2021-03-02
Make unveiling the lease directory a warning instead of a fatal error
florian
1
-4
/
+12
2021-03-02
Better unveil error messages; requested by deraadt some time ago.
florian
1
-4
/
+4
2021-03-02
remove uneeded md5.h include
jsg
1
-2
/
+1
2021-03-01
Log adding and deleting of IP addresses as well as nameservers.
florian
1
-1
/
+75
2021-03-01
We really must handle all possible enumeration values in
florian
1
-6
/
+1
2021-03-01
Let send_rdns_withdraw and send_deconfigure_interface clean up after
florian
1
-23
/
+15
2021-02-28
Introduce #defines for exponential backoff, explain where they come
florian
1
-16
/
+19
2021-02-27
Restore ability to handle default routes on multiple interfaces, this
florian
1
-2
/
+5
2021-02-27
Path #defines are traditionally prefixed with _PATH.
florian
2
-11
/
+11
2021-02-27
Read the lease file into a statically sized buffer and pass it over to
florian
3
-38
/
+42
2021-02-26
Sort SEE ALSO and fix its punctuation.
tb
1
-3
/
+3
2021-02-26
Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leases
florian
16
-0
/
+4669