tinc/src
Guus Sliepen 73348be58e Have tincctl act as a shell when no command is given.
By default it uses readline to read commands. If the input and output are not a
tty, no prompt is shown.
2012-08-02 17:24:42 +02:00
..
bsd Merge branch 'master' into 1.1 2012-07-14 15:13:21 +02:00
cygwin Allow log messages to be captured by tincctl. 2012-02-26 18:37:36 +01:00
gcrypt Allow log messages to be captured by tincctl. 2012-02-26 18:37:36 +01:00
linux Fix compiler warnings. 2012-06-25 19:01:51 +02:00
mingw Allow log messages to be captured by tincctl. 2012-02-26 18:37:36 +01:00
openssl ecdh & ecdsa: avoid some possible memory leaks in error conditions. 2012-04-16 00:54:50 +02:00
solaris Allow log messages to be captured by tincctl. 2012-02-26 18:37:36 +01:00
buffer.c sparse fixup: warning: Using plain integer as NULL pointer 2011-05-28 15:24:39 +02:00
buffer.h Always compact the buffer if it has reached MAXBUFSIZE. 2011-05-22 13:24:01 +02:00
conf.c Use backslashes on Windows. 2012-07-21 16:26:55 +02:00
conf.h Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-03-25 23:35:31 +01:00
connection.c free_connection_partially(): also reset remote protocol version infos 2012-05-08 16:20:21 +02:00
connection.h Remove unused #include. 2012-07-31 20:29:13 +02:00
control.c Always pass request strings to other functions as const char *. 2012-05-08 16:44:15 +02:00
control.h Use the TCP socket infrastructure for control sockets. 2009-11-07 23:43:25 +01:00
control_common.h Allow log messages to be captured by tincctl. 2012-02-26 18:37:36 +01:00
device.h Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-03-25 23:35:31 +01:00
dropin.c Use usleep() instead of sleep(), MinGW complained. 2011-07-16 22:38:22 +02:00
dropin.h Fix declaration of usleep(). 2011-07-17 18:02:56 +02:00
dummy_device.c Allow log messages to be captured by tincctl. 2012-02-26 18:37:36 +01:00
edge.c Use the TCP socket infrastructure for control sockets. 2009-11-07 23:43:25 +01:00
edge.h Use the TCP socket infrastructure for control sockets. 2009-11-07 23:43:25 +01:00
ethernet.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
fake-gai-errnos.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
fake-getaddrinfo.c Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
fake-getaddrinfo.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
fake-getnameinfo.c Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
fake-getnameinfo.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
getopt.c Merge branch 'master' into 1.1 2010-11-12 16:15:29 +01:00
getopt.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
getopt1.c Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
graph.c Use a status bit to track which nodes use SPTPS. 2012-07-31 21:43:49 +02:00
graph.h Update copyright notices. 2012-03-10 13:23:08 +01:00
info.c Use a status bit to track which nodes use SPTPS. 2012-07-31 21:43:49 +02:00
info.h "tincctl info" gives more human readable information about nodes or subnets. 2012-07-16 01:05:25 +02:00
ipv4.h Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-03-25 23:35:31 +01:00
ipv6.h Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-03-25 23:35:31 +01:00
list.c Fix nodes joining the VPN after tincctl top started. 2011-06-02 21:14:50 +02:00
list.h Fix nodes joining the VPN after tincctl top started. 2011-06-02 21:14:50 +02:00
logger.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-03-26 19:06:39 +01:00
logger.h Allow log messages to be captured by tincctl. 2012-02-26 18:37:36 +01:00
Makefile.am Have tincctl act as a shell when no command is given. 2012-08-02 17:24:42 +02:00
meta.c Use datagram SPTPS for packet exchange between nodes. 2012-07-30 18:36:59 +02:00
meta.h Use datagram SPTPS for packet exchange between nodes. 2012-07-30 18:36:59 +02:00
multicast_device.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-03-25 23:35:31 +01:00
net.c Use backslashes on Windows. 2012-07-21 16:26:55 +02:00
net.h Use datagram SPTPS for packet exchange between nodes. 2012-07-30 18:36:59 +02:00
net_packet.c Use a status bit to track which nodes use SPTPS. 2012-07-31 21:43:49 +02:00
net_setup.c Use a status bit to track which nodes use SPTPS. 2012-07-31 21:43:49 +02:00
net_socket.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-06-26 13:24:20 +02:00
netutl.c Move all functions related to subnet parsing to subnet_parse.c. 2012-07-16 00:52:50 +02:00
netutl.h Move all functions related to subnet parsing to subnet_parse.c. 2012-07-16 00:52:50 +02:00
node.c Use datagram SPTPS for packet exchange between nodes. 2012-07-30 18:36:59 +02:00
node.h Use a status bit to track which nodes use SPTPS. 2012-07-31 21:43:49 +02:00
process.c Fix exit code when installing tincd as a service on Windows. 2012-07-21 17:10:10 +02:00
process.h Merge branch 'master' into 1.1 2010-11-12 16:15:29 +01:00
protocol.c Stricter checks for netname and node names. 2012-08-01 16:51:59 +02:00
protocol.h Use datagram SPTPS for packet exchange between nodes. 2012-07-30 18:36:59 +02:00
protocol_auth.c Use a status bit to track which nodes use SPTPS. 2012-07-31 21:43:49 +02:00
protocol_edge.c Always pass request strings to other functions as const char *. 2012-05-08 16:44:15 +02:00
protocol_key.c Clear struct sptps before reusing it. 2012-08-02 17:23:51 +02:00
protocol_misc.c Always pass request strings to other functions as const char *. 2012-05-08 16:44:15 +02:00
protocol_subnet.c Always pass request strings to other functions as const char *. 2012-05-08 16:44:15 +02:00
raw_socket_device.c Allow log messages to be captured by tincctl. 2012-02-26 18:37:36 +01:00
route.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-06-26 13:24:20 +02:00
route.h Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-06-26 13:24:20 +02:00
splay_tree.c sparse fixup: warning: Using plain integer as NULL pointer 2011-05-28 15:24:39 +02:00
splay_tree.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
sptps.c Add Brandon Black's replay window code to SPTPS. 2012-07-31 20:39:15 +02:00
sptps.h Add Brandon Black's replay window code to SPTPS. 2012-07-31 20:39:15 +02:00
sptps_test.c Use datagram SPTPS for packet exchange between nodes. 2012-07-30 18:36:59 +02:00
subnet.c Move all functions related to subnet parsing to subnet_parse.c. 2012-07-16 00:52:50 +02:00
subnet.h Move all functions related to subnet parsing to subnet_parse.c. 2012-07-16 00:52:50 +02:00
subnet_parse.c Move all functions related to subnet parsing to subnet_parse.c. 2012-07-16 00:52:50 +02:00
tincctl.c Have tincctl act as a shell when no command is given. 2012-08-02 17:24:42 +02:00
tincctl.h Add tincctl.h. 2011-05-16 09:46:54 +02:00
tincd.c Stricter checks for netname and node names. 2012-08-01 16:51:59 +02:00
top.c Don't react to escape character in tincctl top. 2011-06-26 12:58:50 +02:00
top.h Add top.h. 2011-05-16 09:48:19 +02:00
uml_device.c Allow log messages to be captured by tincctl. 2012-02-26 18:37:36 +01:00
utils.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-06-26 13:24:20 +02:00
utils.h Use const pointer to source in base64 and hex routines. 2011-07-16 22:38:50 +02:00
vde_device.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-03-25 23:35:31 +01:00
xalloc.h Drop the GNU malloc.c, realloc.c, and xmalloc.c. 2011-06-02 17:45:06 +02:00