GitHub CI: update list of container images
[tinc] / src / tincctl.c
2023-12-12 Marek KütheCorrect a type mismatch
2022-06-05 Kirill IsakovAdd timeouts to 'tinc join'
2022-05-29 Kirill IsakovExtract filesystem-related functions into fs.c
2022-05-29 Kirill IsakovImprove recently seen address cache
2022-05-27 Kirill IsakovAdd tests for import/export errors
2022-05-23 Kirill IsakovEnable more clang-tidy checks
2022-05-02 Kirill IsakovAdd basic pledge/unveil sandbox on OpenBSD
2022-04-28 Kirill IsakovUse hardening option to add only hardening flags
2022-04-28 Kirill IsakovImprove use of compiler attributes
2022-04-26 Kirill IsakovUse enums for command-line options
2022-04-26 Kirill IsakovAdd colors to tincd logger
2022-04-21 Kirill Isakovconnection_t: split compression_level/log_level into...
2022-04-21 Kirill IsakovUse actual port in tincd logs / tinc get Port / invitations
2022-04-16 Kirill Isakovcmd_config: replace action magic numbers with enum
2022-04-12 Kirill IsakovRefactor crypto RNG; add getrandom() support
2022-04-10 Kirill IsakovCorrect close() function when building with MSVC
2022-03-28 Kirill IsakovReplace MinGW with Windows to avoid ambiguities
2022-03-28 Kirill IsakovAdd support for building tinc with MSVC
2022-03-27 Guus SliepenFix compiler warning.
2022-03-15 Guus SliepenRemove unnecessary status bitfield conversions.
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
next