Enable and fix many extra warnings supported by GCC and Clang.
[tinc] / src / tincctl.c
2022-01-24 Guus SliepenEnable and fix many extra warnings supported by GCC...
2021-08-23 Guus SliepenUse xoshiro256** to generate pseudo-random numbers.
2021-08-18 Kirill IsakovRename base64 funcs to show they're not RFC-compliant.
2021-08-02 Kirill IsakovAssign more suitable types and fix narrowing conversion...
2021-07-29 Kirill IsakovRemove unused global variables.
2021-07-29 Kirill IsakovAllow using key & configuration parser from tincd in...
2021-07-26 Guus SliepenFix `tinc get Subnet` failing.
2021-07-26 Guus SliepenLet the CLI prevent adding incorrect Subnets.
2021-07-25 Kirill IsakovFix more memory leaks found by ASAN.
2021-07-23 Kirill IsakovFix memory leaks triggered by integration tests.
2021-07-21 Guus SliepenFix a few memory leaks at exit time.
2021-07-20 Guus SliepenSlightly better RNG seed for tincctl.
2021-07-20 Kirill IsakovList supported features in tinc/tincd --version
2021-07-20 Guus SliepenCheck that UNIX socket filenames are not too long.
2021-07-10 Kirill Isakovsrc/tincctl.c: inverse exit code for 'tinc stop' on...
2021-06-27 Guus SliepenUpdate copyright notices.
2021-06-27 Guus SliepenFix spelling errors.
2021-06-27 pacientincctl: restrict umask argument for FORTIFY
2021-06-27 Guus SliepenFix compiler warnings.
2021-06-22 Guus SliepenReformat the code using astyle.
2021-06-22 Ilia PavlikhinAdd Subnet checking to tinc cli
2018-11-30 Guus SliepenDouble-quote node names in dump graph output.
2018-10-22 Guus SliepenMake sure the stop command works on Windows if tincd...
2018-10-18 Guus SliepenMake more variables safe for use in invitations.
2018-10-18 Guus SliepenFix building with --disable-legacy-protocol.
2018-10-18 Guus SliepenReformat the code using astyle.
2018-10-07 Guus SliepenFix spelling errors.
2018-10-06 Guus SliepenFix all warnings when compiling with -Wall -W -pedantic.
2018-10-06 Guus SliepenFix warnings from the Clang static analyzer.
2018-10-06 Guus SliepenFix compiler warnings.
2018-09-09 Guus SliepenPrevent oracle attacks in the legacy protocol (CVE...
2018-06-13 Guus SliepenMerge remote-tracking branch 'volth/release-1.1pre16...
2018-06-13 volthminor
2018-06-13 volthexpose traffic stats to 'tinc info ___' and 'tinc dump...
2018-06-13 volthkeep track of round trip times of UDP pings
2018-06-12 Guus SliepenReleasing 1.1pre16. release-1.1pre16
2018-04-02 Guus SliepenAdd the ability to set a firewall mark on sockets.
2018-03-06 Guus SliepenEnsure we call CloseServiceHandle() in case of errors.
2018-03-06 Guus SliepenReformat all code using astyle.
2018-03-06 Gjergjifix service removal.
2018-01-06 Guus SliepenFix all spelling errors found by codespell.
2018-01-05 Guus SliepenMerge remote-tracking branch 'dechamps/ipip' into 1.1
2018-01-05 Guus SliepenAdd missing newlines to some error messages.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-10-01 Todd C. MillerFix parsing of -b flag
2017-09-02 Guus SliepenDrop h and hh length modifiers from printf format strings.
2017-08-15 pacienAdd LogLevel config option
2017-07-09 Guus SliepenAdd configurable experation time for invitations.
2017-04-18 Guus SliepenFix some minor issues found by cppcheck.
2017-04-18 Guus SliepenAdd field widths to sscanf() calls.
2017-03-21 Guus SliepenPut script environment creation/deletion in functions.
2017-03-20 Guus SliepenMerge remote-tracking branch 'dechamps/sleep' into 1.1
2017-03-20 Guus SliepenDon't try to use kill() on Windows.
2016-10-11 Vittorio G (VittGam)tincctl: Avoid falling back to 1024 bits RSA key genera...
2016-06-23 Guus SliepenFix potential memory leaks found by the Clang static...
2016-06-23 Guus SliepenForce nul-termination of strings after vsnprintf().
2016-05-21 Sean McVeighfix check in cmd_pid() for failure to connect to tincd
2016-05-21 Sean McVeighcheck for daemon pid existence before trying to connect...
2016-04-23 Guus SliepenFix possible read of freed memory when verifying the...
2016-04-23 Guus SliepenHave "tinc fsck" recognize Ed25519PublicKey statements.
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".
next