Clean up environment after executing scripts.
[tinc] / src / process.c
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...
2000-11-28 Ivo TimmermansUse sigaction to set signal handlers, the previous...
2000-11-26 Ivo TimmermansGive an error message if daemon() failed.
2000-11-25 Guus Sliepen- Use only one socket for all UDP traffic (for compatib...
2000-11-24 Guus SliepenAnother big & bad commit:
2000-11-24 Ivo TimmermansDo not use the C library's daemon() call.
2000-11-22 Guus Sliepen- Fixed all (except 2) compiler warnings gcc -Wall...
2000-11-22 Guus Sliepen- More porting to FreeBSD and Solaris.
2000-11-22 Guus Sliepen- Write pidfile AFTER detaching...
2000-11-22 Ivo TimmermansDeclare fd.
2000-11-22 Ivo TimmermansAdd more checks to ensure that filedescriptors are...
2000-11-20 Guus Sliepen- More fixes.
2000-11-20 Guus Sliepen- Various small fixes.
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-17 Guus Sliepen- Removed stray @INCLUDE@ (how did that get there?)
2000-11-17 Guus Sliepen- Simplified do_detach
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.