Set default value of DecrementTTL to "no".
[tinc] / src / meta.c
2009-10-24 Guus SliepenMove socket error interpretation to utils.h.
2009-10-11 Guus SliepenUse MTU probes to regularly ping other nodes over UDP.
2009-09-25 Guus SliepenAdd more authors to the copyright headers.
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-24 Guus SliepenUpdate copyright information.
2009-06-11 Guus SliepenDon't try to send MTU probes to unreachable nodes.
2006-11-14 Guus SliepenEWOULDBLOCK does not exist on platforms without O_NONBLOCK
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-03-19 Guus SliepenFix signedness compiler warnings.
2006-03-19 Guus SliepenMissing #include.
2006-01-19 Guus SliepenApply patch from Scott Lamb adding an output buffer...
2005-05-04 Guus SliepenUpdate copyright notices.
2004-09-20 Guus SliepenRemove duplicate #include "system.h"
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-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-12 Guus SliepenFix another bug in meta.c.
2003-10-11 Guus SliepenFix bug that could lead to an assertion failure in...
2003-10-11 Guus SliepenCheck all EVP_ function calls.
2003-10-10 Guus SliepenCheck return value of EVP_* functions, and check if...
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-22 Guus SliepenAllow tinc to handle unknown type addresses from other...
2003-08-16 Guus SliepenDon't getsockopt() SO_ERROR. We get the error from...
2003-08-12 Guus SliepenSmall fixes.
2003-08-08 Guus SliepenSimpler checking of permissions on private RSA key...
2003-08-08 Guus SliepenCorrect error message when remote host closed connection.
2003-07-29 Guus SliepenNative Windows support.
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 SliepenDefine logger(), cleans up source code and allows us...
2003-03-19 Guus SliepenTypo.
2003-03-19 Guus SliepenMake sure send_meta() writes everything.
2002-09-10 Guus SliepenFix compiler warnings.
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-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-01 Guus Sliepen- Global time_t now, so that we don't have to call...
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-12 Guus SliepenGet rid of sys/signal.h.
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-10-27 Guus SliepenBig bad commit:
2001-07-20 Guus SliepenRemove all unnecessary status.meta and status.active...
2001-07-04 Guus Sliepen- Always use <openssl/include.h> instead of just <inclu...
2001-05-25 Guus SliepenTCPonly now works (in a relatively clean way too).
2001-05-25 Guus SliepenSmall fixes:
2001-03-12 Guus SliepenFixed a race condition triggered by receive_meta()...
2001-02-25 Guus SliepenCorrected check for errors after read() calls.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-15 Guus SliepenPorting to FreeBSD:
2000-11-15 Ivo TimmermansUse the HAVE_OPENSSL_xxx_H defined from m4/openssl...
2000-11-04 Guus Sliepen- Simplified ping mechanism.
2000-10-29 Guus Sliepen- Finishing touch: encrypt the meta connections
2000-10-29 Guus Sliepen- Very big cleanup.
2000-10-24 Guus Sliepen- Lots of little stuff modified
2000-10-21 Guus Sliepen- Fixed all debug levels.
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-10-11 Guus SliepenBig and bad commit of my current tree...
2000-09-26 Guus Sliepen- Added meta.c which contains functions to send, receiv...