Stricter checks for netname and node names.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 Aug 2012 14:51:59 +0000 (16:51 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 Aug 2012 14:51:59 +0000 (16:51 +0200)
commit6396f42d74f22ab5f8e736dc5cb04c57917f9319
treeb66b8b7681a3b7bde8064409f666da2cf921f414
parent61006ced88e1bf62e8883216cabc636f2d4cb12a
Stricter checks for netname and node names.

- Node names should not be empty.
- Net names should not contain slashes or start with a dot, because they are
  used in pathnames.
src/protocol.c
src/tincctl.c
src/tincd.c