Revert Martin Kihlgren's patch, it doesn't work the way it should.
[tinc] / src / tincd.c
2003-12-07 Guus SliepenDon't retry if configuration is wrong from the beginning.
2003-10-06 Guus SliepenPIDs are of type pid_t, and use %ld when reading/writin...
2003-09-25 Guus SliepenGenerate keys with 0x10001 as public exponent, which...
2003-09-08 Guus SliepenRemove pidfile when exitting.
2003-08-17 Guus SliepenFix --logfile under Windows.
2003-08-08 Guus SliepenSimpler checking of permissions on private RSA key...
2003-08-08 Guus SliepenUnder Windows, the installation directory can be found...
2003-08-03 Guus SliepenOld gcc compilers don't like declarations in the middle...
2003-08-03 Guus SliepenClean up last part of main().
2003-08-02 Guus SliepenMissing include.
2003-08-02 Guus SliepenInstall tinc as a service under Windows (MinGW). Remove...
2003-07-30 Guus SliepenNo C99 initialisers, gcc 2.95.3 doesn't like it.
2003-07-29 Guus SliepenNative Windows support.
2003-07-28 Guus SliepenMore checks for missing functions.
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-22 Guus SliepenOption to specify pidfile location.
2003-07-21 Guus SliepenCheck for sys/mman.h.
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-06-11 Guus SliepenCall make_names() before doing anything else.
2003-05-06 Guus SliepenSmall fixes to make LZO compression work.
2003-01-17 Guus SliepenVarious fixes for autoconf and OpenSSL 0.9.7 and a...
2002-09-15 Guus SliepenSmall fixes so tinc compiles out of the box on SunOS 5.8
2002-09-15 Guus SliepenMacOS/X needs #define _P1003_1B_VISIBLE in order to...
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-07-16 Guus SliepenAllow tincd to be locked into main memory.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-08 Guus SliepenCleanup:
2002-03-11 Guus SliepenCleanups, spelling fixes, allow symbol names for signal...
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-11-16 Ivo TimmermansDon't include netutl.h.
2001-10-28 Guus SliepenWhat was I thinking? s/vertex/edge/g.
2001-10-27 Guus SliepenVarious small fixes to make tinc runnable again.
2001-10-27 Guus SliepenBig bad commit:
2001-09-01 Guus SliepenOptional signal number for -k option.
2001-07-24 Guus SliepenWrite public key to rsa_key.pub instead of rsa_key...
2001-07-20 Guus SliepenRemove all unnecessary status.meta and status.active...
2001-07-04 Guus SliepenDon't load table of verbose OpenSSL errormessages.
2001-07-04 Guus Sliepen- Always use <openssl/include.h> instead of just <inclu...
2001-06-05 Guus Sliepen- tinc can now act as a switch or a hub too (as opposed...
2001-05-28 Guus SliepenMake sure Solaris is happy too.
2001-03-01 Guus SliepenVarious small fixes.
2001-02-27 Guus SliepenRemoved lots of compiler warnings.
2001-02-25 Guus SliepenAdd missing \n.
2001-01-13 Guus Sliepen- Allow ASN1 style keys to be in the config files.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-06 Guus Sliepen- Check and follow symlinks in is_safe_path
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
2000-12-03 Ivo TimmermansOption -d accepts an argument to set the debug level...
2000-11-29 Ivo TimmermansImplemented a readline() function that will read an...
2000-11-28 Ivo TimmermansSave RSA public and private keys to a separate file...
2000-11-24 Guus SliepenAnother big & bad commit:
2000-11-22 Guus Sliepen- Write pidfile AFTER detaching...
2000-11-22 Ivo TimmermansHonor the --localstatedir option to configure, instead...
2000-11-20 Guus Sliepen- Various small fixes.
2000-11-20 Ivo TimmermansAlso include process.h
2000-11-16 Ivo TimmermansMove more functions from tincd.c into process.c.
2000-11-16 Ivo TimmermansMove all process-related functions into process.c.
2000-11-15 Ivo TimmermansUse the HAVE_OPENSSL_xxx_H defined from m4/openssl...
2000-11-08 Guus Sliepen- Make checkpoint tracing a compile time option (off...
2000-11-08 Guus Sliepen- Fixed --config
2000-11-08 Guus SliepenPorting to SunOS 5.8:
2000-11-03 Ivo TimmermansSave the environment on startup.
2000-10-30 Guus Sliepen- Fixed some spelling mistakes and terminology here...
2000-10-30 Guus Sliepen- Small cleanups
2000-10-29 Guus Sliepen- Finishing touch: encrypt the meta connections
2000-10-29 Guus Sliepen- Use CFB mode for encrypting packets: it works and...
2000-10-29 Guus Sliepen- Removed old encr stuff
2000-10-29 Guus Sliepen- Updated dutch translation.
2000-10-29 Guus Sliepen- Very big cleanup.
2000-10-28 Guus Sliepen- Lots of small fixes
2000-10-21 Guus Sliepen- Fixed all debug levels.
2000-10-20 Guus Sliepen- Removed last reference to genauth from Makefile.am
2000-10-20 Guus Sliepen- Made Makefile.am stub for doc/es/
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
2000-10-14 Guus Sliepen- Second fixing-things pass: it even links now.
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-09-06 Guus Sliepen- Use strerror() instead of sys_errlist[] for increased...
2000-08-17 Guus SliepenFixed all sprintf() spl01ts.
2000-08-08 Guus Sliepen- Added date/time of build and protocol number to ...
2000-06-30 Guus Sliepen- Removed segfault bug in conf.c (must have been there...
2000-06-29 Guus Sliepen- Fixed memory leak.
2000-06-29 Guus Sliepen- New semantics for BASIC_INFO, ADD_HOST and DEL_HOST...
2000-06-28 Guus Sliepen- Added log message when SIGCHLD is received ("thanks...
2000-06-28 Guus Sliepen- Fixed some spelling errors.
2000-06-25 Guus SliepenLarge cleanup:
2000-05-31 Ivo TimmermansMiscellaneous copyright updates. release-1.0pre2
2000-05-29 Ivo TimmermansInternationalization of tinc.
2000-05-14 Guus SliepenCleanups.
2000-04-27 Ivo TimmermansDefault config file name is tinc.conf, and pidfile...
2000-04-18 Ivo TimmermansAddress for bugreports changed to tinc@nl.linux.org.
2000-04-17 Ivo TimmermansPass the requested size from xmalloc() and xrealloc...
2000-04-06 Ivo TimmermansNew option -D, don't detach.
2000-03-28 Ivo TimmermansIgnore SIGCHLD.
2000-03-28 Ivo TimmermansKill the parent after any error conditions in detach().
2000-03-26 Ivo TimmermansInitial revision