Allow connections via UNIX sockets.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 17 Jan 2013 17:12:55 +0000 (18:12 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 17 Jan 2013 17:12:55 +0000 (18:12 +0100)
commit94587264bda45cce0295aaa37b59905d4b9843a8
treefc505f6ebcdc0711046ceab41117c917195224a8
parent2c1412306242d26f7803829873e582b50adde922
Allow connections via UNIX sockets.

This is mainly useful for control connections. The client must still present
the control cookie from the PID file.
src/names.c
src/names.h
src/net.h
src/net_setup.c
src/net_socket.c
src/tincctl.c