- Various small fixes.
[tinc] / src / tincd.c
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