]> granicus.if.org Git - fcron/log
fcron
19 years ago*** empty log message ***
thib [Sat, 13 Nov 2004 19:49:21 +0000 (19:49 +0000)]
*** empty log message ***

19 years agoupdated (fcron 2.9.5 works on Darwin/MaxOS-X)
thib [Sat, 13 Nov 2004 19:47:06 +0000 (19:47 +0000)]
updated (fcron 2.9.5 works on Darwin/MaxOS-X)

19 years agofixed a typo (fcron.pid -> fcron.fifo)
thib [Sat, 13 Nov 2004 19:46:06 +0000 (19:46 +0000)]
fixed a typo (fcron.pid -> fcron.fifo)

19 years agofixed serveral wrong command name (fcrontab instead of fcrondyn)
thib [Sat, 13 Nov 2004 19:45:31 +0000 (19:45 +0000)]
fixed serveral wrong command name (fcrontab instead of fcrondyn)

19 years agofixed a typo (wrong file name)
thib [Sat, 13 Nov 2004 19:44:31 +0000 (19:44 +0000)]
fixed a typo (wrong file name)

19 years agofix several security vulnerabilities found by iDEFENSE in fcronsighup
thib [Sat, 13 Nov 2004 19:44:01 +0000 (19:44 +0000)]
fix several security vulnerabilities found by iDEFENSE in fcronsighup
(close fcron.allow and fcron.deny files after use)

19 years agofix several security vulnerabilities found by iDEFENSE in fcronsighup
thib [Sat, 13 Nov 2004 19:43:21 +0000 (19:43 +0000)]
fix several security vulnerabilities found by iDEFENSE in fcronsighup
fix several security vulnerabilities found by iDEFENSE in fcronsighup

19 years ago*** empty log message ***
thib [Sat, 13 Nov 2004 19:42:39 +0000 (19:42 +0000)]
*** empty log message ***

19 years agofix several security vulnerabilities found by iDEFENSE in fcronsighup
thib [Sat, 13 Nov 2004 19:41:55 +0000 (19:41 +0000)]
fix several security vulnerabilities found by iDEFENSE in fcronsighup

