aboutsummaryrefslogtreecommitdiffstats
path: root/tests/netns.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-24tests: start reaching parity with latest wireguard netnsJake McGinty1-10/+101
2018-04-24config: allow private keys to be unsetJake McGinty2-12/+30
2018-04-24global: fix up clippiesJake McGinty2-4/+3
2018-04-24udp: clean up debug outputJake McGinty1-9/+13
2018-04-24timer: use tokio-timer 0.2 and make timers cancelableJake McGinty6-40/+29
2018-04-24tests: more informative error bubbling for netns failuresJake McGinty1-1/+13
2018-04-23bench: fix build from SocketAddr -> Endpoint transitionJake McGinty1-5/+4
2018-04-22udp: retry sends without pktinfo if they failedJake McGinty1-15/+25
2018-04-22udp: fix bug with ipv6 pktinfoJake McGinty3-19/+30
2018-04-22tests: make test output a little easier to work outJake McGinty1-24/+13
2018-04-22udp: use SocketAddr::from for udp bindingJake McGinty1-6/+6
2018-04-22tests: disable iperf tests in netns for nowJake McGinty1-20/+20
2018-04-22udp: use nix's setsockoptJake McGinty3-32/+7
2018-04-22udp: sendmsg ipv4 pktinfo working (macos)Jake McGinty9-53/+92
2018-04-22global: SocketAddr -> EndpointJake McGinty7-57/+72
2018-04-22udp: return back "magic" endpoint in recv_fromJake McGinty1-26/+47
2018-04-22udp: make IPs easily parsable by std::netJake McGinty2-8/+11
2018-04-22udp: parse in(6)_pktinfo cmsgsJake McGinty4-71/+61
2018-04-22udp: dual-stack single socket -> dual socketJake McGinty3-150/+64
2018-04-22udp: remove the unused Connected/Unconnected UDP enumJake McGinty2-88/+101
2018-04-11udp: set IPV6_RECVPKTINFO sockopt (darwin)Jake McGinty4-2/+38
2018-04-10tests: add little sleep when setting up interfacesJake McGinty1-0/+2
2018-04-10config: fix psk being removed when peer is updated.Jake McGinty1-0/+1
2018-04-09peer: update endpoint on handshake response messages tooJake McGinty2-3/+4
2018-04-09meta: cargo updateJake McGinty1-26/+26
2018-04-05tests: fix netns counter testJake McGinty1-1/+1
2018-04-05reaper: only listen for own UDS deletion.Jake McGinty2-2/+2
2018-04-05udp: only convert 'mapped', not 'compatible' adddresses, to IPv4 internallyJake McGinty1-1/+12
2018-04-05tools: delete passthrough route in wg-quick > del_ifJake McGinty1-0/+10
2018-04-05tools: allow for ipv6 endpoints in wg-quickJake McGinty1-4/+12
2018-04-04ip_packet: fix ipv6 packet length helper methodJake McGinty2-2/+2
2018-04-03tests: message on failure rather than just ret non-zeroJake McGinty1-0/+2
2018-04-03peer: set session birthday at moment of symmetric key derivationJake McGinty2-6/+7
2018-04-03tools: fix typo in wg-quick.bash and speed up 'route' callJake McGinty1-2/+2
2018-04-03binary: add interface name to log fileJake McGinty1-3/+5
2018-04-03config: enforce max peers per deviceJake McGinty3-15/+20
2018-04-02tools: ipv6 addr/routing support in wg-quickJake McGinty1-7/+24
2018-04-02meta: cargo updateJake McGinty2-175/+202
2018-04-02config: handle self-add peer caseJake McGinty1-15/+26
2018-04-02config: return error when trying to remove nonexistent peerJake McGinty2-11/+8
2018-03-25clippy: remove unnecessary iter()Jake McGinty1-4/+3
2018-03-25tools: more accurate routing in wg-quick.bashJake McGinty1-13/+8
2018-03-23Revert "peer: zero out sessions when they're dropped"Jake McGinty4-27/+5
2018-03-22tools: modified rudimentary wg-quick.bash for macOSJake McGinty2-1/+292
2018-03-22config: allow set operation to return errorJake McGinty1-12/+12
2018-03-21deps: cargo updateJake McGinty2-143/+282
2018-03-21bin: bubble up errors from interface init failingJake McGinty1-1/+4
2018-03-21reaper: fix kill signal not killing appJake McGinty1-1/+1
2018-03-21config: migrate configuration logic to config.rsJake McGinty2-161/+190
2018-03-21meta: change crate name to 'wireguard' not 'wgrs'Jake McGinty2-33/+33