]> granicus.if.org Git - fcron/shortlog
fcron
2012-12-26 Thibault GodouetMerge remote-tracking branch 'origin/master'
2012-12-26 Thibault GodouetAdded readline support to fcrondyn
2012-12-24 Thibault GodouetApplied indentation with 'make indent'
2012-12-24 Thibault Godouetupdated to-do list
2012-12-20 Thibault Godouetonly check for erroneous space if option takes an argument
2012-12-19 Thibault GodouetMoved to version 3.1.1
2012-12-19 Thibault GodouetUpdated copyright and marked as DEV release ver3_1_0
2012-12-19 Thibault GodouetUpdated to-do list
2012-12-19 Thibault Godouetrenamed 'doc' make target to 'documentation' or make...
2012-12-19 Thibault Godouetensure the documentation is generated by "make all...
2012-12-19 Thibault GodouetAdded compilation requirements
2012-12-05 Thibault Godouetupdated changes/todo
2012-12-05 Thibault Godouetcosmetic change of socket.c so as indent works ok
2012-12-05 Thibault GodouetAllow make parallelism: use $(MAKE) in Makefile and...
2012-12-05 Thibault Godouetclearer error messages in gen-in.pl
2012-12-05 Thibault Godouetfixed a potential (unlikely) 1 byte buffer overflow...
2012-12-05 Thibault Godouetgenerate init scripts in 'make all' rather than 'make...
2012-12-05 Thibault GodouetAdded systemd support
2012-12-05 Thibault Godouetadded pam_loginuid to default fcron daemon PAM profile
2012-11-27 Thibault GodouetUpdated doc
2012-11-27 Thibault Godouetstartup script removes fcron.reboot (in case the OS...
2012-11-26 Thibault GodouetMore portable code for va_arg() with mode_t (thank...
2012-11-26 Thibault GodouetImproved documentation
2012-11-22 Thibault GodouetUpdated copyright dates and removed old CVS $id$ which...
2012-11-22 Thibault Godouetrefactored and made more stricter reading of string...
2012-11-21 Thibault Godouetfcrontab: don't alert about invalid character when...
2012-11-21 Thibault Godouetadded cl.c/cl.h to define the cl_t type with associated...
2012-11-21 Thibault GodouetReplaced function free_safe by macro Free_safe, and...
2012-11-21 thibUpdated todo list
2011-11-06 Thibault GodouetFixed gcc warning about unused variable
2011-09-29 thiballow tasks to be run every second
2011-04-10 Thibault Godouettweaked indent flags
2011-04-10 Thibault GodouetAdded libaudit support
2011-04-10 Thibault GodouetAdded test programs -- some could later be used as...
2011-04-10 Thibault Godouetfixed error checking on setexeccon()
2011-04-10 Thibault Godouetadded indent Makefile command
2011-03-12 thibMerge branch 'fcron-3.0'
2011-03-12 thibFixed 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 thibAdded options runatreboot, runonce, rebootreset, and...
2010-06-06 thibFixed typo in fcrontab.5
2010-04-05 thibFixed fcron.conf path to install from in Makefile ... ver3_0_6
2010-04-05 thibUpdated changes
2010-04-05 thibAllow user to specify a fcron.conf file in check_system...
2010-04-05 thibRemoving bashims in check_system_crontabs
2010-04-05 Thibault GodouetLinked mail and forcemail: mail(no) implies forcemail...
2010-04-05 thibIgnore auto-generated files
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-06 thibChanged version to 3.0.6
2010-03-06 thibFixed warning on freopen() return value not checked ver3_0_5
2010-03-01 thibFixed compilation warnings
2010-03-01 thibUpdated Makefile to ignore git files when tarring up...
2010-02-28 thibAdded missing bitstring.3 man page
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 thibAdditional 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 thibMerge branch 'master' of ssh://yo4096@git.tuxfamily...
2009-12-08 thibFixed some gcc warnings (first char of string array...
2009-03-29 thibAdded option jitter
2009-02-15 thibfixed configure script so as the usage of sendmail...
2009-02-15 thibImplemented 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 thibupdated copyright years (from 2000-2008 to 2000-2009)
2009-02-09 thibImplemented 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 thib- 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 thib*** empty log message ***
2008-09-21 thibIncreased maximum number of fcrontab entries to 1024
2008-09-21 thibFixed minor bug: we used to accept max_entries+1
2008-05-11 thib*** empty log message ***
2008-05-11 thibrun_job() now returns an int. It returns ERR if it...
2008-05-11 thib*** empty log message ***
2008-05-11 thibdo not test errno after getgrnam() (it shouldn't be...
2008-05-11 thibadded a few constants for portability
next