]> granicus.if.org Git - fcron/history - fcrontab.c
fixed minor bug in fcronsighup: no need to close() after fclose() on stream from...
[fcron] / fcrontab.c
2014-04-13 Thibault Godouetfixed minor bug in fcronsighup: no need to close()...
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 fcron crash bug when using fcrondyn.
2013-01-13 Thibault GodouetFixed bug in logging to a file and made file closure...
2013-01-01 Thibault GodouetMerge branch 'log-to-file'
2013-01-01 Thibault Godouettweaked fcron logging 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 Godouetfcrontab: don't alert about invalid character when...
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-04-05 thibInitialize fcrontab's PAM with runas and not user so...
2010-03-27 thibFixed bug preventing normal user from running fcrontab...
2010-03-01 thibFixed compilation warnings
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-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-11-09 thib- Started to work on fifo_list to be used as serial_queue
2008-09-22 Thibault Godouetfcrontab: chdir to tmp_path before executing the editor...
2008-09-21 Thibault GodouetChanged copyright dates to 2000-2008 (was actually...
2007-06-03 thibbetter error handling getpwnam()
2007-04-14 thib*** empty log message ***
2007-01-23 thibremoved close(tmp_fd) (fd already closed by fclose...
2006-06-05 thib*** empty log message *** ver3_0_2
2006-06-05 thibUse sockaddr's field sa_len/sun_len on system defining...
2006-05-20 thibuser ROOTNAME/ROOTGROUP instead of ROOTUID/ROOTGID
2006-01-11 thibupdated copyright
2005-07-19 thib*** empty log message ***
2005-02-26 thibmade fcrontab behave better when there is no space...
2004-11-13 thib*** empty log message ***
2003-12-25 thib*** empty log message ***
2002-10-28 thib*** empty log message ***
2002-10-06 thibchanged type name : CL->cl_t CF->cf_t exe->exe_t lavg...
2002-09-15 thibbug fix : added O_WRONLY in read()
2002-09-07 thibset euid=uid before running the editor
2002-08-30 thibadded a system fcrontab
2002-08-22 thibremoved FNAME_LEN - replaced by PATH_LEN
2002-07-19 thibtypo error fixed
2002-03-02 thibmoved read_file() to read_file.c (used by fcrondyn)
2002-02-25 thibadded fcron -y option
2002-02-02 thibwe can now use arguments in the var EDITOR and VISUAL.
2001-12-23 thibwe now use ROOTUID and ROOTGID instead of hard-coded "0"
2001-11-04 thibremoved unused var a_pam_user
2001-11-02 thib*** empty log message ***
2001-11-02 thibadded a pam conv function
2001-10-29 thib*** empty log message ***
2001-09-12 thibPAM support
2001-08-20 thibwe now use USE_SETE_ID to determine if we should use...
2001-08-17 thibupdated error message (we use euids, not uids)
2001-07-10 thibbug corrected : user instead of filename
2001-07-10 thibremoved debug code
2001-07-08 thibget rid of the setre*()
2001-07-07 thibadded fcronsighup
2001-07-04 thibupdated help message : option -c
2001-07-04 thibwe now use Set() macro
2001-06-22 thibadded fcron.conf support
2001-06-03 thibwe use waitpid() instead of wait4() (which seems not...
2001-05-24 thib"user" can now be used instead of "-u user" : more...
2001-05-17 thib*** empty log message ***
2001-05-15 thibsecurity bug fix : use temp_file() to avoid symlink...
2001-04-29 thib*** empty log message ***
2001-04-21 thibbetter management of errors
2001-02-26 thibsecurity fix : used to be able to read root files when...
2001-02-14 thibmore secure about buffer overflows
2001-02-10 thibbug corrected : current dir was not set correctly
2001-01-12 thibbug corrected : root's orig file was not chown to root...
2001-01-04 thibspelling mistakes corrected.
2000-12-30 thibremoved some '' to make the log more readable
2000-12-23 thibnow makes fcron update its conf immediately for root
2000-12-20 thibseteuid() or setuid() before chdir() (more secure)
2000-12-16 thibbug corrected : editing a file with option -u used...
2000-12-15 thibbug corrected : better handle of system without setreuid()
2000-12-14 thibsecurity improvement : run as user as long as possible
2000-12-08 thibbug corrected : while asking user if he wants to correct
2000-12-04 thibsome tmp files used not to be removed on errors
2000-11-14 thibmanages better USERNAME/GROUPNAME
2000-11-13 thibrun as a non privileged user
2000-11-10 thibbug corrected : every user can now use fcrontab even...
2000-09-15 thibbug corrected : VERSION used to be set uncorrectly
2000-09-15 thibremove the /tmp/fcrontab.* even on error (and after...
2000-09-12 thibsupport of autoconf
2000-09-05 thibbug corrected : used to free directly the value of...
2000-08-22 thibsupport of the mailto option for each line
2000-06-25 thibwhen fcrontab try to signal fcron daemon, but fcron...
2000-06-22 thibfixed the bug when -z was used for a user with no regis...
2000-06-21 thibbug fix : time was sometimes incorrect in sig_daemon()
2000-06-21 thiboption -z added : reinstall a fcrontab from its source...
2000-06-15 thibfix bug when orig file was not saved because of an...
2000-06-15 thibbug fixes + ask user for corrections
2000-06-11 thibcorrected a minor bug which used to occur when a user...
2000-05-30 thibemail address updated
next