amneziawg-tools/src
Jason A. Donenfeld 91fbeb4a92 Revert "wg-quick: wait on process substitutions"
This reverts commit 26683f6c9a, which
means the old problem comes back. That's an issue. But waiting on
process substitutions is not available with commonly used bash versions:

  # wg-quick up demo
  [#] ip link add demo type wireguard
  [#] wg setconf demo /dev/fd/63
  /usr/bin/wg-quick: line 251: wait: pid 2955 is not a child of this shell
  [#] ip link delete dev demo

This means we have to wait a few years before fixing this issue. IOW,
bash limitation; can't fix.

Reported-by: Theodore Mozzo <theodore.mozzo@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-08-27 10:19:31 +02:00
..
completion global: bump copyright 2020-01-02 19:52:25 +01:00
fuzz netlink: remove libmnl requirement 2020-02-03 18:17:27 +01:00
man man: wg-quick: use syncconf instead of addconf for strip example 2020-07-28 14:19:10 +02: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 Revert "wg-quick: wait on process substitutions" 2020-08-27 10:19:31 +02:00
wincompat wincompat: fold random into genkey 2020-05-25 18:07:49 -06: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 ctype: use non-locale-specific ctype.h 2020-08-06 17:47:14 +02: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
Makefile Makefile: remember to install all systemd units 2020-05-11 21:31:05 -06: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 2020-08-20 12:06:22 +02:00
wg.c global: bump copyright 2020-01-02 19:52:25 +01:00