commit 1e26a0bef4
Author: Mathias Hall-Andersen <mathias@hall-andersen.dk>
Date: Sat Feb 1 14:36:50 2020 +0100
Initial version of sticky sockets for Linux
commit 605cc656ad
Author: Mathias Hall-Andersen <mathias@hall-andersen.dk>
Date: Thu Jan 30 14:57:00 2020 +0100
Clear src when sendmsg fails with EINVAL
commit dffd2b228a
Author: Mathias Hall-Andersen <mathias@hall-andersen.dk>
Date: Sun Jan 26 14:01:28 2020 +0100
Fix typoes
commit 2015663706
Author: Mathias Hall-Andersen <mathias@hall-andersen.dk>
Date: Sun Jan 26 13:51:59 2020 +0100
Restructure of public key -> peer state
Restructured the mapping of public keys to peer state in the project.
The handshake device is now generic over an opaque type,
which enables it to be the sole place where public keys are mapped to
the peer states.
This gets rid of the "peer" map in the WireGuard devices
and avoids having to include the public key in the handshake peer state.
commit bbcfaad4bc
Author: Mathias Hall-Andersen <mathias@hall-andersen.dk>
Date: Fri Jan 10 21:10:27 2020 +0100
Fixed bind6 also binding on IPv4
commit acbca236b7
Author: Mathias Hall-Andersen <mathias@hall-andersen.dk>
Date: Thu Jan 9 11:24:13 2020 +0100
Work on sticky sockets