]> granicus.if.org Git - fcron/history - save.c
updated copyright years to 2000-2016
[fcron] / save.c
2016-06-26 Thibault Godouetupdated copyright years to 2000-2016
2014-10-12 Thibault GodouetSet From: header on emails. Added mailfrom() option.
2014-05-10 Thibault Godouetupdated copyright years to 2000-2014
2014-04-15 Thibault Godouetfcrontab no longer crashes if mailto is empty -- fixed...
2014-04-13 Thibault Godouetfile save: sync data before renaming file for extra...
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...
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-02-28 thib- fcrontab: drop all privileges and only get them back...
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-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-09-21 Thibault GodouetChanged copyright dates to 2000-2008 (was actually...
2007-10-14 thibcheck for errors when using (f)close()
2007-04-14 thib*** empty log message ***
2006-01-11 thibupdated copyright
2005-06-11 thibadded timezone support
2005-02-26 thibbug fix : use tmp_str and not the static string ".tmp"
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-01 thibsave file to a temp name, then rename it
2002-10-28 thibnew save file code with buffers
2002-09-07 thibuse open() instead of fopen() to write files, for more...
2002-02-25 thibInitial revision