"tincctl info" gives more human readable information about nodes or subnets.
[tinc] / src / tincctl.c
2012-07-15 Guus Sliepen"tincctl info" gives more human readable information...
2012-07-15 Guus SliepenFix tincctl dump.
2012-07-15 Guus SliepenLet tincctl ignore tincd options, so they will be passe...
2012-07-15 Guus SliepenFix tincctl start.
2012-07-15 Guus SliepenHave tincctl notify a running tincd of configuration...
2012-07-15 Guus SliepenAdd an easy way to edit a configuration file.
2012-07-15 Guus SliepenStricter checks for node names.
2012-07-15 Guus SliepenAllow configuration variables to be added/removed using...
2012-07-15 Guus SliepenPut every command in its own function.
2012-07-15 Guus Sliepen"tincctl init" creates initial directory structure...
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenLet tincctl use the NETNAME environment variable if...
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-12-26 Guus SliepenFix compiler warnings.
2011-08-07 Michael Tokarevuse execvp() not execve() in tincctl start
2011-08-07 Michael Tokarevrun tincd from the same directory as tincctl and pass...
2011-08-07 Michael Tokarevdon't mention reload twice in tincctl help
2011-07-17 Guus SliepenAdd missing newline.
2011-07-17 Guus Sliepen"tincctl stop" now removes the tinc service on Windows.
2011-07-13 Guus SliepenFix compiler warnings.
2011-07-05 Guus SliepenAdd a minor number to the protocol version.
2011-07-03 Guus SliepenHave tincctl generate ECDSA keys.
2011-06-25 Guus SliepenMake pid files backwards compatible and add address...
2011-06-25 Guus SliepenRename controlcookie file to pidfile.
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-02 Guus SliepenFix some compiler and cppcheck warnings.
2011-06-02 Guus SliepenRemove unused functions and variables.
2011-05-29 Guus SliepenShow hostname and port in error message when connecting...
2011-05-29 Guus SliepenAllow tincctl to connect to something besides localhost.
2011-05-28 Sven-Haegar Kochfgets() returns NULL on error, not < 0
2011-05-28 Sven-Haegar Kochsparse fixup: warning: symbol '...' was not declared...
2011-05-22 Guus SliepenAdd the ability to dump all traffic going through route...
2011-05-17 Guus SliepenFix some compiler warnings.
2011-05-15 Guus SliepenAdd a very primitive "top" command to tincctl.
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2009-12-16 Guus SliepenAllow connections to be closed.
2009-12-11 Guus SliepenFix compiler warnings.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-12-11 Guus SliepenOnly call ioctlsocket() on Windows.
2009-11-07 Guus SliepenUse the TCP socket infrastructure for control sockets.
2009-11-07 Guus SliepenSmall fixes to get really working control sockets on...
2009-11-05 Guus SliepenMake sure the 1.1 branch compiles in a MinGW environment.
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-09-29 Guus SliepenUpdate FSF address in files not covered by the merge.
2009-09-29 Guus SliepenDrop localisation and checkpoint tracing in files not...
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-16 Guus SliepenReplace asprintf()s not covered by the merge to xasprin...
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2008-12-14 Guus SliepenMove RSA key generation into the wrappers.
2008-12-11 Guus SliepenRemove unnecessary parentheses from sizeof, apply sizeo...
2008-12-11 Guus SliepenFix compiler warnings.
2008-12-11 Guus SliepenLook in the configured sbin directory for the tincd...
2007-11-08 Scott LambUse a control socket directory to restrict access
2007-11-07 Scott LambCoding style corrections
2007-11-07 Scott LambReload configuration through control socket
2007-11-07 Scott LambRetry connections through control socket
2007-11-07 Scott LambAlter debugging levels through control socket
2007-11-07 Scott LambPurge through the control socket
2007-11-07 Scott LambDump through control socket
2007-11-07 Scott LambFancier protocol for control socket
2007-05-19 Guus SliepenImplement "stop" command, and allow tincctl to retrieve...
2007-05-19 Guus SliepenMove key generation to tincctl.
2007-05-19 Guus SliepenRemove pidfile in favour of control socket.
2007-05-18 Guus SliepenStart of control socket implementation.