Add a non-interactive mode to tinc commands.
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 13 Jul 2014 14:54:34 +0000 (15:54 +0100)
committerEtienne Dechamps <etienne@edechamps.fr>
Sun, 13 Jul 2014 14:54:34 +0000 (15:54 +0100)
commitcc9203ee75c49360dd29710ac12bb67fe503f97b
tree4399f9412181a0fbc2ee0141de6a2dee6b0d4d9f
parentafb175873e6aa10d2d4dca3572edf054968c538d
Add a non-interactive mode to tinc commands.

Some tinc commands, such as "tinc generate-keys", use the terminal to
ask the user for information. This can be bypassed by making sure
there is no terminal, which is trivial on *nix but might require
jumping through some hoops on Windows depending on how the command is
invoked.

This commit adds a --batch option that ensures tinc will never ask the
user for input, even if it is attached to a terminal.
src/tincctl.c