]> git.ipfire.org Git - thirdparty/fcron.git/shortlog
thirdparty/fcron.git
2011-03-12  Thibault GodouetMerge branch 'fcron-3.0'
2011-03-12  Thibault GodouetFixed bug with step incorrectly parsed for months on...
2010-09-26  Thibault GodouetRemoved unused environ variable
2010-09-25  Thibault GodouetAdded Content-Type and Content-Transfer-Encoding to...
2010-09-24  Thibault GodouetUpdated doc: todo, FAQ entry on anacron, runatreboot...
2010-09-24  Thibault GodouetMerge branch 'fcron-3.0'
2010-09-24  Thibault GodouetUpdated copyright years to 2010
2010-09-23  Thibault GodouetAdded options runatreboot, runonce, rebootreset, and...
2010-06-06  Thibault GodouetFixed typo in fcrontab.5
2010-04-05  Thibault GodouetFixed fcron.conf path to install from in Makefile ... ver3_0_6
2010-04-05  Thibault GodouetUpdated changes
2010-04-05  Thibault GodouetAllow user to specify a fcron.conf file in check_system...
2010-04-05  Thibault GodouetRemoving bashims in check_system_crontabs
2010-04-05  Thibault GodouetLinked mail and forcemail: mail(no) implies forcemail...
2010-04-05  Thibault GodouetIgnore auto-generated files
2010-04-05  Thibault GodouetInitialize fcrontab's PAM with runas and not user so...
2010-03-27  Thibault GodouetFixed bug preventing normal user from running fcrontab...
2010-03-06  Thibault GodouetChanged version to 3.0.6
2010-03-06  Thibault GodouetFixed warning on freopen() return value not checked ver3_0_5
2010-03-01  Thibault GodouetFixed compilation warnings
2010-03-01  Thibault GodouetUpdated Makefile to ignore git files when tarring up...
2010-02-28  Thibault GodouetAdded missing bitstring.3 man page
2010-02-28  Thibault GodouetUpdated copyright to 2008-2010
2010-02-28  Thibault GodouetFixed fcrontab when running without seteuid()
2010-02-28  Thibault Godouet- fcrontab: drop all privileges and only get them back...
2010-02-24  Thibault GodouetImproved fcrontab security fix which allowed to read...
2010-02-24  Thibault GodouetFixed fcrontab vulnerability that would let an ill...
2010-01-16  Thibault GodouetMerge branch 'master' of ssh://yo4096@git.tuxfamily...
2010-01-16  Thibault GodouetAdditional comment on bitstring.h
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-12-30  Thibault GodouetInital implementation of a new env var type env_list_t...
2009-12-30  Thibault GodouetFixed --with-sendmail bug: sendmail was disabled if...
2009-12-30  Thibault Godouet- use realloc() when growing u_list
2009-12-08  Thibault GodouetMerge branch 'master' of ssh://yo4096@git.tuxfamily...
2009-12-08  Thibault GodouetFixed some gcc warnings (first char of string array...
2009-03-29  Thibault GodouetAdded option jitter
2009-02-15  Thibault Godouetfixed configure script so as the usage of sendmail...
2009-02-15  Thibault GodouetImplemented socket authentication without password...
2009-02-09  Thibault GodouetMake git ignore automatically generated documentation...
2009-02-09  Thibault Godouetremoved generated file 'configure'
2009-02-09  Thibault Godouetupdated copyright years (from 2000-2008 to 2000-2009)
2009-02-09  Thibault GodouetImplemented fcrondyn client authentication through...
2009-02-01  Thibault GodouetPatched startup script to make it more compliant to...
2009-02-01  Thibault GodouetMerged patch to make the startup script more compliant...
2009-01-31  Thibault GodouetHave git ignore auto-generated file 'configure'
2009-01-31  Thibault GodouetHave git ignore auto-generated configure file
2008-12-23  Thibault GodouetAdded some missing end_iteration()s.
2008-11-09  Thibault Godouet- Started to work on fifo_list to be used as serial_queue
2008-10-17  Thibault GodouetAdded exe_list and lavg_list based on the new u_list...
2008-10-17  Thibault GodouetAdded exe_list and lavg_list based on u_list (unordered...
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...
2008-09-21  Thibault GodouetAdded configure and install-sh into git and changed...
2008-09-21  Thibault Godouet*** empty log message ***
2008-09-21  Thibault GodouetIncreased maximum number of fcrontab entries to 1024
2008-09-21  Thibault GodouetFixed minor bug: we used to accept max_entries+1
2008-05-11  Thibault Godouet*** empty log message ***
2008-05-11  Thibault Godouetrun_job() now returns an int. It returns ERR if it...
2008-05-11  Thibault Godouet*** empty log message ***
2008-05-11  Thibault Godouetdo not test errno after getgrnam() (it shouldn't be...
2008-05-11  Thibault Godouetadded a few constants for portability
2008-05-11  Thibault Godouetbug fix: some system can have setenv() but not unsetenv()
2008-05-11  Thibault Godouetfixed bug when upgrading: remove fcrontab.sig file...
2008-05-11  Thibault Godouetbetter portability: some system can define setenv but...
2008-05-11  Thibault Godouet*** empty log message ***
2007-11-07  Thibault Godouetfixed the order of the options so as they are in alphab... ver3_0_4
2007-11-07  Thibault Godouetfixed fcron description
2007-11-07  Thibault Godouetfixed bug: was importing 'functions' from /etc/rc.d...
2007-11-07  Thibault Godouet added option erroronlymail
2007-11-07  Thibault Godouet*** empty log message ***
2007-11-07  Thibault Godouetadded option erroronlymail
2007-11-07  Thibault GodouetInitial revision
2007-11-07  Thibault Godouetadded option erroronlymail
2007-11-07  Thibault Godouetfixed variable 'seed' assignement: was using ^= instead...
2007-11-07  Thibault Godouetmade the conditions of a complicated if() clearer
2007-10-14  Thibault Godouetinstall only one file at a time for solaris compatibility
2007-10-14  Thibault Godouet*** empty log message ***
2007-10-14  Thibault Godouetcheck for errors when using (f)close()
2007-10-14  Thibault Godouetadded seconds to debug messages for better precision...
2007-10-14  Thibault Godouetinstall only one file at a time for compatibility with...
2007-10-14  Thibault Godouetadded seconds to debug message for better precision...
2007-10-14  Thibault Godouetadded a search for strip compatible with solaris
2007-10-14  Thibault Godouetfixed bug which would prevent fcron process from writin...
2007-06-24  Thibault Godouetfixed goto_non_matching() which thought erroneously...
2007-06-24  Thibault Godouetuse hostname and tv_usec to initialize random number...
2007-06-24  Thibault Godouet*** empty log message ***
2007-06-03  Thibault Godouet*** empty log message *** ver3_0_3
2007-06-03  Thibault Godouet*** empty log message ***
2007-06-03  Thibault Godouet*** empty log message ***
2007-06-03  Thibault Godouetbetter getpwnam() error handling ver3_0_3-rc1
2007-06-03  Thibault GodouetCheck that make is GNU make and not another one
2007-06-03  Thibault Godouetbetter error handling getpwnam()
2007-06-03  Thibault Godouet*** empty log message ***
2007-04-14  Thibault Godouet*** empty log message ***
2007-04-14  Thibault Godouet*** empty log message ***
2007-04-14  Thibault Godouetupdated copyright years
2007-04-14  Thibault Godouet*** empty log message ***
next