Don't getsockopt() SO_ERROR. We get the error from send()/recv() anyway.
[oweals/tinc.git] / src / meta.c
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-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...