FreeBSD src
Go to file
Kyle Evans 7e00bf8773 Import wireguard-tools for wg(8)
744bfb2131 ("Import the WireGuard driver from zx2c4.com") re-imported
the WireGuard driver with the intention that wg(8) will be used to
manage WireGuard interfaces, as on other platforms, now that wg(8) has
been dual-licensed MIT specifically to allow our use in base (thanks!).

This is a copy of wireguard-tools/src, with files that we don't need
.gitignore'd out to make it more clear that we're only building files
that are either MIT or dual-licensed MIT.  We may go with a different
structure later (e.g., if we end up needing to include outside of src/),
but an upstream restructure seems unlikely in the foreseeable future.
2022-10-28 21:42:39 -05:00
man Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
.gitignore Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
config.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
config.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
containers.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
ctype.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
curve25519-fiat32.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
curve25519-hacl64.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
curve25519.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
curve25519.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
encoding.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
encoding.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
genkey.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
ipc-freebsd.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
ipc-uapi-unix.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
ipc-uapi.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
ipc.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
ipc.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
pubkey.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
set.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
setconf.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
show.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
showconf.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
subcommands.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
terminal.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
terminal.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
version.h Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00
wg.c Import wireguard-tools for wg(8) 2022-10-28 21:42:39 -05:00