]> granicus.if.org Git - fcron/history - socket.c
Fixed bug in logging to a file and made file closure more robust
[fcron] / socket.c
2013-01-13 Thibault GodouetFixed bug in logging to a file and made file closure...
2013-01-01 Thibault GodouetMerge branch 'log-to-file'
2012-12-26 Thibault GodouetMerge remote-tracking branch 'origin/master'
2012-12-24 Thibault GodouetApplied indentation with 'make indent'
2012-12-05 Thibault Godouetcosmetic change of socket.c so as indent works ok
2012-12-05 Thibault Godouetfixed a potential (unlikely) 1 byte buffer overflow...
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-02-28 thibUpdated copyright to 2008-2010
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-16 Thibault GodouetMoved fcron.conf code from sub.{c,h} to fcronconf....
2010-01-10 Thibault Godouet- removed Flush() macro (replaced by free_safe())
2009-02-15 thibImplemented socket authentication without password...
2009-02-09 thibupdated copyright years (from 2000-2008 to 2000-2009)
2009-02-09 thibImplemented fcrondyn client authentication through...
2008-12-23 Thibault GodouetAdded some missing end_iteration()s.
2008-10-17 Thibault GodouetAdded exe_list and lavg_list based on the new u_list...
2008-09-21 Thibault GodouetChanged copyright dates to 2000-2008 (was actually...
2008-05-11 thib*** empty log message ***
2007-06-03 thibbetter getpwnam() error handling ver3_0_3-rc1
2007-04-14 thib*** empty log message ***
2007-04-14 thibset exec bits on the fifo file, for AIX compatibility
2007-01-23 thibuse unsigned int and not signed it for a sizeof() value
2006-06-05 thibUse sockaddr's field sa_len/sun_len on system defining...
2006-01-11 thibupdated copyright
2005-06-11 thib*** empty log message ***
2004-09-02 thibchanged err_cmd_unknown_str, as all fcrondyn commands...
2004-08-17 thibreplaced "not allowed" messages by "not found" so as...
2004-08-12 thibimplemented run and runnow
2004-07-11 thibsecurity : overwrite the pass string everytime
2003-12-25 thib*** empty log message ***
2003-09-12 thibbug fix : always include getloadavg.h
2002-11-17 thibfix incorrect var type in 2 snprintf calls
2002-10-28 thibAdded some timeouts in fcron for fcrondyn clients.
2002-10-06 thibchanged type name : CL->cl_t CF->cf_t exe->exe_t lavg...
2002-10-05 thibcoding style change : use uppercase for macro parameters
2002-08-30 thibadded a system fcrontab
2002-08-25 thibseveral modifications and improvements about ls_* command
2002-08-22 thibadded code for ls_lavgq, ls_serialq, ls_exeq
2002-08-10 thib*** empty log message ***
2002-07-19 thibsecurity change : more robust code about strn{cpy|cat}
2002-03-31 thiblimit number of authentification failures
2002-03-02 thibInitial revision