aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* curve25519: replace hacl64 with fiat64Jason A. Donenfeld2018-02-011-8/+3
* tools: dedup secret normalizationJason A. Donenfeld2018-01-311-7/+1
* tools: fread doesn't change errnoJason A. Donenfeld2018-01-301-4/+0
* tools: share curve25519 implementations with kernelJason A. Donenfeld2018-01-231-1539/+30
* curve25519-fiat32: uninline certain functionsJason A. Donenfeld2018-01-181-4/+4
* tools: import new curve25519 implementationsJason A. Donenfeld2018-01-181-1129/+1423
* tools: plug memleak in config error pathJason A. Donenfeld2018-01-181-0/+1
* wg-quick: ifnames have max len of 15Jason A. Donenfeld2018-01-102-3/+3
* global: year bumpJason A. Donenfeld2018-01-0325-25/+25
* wg-quick: dumber matching for default routesJason A. Donenfeld2017-12-131-1/+1
* wg-quick: add the "Table" config optionLuis Ressel2017-12-132-3/+18
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-0925-50/+89
* tools: no need to put this on the stackJason A. Donenfeld2017-12-031-1/+1
* tools: remove undocumented unused syntaxJason A. Donenfeld2017-12-031-11/+0
* tools: fix removing preshared keysJason A. Donenfeld2017-11-231-69/+55
* global: switch from timeval to timespecJason A. Donenfeld2017-11-223-7/+7
* tools: tighten up strtoul parsingJason A. Donenfeld2017-11-172-36/+62
* wg-quick: document localhost exception and v6 ruleJason A. Donenfeld2017-11-121-3/+4
* tools: allow for NULL keys everywhereJason A. Donenfeld2017-11-115-29/+50
* tools: remove ioctl cruftJason A. Donenfeld2017-11-111-4/+0
* wg-quick: allow for tabs in keysJason A. Donenfeld2017-11-101-2/+2
* wg-quick: stat the correct enclosing folder of config fileJason A. Donenfeld2017-11-101-1/+2
* wg-quick: save all hooks on saveJason A. Donenfeld2017-11-011-5/+13
* wg-quick: fsync the temporary file before renamingJason A. Donenfeld2017-10-311-0/+1
* wg-quick: allow for saving existing interfaceJason A. Donenfeld2017-10-312-2/+14
* tools: correct type for CTRL_ATTR_FAMILY_IDJason A. Donenfeld2017-10-311-4/+4
* wg-quick: allow for the hatchet, but not by defaultJason A. Donenfeld2017-10-311-0/+2
* wg-quick: remember to rewind DNS settings on failureJason A. Donenfeld2017-10-311-3/+8
* wg-quick: allow specifiying multiple hooksJason A. Donenfeld2017-10-312-18/+21
* global: style nitsJason A. Donenfeld2017-10-3110-110/+201
* global: infuriating kernel iterator styleJason A. Donenfeld2017-10-314-19/+19
* tools: account for padding being in zero attributeJason A. Donenfeld2017-10-171-0/+6
* tools: newline after warningJason A. Donenfeld2017-10-171-1/+1
* tools: styleJason A. Donenfeld2017-10-171-1/+1
* tools: add pass example to wg-quick man pageJason A. Donenfeld2017-10-171-22/+9
* tools: don't insist on having a private keyJason A. Donenfeld2017-10-171-5/+0
* tools: retry resolution except when fatalJason A. Donenfeld2017-10-173-21/+23
* tools: encoding: be more paranoidJason A. Donenfeld2017-10-171-2/+2
* Makefile: even prettier outputJason A. Donenfeld2017-10-171-3/+3
* tools: man: include kill-switch documentation using fwmarkJason A. Donenfeld2017-10-111-0/+36
* tools: store tail pointer to make coalescing peers fastJason A. Donenfeld2017-10-102-74/+70
* tools: warn once on unrecognized itemsJason A. Donenfeld2017-10-092-0/+22
* tools: try again if dump is interruptedJason A. Donenfeld2017-10-081-1/+4
* Makefile: clang now builds the kernel, so use scan-buildJason A. Donenfeld2017-10-052-4/+1
* Makefile: add non-verbose mode to toolsJason A. Donenfeld2017-10-031-1/+19
* global: satisfy bitshift pedantryJason A. Donenfeld2017-10-031-8/+8
* tools: compile on non-LinuxJason A. Donenfeld2017-10-021-16/+22
* tools: simmer down silly compilersJason A. Donenfeld2017-10-021-1/+1
* tools: do not warn on unrecognized itemsJason A. Donenfeld2017-10-022-26/+0
* wg-quick: check permissions of parent directoryJason A. Donenfeld2017-10-021-1/+1