Introducing the Big Tinc Lock.
[tinc] / src / tincd.c
2011-01-14 Guus SliepenIntroducing the Big Tinc Lock.
2011-01-14 Guus SliepenUse tinc 1.0's event infrastructure to handle timeouts.
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-10-24 Michael TokarevTreat netname="." in a special way.
2010-10-22 Guus SliepenEnsure there is a newline character before a PEM key...
2010-10-22 Guus SliepenAttribution for Timothy Redaelli.
2010-10-22 Guus SliepenAttribution for Julien Muchembled.
2010-09-05 Julien MuchembledNew '-o' option to configure server or hosts from comma...
2010-05-03 Timothy RedaelliFix warnings showed using -D_FORTIFY_SOURCE=2
2010-05-01 Guus SliepenFix all warnings when compiling with mingw64.
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-02-10 Timothy RedaelliAdd --disable-lzo configure option
2010-02-02 Guus SliepenUpdate copyright notices.
2009-12-11 Guus SliepenFix compiler warnings.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-07 Guus SliepenUse the TCP socket infrastructure for control sockets.
2009-11-05 Guus SliepenMake sure the 1.1 branch compiles in a MinGW environment.
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
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-16 Guus SliepenMerge branch 'master' into 1.1
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 Guus SliepenMerge branch 'master' into 1.1
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-09 Guus SliepenMerge branch 'master' into 1.1
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.
2008-12-11 Guus SliepenRemove unnecessary parentheses from sizeof, apply sizeo...
2008-12-11 Guus SliepenUse the crypto wrappers again instead of calling OpenSS...
2007-11-08 Scott LambUse a control socket directory to restrict access
2007-11-07 Scott LambTemporarily revert to old crypto code
2007-09-04 Guus SliepenApply patch from Scott Lamb: Update documentation to...
2007-09-04 Guus SliepenFix formatting of --help output.
2007-05-23 Guus SliepenFinish crypto wrapping. Also provide wrappers for OpenSSL.
2007-05-19 Guus SliepenMove key generation to tincctl.
2007-05-19 Guus SliepenRemove pidfile in favour of control socket.
2007-05-19 Guus SliepenWe can safely delete a connection_t in terminate_connec...
2007-05-18 Guus SliepenStart of control socket implementation.
2007-05-18 Guus SliepenRemove the last bits of the legacy main_loop().
2007-02-27 Scott LambConvert to libevent.
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
next