]> granicus.if.org Git - fcron/history - fileconf.c
added runatresume / @resume
[fcron] / fileconf.c
2016-06-26 Thibault Godouetadded runatresume / @resume suspend
2016-06-10 Thibault GodouetMerge branch 'master' into suspend
2015-06-10 Thibault Godouet@-line can now be run every second
2014-10-12 Thibault GodouetSet From: header on emails. Added mailfrom() option.
2014-05-10 Thibault Godouetupdated copyright years to 2000-2014
2014-04-18 Thibault GodouetFixed SELinux issue with Linux user being used instead...
2014-04-15 Thibault Godouetfcrontab no longer crashes if mailto is empty -- fixed...
2013-03-03 Thibault GodouetUpdated copyright years to 2013 ver3_1_2
2013-02-04 Thibault GodouetApplied indentation with 'make indent'
2013-02-03 Thibault GodouetFixed configure --without-sendmail, and compilation...
2013-02-03 Thibault GodouetInline runas wouldn't work with Vixie-cron style shortc...
2013-01-01 Thibault GodouetMerge branch 'log-to-file'
2012-12-26 Thibault GodouetMerge remote-tracking branch 'origin/master'
2012-12-24 Thibault GodouetApplied indentation with 'make indent'
2012-12-20 Thibault Godouetonly check for erroneous space if option takes an argument
2012-11-22 Thibault GodouetUpdated copyright dates and removed old CVS $id$ which...
2012-11-22 Thibault Godouetrefactored and made more stricter reading of string...
2012-11-21 Thibault Godouetadded cl.c/cl.h to define the cl_t type with associated...
2012-11-21 Thibault GodouetReplaced function free_safe by macro Free_safe, and...
2011-09-29 thiballow tasks to be run every second
2011-03-12 thibMerge branch 'fcron-3.0'
2011-03-12 thibFixed bug with step incorrectly parsed for months on...
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-04-05 Thibault GodouetLinked mail and forcemail: mail(no) implies forcemail...
2010-02-28 thibUpdated copyright to 2008-2010
2010-02-28 thibFixed fcrontab when running without seteuid()
2010-02-28 thib- fcrontab: drop all privileges and only get them back...
2010-02-24 thibImproved fcrontab security fix which allowed to read...
2010-02-24 thibFixed fcrontab vulnerability that would let an ill...
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-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-12-08 thibMerge branch 'master' of ssh://yo4096@git.tuxfamily...
2009-12-08 thibFixed some gcc warnings (first char of string array...
2009-03-29 thibAdded option jitter
2009-02-15 thibfixed configure script so as the usage of sendmail...
2009-02-09 thibupdated copyright years (from 2000-2008 to 2000-2009)
2008-09-21 Thibault GodouetChanged copyright dates to 2000-2008 (was actually...
2008-09-21 thibFixed minor bug: we used to accept max_entries+1
2007-11-07 thibadded option erroronlymail
2007-04-14 thib*** empty log message ***
2007-04-14 thibadded some casts to remove some warnings on non-Linux...
2007-01-23 thibfixed a bug resulting in a long loop in fcrontab (retur...
2006-05-20 thibuser ROOTNAME/ROOTGROUP instead of ROOTUID/ROOTGID
2006-01-11 thibupdated copyright
2005-06-11 thibadded timezone support
2004-07-11 thibbe more secure with strncat (add \0)
2004-04-29 thibported to HP-UX
2003-12-29 thibbug fix : do not ignore the last line if it is not...
2003-12-25 thibfixed a bug about option first (wasn't working any...
2003-07-14 thib"-" and "_" are not word delimiter for a username anymore
2002-11-17 thibmoved save_one_file() from conf.c, fileconf.c and conve...
2002-11-02 thibbug fix : new non-volatile @-line were set an erroneous...
2002-11-01 thibsave file to a temp name, then rename it
2002-10-28 thibnew save file code with buffers
2002-10-06 thibchanged type name : CL->cl_t CF->cf_t exe->exe_t lavg...
2002-10-05 thibcoding style change : use uppercase for macro parameters
2002-09-15 thibbug fix : added O_WRONLY in read()
2002-09-07 thibuse open() instead of fopen() to write files, for more...
2002-08-30 thibadded a system fcrontab
2002-08-25 thibwe now allow mailing to a name not in /etc/passwd ...
2002-07-19 thibsecurity change : more robust code about strn{cpy|cat}
2002-02-25 thibadded options stdout and volatile.
2002-02-24 thibcheck that we are in a %-line before allowing a "hourly...
2002-01-27 thibadded option random
2001-12-23 thibwe now use ROOTUID and ROOTGID instead of hard-coded "0"
2001-12-23 thibbug corrected : on AIX, there were a problem about...
2001-10-29 thibbug fixed : setting lavg to (0,0,0) clear lavg flag
2001-09-12 thibported to AIX
2001-08-20 thib*** empty log message ***
2001-07-09 thibremoved warnings (openbsd) adding some "(long int)...
2001-07-04 thibwe now use Set() macro
2001-06-22 thibadded the possibility to put a user name before the...
2001-06-03 thibadded (int) for is[alnum|digit|...]( (int) *ptr) to...
2001-05-24 thibadded option tzdiff
2001-05-17 thib*** empty log message ***
2001-05-15 thibinclude in each .c file the corresponding .h file
2001-04-21 thibnew save system : the binary format has changed, so...
2001-03-10 thibboolean option can be set using "yes" and "no"
2001-03-01 thibbug corrected : env var can now include underscrores (_)
2001-02-14 thibmore secure about buffer overflows
2001-02-10 thibbug corrected : configure's --without-sendmail wasn...
2001-02-01 thibadded option nolog
2001-01-30 thibremoved unused local var uid
2001-01-30 thibrunas and mailto are now strings, not uid (to handle...
2001-01-15 thibbug corrected : read_opt fixed.
2001-01-15 thibadded options strict and noticenotrun
2001-01-12 thibsecurity fix : runas and mailto was set by default...
2000-12-30 thibremoved some '' to make the log more readable
2000-12-23 thibminor bug corrected : the options for %-line used to...
2000-12-15 thibminor bug corrected : an error message was incomplete
2000-12-14 thibsecurity improvement : run as user as long as possible
2000-12-10 thibuser need to put only the time fields inferior to the...
2000-12-08 thib*** empty log message ***
2000-12-04 thibadded ign_* options
2000-11-14 thibmanages better USERNAME/GROUPNAME
2000-11-13 thibrun as a non privileged user
next