tinc
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenRefactor outgoing connection handling.
2012-10-07 Guus SliepenFix warnings from cppcheck.
2012-10-07 Guus SliepenRemove a debug message.
2012-10-07 Guus SliepenHandle packets encrypted via SPTPS that need to be...
2012-10-07 Guus SliepenMake datagram SPTPS key exchange more robust.
2012-10-07 Guus SliepenUseful error messages when writing to a meta connection...
2012-10-06 Guus SliepenWhen terminating, keep control connections open until...
2012-10-06 Guus SliepenClear connection options and status fields in free_conn...
2012-10-06 Guus SliepenImprove starting/stopping tincd using tincctl.
2012-10-06 Guus SliepenFix off-by-one error.
2012-10-01 Guus SliepenLibreadline might depend on libcurses.
2012-10-01 Guus SliepenRemove abort() call that accidentily sneaked into commi...
2012-10-01 Guus SliepenMake sure sptps_test compiles without -flto.
2012-09-30 Guus SliepenRemove unused function declaration.
2012-09-30 Guus SliepenFix not reading Port statement from host config file.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-30 Guus SliepenAdd strict checks to hex to binary conversions.
2012-09-30 Guus SliepenAttribution for Martin Schürrer.
2012-09-30 Martin SchürrerOutput details of encryption errors
2012-09-28 Guus SliepenRemove some debugging messages.
2012-09-28 Guus SliepenMake tincctl robust against dropped control connections.
2012-09-28 Guus SliepenCorrectly add/remove outgoing connections when reloadin...
2012-09-28 Guus SliepenFix column sorting, make all lists sortable.
2012-09-27 Guus SliepenLet the GUI handle the new dump format.
2012-09-27 Guus SliepenFix links in documenation.
2012-09-27 Guus SliepenFix links in documentation.
2012-09-27 Guus SliepenComment out old public/private keys when generating...
2012-09-26 Guus SliepenUpdate documentation of the "dump graph" command.
2012-09-26 Guus SliepenAllow dumping either directed or undirected graphs.
2012-09-26 Guus SliepenLet tincctl parse and format dumps.
2012-09-26 Guus SliepenKeep last known address and time since reachability...
2012-09-25 Guus SliepenRemove remnants of Ethertap and old TUNSETIFF ioctl().
2012-09-25 Guus SliepenFix typo in manpage.
2012-09-24 Guus SliepenDon't ignore Makefile.am.
2012-09-24 Guus SliepenAttribution for Vil Brekin and some code style cleanups.
2012-09-24 VilbrekinAndroid cross-compilation instructions.
2012-09-24 VilbrekinUse __ANDROID__ define rather than dirty hard-code...
2012-09-24 VilbrekinAdd basic .gitignore file, cleaning (most) files genera...
2012-09-24 VilbrekinReplace hard-code with new ScriptsInterpreter configura...
2012-09-24 VilbrekinBasic patch for android cross-compilation.
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...
next