Fix a few more issues found by Coverity.
[oweals/tinc.git] / src / process.c
2013-06-08 Guus SliepenFix a typo.
2013-03-03 Guus SliepenFix compiler warnings on Windows.
2012-12-16 Guus SliepenFix support for tunemu on iOS devices.
2012-09-24 Guus SliepenAttribution for Vil Brekin and some code style cleanups.
2012-09-24 VilbrekinReplace hard-code with new ScriptsInterpreter configura...
2012-09-24 VilbrekinBasic patch for android cross-compilation.
2011-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-05-08 Guus SliepenAlways use the default signal handler for ABRT signals.
2010-11-16 Guus SliepenFix variable length array declaration.
2010-11-13 Guus SliepenUse variable length arrays instead of alloca().
2010-05-01 Guus SliepenFix all warnings when compiling with mingw64.
2009-11-01 Guus SliepenStart a tinc service if it already exists.
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
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-14 Guus SliepenUse access() instead of stat() for checking whether...
2009-09-10 Guus SliepenDon't stat() on iPhone/iPod.
2009-09-08 Guus SliepenUNIX signal numbers start at 1.
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2008-12-22 Guus SliepenUpdate copyright information.
2007-08-17 Guus SliepenHandle SERVICE_CONTROL_INTERROGATE requests. Thanks...
2007-02-14 Guus SliepenApply patch from Scott Lamb fixing some memory and...
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2005-01-04 Guus SliepenCorrect size argument for strncat().
2004-11-01 Guus SliepenDon't let tinc service depend on NDIS component.
2004-10-01 Guus Sliepenstrndupa() is too arcane for some environments.
2004-06-14 Guus SliepenClean up environment after executing scripts.
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 SliepenMissing space between words.
2003-11-27 Guus SliepenComplain if pid file cannot be created.
2003-10-06 Guus SliepenPIDs are of type pid_t, and use %ld when reading/writin...
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-22 Guus SliepenRemove debug message.
2003-08-22 Guus SliepenDon't overwrite the first " when installing a service.
2003-08-17 Guus SliepenIf we're not in main_loop() and the service is stopped...
2003-08-16 Guus Sliepenstat() batch files under Windows.
2003-08-10 Guus SliepenAdd a description for the Service control panel.
2003-08-08 Guus SliepenOnly system() needs script name quoted.
2003-08-08 Guus SliepenSimpler checking of permissions on private RSA key...
2003-08-08 Guus SliepenSmall things.
2003-08-08 Guus SliepenQuote when needed and don't try stuff that doesn't...
2003-08-08 Guus SliepenReadd quotes.
2003-08-08 Guus SliepenSimplify execute_script(). It will probably work under...
2003-08-08 Guus SliepenTell windows to be patient.
2003-08-03 Guus SliepenSimplify translation
2003-08-03 Guus SliepenKeep Windows happy.
2003-08-02 Guus SliepenInstall tinc as a service under Windows (MinGW). Remove...
2003-07-31 Guus SliepenWoops!
2003-07-30 Guus SliepenPrevent definitions from messing up attributes.
2003-07-28 Guus SliepenMore checks for missing functions.
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-21 Guus SliepenUse functions from logger.c
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-11 Guus SliepenMore missing IPv6 definitions and autoconf checks to...
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2002-09-30 Ivo TimmermansFix saving of debug level for startup level 0
2002-09-15 Guus SliepenSmall fixes so tinc compiles out of the box on SunOS 5.8
2002-09-10 Guus SliepenFix compiler warnings.
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-04 Guus SliepenSmall fixes.
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
2002-07-10 Guus SliepenAllow list of environment variables to be passed to...
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-04-27 Guus SliepenInformative log message if execl() failed.
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-26 Guus SliepenFix execute_script().
2002-03-24 Guus SliepenDon't try to execute scripts unless they exist.
2002-03-19 Guus SliepenCleanup.
2002-03-11 Guus SliepenCleanups, spelling fixes, allow symbol names for signal...
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-12 Guus SliepenDon't use sa_sigaction (which NetBSD doesn't like)...
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-11-03 Guus Sliepen*** empty log message ***
2001-10-31 Guus SliepenSome very small fixes
2001-10-31 Guus Sliepen- Small fixes to graph algorithms
2001-10-28 Guus Sliepen- More s/vertex/edge/g
2001-10-27 Guus SliepenVarious small fixes to make tinc runnable again.
2001-10-27 Guus SliepenMake sure everything links.
2001-10-27 Guus SliepenBig bad commit:
2001-09-05 Ivo TimmermansKilling tincd with SIGINT causes it to toggle between...
2001-09-01 Guus SliepenOptional signal number for -k option.
2001-07-24 Guus SliepenDon't use %m in fprintf().
2001-03-13 Guus SliepenFixed bug in setup_signals() that would make tinc die...
2001-03-01 Guus SliepenVarious small fixes.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Reinstated a queue for outgoing packets.
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
next