20 years ago*** empty log message *** ver2_9_5
thib [Thu, 2 Sep 2004 22:15:21 +0000 (22:15 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
thib [Thu, 2 Sep 2004 22:08:04 +0000 (22:08 +0000)]
*** empty log message ***

20 years agochanged err_cmd_unknown_str, as all fcrondyn commands are implemented
thib [Thu, 2 Sep 2004 22:07:18 +0000 (22:07 +0000)]
changed err_cmd_unknown_str, as all fcrondyn commands are implemented

20 years ago*** empty log message ***
thib [Tue, 17 Aug 2004 12:58:11 +0000 (12:58 +0000)]
*** empty log message ***

20 years agoadded help for run and runnow
thib [Tue, 17 Aug 2004 12:58:03 +0000 (12:58 +0000)]
added help for run and runnow

20 years agoreplaced "not allowed" messages by "not found" so as to give as few information as...
thib [Tue, 17 Aug 2004 12:53:46 +0000 (12:53 +0000)]
replaced "not allowed" messages by "not found" so as to give as few information as possible to a cracker
changed cmd_on_exeq() so as it handles correctly the case where a job has several entries in exeq

20 years agochange the max size of log messages (MAX_MSG) to 175 chars
thib [Tue, 17 Aug 2004 12:53:14 +0000 (12:53 +0000)]
change the max size of log messages (MAX_MSG) to 175 chars

20 years ago*** empty log message ***
thib [Tue, 17 Aug 2004 12:52:45 +0000 (12:52 +0000)]
*** empty log message ***

20 years agosegmented code into more functions
thib [Tue, 17 Aug 2004 12:49:19 +0000 (12:49 +0000)]
segmented code into more functions
added code to write msg to a fd (for fcrondyn)
fixed a memory leak : always free() the string returned by make_msg

20 years ago*** empty log message ***
thib [Thu, 12 Aug 2004 09:52:15 +0000 (09:52 +0000)]
*** empty log message ***

20 years agoimplemented run and runnow
thib [Thu, 12 Aug 2004 09:50:36 +0000 (09:50 +0000)]
implemented run and runnow
Macro Send_err_msg_end does not include a return anymore (this was not easily readable)
bug fix: running ls_exeq when a job is running but have been removed from a fcrontab used to make fcron crash

20 years agoadd_lavg_job(), add_serial_job(), run_normal_job(), and set_next_exe() have a new...
thib [Thu, 12 Aug 2004 09:50:21 +0000 (09:50 +0000)]
add_lavg_job(), add_serial_job(), run_normal_job(), and set_next_exe() have a new argument : info_fd, the fd to use to send informative message to fcrondyn

20 years agoadd_lavg_job(), add_serial_job(), run_normal_job(), and set_next_exe() have a new...
thib [Thu, 12 Aug 2004 09:45:30 +0000 (09:45 +0000)]
add_lavg_job(), add_serial_job(), run_normal_job(), and set_next_exe() have a new argument : info_fd, the fd to use to send informative message to fcrondyn
in set_next_exe() : write nextexe date&time even for @ lines (instead of "run in xxx seconds")
modified set_next_exe() so as it can compute nextexe from current cl_nextexe, instead of now (for fcrondyn's runnow) (added option FROM_CUR_NEXTEXE)

20 years agoadd_lavg_job(), add_serial_job(), run_normal_job(), and set_next_exe() have a new...
thib [Thu, 12 Aug 2004 09:43:41 +0000 (09:43 +0000)]
add_lavg_job(), add_serial_job(), run_normal_job(), and set_next_exe() have a new argument : info_fd, the fd to use to send informative message to fcrondyn

20 years agoadded explain_fd(), warn_fd(), error_fd() to send message to syslog and to fcrondyn
thib [Thu, 12 Aug 2004 09:41:31 +0000 (09:41 +0000)]
added explain_fd(), warn_fd(), error_fd() to send message to syslog and to fcrondyn
added send_msg_fd_debug() to send message to syslog and to fcrondyn
added send_msg_fd() to send message to fcrondyn

20 years agodo not stop to read from pipe if the read has been interrupted with no particular...
thib [Thu, 12 Aug 2004 09:27:04 +0000 (09:27 +0000)]
do not stop to read from pipe if the read has been interrupted with no particular error

20 years agoupdate the entry about replacing vixie cron by fcron
thib [Sun, 11 Jul 2004 18:11:29 +0000 (18:11 +0000)]
update the entry about replacing vixie cron by fcron

20 years agosecurity : overwrite the pass string everytime
thib [Sun, 11 Jul 2004 18:11:00 +0000 (18:11 +0000)]
security : overwrite the pass string everytime

20 years agouse program env to handle cases where perl is not in /usr/bin
thib [Sun, 11 Jul 2004 18:10:06 +0000 (18:10 +0000)]
use program env to handle cases where perl is not in /usr/bin

20 years agobe more secure with str*() : add a \0
thib [Sun, 11 Jul 2004 18:09:41 +0000 (18:09 +0000)]
be more secure with str*() : add a \0

20 years ago*** empty log message ***
thib [Sun, 11 Jul 2004 18:09:31 +0000 (18:09 +0000)]
*** empty log message ***

20 years agobe more secure with strncat (add \0)
thib [Sun, 11 Jul 2004 18:08:08 +0000 (18:08 +0000)]
be more secure with strncat (add \0)

20 years agouse more strn*() instead of str*()
thib [Sun, 11 Jul 2004 18:05:23 +0000 (18:05 +0000)]
use more strn*() instead of str*()
fixed a bug : when reading child pid, having to call read() several times  normal, so we use a while()

20 years ago*** empty log message ***
thib [Thu, 29 Apr 2004 20:51:25 +0000 (20:51 +0000)]
*** empty log message ***

20 years agoreinstall the sig handlers in check_signal() instead of in the handlers themselves...
thib [Thu, 29 Apr 2004 20:50:47 +0000 (20:50 +0000)]
reinstall the sig handlers in check_signal() instead of in the handlers themselves, as it is not supported on HP-UX

20 years agomoved bootinstall after debug, as the former depends on the latter
thib [Thu, 29 Apr 2004 20:50:24 +0000 (20:50 +0000)]
moved bootinstall after debug, as the former depends on the latter

20 years agoupdated for new web site
thib [Thu, 29 Apr 2004 19:38:27 +0000 (19:38 +0000)]
updated for new web site

20 years ago*** empty log message ***
thib [Thu, 29 Apr 2004 19:38:19 +0000 (19:38 +0000)]
*** empty log message ***

20 years agoadded an entry about the compatibility between fcron and Vixie cron
thib [Thu, 29 Apr 2004 19:37:23 +0000 (19:37 +0000)]
added an entry about the compatibility between fcron and Vixie cron

20 years agoadded free_conf()
thib [Thu, 29 Apr 2004 19:36:38 +0000 (19:36 +0000)]
added free_conf()

20 years agoadded free_conf() to free the memory corresponding to the fcron.conf file
thib [Thu, 29 Apr 2004 19:34:45 +0000 (19:34 +0000)]
added free_conf() to free the memory corresponding to the fcron.conf file

20 years agoFixed a bug which happened on Daylight Time Save change
thib [Thu, 29 Apr 2004 19:29:50 +0000 (19:29 +0000)]
Fixed a bug which happened on Daylight Time Save change
       on some systems. It would make fcron run into a nasty infinite loop.
       Added a sanity check in set_nextexe() to avoid such things.

20 years agoported to HP-UX
thib [Thu, 29 Apr 2004 19:29:36 +0000 (19:29 +0000)]
ported to HP-UX

20 years agodeclare var tv only when necessary (ie. when we HAVE_GETTIMEOFDAY)
thib [Thu, 29 Apr 2004 19:28:38 +0000 (19:28 +0000)]
declare var tv only when necessary (ie. when we HAVE_GETTIMEOFDAY)

20 years agofixed a log message : completed instead of terminated when a job ends up with no...
thib [Thu, 29 Apr 2004 19:24:59 +0000 (19:24 +0000)]
fixed a log message : completed instead of terminated when a job ends up with no error

20 years agouser can now set mailto to a fully qualified address
thib [Thu, 29 Jan 2004 10:37:30 +0000 (10:37 +0000)]
user can now set mailto to a fully qualified address

20 years ago*** empty log message ***
thib [Thu, 29 Jan 2004 10:36:35 +0000 (10:36 +0000)]
*** empty log message ***

20 years agosmall change in an explanation message
thib [Thu, 29 Jan 2004 10:36:00 +0000 (10:36 +0000)]
small change in an explanation message

20 years agoInitial revision
thib [Thu, 29 Jan 2004 10:30:40 +0000 (10:30 +0000)]
Initial revision

20 years agouse new selinux
thib [Thu, 29 Jan 2004 10:28:51 +0000 (10:28 +0000)]
use new selinux

20 years agouse new selinux
thib [Thu, 29 Jan 2004 10:26:49 +0000 (10:26 +0000)]
use new selinux
allow use of fully qualified email adr in mailto

20 years agobug fix : version was set to a zero-length string ver2_9_4
thib [Mon, 29 Dec 2003 21:05:04 +0000 (21:05 +0000)]
bug fix : version was set to a zero-length string

20 years agoupdated copyright date (2003->2004)
thib [Mon, 29 Dec 2003 20:12:39 +0000 (20:12 +0000)]
updated copyright date (2003->2004)

20 years ago*** empty log message ***
thib [Mon, 29 Dec 2003 20:07:29 +0000 (20:07 +0000)]
*** empty log message ***

20 years agobug fix : do not ignore the last line if it is not terminated by a \n
thib [Mon, 29 Dec 2003 20:00:40 +0000 (20:00 +0000)]
bug fix : do not ignore the last line if it is not terminated by a \n

20 years agodon't use "chown user:grp file" anymore, as some systems use ":" as separator while...
thib [Mon, 29 Dec 2003 18:26:07 +0000 (18:26 +0000)]
don't use "chown user:grp file" anymore, as some systems use ":" as separator while others use ".".

20 years agobug fix : use HAVE_*_FTNCTL after their definition ;)
thib [Mon, 29 Dec 2003 17:06:16 +0000 (17:06 +0000)]
bug fix : use HAVE_*_FTNCTL after their definition ;)

20 years agodo not use PAM and SELinux when compiling in non-privileged mode
thib [Mon, 29 Dec 2003 16:11:01 +0000 (16:11 +0000)]
do not use PAM and SELinux when compiling in non-privileged mode

20 years agofixes about $srcdir to be able to compile from another dir
thib [Mon, 29 Dec 2003 15:41:18 +0000 (15:41 +0000)]
fixes about $srcdir to be able to compile from another dir

20 years agoadded a test (fix a pb if /etc/pam.conf does not exist)
thib [Mon, 29 Dec 2003 15:40:52 +0000 (15:40 +0000)]
added a test (fix a pb if /etc/pam.conf does not exist)

20 years agobuf fix about a srcdir
thib [Mon, 29 Dec 2003 15:39:37 +0000 (15:39 +0000)]
buf fix about a srcdir

20 years agofixed an help message (with-run-non-privileged instead of --run-non-privileged)
thib [Mon, 29 Dec 2003 15:37:41 +0000 (15:37 +0000)]
fixed an help message (with-run-non-privileged instead of --run-non-privileged)

20 years agobug fixed : include fcntl.h before testing if O_SYNC is defined
thib [Mon, 29 Dec 2003 14:31:28 +0000 (14:31 +0000)]
bug fixed : include fcntl.h before testing if O_SYNC is defined

20 years agoremoved an unneeded cast in a call of memcpy() (produced a warning)
thib [Mon, 29 Dec 2003 14:11:31 +0000 (14:11 +0000)]
removed an unneeded cast in a call of memcpy() (produced a warning)

20 years ago*** empty log message ***
thib [Mon, 29 Dec 2003 14:00:52 +0000 (14:00 +0000)]
*** empty log message ***

20 years agoadded a sum-up at the end of the configure script
thib [Mon, 29 Dec 2003 14:00:40 +0000 (14:00 +0000)]
added a sum-up at the end of the configure script

20 years agouse /etc/init.d/ rather than /etc/rc.d/init.d if both exist (this is now the default...
thib [Fri, 26 Dec 2003 00:11:23 +0000 (00:11 +0000)]
use /etc/init.d/ rather than /etc/rc.d/init.d if both exist (this is now the default for linux)

20 years agodo not include the CVS dirs in the tarball
thib [Fri, 26 Dec 2003 00:10:57 +0000 (00:10 +0000)]
do not include the CVS dirs in the tarball

20 years agoupdate
thib [Thu, 25 Dec 2003 22:58:07 +0000 (22:58 +0000)]
update

20 years agofixed test for debian's system
thib [Thu, 25 Dec 2003 22:52:10 +0000 (22:52 +0000)]
fixed test for debian's system

20 years agoSunOS compatibility : added a test to define O_SYNC if necessary
thib [Thu, 25 Dec 2003 22:50:37 +0000 (22:50 +0000)]
SunOS compatibility : added a test to define O_SYNC if necessary
SunOS compatibility : added a test for pam/pam_appl.h

20 years ago*** empty log message ***
thib [Thu, 25 Dec 2003 22:50:22 +0000 (22:50 +0000)]
*** empty log message ***

20 years agouse make's option -C (instead of ugly "cd dir && make thing")
thib [Thu, 25 Dec 2003 22:49:50 +0000 (22:49 +0000)]
use make's option -C (instead of ugly "cd dir && make thing")

20 years agofixed a bug about option first (wasn't working any more)
thib [Thu, 25 Dec 2003 22:43:25 +0000 (22:43 +0000)]
fixed a bug about option first (wasn't working any more)

20 years agoadded a test for pam/pam_appl.h (needed for SunOS)
thib [Thu, 25 Dec 2003 22:42:57 +0000 (22:42 +0000)]
added a test for pam/pam_appl.h (needed for SunOS)

20 years agoadded some (int) to be able to compile on SunOS
thib [Thu, 25 Dec 2003 22:41:56 +0000 (22:41 +0000)]
added some (int) to be able to compile on SunOS

20 years agofixed "makewhatis bug" : do not block signal SIGPIPE when running a job !
thib [Thu, 25 Dec 2003 22:39:55 +0000 (22:39 +0000)]
fixed "makewhatis bug" : do not block signal SIGPIPE when running a job !
perf : use a buffer to read the output of jobs

20 years ago*** empty log message ***
thib [Thu, 25 Dec 2003 22:39:27 +0000 (22:39 +0000)]
*** empty log message ***

21 years agobug fix : always include getloadavg.h
thib [Fri, 12 Sep 2003 21:35:26 +0000 (21:35 +0000)]
bug fix : always include getloadavg.h

21 years agoadded some $SRCDIR
thib [Fri, 12 Sep 2003 21:35:14 +0000 (21:35 +0000)]
added some $SRCDIR

21 years ago*** empty log message ***
thib [Fri, 12 Sep 2003 21:34:55 +0000 (21:34 +0000)]
*** empty log message ***

21 years agochanged indentation
thib [Fri, 12 Sep 2003 20:56:05 +0000 (20:56 +0000)]
changed indentation

21 years ago*** empty log message ***
thib [Fri, 12 Sep 2003 20:55:59 +0000 (20:55 +0000)]
*** empty log message ***

21 years agofixed typo in a commentary
thib [Fri, 12 Sep 2003 20:55:44 +0000 (20:55 +0000)]
fixed typo in a commentary

21 years agoadded convert-fcrontab.h
thib [Fri, 12 Sep 2003 20:55:27 +0000 (20:55 +0000)]
added convert-fcrontab.h

21 years agoadded some $srcdir to run configure from another directory
thib [Fri, 12 Sep 2003 20:54:24 +0000 (20:54 +0000)]
added some $srcdir to run configure from another directory

21 years agobug fix : always include getloadavg.h
thib [Fri, 12 Sep 2003 20:53:34 +0000 (20:53 +0000)]
bug fix : always include getloadavg.h

21 years agoInitial revision
thib [Fri, 12 Sep 2003 20:53:24 +0000 (20:53 +0000)]
Initial revision

21 years agoadded fcronsighup.h
thib [Fri, 12 Sep 2003 20:49:12 +0000 (20:49 +0000)]
added fcronsighup.h

21 years agoInitial revision
thib [Mon, 14 Jul 2003 12:45:20 +0000 (12:45 +0000)]
Initial revision

21 years agoRCS bug fixed : also ci manpage-foot.sgml
thib [Mon, 14 Jul 2003 12:44:06 +0000 (12:44 +0000)]
RCS bug fixed : also ci manpage-foot.sgml

21 years agoRCS : create a symbolic name verX_X_X to the current version (for instance, ver2_9_4...
thib [Mon, 14 Jul 2003 12:11:00 +0000 (12:11 +0000)]
RCS : create a symbolic name verX_X_X to the current version (for instance, ver2_9_4 for fcron version 2.9.4)

21 years ago*** empty log message ***
thib [Mon, 14 Jul 2003 12:10:48 +0000 (12:10 +0000)]
*** empty log message ***

21 years agoRCS : create a symbolic name to the current version (for instance, create a symbolic...
thib [Mon, 14 Jul 2003 12:05:32 +0000 (12:05 +0000)]
RCS : create a symbolic name to the current version (for instance, create a symbolic name of ver2_9_4 if the current version is 2.9.4)

21 years agoupdated support for emacs's psgml
thib [Mon, 14 Jul 2003 10:58:43 +0000 (10:58 +0000)]
updated support for emacs's psgml
updated support for emacs's psgml
>> alphabetized options
>> tried to make things clearer
>> grammar mistake fixed
>>

21 years ago*** empty log message ***
thib [Mon, 14 Jul 2003 10:58:19 +0000 (10:58 +0000)]
*** empty log message ***

21 years agoInitial revision
thib [Mon, 14 Jul 2003 10:57:10 +0000 (10:57 +0000)]
Initial revision

21 years agoupdated support for emacs's psgml
thib [Mon, 14 Jul 2003 10:56:53 +0000 (10:56 +0000)]
updated support for emacs's psgml
updated

21 years agoupdated support for emacs's psgml
thib [Mon, 14 Jul 2003 10:55:42 +0000 (10:55 +0000)]
updated support for emacs's psgml
alphabetized options
tried to make things clearer
grammar mistake fixed

21 years agoupdated support for emacs's psgml
thib [Mon, 14 Jul 2003 10:54:54 +0000 (10:54 +0000)]
updated support for emacs's psgml

21 years agomerged SE Linux support
thib [Mon, 14 Jul 2003 10:53:34 +0000 (10:53 +0000)]
merged SE Linux support
small bug fix in an error message