]> granicus.if.org Git - fcron/history - convert-fcrontab.c
Updated copyright years to 2013
[fcron] / convert-fcrontab.c
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 GodouetApplied indentation
2013-01-01 Thibault GodouetMerge branch 'log-to-file'
2013-01-01 Thibault Godouettweaked fcron logging to file
2012-12-31 Matt SignoriniRenamed fcronlog in fcronconf.h to fcronlogfile, to...
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-24 Thibault GodouetMerge branch 'fcron-3.0'
2010-09-24 Thibault GodouetUpdated copyright years to 2010
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-02-09 thibupdated copyright years (from 2000-2008 to 2000-2009)
2008-09-21 Thibault GodouetChanged copyright dates to 2000-2008 (was actually...
2007-04-14 thib*** empty log message ***
2007-04-14 thibuse fscanf(),fprintf(),etc size arguments dependent...
2006-05-20 thibuser ROOTNAME/ROOTGROUP instead of ROOTUID/ROOTGID
2006-01-11 thibupdated copyright
2004-07-11 thibbe more secure with str*() : add a \0
2003-12-25 thib*** empty log message ***
2003-09-12 thibadded convert-fcrontab.h
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 system 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-02-25 thibadded fcron's option -y
2001-12-23 thib*** empty log message ***
2001-09-12 thibported to AIX
2001-07-09 thibremoved warnings (openbsd) adding some "(long int)...
2001-07-07 thibchanged version message
2001-06-22 thibadded debug_opt var
2001-05-17 thibadded global var tmp_path (used by temp_file())
2001-05-05 thibchanged name : update_file() is now convert_file()
2001-04-30 thib*** empty log message ***
2001-04-29 thibInitial revision