]> granicus.if.org Git - fcron/history - subs.c
Applied indentation
[fcron] / subs.c
2013-01-01 Thibault GodouetApplied indentation
2013-01-01 Thibault GodouetMerge branch 'log-to-file'
2013-01-01 Thibault Godouetbetter errno management in open_as_user()
2012-12-26 Thibault GodouetMerge remote-tracking branch 'origin/master'
2012-12-24 Thibault GodouetApplied indentation with 'make indent'
2012-11-26 Thibault GodouetMore portable code for va_arg() with mode_t (thank...
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-02-28 thibFixed fcrontab when running without seteuid()
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-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...
2008-05-11 thibdo not test errno after getgrnam() (it shouldn't be...
2007-06-03 thibbetter getpwnam() error handling ver3_0_3-rc1
2007-04-14 thib*** empty log message ***
2007-01-01 thibnew configure script and Makefiles which are more standard
2006-05-20 thibadded get_user_uid_safe() and get_group_gid_safe()
2006-01-11 thibmore comments, added some help (IGNORE)
2005-06-11 thibbug fix : strdup2() returns NULL if its argument is...
2004-11-13 thibfix several security vulnerabilities found by iDEFENSE...
2004-04-29 thibadded free_conf() to free the memory corresponding...
2003-12-25 thib*** empty log message ***
2002-08-29 thib*** empty log message ***
2002-03-02 thibadded fifofile support
2002-02-25 thibmv temp_file() and save*() to temp_file.c and save.c
2001-12-23 thibwe now use ROOTUID and ROOTGID instead of hard-coded "0"
2001-08-17 thibadded a #ifdef SENDMAIL to be able to run without sendmail
2001-07-09 thibcommented out some debug stuff
2001-07-07 thib*** empty log message ***
2001-07-04 thib\eOA
2001-06-24 thibchanged order of the options of fcron.conf
2001-06-22 thibadded fcron.conf support
2001-06-12 thibadded an (int) to avoid a warning
2001-05-17 thibadded global var tmp_path (used by temp_file())
2001-05-15 thibtemp_file has moved from job.c to subs.c (now used...
2001-04-21 thibadded functions save_* for the new save system
2001-01-12 thib*** empty log message ***
2000-06-18 thibstrdup2 now check the return value of malloc()
2000-05-30 thibemail address updated
2000-05-15 thibadaptations for rcs
2000-05-14 thibInitial revision