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
Florian Eckert 957702af94 Makefile: fix version indicator
If we execute `wg --version` we get a different version string that does
not match with the version string in the openwrt makefile.

Current version string:
`wireguard-tools vreboot-13159-gac5caa2718 -https://git.zx2c4.com/wireguard-tools/`

Corrected versions string:
`wireguard-tools v1.0.20200319 -https://git.zx2c4.com/wireguard-tools/`

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-03-05 14:37:11 -07:00
..
completion completion: add help and syncconf completions 2020-12-13 22:29:09 +01:00
fuzz netlink: remove libmnl requirement 2020-02-03 18:17:27 +01:00
man man: LOG_LEVEL variables changed nae 2021-01-26 23:02:37 +01:00
systemd systemd: add reload target to systemd unit 2020-07-24 16:23:47 +02:00
uapi ipc: openbsd: switch to array ioctl interface 2020-05-13 01:55:32 -06:00
wg-quick wg-quick: openbsd: no use for userspace support 2020-10-19 13:29:28 +02:00
wincompat wincompat: do not elevate by default 2020-12-11 14:17:27 +01:00
Makefile Makefile: fix version indicator 2021-03-05 14:37:11 -07:00
config.c ctype: use non-locale-specific ctype.h 2020-08-06 17:47:14 +02:00
config.h global: bump copyright 2020-01-02 19:52:25 +01:00
containers.h ipc: cleanup openbsd support 2020-05-10 22:10:02 -06:00
ctype.h ctype: use non-locale-specific ctype.h 2020-08-06 17:47:14 +02:00
curve25519-fiat32.h global: bump copyright 2020-01-02 19:52:25 +01:00
curve25519-hacl64.h global: bump copyright 2020-01-02 19:52:25 +01:00
curve25519.c curve25519: squelch warnings on clang 2020-02-07 15:46:59 +01:00
curve25519.h global: bump copyright 2020-01-02 19:52:25 +01:00
encoding.c global: bump copyright 2020-01-02 19:52:25 +01:00
encoding.h global: bump copyright 2020-01-02 19:52:25 +01:00
genkey.c wincompat: fold random into genkey 2020-05-25 18:07:49 -06:00
ipc-linux.h ipc: split into separate files per-platform 2020-05-25 17:21:18 -06:00
ipc-openbsd.h ipc: split into separate files per-platform 2020-05-25 17:21:18 -06:00
ipc-uapi-unix.h ipc: split into separate files per-platform 2020-05-25 17:21:18 -06:00
ipc-uapi-windows.h ipc: split into separate files per-platform 2020-05-25 17:21:18 -06:00
ipc-uapi.h ipc: read trailing responses after set operation 2021-01-27 15:22:20 +01:00
ipc.c ipc: split into separate files per-platform 2020-05-25 17:21:18 -06:00
ipc.h global: bump copyright 2020-01-02 19:52:25 +01:00
netlink.h netlink: initialize mostly unused field 2020-02-06 17:20:15 +01:00
pubkey.c ctype: use non-locale-specific ctype.h 2020-08-06 17:47:14 +02:00
set.c global: bump copyright 2020-01-02 19:52:25 +01:00
setconf.c global: bump copyright 2020-01-02 19:52:25 +01:00
show.c global: bump copyright 2020-01-02 19:52:25 +01:00
showconf.c global: bump copyright 2020-01-02 19:52:25 +01:00
subcommands.h global: bump copyright 2020-01-02 19:52:25 +01:00
terminal.c ctype: use non-locale-specific ctype.h 2020-08-06 17:47:14 +02:00
terminal.h terminal: specialize color_mode to stdout only 2020-04-20 22:52:35 -06:00
version.h version: bump 2021-02-23 19:32:18 +01:00
wg.c global: bump copyright 2020-01-02 19:52:25 +01:00