aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/dns-hatchet (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-07global: update copyrightJason A. Donenfeld1-1/+1
2018-12-20wg: curve25519: handle unaligned loads/stores safelyJason A. Donenfeld2-5/+19
2018-12-18makefile: use immediate expansion and use correct template patternsJason A. Donenfeld2-0/+2
2018-12-18wg-quick: bring interface up while setting MTUAaron Jones1-9/+4
2018-12-07embeddable-wg-library: do not warn on unrecognized netlink attributesJason A. Donenfeld1-15/+1
2018-11-13global: various formatting tweeksJason A. Donenfeld1-25/+25
2018-11-11wg-quick: android: do not choke on empty allowed-ipsJason A. Donenfeld1-1/+4
2018-11-06keygen-html: add missing glue macroJason A. Donenfeld1-0/+1
2018-10-19wg.8: AllowedIPs isn't actually requiredJason A. Donenfeld1-1/+1
2018-10-19wg.8: specify that wg(8) shows runtime info tooJason A. Donenfeld1-1/+1
2018-10-13wg-quick: wait for interface to disappear on freebsdJason A. Donenfeld1-0/+9
2018-10-13wg: don't fail if a netlink interface dump is inconsistentJason A. Donenfeld2-4/+18
2018-10-09wg: compile on gnu99Jason A. Donenfeld1-1/+1
2018-10-09wg: use libc's endianness macro if no compiler macroJason A. Donenfeld1-0/+10
2018-10-08global: rename struct wireguard_ to struct wg_Jason A. Donenfeld1-5/+5
2018-10-08netlink: do not stuff index into nla typeJason A. Donenfeld2-10/+8
2018-10-07crypto: clean up remaining .h->.cJason A. Donenfeld2-3/+3
2018-10-05wg-quick.8: add policy routing exampleJason A. Donenfeld1-0/+26
2018-09-25crypto: make constant naming scheme consistentJason A. Donenfeld3-9/+9
2018-09-20global: put SPDX identifier on its own lineJason A. Donenfeld32-64/+64
2018-09-04global: prefer sizeof(*pointer) when possibleJason A. Donenfeld3-13/+13
2018-09-03crypto: import zincJason A. Donenfeld2-3/+3
2018-09-02wg: ipc: do not warn on unrecognized netlink attributesJason A. Donenfeld1-17/+0
2018-08-28crypto: use unaligned helpersJason A. Donenfeld1-0/+3
2018-08-21wg-quick: check correct variable for route deduplicationJason A. Donenfeld1-1/+1
2018-08-12wg-quick: darwin: prefer system paths for toolsJason A. Donenfeld1-1/+1
2018-07-24wg-quick: android: remove compat codeJason A. Donenfeld1-10/+0
2018-07-24wg-quick: android: allow package to be overriddenJason A. Donenfeld1-4/+9
2018-07-24embeddable-wg-library: do not left shift negative numbersJason A. Donenfeld1-7/+2
2018-07-16wg-quick: allow link local default gatewayJason A. Donenfeld3-3/+0
2018-07-08wg: only error on wg show if all interfaces failJason A. Donenfeld1-1/+4
2018-07-05wg-quick: android: support excluding applicationsJason A. Donenfeld1-9/+102
2018-06-25wg-quick: android: prevent outgoing handshake packets from being droppedJason A. Donenfeld1-0/+4
2018-06-22wg: fix misspelling of strchrnul in commentJonathan Neuschäfer1-1/+1
2018-06-22manpages: eliminate whitespace at the end of the lineJonathan Neuschäfer2-26/+26
2018-06-17wg-quick: android: don't forget to free compiled regexesJason A. Donenfeld1-5/+6
2018-06-17wg-quick: android: disable roaming to v6 networks when v4 is specifiedJason A. Donenfeld1-1/+54
2018-06-17dns-hatchet: apply resolv.conf's selinux context to new resolv.confJason A. Donenfeld1-0/+2
2018-06-14wg: getentropy requires 10.12Jason A. Donenfeld1-1/+7
2018-06-08wg: support getentropy(3)Jason A. Donenfeld1-0/+11
2018-06-06wg: encoding: add missing static array constraintsJason A. Donenfeld3-5/+5
2018-06-04wg-quick: android: change name of intentJason A. Donenfeld1-1/+1
2018-05-31wg-quick: android: delay setting users until endJason A. Donenfeld1-1/+6
2018-05-31wg: constanter time encodingJason A. Donenfeld2-22/+28
2018-05-31wg-quick: darwin: set DNS servers after delay on route changeJason A. Donenfeld1-2/+6
2018-05-27wg-quick: freebsd: configure as p2p linkJason A. Donenfeld1-3/+5
2018-05-27wg-quick: darwin: add multiple IP addressesJason A. Donenfeld1-2/+2
2018-05-27wg-quick: determine IPs when saving interfaceJason A. Donenfeld3-12/+14
2018-05-24wg-quick: freebsd: work around security vulnerabilities in bashJason A. Donenfeld1-7/+29
2018-05-23wg-quick: allow enumeration of socket filesJason A. Donenfeld2-2/+2