Ensure the service files are in the tarball.
[tinc] / src / tincd.c
2016-04-09 Guus SliepenRemove use of __DATE__ and __TIME__ to facilitate repro...
2016-04-09 Guus SliepenUpdate copyright notices.
2016-04-08 Guus SliepenDon't compile getopt*.c if the system provides getopt_l...
2016-01-18 Guus SliepenFix warnings from the Clang Static Analyzer.
2015-07-05 Guus SliepenUpdate copyright notices.
2015-07-05 Guus SliepenReturn non-zero exit code when encountering configurati...
2015-04-14 Guus SliepenFix --logfile without a filename on Windows.
2014-05-11 Guus SliepenReleasing 1.0.24. release-1.0.24
2014-05-06 Guus SliepenFix issues found by Coverity.
2013-05-30 Guus SliepenBetter optional argument handling.
2013-03-03 Guus SliepenFix compiler warnings on Windows.
2012-10-07 Guus SliepenFix warnings from cppcheck.
2012-09-24 VilbrekinUse __ANDROID__ define rather than dirty hard-code...
2012-09-24 VilbrekinBasic patch for android cross-compilation.
2012-03-29 Guus SliepenAllow environment variables to be used for Name.
2012-03-26 Guus SliepenAdd support for systemd style socket activation.
2012-03-10 Guus SliepenUpdate copyright notices.
2012-03-08 Guus SliepenMake sure disabling old RSA keys works on Windows.
2012-02-21 Guus SliepenDocument the command line flag -o and provide --option...
2012-02-21 Guus SliepenMove initialization of char *priority up to prevent...
2011-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-12-03 Guus SliepenFix a few small memory leaks.
2011-05-22 Guus SliepenMake return value of SetPriorityClass() behave the...
2011-05-08 Guus SliepenReleasing 1.0.14. release-1.0.14
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-05-08 Guus SliepenAlways use the default signal handler for ABRT signals.
2010-11-20 Guus SliepenUse setpriority() instead of nice() on UNIX-like systems.
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-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...
next