]> granicus.if.org Git - fcron/history - conf.c
Close pipe in job.c even if there is an error reading it, to avoid a fd leak (thanks...
[fcron] / conf.c
2014-06-12 Thibault Godouetquote job shell commands in logs to make the messages...
2014-06-11 Thibault Godouetdon't fully disable @-line on apparent nextexe integer...
2014-06-09 Thibault Godouetprint dates and time in standard formats.
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...
2014-04-13 Thibault Godouetapplied indent
2014-04-13 Thibault Godouetfixed bug where LONG_MAX could be used for localtime...
2013-03-03 Thibault GodouetUpdated copyright years to 2013 ver3_1_2
2013-01-13 Thibault GodouetFixed bug in logging to a file and made file closure...
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-11-22 Thibault GodouetUpdated copyright dates and removed old CVS $id$ which...
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-04-10 Thibault GodouetAdded libaudit support
2011-03-12 thibMerge branch 'fcron-3.0'
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-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-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-03-29 thibAdded option jitter
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-10-14 thibadded seconds to debug message for better precision...
2007-06-03 thibbetter getpwnam() error handling ver3_0_3-rc1
2007-04-14 thib*** empty log message ***
2006-05-20 thibuser ROOTNAME/ROOTGROUP instead of ROOTUID/ROOTGID
2006-01-11 thibupdated copyright
2005-06-11 thibadded timezone support
2004-08-12 thibadd_lavg_job(), add_serial_job(), run_normal_job()...
2004-01-29 thibuse new selinux
2003-12-25 thib*** empty log message ***
2003-07-14 thibmerged SE Linux support
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-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-08-10 thib*** empty log message ***
2002-03-02 thibadded fcrondyn support
2002-02-25 thibadded options -y, -l, -o, options volatile
2001-12-23 thibwe now use ROOTUID and ROOTGID instead of hard-coded "0"
2001-09-12 thibcode cleaning
2001-08-20 thibbug fixed : inserting jobs in serial queue was broken.
2001-08-17 thibcreated a new function add_line_to_file() to make read_...
2001-07-10 thibbug (??) fixed in read_file() (for freebsd)
2001-07-04 thibwe now use Set() macro
2001-06-22 thibadded fcron.conf support
2001-05-28 thibcode clean in read_file() : we now use macros to shorte...
2001-05-24 thibadded option tzdiff
2001-05-15 thibinclude in each .c file the corresponding .h file
2001-04-29 thibremove unwanted files before anything else
2001-04-21 thibnew save system : the binary format has changed, so...
2001-02-27 thibbug corrected : bootrun jobs wasn't put in serial/lavg...
2001-02-14 thibmore secure about buffer overflows
2001-01-30 thibrunas and mailto are now strings, not uid (to handle...
2001-01-27 thibadded option strict and noticenotrun
2001-01-12 thibhandle the change of the uid of a user in /etc/passwd
2001-01-04 thibwarning and error messages improved
2000-12-30 thibremoved some '' to make the log more readable
2000-12-23 thiblog a warning message if runas field has been corrected
2000-12-15 thibcheck for error code with function remove()
2000-12-14 thibadded checks : only root can use runas
2000-11-13 thibcheck for empty shell command
2000-11-10 thib*** empty log message ***
2000-11-02 thibremoved the check for invalid lines
2000-10-26 thibbug corrected : checks for no bit sets in bits array...
2000-10-08 thibcheck for invalid timefreq
2000-10-07 thibbug corrected in delete_file (lavg lines)
2000-10-05 thibno longer wait for every children of a file before...
2000-09-30 thibbug corrected and optimisations : delete_file()
2000-09-17 thibbetter english :))
2000-09-03 thib*** empty log message ***
2000-08-30 thibcorrected the bug which used to make serial_running=-1
2000-08-28 thibuse putenv() (POSIX compliant) instead of setenv()
2000-08-22 thibsupport of the mailto option for each line
2000-06-29 thibtemporary removed check of end of file of a fcrontab
2000-06-28 thibtake into account dayor/dayand in "from last conf"
2000-06-28 thib*** empty log message ***
2000-06-25 thiblog explanation "update configuration from" use the...
2000-06-22 thiba bootrun and serial job is now inserted only once...
2000-06-21 thibadded option set_serial_once for bootrun
2000-06-21 thibsupport of bootrun and serialize
2000-06-19 thiboption support added
2000-06-18 thibbug fixed : when a line based on time & date doesn...
2000-06-16 thib*** empty log message ***
2000-06-15 thiboptimizations
2000-06-11 thibclean up of the code
next