tinc
2012-09-25 Guus SliepenFix typo in manpage.
2012-09-13 Guus SliepenEnsure sptps_test compiles with -flto.
2012-09-05 Guus SliepenReplace node_udp_tree with a hash table.
2012-09-05 Guus SliepenUse hash tables to lookup owners of addresses.
2012-09-05 Guus SliepenAdd a simple hash table implementation.
2012-09-04 Guus SliepenRemove newlines at end of log messages.
2012-09-04 Guus SliepenRemove some debug messages.
2012-08-30 Guus SliepenProperly handle SPTPS packets with stripped Ethernet...
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-05 Guus SliepenAdd bash completion script.
2012-08-03 Guus SliepenMake sure the top command can be used more than once...
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 SliepenOptionally compress and/or strip Ethernet header from...
2012-08-02 Guus SliepenHave tincctl act as a shell when no command is given.
2012-08-02 Guus SliepenClear struct sptps before reusing it.
2012-08-01 Guus SliepenUpdate the documentation to encourage using "tincctl...
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-31 Guus SliepenUse a status bit to track which nodes use SPTPS.
2012-07-31 Guus SliepenAdd Brandon Black's replay window code to SPTPS.
2012-07-31 Guus SliepenHandle SPTPS datagrams in try_mac().
2012-07-31 Guus SliepenRemove unused #include.
2012-07-30 Guus SliepenUse datagram SPTPS for packet exchange between nodes.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-27 Guus SliepenAlso clarify hostnames=[yes|no] in tinc.conf(5).
2012-07-24 Mesar HameedMinor clarification, tinc.conf hostnames=[yes|no] varia...
2012-07-22 Guus SliepenRemove unused po/ directory.
2012-07-22 Guus SliepenHave tinc-gui use same way of locating pidfile as tincd...
2012-07-22 Guus Sliepentincctl init now also creates a template tinc-up script.
2012-07-21 Guus SliepenFix exit code when installing tincd as a service on...
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 SliepenCall event_init() after detaching.
2012-07-21 Guus SliepenFix various compiler warnings.
2012-07-21 Guus SliepenBSD make doesn't like $<.
2012-07-21 Guus SliepenMake sure sptps.h and info.h are in the tarball.
2012-07-21 Guus SliepenMake sure tinc compiles on Windows.
2012-07-20 Guus SliepenPrefer routes with lower weight as long as they do...
2012-07-20 Guus SliepenAllow more configuration variables to be changed when...
2012-07-20 Guus SliepenSplit setup_myself() into two functions, one for reload...
2012-07-20 Guus SliepenNever remove items from cmdline_conf.
2012-07-19 Guus SliepenUse minor protocol version to determine whether to...
2012-07-17 Guus SliepenPut minor protocol version in connection options so...
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 SliepenStrip default subnet weight from output.
2012-07-15 Guus SliepenGive an error message when tincctl info cannot parse...
2012-07-15 Guus Sliepen"tincctl info" gives more human readable information...
2012-07-15 Guus SliepenMove all functions related to subnet parsing to subnet_...
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-07-12 Guus SliepenUpdate THANKS file.
2012-07-12 Guus SliepenDocument how to load the tap driver on FreeBSD.
2012-07-12 Guus SliepenUse /dev/tap0 by default on FreeBSD and NetBSD when...
2012-06-26 Guus SliepenFix crash when handling the ALRM signal.
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-06-25 Guus SliepenReleasing 1.0.19. release-1.0.19
2012-06-25 Guus SliepenFix crash when using Broadcast = direct.
2012-06-25 Guus SliepenFix compiler warnings.
2012-06-25 Guus Sliepen#include <winsock2.h> on Windows.
2012-06-25 Guus SliepenSmall fixes in proxy code.
2012-05-13 Guus SliepenDon't forget to send a newline when forwarding requests.
2012-05-08 Michael Tokarevadd (errnum) in front of windows error messages
2012-05-08 Guus SliepenAlways pass request strings to other functions as const...
2012-05-08 Sven-Haegar... free_connection_partially(): also reset remote protocol...
2012-05-08 Sven-Haegar... Silence SPTPS log messages, reduce them from DEBUG_ALWA...
2012-05-08 Sven-Haegar... terminate_connection(): delete non-outgoing (aka incomi...
2012-05-08 Sven-Haegar... Label control connections for log output as "<control...
2012-05-08 Sven-Haegar... free_connection_partially(): Avoid possible use-after...
2012-05-08 Sven-Haegar... terminate_connection(): only kill c->node->connection...
2012-05-08 Sven-Haegar... terminate_connection(): Avoid use-after-free and double...
2012-04-19 Guus SliepenDocument new proxy types.
2012-04-19 Guus SliepenAdd support for proxying through an external command.
2012-04-19 Guus SliepenAdd support for SOCKS 5 proxies.
2012-04-18 Guus SliepenAdd basic support for SOCKS 4 and HTTP CONNECT proxies.
2012-04-15 Guus SliepenAllow broadcast packets to be sent directly instead...
2012-04-15 Guus SliepenUpdate README to reflect that only OpenSSL is currently...
2012-04-15 Guus SliepenAdd autoconf checks for OpenSSL's elliptic curve functions.
2012-04-15 Sven-Haegar... ecdh & ecdsa: avoid some possible memory leaks in error...
2012-04-15 Sven-Haegar... Remove confusing error message for failed reading in...
next