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)
commitc2dc3784f127ef6db6e9960a4abecc1aab6f4e31
tree45937c9580418d0659fa24404bdf4e6c200af2de
parent097c69fc6a223213302fe9ffbe00a4c05357e660
Add stricter checks for netnames.

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.
src/invitation.c
src/tincd.c
src/utils.c
src/utils.h