index
:
wireguard-tools
jd/capability-check
master
Required tools for WireGuard, such as wg(8) and wg-quick(8)
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
wg-quick: check permissions of parent directory
Jason A. Donenfeld
2017-10-02
1
-1
/
+1
*
wg-quick: verify wireguard interface in more clever way
Jason A. Donenfeld
2017-10-02
1
-1
/
+1
*
wg-quick: anchor sysctl regex to start and end
Jason A. Donenfeld
2017-10-02
1
-1
/
+1
*
netlink: switch from ioctl to netlink for configuration
Jason A. Donenfeld
2017-10-02
12
-438
/
+1129
*
wg: uapi: only make sure socket file is socket
Jason A. Donenfeld
2017-09-26
1
-4
/
+9
*
wg: use key_is_zero for comparing to zeros
Jason A. Donenfeld
2017-09-24
6
-22
/
+24
*
contrib: add sticky sockets example code
Jason A. Donenfeld
2017-09-24
3
-0
/
+342
*
wg-quick: only bash complete existing interfaces for down
Jason A. Donenfeld
2017-09-06
1
-12
/
+15
*
wg: fix removal of psk
Jason A. Donenfeld
2017-08-23
1
-1
/
+1
*
wg: stricter userspace ipc parsing
Jason A. Donenfeld
2017-08-02
1
-3
/
+3
*
contrib: move Android tools to wireguard-android repo
Jason A. Donenfeld
2017-08-01
4
-259
/
+0
*
android: fix readme
Jason A. Donenfeld
2017-07-26
1
-2
/
+2
*
wg-quick: add explicit support for common DNS usage
Jason A. Donenfeld
2017-07-26
2
-12
/
+34
*
wg-quick: do not use grep
Jason A. Donenfeld
2017-07-24
1
-1
/
+1
*
wg-quick: do not set explicit src route for v6 default route
Jason A. Donenfeld
2017-07-24
1
-11
/
+3
*
android: add port of wg-quick
Jason A. Donenfeld
2017-07-24
4
-0
/
+259
*
wg-quick: usage typos
Jason A. Donenfeld
2017-07-20
1
-1
/
+2
*
global: wireguard.io --> wireguard.com
Jason A. Donenfeld
2017-07-20
10
-14
/
+14
*
gitignore: ignore split DWARF debug info
Samuel Holland
2017-07-03
1
-0
/
+1
*
wg: remove double include in ipc
Jason A. Donenfeld
2017-06-29
1
-1
/
+0
*
wg-quick: use printf -v instead of namerefs for bash 4.2
Jason A. Donenfeld
2017-06-28
1
-3
/
+2
*
wg-quick: properly match IPv6 endpoint
Jason A. Donenfeld
2017-06-24
1
-1
/
+1
*
haskell: re-add updated haskell example
Jason A. Donenfeld
2017-06-24
5
-0
/
+268
*
wg: use proper __linux__ ifdef
Jason A. Donenfeld
2017-06-12
1
-1
/
+1
*
wg-quick: match ipv6 default route more broadly
Jason A. Donenfeld
2017-06-12
1
-1
/
+1
*
wg-quick: make sure we have empty table for both v6 and v4
Jason A. Donenfeld
2017-06-11
1
-1
/
+3
*
external-tests: trim the fat
Jason A. Donenfeld
2017-06-09
5
-205
/
+0
*
go test: use x/crypto for blake2s now that we have 128-bit mac
Jason A. Donenfeld
2017-06-08
1
-3
/
+3
*
go test: correct tai64n and formatting
Jason A. Donenfeld
2017-06-01
1
-26
/
+26
*
external-tests: add keepalive packet
Jason A. Donenfeld
2017-06-01
2
-0
/
+23
*
go test: properly pad message
Jason A. Donenfeld
2017-06-01
1
-2
/
+2
*
wg: allow creating device with no peers
Jason A. Donenfeld
2017-05-31
1
-4
/
+0
*
rust test: add icmp ping
Jason A. Donenfeld
2017-05-30
2
-10
/
+63
*
rust test: convert screech test to snow
Jake McGinty
2017-05-30
2
-39
/
+31
*
man: update wg-quick(8) to show Debian resolvconf braindamage
Jason A. Donenfeld
2017-05-30
1
-2
/
+2
*
wg-quick: use src routing for default routes in v6
Jason A. Donenfeld
2017-05-18
1
-3
/
+11
*
man: fix psk mention in wg-quick man page
Jason A. Donenfeld
2017-05-18
1
-2
/
+2
*
wg: opt-in globally to GNU-isms to keep the BSDs happy
Jason A. Donenfeld
2017-05-17
2
-2
/
+1
*
wg: support text-based ipc
Jason A. Donenfeld
2017-05-17
8
-128
/
+318
*
wg: check for proto error on set too
Jason A. Donenfeld
2017-05-17
1
-3
/
+4
*
wg: stricter key file reading
Jason A. Donenfeld
2017-05-17
1
-31
/
+40
*
noise: redesign preshared key mode
Jason A. Donenfeld
2017-05-17
10
-64
/
+73
*
wg-quick: auto MTU discovery
Jason A. Donenfeld
2017-05-17
2
-1
/
+28
*
wg: retry name resolution on temporary failure
Jason A. Donenfeld
2017-05-17
1
-1
/
+10
*
wg: no hyphen in preshared, to keep uniformity
Jason A. Donenfeld
2017-04-20
3
-3
/
+3
*
wg: argc is always 1
Jason A. Donenfeld
2017-04-19
1
-1
/
+1
*
wg: check for malloc failure
Jason A. Donenfeld
2017-04-19
1
-0
/
+4
*
wg: side channel resistant base64
Jason A. Donenfeld
2017-04-19
9
-258
/
+85
*
wg: do not use addrconfig with port in gai
Jason A. Donenfeld
2017-03-28
1
-1
/
+1
*
uapi: add version magic
Jason A. Donenfeld
2017-03-24
2
-8
/
+27
[prev]
[next]