]> granicus.if.org Git - fcron/history - job.c
refactored suspend handling code into suspend.[ch]
[fcron] / job.c
2016-06-10 Thibault GodouetMerge branch 'master' into suspend
2015-06-10 Thibault Godouet@-line can now be run every second
2014-10-12 Thibault GodouetSet From: header on emails. Added mailfrom() option.
2014-06-29 Thibault GodouetClose pipe in job.c even if there is an error reading...
2014-06-12 Thibault Godouetquote job shell commands in logs to make the messages...
2014-05-10 Thibault Godouetupdated copyright years to 2000-2014
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 configure --without-sendmail, and compilation...
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'
2012-12-27 Thibault GodouetFixed bug in change_user_setup_env() which could make...
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-04-10 Thibault Godouetfixed error checking on setexeccon()
2011-03-12 thibMerge branch 'fcron-3.0'
2010-09-26 Thibault GodouetRemoved unused environ variable
2010-09-25 Thibault GodouetAdded Content-Type and Content-Transfer-Encoding to...
2010-09-24 Thibault GodouetMerge branch 'fcron-3.0'
2010-09-24 Thibault GodouetUpdated copyright years to 2010
2010-04-05 Thibault GodouetLinked mail and forcemail: mail(no) implies forcemail...
2010-03-06 thibFixed warning on freopen() return value not checked ver3_0_5
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-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-15 thibfixed configure script so as the usage of sendmail...
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 thibrun_job() now returns an int. It returns ERR if it...
2007-11-07 thibmade the conditions of a complicated if() clearer
2007-10-14 thibfixed bug which would prevent fcron process from writin...
2007-06-03 thib*** empty log message ***
2007-04-14 thib*** empty log message ***
2007-04-14 thibdefine TZ env var for lines using option timezone
2007-04-14 thibdefine LOGNAME when running a job for vixie cron compat...
2006-06-05 thibRun each job in a different session by calling setuid...
2006-05-20 thibdon't use the shell defined in /etc/passwd by default...
2006-01-11 thibupdated copyright
2005-06-11 thibfixed a bug which used to make fcron send empty mails...
2005-03-12 thibfixed bug : always restore umask, even if fcron run...
2005-02-26 thibminor bug fix : replaced a #elif without condition...
2004-08-12 thibdo not stop to read from pipe if the read has been...
2004-07-11 thibuse more strn*() instead of str*()
2004-04-29 thibfixed a log message : completed instead of terminated...
2004-01-29 thibuse new selinux
2003-12-25 thibfixed "makewhatis bug" : do not block signal SIGPIPE...
2003-07-14 thibsend job mail report with a subject like vixie cron...
2002-10-28 thibfcrondyn show the pid of the job itself
2002-10-06 thibchanged type name : CL->cl_t CF->cf_t exe->exe_t lavg...
2002-09-07 thibchdir to / before running sendmail
2002-08-29 thibremoved some debug statement
2002-08-10 thibadded ./configure's option run-non-privileged
2002-07-19 thibrewrite of the management of the output of jobs
2002-02-25 thibadded fcron stdout option
2001-12-23 thib*** empty log message ***
2001-12-23 thibbug corrected : shell var were incorrectly set on Solaris
2001-11-04 thibremoved unused var a_pam_user
2001-11-02 thib*** empty log message ***
2001-10-29 thibmail user if he is not correctly authorized by pam
2001-09-12 thibadded pam support
2001-08-20 thibprint the exact pid on syslog (not the pid of fcron...
2001-07-10 thibremoved debug code
2001-07-08 thibget rid of the setre*()
2001-06-22 thibadded fcron.conf support
2001-05-15 thibtemp_file has moved from job.c to subs.c (now used...
2001-04-21 thibwe set the umask to the value read by fcron before...
2001-03-02 thibthe user for whom the job is run is now logged
2001-02-14 thibmore secure about buffer overflows
2001-02-10 thibbug corrected : configure's --without-sendmail wasn...
2001-02-01 thibadded option nolog
2001-01-30 thibmoved declaration of launch_mailer to fcron.h
2001-01-30 thibrunas and mailto are now strings, not uid (to handle...
2001-01-27 thib*** empty log message ***
2001-01-12 thib*** empty log message ***
2000-12-30 thibremoved some '' to make the log more readable
2000-12-30 thibremoved some '' to make the log more readable
2000-12-04 thibadded hostname to the addresses of mail sent
2000-11-10 thibfcron now runs under USERNAME's real uid
2000-09-30 thibstruct exe now includes the pid of the job executed
2000-09-13 thibuse #ifdef HAVE_PUTENV
2000-09-05 thibtry execlp in case of a execl fail.
2000-09-04 thibtry a execlp if execl(SENDMAIL ...) fails
2000-08-28 thibuse of putenv() instead of setenv() (setenv is not...
2000-08-22 thibsupport of the mailto option for each line
2000-06-28 thibis_mailzerolength support added
2000-06-25 thibrunas option support added
2000-06-22 thib*** empty log message ***
2000-06-21 thib*** empty log message ***
2000-06-21 thibtermination of a job is not any more reported as "explain"
2000-06-21 thibsupport of bootrun and serialize
2000-06-21 thibsupport of bootrun and serialize
2000-06-20 thibthe running job are no more chaine-listed
2000-06-19 thibremoved some close uneeded
next