]> git.ipfire.org Git - thirdparty/fcron.git/shortlog
thirdparty/fcron.git
2001-04-30  Thibault Godouet*** empty log message ***
2001-04-30  Thibault Godouetadded gpg signing support
2001-04-29  Thibault Godouetsupport of the new binary format (no more need to reins...
2001-04-29  Thibault Godouetbetter management of the compilation (no more need...
2001-04-29  Thibault GodouetInitial revision
2001-04-29  Thibault Godouetremove unwanted files before anything else
2001-04-29  Thibault Godouetwe now use a header file per c source file
2001-04-29  Thibault GodouetHeader file for fcrontab.c
2001-04-29  Thibault Godouet*** empty log message ***
2001-04-29  Thibault GodouetInitial revision
2001-04-21  Thibault Godouetnew default system : we use a macro set_default_opt...
2001-04-21  Thibault Godouetadded functions save_* for the new save system
2001-04-21  Thibault Godouetuse of @srcdir@ to be able to compile fcron from anothe...
2001-04-21  Thibault Godouetuse for statement for a clearer code
2001-04-21  Thibault GodouetInitial revision
2001-04-21  Thibault Godouetuse break instead of goto in wait_chld and wait_all
2001-04-21  Thibault Godoueta little bit clearer about the use of @CFLAGS@
2001-04-21  Thibault Godouetwe now use OPTION_SIZE and LAVG_SIZE to set (and get...
2001-04-21  Thibault Godouetnew save system : the binary format has changed, so...
2001-04-21  Thibault Godouetwe set the umask to the value read by fcron before...
2001-04-21  Thibault Godouet*** empty log message ***
2001-04-21  Thibault Godouetbetter management of errors
2001-04-21  Thibault Godouetbetter management of errors
2001-04-21  Thibault Godouetbug corrected : a too long message used not to be trunc...
2001-04-21  Thibault Godouetwe set the umask to the value read by fcron before...
2001-03-10  Thibault Godouetboolean option can be set using "yes" and "no"
2001-03-09  Thibault Godouetset all files in spooldir to the right mode and owner...
2001-03-07  Thibault Godouetprint a list of possibilities before asking user which...
2001-03-07  Thibault Godouetbug corrected : IS_FREEBSD was requested before being set
2001-03-02  Thibault Godouetthe user for whom the job is run is now logged
2001-03-02  Thibault Godouet*** empty log message ***
2001-03-01  Thibault Godouet*** empty log message ***
2001-03-01  Thibault Godouetmore precise about what happens if user answers no...
2001-03-01  Thibault Godouetbug corrected : env var can now include underscrores (_)
2001-03-01  Thibault Godouetadded a message telling user he may get several proposi...
2001-03-01  Thibault Godouetmake user fcron be in group fcron (and check if it...
2001-02-27  Thibault Godouetbug corrected : bootrun jobs wasn't put in serial/lavg...
2001-02-27  Thibault Godouet*** empty log message ***
2001-02-26  Thibault Godouetsecurity fix : used to be able to read root files when...
2001-02-26  Thibault Godouet*** empty log message ***
2001-02-25  Thibault Godouetinstall fcron binary as root, not user fcron
2001-02-25  Thibault Godouetnow check for rootgroup wheel
2001-02-25  Thibault Godouetbug corrected : used to modify manpages
2001-02-14  Thibault Godouet*** empty log message ***
2001-02-14  Thibault Godouetmore secure about buffer overflows
2001-02-14  Thibault Godouetbug corrected : --prefix used not to work
2001-02-14  Thibault Godouet"read -p" has been replaced by "echo -n ; read" (not...
2001-02-11  Thibault Godouetadded a space before the output "fcron"
2001-02-11  Thibault Godouetbug corrected for freebsd
2001-02-11  Thibault GodouetsysVinit-(un)install renamed to boot-(un)install
2001-02-11  Thibault GodouetInitial revision
2001-02-11  Thibault Godouetsupport of freebsd
2001-02-10  Thibault Godouetadded option "-s"
2001-02-10  Thibault Godouetremoved unused CFLAGS
2001-02-10  Thibault Godouetbug corrected : configure's --without-sendmail wasn...
2001-02-10  Thibault Godouetbug corrected : current dir was not set correctly
2001-02-10  Thibault Godouetswitching to version 1.0.0
2001-02-02  Thibault Godouet*** empty log message ***
2001-02-01  Thibault Godouetadded option nolog
2001-02-01  Thibault Godouettest if a directory exist before running a "install...
2001-02-01  Thibault Godouetadded option nolog
2001-01-30  Thibault Godouetbug fixes : goto_non_matching
2001-01-30  Thibault Godouetmoved declaration of launch_mailer to fcron.h
2001-01-30  Thibault Godouetadded launch_mailer() (used in database.c and job.c)
2001-01-30  Thibault Godouetremoved unused local var uid
2001-01-30  Thibault Godouetadded a message to tell user they may lose some informa...
2001-01-30  Thibault Godouetclearer mails with mail_notrun
2001-01-30  Thibault Godouetrunas and mailto are now strings, not uid (to handle...
2001-01-30  Thibault Godouetrunas and mailto are now strings, not uid (to handle...
2001-01-30  Thibault Godouetadded mail_notrun() and change_user() (used in database...
2001-01-30  Thibault Godouetdo not change the mod of root.orig to 640
2001-01-30  Thibault Godouetrunas and mailto are now strings, not uid (to handle...
2001-01-27  Thibault Godouetadded constant STD NO_GOTO NO_GOTO_LOG END_OF_INTERVAL...
2001-01-27  Thibault Godouet*** empty log message ***
2001-01-27  Thibault Godouetadded option strict and noticenotrun
2001-01-27  Thibault Godouettest_jobs use no longer an argument (it's always "now")
2001-01-27  Thibault Godouettest_jobs use no longer an argument (it's always "now")
2001-01-27  Thibault Godouetbug corrected: use $USERNAME instead of "fcron"
2001-01-15  Thibault Godouetbug corrected : read_opt fixed.
2001-01-15  Thibault Godouetadded options strict and noticenotrun
2001-01-12  Thibault Godouetremoved runas macros (unused)
2001-01-12  Thibault Godouethandle the change of the uid of a user in /etc/passwd
2001-01-12  Thibault Godouet*** empty log message ***
2001-01-12  Thibault Godouetuse --mandir instead of --with-mandir
2001-01-12  Thibault Godouetsecurity fix : runas and mailto was set by default...
2001-01-12  Thibault Godouetbug corrected : root's orig file was not chown to root...
2001-01-12  Thibault Godouetremove --with-mandir (--mandir already exists)
2001-01-12  Thibault Godouet*** empty log message ***
2001-01-12  Thibault Godouetadded a "sleep 2" to let some time to fcron to stop...
2001-01-07  Thibault Godouetbetter support of FreeBSD systems : use killall if...
2001-01-07  Thibault Godouetfcron.deny and fcron.allow now owned by root (used...
2001-01-07  Thibault Godouetadded ./configure's option --with-answer-all
2001-01-07  Thibault Godouetadded ./configure's option --with-answer-all
2001-01-04  Thibault Godouetwarning and error messages improved
2001-01-04  Thibault Godouetadded close of fds at fcron startup
2001-01-04  Thibault Godouetadded configure options --with-rootname and --with...
2001-01-04  Thibault Godouetspelling mistakes corrected.
2001-01-04  Thibault Godouetadded configure option --with-rootname and --with-rootgroup
2001-01-04  Thibault Godouetbetter handle of the abscence of both useradd and addus
2001-01-04  Thibault Godouetadded configure option --with-rootname
next