Always try next Address when an outgoing connection fails to authenticate.
[tinc] / src / protocol_auth.c
2012-03-10 Guus SliepenUpdate copyright notices.
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2010-11-13 Guus SliepenUse variable length arrays instead of alloca().
2010-10-22 Guus SliepenMerge local host configuration with server configuration.
2010-04-03 Guus SliepenConvert Port to numeric form before sending it to other...
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-16 Guus SliepenMake MSS clamping configurable, but enabled by default.
2009-10-24 Guus SliepenUse uint32_t instead of long int for connection options.
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-05-24 Guus SliepenUse xrealloc instead of if(ptr) ptr = xmalloc().
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-05 Guus SliepenCorrect debug message.
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...
2004-03-21 Guus SliepenMove CABAL branch to its rightful place: the trunk.
2003-12-22 Guus SliepenImprovements for PMTU discovery and IPv4 packet fragmen...
2003-12-20 Guus SliepenBetter name, show probed MTU in dump.
2003-12-20 Guus SliepenMore sensible name, and try to set PMTU discovery on...
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-11-17 Guus SliepenReplace Opaque and Strict options with a TunnelServer...
2003-11-10 Guus SliepenAdd Opaque option which prevent information from being...
2003-10-11 Guus SliepenParentheses in the wrong spots.
2003-10-11 Guus SliepenCheck all EVP_ function calls.
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2003-07-06 Guus Sliepen- simplify configure.in
2003-01-17 Guus Sliepen- Fix indentation in some places.
2003-01-12 Guus SliepenRun graph algorithm when replacing a second connection...
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-04 Guus SliepenGeneralized request broadcasting/forwarding.
2002-09-04 Guus SliepenSmall fixes.
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
2002-09-04 Guus SliepenDon't forget to set prevhop to myself for new connections.
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-27 Guus SliepenRemove cruft.
2002-03-23 Guus SliepenReset retry timeout when receiving the first PONG,...
2002-03-23 Guus Sliepensend_ack() was broken.
2002-03-22 Guus SliepenFix compiler warnings, strictly use long int and %lx...
2002-03-22 Guus Sliepen- Added support for jumbograms.
2002-02-20 Guus SliepenProtocol now also exchanges cipher/digest/maclength...
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-11 Guus SliepenForgot to merge new files from pre5.