Allow control-C to stop tincd without stopping the tinc shell.
[oweals/tinc.git] / src / tincctl.c
2013-07-25 Guus SliepenAllow control-C to stop tincd without stopping the...
2013-07-25 Guus SliepenWarn when incorrect use of add or set causes variables...
2013-07-22 Guus SliepenHonour umask, let temporary key files inherit original...
2013-07-20 Guus SliepenAllow extra options to be passed to "tinc restart"...
2013-07-17 Guus SliepenAdd missing definitions on Windows.
2013-07-11 Guus SliepenAdd connection rate limiting.
2013-05-30 Guus SliepenAllow the log output to be stopped with control-C in...
2013-05-30 Guus SliepenBetter optional argument handling.
2013-05-29 Guus SliepenAdd an invitation protocol.
2013-05-01 Guus SliepenRename xmalloc_and_zero() to xzalloc().
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-04-28 Guus SliepenDon't try to create tinc.conf when using set or add...
2013-03-12 Guus SliepenFix completion of add/del/get/set commands.
2013-03-08 Guus SliepenRename tincctl to tinc.
2013-03-08 Guus SliepenAllow changing configuration with tincctl without the...
2013-03-08 Guus SliepenBetter default output file for generated public keys.
2013-02-20 Guus SliepenFix a tiny memory leak.
2013-02-08 Guus SliepenDon't expect a response from tincd after sending REQ_STOP.
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-17 Guus SliepenAllow connections via UNIX sockets.
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2013-01-15 Guus SliepenAdd the tincctl exchange and exchange-all commands.
2013-01-14 Guus SliepenAlways complain if too many arguments are given for...
2013-01-14 Guus SliepenDon't complain about garbage if we skipped importing...
2012-12-03 Guus SliepenAdd option to dump only a list of reachable nodes.
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-11-10 Guus SliepenFix potential buffer overflow reading the PID file.
2012-10-21 Guus SliepenAdd the AutoConnect option.
2012-10-14 Guus Sliepentincctl: add node colors and edge weight to graph dump.
2012-10-10 Guus SliepenFix whitespace.
2012-10-07 Guus SliepenFix warnings from cppcheck.
2012-10-06 Guus SliepenImprove starting/stopping tincd using tincctl.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-28 Guus SliepenMake tincctl robust against dropped control connections.
2012-09-27 Guus SliepenComment out old public/private keys when generating...
2012-09-26 Guus SliepenAllow dumping either directed or undirected graphs.
2012-09-26 Guus SliepenLet tincctl parse and format dumps.
2012-08-30 Guus SliepenFix node name check for "connect" and "disconnect"...
2012-08-05 Guus SliepenQuit when "exit" or "quit" commands are used in tincctl...
2012-08-05 Guus SliepenFix segfault when using tincctl's shell without readline.
2012-08-03 Guus SliepenFork when using the "start" command in tincctl.
2012-08-03 Guus SliepenAdd readline completion for tincctl config and tincctl...
2012-08-02 Guus SliepenHave tincctl act as a shell when no command is given.
2012-08-01 Guus SliepenStricter checks for netname and node names.
2012-08-01 Guus SliepenAdd missing configuration variables.
2012-08-01 Guus SliepenAdd the ability to query configuration variables to...
2012-08-01 Guus Sliepentincctl restart should work even if no tincd is running.
2012-08-01 Guus SliepenTry sending SIGTERM if we cannot connect to a tincd...
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-22 Guus Sliepentincctl init now also creates a template tinc-up script.
2012-07-21 Guus SliepenWindows doesn't like quotes around "edit" when calling...
2012-07-21 Guus SliepenUse backslashes on Windows.
2012-07-21 Guus SliepenDon't try to mkdir(CONFDIR) on Windows when there is...
2012-07-21 Guus SliepenFix crash when no netname is specified.
2012-07-21 Guus SliepenFix some compiler warnings.
2012-07-21 Guus SliepenHave tincd and tincctl use the same method of determini...
2012-07-21 Guus SliepenAdd a newline to a configuration file if it is missing.
2012-07-21 Guus SliepenAdd some checks when changing configuration.
2012-07-21 Guus SliepenFix various compiler warnings.
2012-07-21 Guus SliepenMake sure tinc compiles on Windows.
2012-07-16 Guus SliepenWhen exporting configuration files, don't copy Name...
2012-07-16 Guus SliepenAdd an easy way to export and import host configuration...
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.
next