Fix all warnings when compiling with mingw64.
[tinc] / src / tincd.c
2010-05-01 Guus SliepenFix all warnings when compiling with mingw64.
2010-02-10 Timothy RedaelliAdd --disable-lzo configure option
2010-02-02 Guus SliepenUpdate copyright notices.
2009-09-25 Guus SliepenAdd more authors to the copyright headers.
2009-09-24 Guus SliepenDrop support for localisation.
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-09-15 Guus SliepenRaise default RSA key length to 2048 bits.
2009-09-15 Guus SliepenUse a mutex to allow the TAP reader to process packets...
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2009-09-08 Michael TokarevRemove extra semicolon in my definition of setpriority()
2009-06-05 Michael Tokarevtry outgoing connections before chroot/drop_privs
2009-06-05 Michael Tokarevcleanup setpriority thing to make it readable
2009-05-28 Guus SliepenAdd ProcessPriority option.
2009-05-18 Michael Tokarevformat 'not supported on this platform' error message
2009-05-18 Michael Tokarevchange error messages in droppriv code to match the...
2009-05-18 Michael Tokarevbugfix: chdir(/) after chroot
2009-05-18 Michael Tokarevbugfix: move mlock to after detach() so it works for...
2009-05-18 Michael TokarevImplement privilege dropping
2009-05-18 Michael TokarevRename setup_network_connections() and split out try_ou...
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-02-03 Guus SliepenDisable old RSA keys when generating new ones.
2009-01-20 Guus SliepenValidate Name before using it in a filename when genera...
2009-01-09 Guus SliepenMove free()s at the end om main() to the proper destruc...
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2008-12-23 Guus SliepenApply patch from Max Rijevski fixing a memory leak...
2008-12-22 Guus SliepenUpdate copyright information.
2007-01-05 Guus SliepenUpdate copyright notices.
2006-11-29 Guus SliepenSearch for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h.
2006-11-11 Guus SliepenSupport and autodetect LZO version 2.0 and later.
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-01-13 Guus SliepenEVP_Cleanup() when quitting.
2005-11-16 Guus SliepenEnable OpenSSL ENGINE, so crypto hardware gets used...
2005-05-04 Guus SliepenUpdate copyright notices.
2004-10-01 Guus SliepenFix several #includes.
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-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-24 Guus SliepenSynchronise HEAD with CABAL branch.
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-05-02 Ivo TimmermansAnother file moved; random interface stuff.
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-13 Ivo TimmermansNew logging system to replace syslog() calls with a...
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
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...
next