This repository has been archived on 2024-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
wireguard-tools/src
Jason A. Donenfeld 65db14706b wg: don't insist on having a private key
This lets us do flexible things from wg-quick such as:

PostUp = wg set %i private-key <(pass WireGuard/private-keys/%i)

It also was never a very sensible policy to enforce.

Suggested-by: Luis Ressel <aranea@aixah.de>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-10-17 19:26:07 +02:00
..
completion wg-quick: only bash complete existing interfaces for down 2017-09-06 20:51:41 +02:00
INSTALL wg: add installation note for distros 2017-01-05 19:41:23 +01:00
Makefile Makefile: even prettier output 2017-10-17 19:26:07 +02:00
config.c wg: don't insist on having a private key 2017-10-17 19:26:07 +02:00
config.h netlink: switch from ioctl to netlink for configuration 2017-10-02 02:45:53 +02:00
containers.h wg: store tail pointer to make coalescing peers fast 2017-10-10 17:19:01 +02:00
curve25519.c Update copyright 2017-01-10 06:36:19 +01:00
curve25519.h Update copyright 2017-01-10 06:36:19 +01:00
encoding.c wg: encoding: be more paranoid 2017-10-17 19:26:07 +02:00
encoding.h netlink: switch from ioctl to netlink for configuration 2017-10-02 02:45:53 +02:00
genkey.c wg: use proper __linux__ ifdef 2017-06-12 17:02:12 +02:00
ipc.c wg: store tail pointer to make coalescing peers fast 2017-10-10 17:19:01 +02:00
ipc.h netlink: switch from ioctl to netlink for configuration 2017-10-02 02:45:53 +02:00
mnlg.c netlink: switch from ioctl to netlink for configuration 2017-10-02 02:45:53 +02:00
mnlg.h netlink: switch from ioctl to netlink for configuration 2017-10-02 02:45:53 +02:00
pubkey.c wg: support text-based ipc 2017-05-17 18:13:14 +02:00
set.c netlink: switch from ioctl to netlink for configuration 2017-10-02 02:45:53 +02:00
setconf.c netlink: switch from ioctl to netlink for configuration 2017-10-02 02:45:53 +02:00
show.c wg: retry resolution except when fatal 2017-10-17 19:26:07 +02:00
showconf.c netlink: switch from ioctl to netlink for configuration 2017-10-02 02:45:53 +02:00
subcommands.h Update copyright 2017-01-10 06:36:19 +01:00
terminal.c wg: opt-in globally to GNU-isms to keep the BSDs happy 2017-05-17 18:34:23 +02:00
terminal.h Update copyright 2017-01-10 06:36:19 +01:00
wg-quick.8 wg: man: include kill-switch documentation using fwmark 2017-10-11 15:50:29 +02:00
wg-quick.bash wg-quick: check permissions of parent directory 2017-10-02 02:45:53 +02:00
wg-quick@.service global: wireguard.io --> wireguard.com 2017-07-20 03:37:39 +02:00
wg.8 global: wireguard.io --> wireguard.com 2017-07-20 03:37:39 +02:00
wg.c wg: retry resolution except when fatal 2017-10-17 19:26:07 +02:00