Add stricter checks for netnames.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 17 Apr 2016 12:38:37 +0000 (14:38 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 17 Apr 2016 12:38:37 +0000 (14:38 +0200)
When passing a NetName via an invitation, we don't allow any characters
that are unsafe (either because they could cause shells to expand things,
or because they are not allowed on some filesystems).

Also, warn when tinc is started with unsafe netnames.


No differences found