Fix the "network" command in tinc shell.
[tinc] / src / tincctl.c
2016-04-17 Guus SliepenFix the "network" command in tinc shell.
2016-04-14 Guus SliepenUse getcwd() instead of get_current_dir_name().
2016-01-26 Guus SliepenAdd the ability to sign and verify files.
2016-01-17 Guus SliepenMerge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
2015-11-21 Etienne DechampsAdd UPnP support to tincd.
2015-09-25 Guus SliepenFix a few memory leaks in the CLI found by AddressSanit...
2015-06-07 Guus SliepenFix warnings about missing return value checks.
2015-05-21 Guus SliepenUpdate copyright notices.
2015-05-20 Guus SliepenUse socketpair() instead of pipe() for the umbilical.
2015-05-20 Guus SliepenEnsure "tinc start" knows if the daemon really started...
2015-05-20 Guus SliepenFix check for LOCALSTATEDIR accessibility for the CLI.
2015-05-19 Guus SliepenAllocate temporary filenames on the stack.
2015-05-19 Guus SliepenAllow dumping a list of outstanding invitations.
2015-05-19 Guus SliepenAdd "list" as an alias for "dump" in the CLI.
2015-05-08 Pierre EmeriaudFix typo in tincctl help.
2015-05-04 Etienne DechampsUse git description as the tinc version.
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/wintapver' into 1.1
2015-04-12 Guus SliepenAlways call res_init() before getaddrinfo().
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/windevice' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/winmtu' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/fsckwin' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/staticfix' into 1.1
2015-03-14 Etienne DechampsThrottle the rate of MTU_INFO messages.
2015-03-14 Etienne DechampsThrottle the rate of UDP_INFO messages.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-02-16 Guus SliepenDocument that --force should precede commands.
2015-02-09 Guus SliepenMake "tinc add" idempotent.
2015-01-15 Guus SliepenAdd the "fsck" command to the CLI.
2015-01-03 Etienne DechampsUse a different UDP discovery interval if the tunnel...
2015-01-01 Etienne DechampsAdd UDP discovery mechanism.
2014-12-31 Guus SliepenFixes for bugs in src/Makefile.am and tincctl.c introdu...
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-27 Guus SliepenAdd BroadcastSubnet and DeviceStandby options to the...
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-10-04 Etienne DechampsIntroduce node IDs.
2014-09-07 Etienne DechampsFix wrong identifier in SO_NOSIGPIPE call.
2014-08-25 William A. Kenning... tincctl: Use replace_name to properly replace and valid...
2014-08-25 William A. Kenning... utils: Refactor check_id out of protocol for global...
2014-08-07 Sven-Haegar KochFix exit code of "tinc get".
2014-07-13 Etienne DechampsAdd a non-interactive mode to tinc commands.
2014-07-12 Guus SliepenRevert "Use git description as the tinc version."
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'tincstart' of https://github.com/dechamps...
2014-07-12 Etienne DechampsImprove subprocess behavior in tinc start command.
2014-07-12 Etienne DechampsFix "tinc start" on Windows when the path contains...
2014-06-29 Etienne DechampsUse git description as the tinc version.
2014-06-29 Etienne DechampsRegenerate build date and time every time tinc is built.
2014-06-29 Etienne DechampsAdd local address information to edges.
2014-06-26 Etienne DechampsFix errno references when handling socket errors.
2014-06-15 Guus SliepenUnconditionally return non-zero exit code when "tinc...
2014-06-15 Guus SliepenReturn non-zero exit code when "tinc get" does not...
2014-05-18 Guus SliepenImplement a PEM-like format for Ed25519 keys.
2014-05-18 Guus SliepenRename ECDSA to Ed25519.
2014-05-13 Guus SliepenAdd sanity checks when generating new RSA keys.
2014-05-12 Guus SliepenAdd missing closedir().
2014-03-09 Guus SliepenHandle a disconnecting tincd better.
2014-02-26 Guus SliepenAdd "network" command to list or switch networks.
2014-02-07 Guus SliepenUpdate copyright notices.
2014-01-29 Guus SliepenDon't ask questions if we are not running interactively.
2014-01-20 Guus SliepenAdd the ListenAddress option.
2013-12-08 Guus SliepenGive full path to unconfigured tinc-up script.
2013-09-08 Guus SliepenDon't try to mkdir(CONFDIR) if --config is used.
2013-09-05 Guus SliepenExit value 1 instead of a random non-zero value.
2013-08-27 Guus SliepenCall WSAStartup() in main().
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
2013-08-18 Guus SliepenDon't force a .bat extension for scripts under Windows.
2013-08-02 Guus SliepenUse umask() to set file and UNIX socket permissions...
2013-07-26 Guus SliepenDefer handling netname conflicts when accepting an...
2013-07-26 Guus SliepenChoose a different Port when 655 isn't available when...
2013-07-26 Guus SliepenChoose a different Port when 655 isn't available when...
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.
next