]> granicus.if.org Git - fcron/history - fcrondyn.c
updated copyright years to 2000-2016
[fcron] / fcrondyn.c
2016-06-26 Thibault Godouetupdated copyright years to 2000-2016
2016-05-02 Thibault Godouetrecv() returns ssize_t (not size_t)
2014-05-10 Thibault Godouetupdated copyright years to 2000-2014
2014-04-13 Thibault Godouetfcrondyn with readline no longer crashes when receiving EOF
2014-04-13 Thibault Godouetfcrondyn -x no longer print null characters at the...
2014-04-13 Thibault Godouetimproved fcrondyn's usage message
2014-01-16 Thibault Godouetfixed fcrondyn socket credential auth on Solaris 10
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 fcron crash bug when using fcrondyn.
2013-01-13 Thibault GodouetFixed bug in logging to a file and made file closure...
2013-01-01 Thibault GodouetMerge branch 'log-to-file'
2013-01-01 Thibault Godouettweaked fcron logging to file
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-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-03-12 thibMerge branch 'fcron-3.0'
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-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-01-16 thibMerge branch 'master' of ssh://yo4096@git.tuxfamily...
2010-01-16 Thibault GodouetMerge branch 'master' of ssh://yo4096@git.tuxfamily...
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-09 thibupdated copyright years (from 2000-2008 to 2000-2009)
2009-02-09 thibImplemented fcrondyn client authentication through...
2008-09-21 Thibault GodouetChanged copyright dates to 2000-2008 (was actually...
2007-04-14 thib*** empty log message ***
2007-04-14 thibadded some cast to remove some compilation warnings...
2007-01-01 thibmore function return code checking
2006-06-05 thibUse the field sa_len/sun_len on system defining it...
2006-05-20 thibuser ROOTNAME/ROOTGROUP instead of ROOTUID/ROOTGID
2006-01-11 thibupdated copyright
2004-08-17 thib*** empty log message ***
2003-12-29 thibremoved an unneeded cast in a call of memcpy() (produce...
2003-12-25 thibadded some (int) to be able to compile on SunOS
2003-09-12 thib*** empty log message ***
2003-09-12 thibbug fix : always include getloadavg.h
2002-10-28 thibbetter output for help command
2002-10-05 thibcoding style change : use uppercase for macro parameters
2002-08-30 thibadded a system fcrontab
2002-08-25 thibbug fix : wasn't handling correctly a recv()'s return...
2002-07-19 thibsecurity change : more robust code about strn{cpy|cat}
2002-03-31 thibchanged some command names : make it more similar to...
2002-03-02 thibmade a usable version ...
2002-02-25 thibInitial revision