]> granicus.if.org Git - fcron/history - fcron.c
Updated copyright years to 2013
[fcron] / fcron.c
2013-03-03 Thibault GodouetUpdated copyright years to 2013 ver3_1_2
2013-02-04 Thibault GodouetApplied indentation with 'make indent'
2013-01-13 Thibault GodouetFixed bug in logging to a file and made file closure...
2013-01-01 Thibault GodouetApplied indentation
2013-01-01 Thibault GodouetMerge branch 'log-to-file'
2013-01-01 Thibault Godouettweaked fcron logging to file
2012-12-26 Thibault GodouetMerge remote-tracking branch 'origin/master'
2012-12-24 Thibault GodouetApplied indentation with 'make indent'
2012-11-22 Thibault GodouetUpdated copyright dates and removed old CVS $id$ which...
2012-11-21 Thibault GodouetReplaced function free_safe by macro Free_safe, and...
2011-03-12 thibMerge branch 'fcron-3.0'
2010-09-25 Thibault GodouetAdded Content-Type and Content-Transfer-Encoding to...
2010-09-24 Thibault GodouetMerge branch 'fcron-3.0'
2010-09-24 Thibault GodouetUpdated copyright years to 2010
2010-09-23 thibAdded options runatreboot, runonce, rebootreset, and...
2010-03-01 thibFixed compilation warnings
2010-02-28 thibUpdated copyright to 2008-2010
2010-01-16 thibMerge branch 'master' of ssh://yo4096@git.tuxfamily...
2010-01-16 Thibault GodouetMerge branch 'master' of ssh://yo4096@git.tuxfamily...
2010-01-16 Thibault GodouetMoved fcron.conf code from sub.{c,h} to fcronconf....
2010-01-10 Thibault Godouet- removed Flush() macro (replaced by free_safe())
2010-01-09 Thibault Godouet- Rewrote the env var management code with Vixie cron...
2009-02-09 thibupdated copyright years (from 2000-2008 to 2000-2009)
2008-10-17 Thibault GodouetAdded exe_list and lavg_list based on the new u_list...
2008-09-21 Thibault GodouetChanged copyright dates to 2000-2008 (was actually...
2007-11-07 thibfixed variable 'seed' assignement: was using ^= instead...
2007-06-24 thibuse hostname and tv_usec to initialize random number...
2007-04-14 thib*** empty log message ***
2007-01-01 thibmore function return code checking
2006-05-20 thibuser ROOTNAME/ROOTGROUP instead of ROOTUID/ROOTGID
2006-02-05 thibdo not use tv_usec > 999999 to ensure it is a valid...
2006-01-11 thibupdated copyright
2005-07-19 thib*** empty log message ***
2005-06-11 thibadded timezone support
2005-03-12 thibbetter support of HP-UX : use sigset if signal doesn...
2005-02-26 thibHP-UX support : use sigset() instead of signal() for...
2004-04-29 thibreinstall the sig handlers in check_signal() instead...
2004-04-29 thibdeclare var tv only when necessary (ie. when we HAVE_GE...
2003-12-25 thib*** empty log message ***
2002-10-28 thibadded option -q ver1564
2002-10-06 thibchanged type name : CL->cl_t CF->cf_t exe->exe_t lavg...
2002-08-29 thibcall directly xexit() instead of raise(SIGTERM) when...
2002-08-25 thib*** empty log message ***
2002-07-19 thibrewrite of the management of the output of jobs
2002-03-31 thib*** empty log message ***
2002-03-31 thib*** empty log message ***
2002-03-02 thibadded fcrondyn support
2002-02-25 thibadded options -y, -l, -o
2002-02-24 thibbug fixed : used to call sleep(-1) instead of sleep(0)
2002-01-27 thibadded option random
2001-12-23 thibwe now use ROOTUID and ROOTGID instead of hard-coded "0"
2001-09-12 thibadded PAM support
2001-08-20 thib*** empty log message ***
2001-08-17 thibbug corrected : we check for the existence of getopt_lo...
2001-07-09 thib*** empty log message ***
2001-07-07 thibremoved setreuid (no more needed thanks to fcronsighup)
2001-07-04 thibbug corrected : in create_spooldir : detect if file...
2001-07-04 thibadded option -n
2001-06-22 thibadded fcron.conf support
2001-06-05 thibadded a (int) to avoid a warning message
2001-05-29 thibadded fcron's option -m
2001-05-28 thibadded support of termios.h and lockf() for Solaris...
2001-05-17 thibadded global var tmp_path (used by temp_file())
2001-05-15 thib*** empty log message ***
2001-04-29 thib*** empty log message ***
2001-04-21 thibwe set the umask to the value read by fcron before...
2001-02-14 thib*** empty log message ***
2001-02-10 thibadded option "-s"
2001-01-27 thibtest_jobs use no longer an argument (it's always "now")
2001-01-12 thib*** empty log message ***
2001-01-04 thibadded close of fds at fcron startup
2000-12-30 thibremoved some '' to make the log more readable
2000-12-14 thibadded setsid()
2000-11-16 thibbug corrected : changed daemon_uid's type from int...
2000-11-10 thibfcron now runs under USERNAME's real uid
2000-10-08 thibremoved the \n of the message "fcron started"
2000-10-05 thibadded support for jobs which are both serial and lavg
2000-09-30 thibstruct exe now includes the pid of the job executed
2000-09-15 thibbug corrected : VERSION used to be set uncorrectly
2000-09-13 thibuse gettimeofday only if defined
2000-09-13 thibuse #ifdef HAVE_GETOPT_H instead of #ifdef __linux__
2000-09-12 thibsupport of autoconf
2000-09-03 thibwe don't use anymore the syslog() function in the signa...
2000-08-28 thibsupport of lavg
2000-06-28 thibcheck each signal at each cycle (this is needed because...
2000-06-25 thibbug fixes : goto_non_matching
2000-06-22 thibremoved SAVE_VARIATION : it didn't seem to be usefull
2000-06-21 thibmessage printed by -V option modified
2000-06-21 thibfcron don't fork any more in debug mode to check up...
2000-06-21 thibsupport of bootrun and serialize
2000-06-20 thibthe running job are no more chaine-listed
2000-06-19 thibFIRST_SLEEP and SAVE_VARIATION added
2000-06-18 thibnow updated in xexit()
2000-06-18 thibvariable now is now updated when SIGHUP or SIGUSR1...
2000-06-16 thibuneeded initialization has been deleted
2000-06-15 thiboptimizations
2000-06-11 thibjob based on system up time are now handle in a way...
2000-06-04 thibfiles are now saved - if possible - while fcron runs...
2000-05-31 thibsupport of queues
2000-05-30 thibemail address updated
next