Don't send proxy requests for incoming connections.
[tinc] / src / protocol_auth.c
2013-02-07 Guus SliepenDon't send proxy requests for incoming connections.
2012-10-10 Guus SliepenFix whitespace.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenRefactor outgoing connection handling.
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-07-31 Guus SliepenUse a status bit to track which nodes use SPTPS.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenFix some compiler warnings.
2012-07-21 Guus SliepenFix various compiler warnings.
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-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-05-08 Guus SliepenAlways pass request strings to other functions as const...
2012-05-08 Sven-Haegar KochLabel control connections for log output as "<control...
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-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-18 Guus SliepenAdd datagram mode to the SPTPS protocol.
2012-03-10 Guus SliepenUpdate copyright notices.
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenEnsure all SPTPS functions are prefixed with sptps_.
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenUse SPTPS when ExperimentalProtocol is enabled.
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2011-12-26 Guus SliepenFix compiler warnings.
2011-07-19 Guus SliepenFix tinc 1.0.x daemons connecting when ExperimentalProt...
2011-07-16 Guus SliepenUse ECDSA to sign ECDH key exchange for UDP session...
2011-07-16 Guus SliepenUse the correct direction flag when setting cipher...
2011-07-13 Guus SliepenFix compiler warnings.
2011-07-12 Guus SliepenMake use of the improved hex and base64 functions.
2011-07-11 Guus SliepenRequire ExperimentalProtocol = yes for new features...
2011-07-10 Guus SliepenAutomatically exchange ECDSA keys and upgrade to new...
2011-07-07 Guus SliepenVery primitive ECDSA signed ECDH key exchange for the...
2011-07-05 Guus SliepenBump minor protocol to indicate ECDH capability for...
2011-07-05 Guus SliepenAdd a minor number to the protocol version.
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-13 Guus SliepenUse variable length arrays instead of alloca().
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-10-22 Guus SliepenMerge local host configuration with server configuration.
2010-04-30 Guus SliepenUse correct digest length when checking a received...
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-04-03 Guus SliepenConvert Port to numeric form before sending it to other...
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-16 Guus SliepenMake MSS clamping configurable, but enabled by default.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-07 Guus SliepenUse the TCP socket infrastructure for control sockets.
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-24 Guus SliepenUse uint32_t instead of long int for connection options.
2009-09-29 Guus SliepenDrop localisation and checkpoint tracing in files not...
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-06-06 Guus SliepenHandle truncated message authentication codes.
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-05-24 Guus SliepenUse xrealloc instead of if(ptr) ptr = xmalloc().
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenDisable PMTUDiscovery in switch and hub modes.
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-03-04 Michael TokarevEnable PMTUDiscovery only if BOTH sides wants it.
2008-12-22 Guus SliepenEnable PMTU discovery by default.
2008-12-22 Guus SliepenUpdate copyright information.
2008-12-11 Guus SliepenBackport fixes from trunk since revision 1555.
2008-12-11 Guus SliepenUse the crypto wrappers again instead of calling OpenSS...
2008-12-05 Guus SliepenCorrect debug message.
2007-11-07 Scott LambTemporarily revert to old crypto code
2007-10-20 Guus SliepenPrevent double free() of a used challenge nonce.
2007-10-19 Guus SliepenFix connection weight estimation.
2007-05-23 Guus SliepenFinish crypto wrapping. Also provide wrappers for OpenSSL.
2007-05-20 Guus SliepenParse PEM RSA keys ourself, and use libgcrypt to do...
2007-05-19 Guus SliepenUse libevent for meta socket input/output buffering.
2007-05-18 Guus SliepenDetect duplicate outgoing connections.
2007-05-18 Guus SliepenUse splay trees instead of AVL trees.
2007-05-18 Guus SliepenK&R style braces
2007-05-17 Guus SliepenPort fixes from release 1.0.8.
2007-05-16 Guus SliepenMake sure connection->name is never NULL.
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-03-19 Guus SliepenFix signedness compiler warnings.
2005-06-03 Guus SliepenPrevent possible buffer overflows when using very large...
2005-05-04 Guus SliepenUpdate copyright notices.
2005-05-04 Guus SliepenBe on the safe side with initialisation of c->name.
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
next