]> git.ipfire.org Git - thirdparty/fcron.git/shortlog
thirdparty/fcron.git
2000-09-16  Thibault Godouetadded a message advising to use configure option than...
2000-09-16  Thibault Godouetadded a message advising to use configure option than...
2000-09-16  Thibault Godouetbetter output of debug informations
2000-09-16  Thibault Godouetbug corrected : cl_remain used not to be correctly...
2000-09-16  Thibault Godouetoption --help improved (comments aligned ! )
2000-09-15  Thibault Godouetfcron and fcrontab depends also on HEADERS
2000-09-15  Thibault Godouetprintf format more precise in debug() for lavg
2000-09-15  Thibault Godouetbug corrected : VERSION used to be set uncorrectly
2000-09-15  Thibault Godouetremove the /tmp/fcrontab.* even on error (and after...
2000-09-15  Thibault Godouet*** empty log message ***
2000-09-14  Thibault Godouetincludes MANDIR and DOCDIR
2000-09-14  Thibault Godouetbug corrected : use %f for double (not %d) !
2000-09-14  Thibault Godouetupdated for use of autoconf
2000-09-14  Thibault Godouetdefine manually MANDIR and DOCDIR
2000-09-13  Thibault Godouettest for existence of fcron.allow and fcron.deny on...
2000-09-13  Thibault Godouetbug fix : DEFINE_UNQUOTED for FCRONTABS and PROC
2000-09-13  Thibault Godouetdo not delete the doc files in clean
2000-09-13  Thibault Godouetuse gettimeofday only if defined
2000-09-13  Thibault Godouetincluded HAVE_PUTENV
2000-09-13  Thibault Godouetuse #ifdef HAVE_PUTENV
2000-09-13  Thibault Godouetuse #ifdef HAVE_GETOPT_H instead of #ifdef __linux__
2000-09-13  Thibault Godouetadded check for putenv
2000-09-13  Thibault Godouetremoved unused OTHERFLAGS
2000-09-13  Thibault Godouetminor bugs corrected
2000-09-13  Thibault Godouetdo not remove generated manpages in clean anymore
2000-09-12  Thibault Godouet*** empty log message ***
2000-09-12  Thibault Godouet*** empty log message ***
2000-09-12  Thibault Godouet*** empty log message ***
2000-09-12  Thibault Godouet*** empty log message ***
2000-09-12  Thibault Godouetinclude fcron.h, not global.h
2000-09-12  Thibault Godouet*** empty log message ***
2000-09-12  Thibault Godouetmodified for fcron
2000-09-12  Thibault Godouetsupport of autoconf
2000-09-12  Thibault Godouetsupport of autoconf
2000-09-12  Thibault Godouetuse test -f instead of test -x (not supported by BSD...
2000-09-12  Thibault Godouetsupport of autoconf
2000-09-12  Thibault Godouetsupport of autoconf
2000-09-12  Thibault GodouetInitial revision
2000-09-12  Thibault Godouet*** empty log message ***
2000-09-12  Thibault GodouetInitial revision
2000-09-05  Thibault Godouetcorrected a syntax error in preprocessor commands in...
2000-09-05  Thibault Godouettry execlp in case of a execl fail.
2000-09-05  Thibault Godouetbug corrected : used to free directly the value of...
2000-09-04  Thibault Godouet*** empty log message ***
2000-09-04  Thibault Godouettry a execlp if execl(SENDMAIL ...) fails
2000-09-04  Thibault Godouetadded PROC_LOADAVG compilation option
2000-09-03  Thibault Godouethandle the case of a non existent procfs for lavg
2000-09-03  Thibault Godouet*** empty log message ***
2000-09-03  Thibault Godouetmore compatible with standart
2000-09-03  Thibault Godouetcomments updated (need 2 arguments, not one)
2000-09-03  Thibault Godouetbug corrected : set_lavgor used to act on bit 1 (the...
2000-09-03  Thibault Godouet*** empty log message ***
2000-09-03  Thibault Godouetwe don't use anymore the syslog() function in the signa...
2000-09-03  Thibault Godouet*** empty log message ***
2000-08-30  Thibault Godouet*** empty log message ***
2000-08-30  Thibault Godouetoptimization : struct lavg now store the time when...
2000-08-30  Thibault Godouetcorrected the bug which used to make serial_running=-1
2000-08-29  Thibault Godouetlavg values with decimals
2000-08-29  Thibault Godouet*** empty log message ***
2000-08-28  Thibault Godouetnow do a logic AND between the lavg values by default
2000-08-28  Thibault Godouetuse of putenv() instead of setenv() (setenv is not...
2000-08-28  Thibault Godouetsupport of lavg
2000-08-28  Thibault Godouet*** empty log message ***
2000-08-28  Thibault Godouetsupport of lavg
2000-08-28  Thibault Godouetbug corrected when serial_array grows up
2000-08-28  Thibault Godouetmodifications for lavg + SERIAL_ONCE
2000-08-28  Thibault Godouetuse putenv() (POSIX compliant) instead of setenv()
2000-08-22  Thibault Godouet*** empty log message ***
2000-08-22  Thibault Godouetsupport of SERIAL_ONCE and SERIAL_QUEUE_MAX compilation...
2000-08-22  Thibault GodouetSERIAL_ONCE added
2000-08-22  Thibault Godouet*** empty log message ***
2000-08-22  Thibault Godouetsupport of the mailto option for each line
2000-06-30  Thibault Godouet*** empty log message ***
2000-06-29  Thibault Godouetupdated file version
2000-06-29  Thibault Godouettemporary removed check of end of file of a fcrontab
2000-06-28  Thibault Godouetcheck each signal at each cycle (this is needed because...
2000-06-28  Thibault Godouettake into account dayor/dayand in "from last conf"
2000-06-28  Thibault Godouetis_mailzerolength support added
2000-06-28  Thibault Godouet*** empty log message ***
2000-06-25  Thibault Godouetrunas option added
2000-06-25  Thibault Godouetrunas option support added
2000-06-25  Thibault GodouetFILEVERSION updated
2000-06-25  Thibault Godouetbug fixes : used to crash after a syntax error in a...
2000-06-25  Thibault Godouetwhen fcrontab try to signal fcron daemon, but fcron...
2000-06-25  Thibault Godouetbug fixes : goto_non_matching
2000-06-25  Thibault Godouetlog explanation "update configuration from" use the...
2000-06-22  Thibault Godouetdoc are now updated in "make all"
2000-06-22  Thibault Godouetbug fix
2000-06-22  Thibault GodouetVariables of config.h and Makefile are now automaticall...
2000-06-22  Thibault Godouet*** empty log message ***
2000-06-22  Thibault GodouetInitial revision
2000-06-22  Thibault Godouetgen-doc changes only the file beginning by an upper...
2000-06-22  Thibault Godouet*** empty log message ***
2000-06-22  Thibault Godouetadded options : forcemail dayand dayor runas nice
2000-06-22  Thibault Godouetfixed the bug when -z was used for a user with no regis...
2000-06-22  Thibault Godouetremoved SAVE_VARIATION : it didn't seem to be usefull
2000-06-22  Thibault Godouettime_to_sleep don't use global variable "now" anymore :
2000-06-22  Thibault Godouetadded USER_NAME_LEN
2000-06-22  Thibault Godoueta bootrun and serial job is now inserted only once...
2000-06-21  Thibault Godouet*** empty log message ***
next