Edit: /usr/share/doc/cronie/ChangeLog (87120B)
2018-05-03 Tomas Mraz
* crontab: do not try to replace the crontab with a directory
2018-01-24 Tomas Mraz
* Support the MAILFROM also in anacron.
2017-11-28 Tomas Mraz
* Document that in range the first number must be less than second.
2017-10-28 sgerwk
* round time on the minute
2017-10-28 sgerwk
* print all jobs executed in interval
2017-10-28 sgerwk
* new options -l and -q
2017-10-28 sgerwk
* output in yaml format
2017-10-28 sgerwk
* print the job(s) that is going to be executed next
2017-10-28 sgerwk
* allow checking a time interval
2017-10-28 sgerwk
* print format for flags
2017-11-02 Marco Migliori
* cronnext can read additional crontabs from files
2017-09-14 Tomas Mraz
* Use proper variable types.
2017-09-14 Tomas Mraz
* Add myself as author.
2017-09-14 Tomas Mraz
* Log startup even when started in non-forking mode.
2017-07-14 Mark Montague
* Fix SELinux denial when running under Docker
2017-07-01 Sami Kerola
* build-sys: use silent build rule
2017-06-11 Sami Kerola
* cronnext: improve manual page
2017-06-11 Sami Kerola
* all: add version printing option -V
2017-06-11 Sami Kerola
* cronnext: use same style in usage() with other commands
2017-06-10 Sami Kerola
* various files: fix indentation
2017-06-10 Sami Kerola
* crond: never define unused cron_start_pam()
2017-05-01 SjonHortensius
* Add Arch Linux to list of distributions
2017-04-28 Tomas Mraz
* Fix misleading indentation.
2017-04-28 Tomas Mraz
* Make cronnext build and work with additional features enabled.
2017-04-18 Tomas Mraz
* Add MIME-Version header also to mails generated by anacron.
2017-04-18 Tomas Mraz
* Add MIME-Version header to generated mails.
2017-03-29 Tomas Mraz
* The output might not be mailed, make the message more precise.
2017-03-29 Tomas Mraz
* Allow empty environment values in crontab.
2017-03-29 Tomáš Mráz
* Point releases to the GitHub cronie releases page
2017-03-29 Kristýna Streitová
* crontab.5: Add a mention about disabling logging
2017-03-29 Kristýna Streitová
* Avoid creating pid files when crond doesn't fork
2017-01-20 Tomas Mraz
* readme.md: remove CRs
2017-01-20 Tomas Mraz
* Add readme.md for github
2016-09-08 Tomas Mraz
* Make it clear that one of the reasons for getpwnam() failure is unknown user.
2016-09-05 Tomas Mraz
* On some machines the power supply is named ADP0.
2016-08-23 Tomas Mraz
* Query power supply status directly from kernel.
2016-06-27 Tomas Mraz
* cronnext: Fix warnings
2016-06-27 Tomas Mraz
* cronnext: Print usage and error on stderr.
2016-06-27 Marco Migliori
* Added useful utility cronnext to find out time of the next job run.
2016-06-23 Tomas Mraz
* anacron: Check return value of fchdir.
2016-06-23 Tomas Mraz
* Release new version 1.5.1
2016-06-23 Tomas Mraz
* Remove unneeded obsolete SELinux include.
2016-06-23 Tomas Mraz
* Remove unneeded obsolete SELinux includes.
2016-06-23 Tomas Mraz
* Rename timeval time to tv so time function can be used.
2016-06-23 Tomas Mraz
* Fix longstanding race condition on crontab modification.
If crontab is modified twice at the same second the crond reads it
which means the timestamp will not change, the latest content will
never be read.
2016-06-10 Tomas Mraz
* Fix misleading comment in pam configuration file.
2016-05-13 Tomas Mraz
* anacron: use mkstemp() instead of tempnam()
Although the use of tempnam() seemed to be safeguarded
better to not use it at all.
2016-05-13 Tomas Mraz
* anacron: Drop potentially unsafe umask setting.
2016-05-13 Tomas Mraz
* anacron: Do not try to mail to empty address.
2016-04-25 Tomas Mraz
* Clarify the crontab(1) documentation.
2016-04-23 Gary Tierney
* Remove hardcoded "system_u" SELinux user
This gets rid of the hardcoded reference to the ref-policy system_u user
and instead relies on the user that cronie is currently running as.
2016-04-25 Tomas Mraz
* Clarify return value.
2016-03-15 Tomas Mraz
* Correct instructions for disabling Anacron.
2015-11-07 Ville Skyttä
* Man page syntax fixes
2015-11-05 Robert Byrnes
* Inherit PATH from the crond environment if -P option is used.
2015-07-13 Tomas Mraz
* In crontab command use a temporary filename that is ignored by crond.
2015-05-28 Tomas Mraz
* Add *.patch and *.orig to .gitignore
2015-05-28 Tomas Mraz
* Add compile to .gitignore.
2015-05-28 Tomas Mraz
* Release new version 1.5.0
properly create dist tarball even with anacron and PAM disabled
2015-05-28 Tomas Mraz
* Pass the job environment also when executing the sendmail.
2015-01-31 Felix Janda
* database.c: Use POSIX NAME_MAX instead of BSD MAXNAMLEN
2015-04-21 Tomas Mraz
* Prevent adding duplicate orphans on reload.
2015-02-05 Tomas Mraz
* Do not overwrite the last zero-byte.
2015-02-03 Tomas Mraz
* Log the crond shutdown.
2015-01-28 Tomas Mraz
* No need to call strcmp on already matched variables.
2015-01-28 Tomas Mraz
* Use unbiased random number for RANDOM_DELAY.
2015-01-28 Tomas Mraz
* Call PAM only when it makes sense.
2015-01-28 Tomas Mraz
* Fix broken test for match_rx() failure.
2014-11-04 Tomas Mraz
* Properly check the existence of the user at the time the job is run.
2014-09-17 Marcela Mašláňová
* contrib/cronie.systemd: Services must be running before starting
crond, otherwise many jobs is not running properly for no obvious
reason. nss-user-lookup.target should help when people are authenticated
through nss/sssd. Based on: https://bugzilla.redhat.com/show_bug.cgi?id=1067236
2014-07-30 Marcela Mašláňová
* src/cron.c: More logging when getpwnam fails. Based on: rhbz#1123984 Signed-off-by: Marcela Mašláňová
2014-07-25 Marcela Mašláňová
* configure.ac, src/env.c: BSD doesn't define environ in unistd.h.
Also cronie didn't have option for enabling BSD specifics. Based on: naota@gentoo.org Signed-off-by: Marcela Mašláňová
2014-07-25 Marcela Mašláňová
* anacron/readtab.c: Add missing brackets into anacron readtab. Signed-off-by: Marcela Mašláňová
2014-07-25 Marcela Mašláňová
* src/misc.c: Include missing header for signal handlers. Signed-off-by: Marcela Mašláňová
2014-07-04 Marcela Mašláňová
* contrib/cronie.systemd: Missing reload definition in unit file was
added. Signed-off-by: Marcela Mašláňová
2014-04-30 Marcela Mašláňová
* : commit b2c8cbcef8c97b5a175d6e71995249b288707b0f Author: Tomas
Mraz Date: Tue Apr 29 14:08:25 2014
+0200
2014-03-31 Martin Poole
* src/misc.c: crond installs a signal hander for SIGINT & SIGTERM
which removes the pid file and exits. This handler is not reset for
individual forked sub-processes which results in the condition that
if the child receives SIGINT or SIGTERM the pid file is erroneously
removed. Signed-off-by: Marcela Mašláňová
2014-02-14 Marcela Mašláňová
* anacron/readtab.c: Anacron does not correctly check configuration
parameters for validity and can segfault on certain data types. The return code
from the match_rx calls in readtab.c are not being checked
correctly. Bugfix let to segfaults in downstreams on non intel
architectures. All options in anacrontab should be now working
correctly. Based on patch from: Martin Poole
2014-01-20 Marcela Mašláňová
* contrib/cronie.systemd: Remove syslog.target according to Fedora
and systemd guidelines. https://fedorahosted.org/fpc/ticket/177#comment:2 Thanks to: Ville Skyttä
2014-01-17 Ville Skyttä
* man/anacron.8: [PATCH] Fix anacron.8 UTF-8 encoding. Signed-off-by: Marcela Mašláňová
2013-12-18 Ville Skyta
* anacron/lock.c, anacron/readtab.c, man/crontab.5, src/cron.c,
src/database.c: Spelling fixes. Signed-off-by: Marcela Mašláňová
2013-12-18 Ville Skytta
* anacron/readtab.c, src/do_command.c: strncmp() size fixes. Signed-off-by: Marcela Mašláňová
2013-12-18 Martin Poole
* anacron/readtab.c: Anacron does not correctly check configuration
parameters for validity and can segfault on certain data types. The
return code from the match_rx calls in readtab.c are not being
checked correctly. Signed-off-by: Marcela Mašláňová
2013-09-26 Marcela Mašláňová
* man/cron.8: crond -n must change pam setting.
2013-09-12 Marcela Mašláňová
* cronie.init: Non-root user can't read configuration. Init file
will fail with proper error message. rhbz#1006869
2013-08-29 Marcela Mašláňová
* : commit 2ec335f9549e8134102ac37665171a40a5407512 Author: Saul
Wold Date: Mon Aug 26 11:18:27 2013 +0200
2013-08-16 Tomas Mraz
* src/security.c: Pull PAM environment variables also from session
modules. - also fix memory leak of environment returned by pam_getenvlist()
2013-08-13 Marcela Mašláňová
* contrib/cronie.systemd: KillMode in systemd unit file will enable
to finish jobs executed by cron. Even if cron dies, jobs should
continue. Based on: https://bugzilla.redhat.com/show_bug.cgi?id=919290
2013-08-09 Tomas Mraz
* src/misc.c: Fcntl locking has different semantics than flock.
Prefer flock.
2013-07-18 Marcela Mašláňová
* ChangeLog, configure.ac: Release 1.4.11
2013-06-11 Tomas Mraz
* src/user.c: Log failures in load_user().
2013-06-11 Tomas Mraz
* man/crontab.5, src/cron.c, src/entry.c, src/env.c, src/globals.h,
src/structs.h: Add support for RANDOM_DELAY of jobs.
2013-06-11 Tomas Mraz
* src/user.c: Fixed bug introduced by previous commit and simplified
error handling.
2013-06-07 Tomas Mraz
* src/env.c, src/funcs.h, src/user.c: Copy some variables from the
crond process environment. Also cleanup error handling in load_env().
2013-06-06 Tomas Mraz
* src/cron.c: setenv takes 3 arguments
2013-06-06 Tomas Mraz
* src/cron.c: Do not use putenv with string literal.
2013-04-25 Tomas Mraz
* src/do_command.c: Make From field in mails from crond RFC
compliant.
2012-12-30 Sami Kerola
* src/crontab.c: cron: clarify usage() print out The -n option needs argument, which was missing from the usage(). Signed-off-by: Sami Kerola
2012-12-29 Sami Kerola
* anacron/global.h, anacron/main.c, anacron/readtab.c: anacron: fix
shadow declarations Change global variables to have more specific name. This will make
warnings about shadowing to go away, and may result to a little more
readable code. log.c:74:35: warning: declaration of 'args' shadows a global
declaration [-Wshadow] global.h:97:15: warning: shadowed declaration
is here [-Wshadow] Reference:
http://web.archiveorange.com/archive/v/N6p0RpcfZsIBsaU8B2sE#72jDywyk8NZ3i9gSigned-off-by: Sami Kerola
2012-12-29 Sami Kerola
* src/crontab.c, src/entry.c, src/macros.h, src/security.c: smatch
scan: fix various warningss found using smatch entry.c:396 load_entry() info: redundant null check on e->pwd
calling free() entry.c:398 load_entry() info: redundant null check
on e->cmd calling free() /usr/include/bits/fcntl.h:48:10: warning: preprocessor token
O_NOFOLLOW redefined macros.h:136:9: this was the original
definition security.c:98:44: warning: non-ANSI function declaration of function
'cron_restore_default_security_context' crontab.c:439:29: warning:
non-ANSI function declaration of function 'tmp_path' Signed-off-by: Sami Kerola
2013-01-02 Marcela Mašláňová
* man/cron.8: Mention systemctl command in man page of crond. Based
on rhbz#891160.
2012-12-20 Sami Kerola
* contrib/0anacron: contrib: remove bashisms Signed-off-by: Sami Kerola
2012-12-20 Sami Kerola
* COPYING.anacron, anacron/global.h, anacron/gregor.c,
anacron/gregor.h, anacron/lock.c, anacron/log.c, anacron/main.c,
anacron/matchrx.c, anacron/matchrx.h, anacron/readtab.c,
anacron/runjob.c: docs: corrections to FSF license files, and postal
address The COPYING and file is replaced by files from GNU web site. http://www.gnu.org/licenses/gpl-2.0.txt Postal addresses to FSF in other files are updated to match with the
address in license files. References:
http://lists.gnu.org/archive/html/freefont-announce/2005-04/msg00001.htmlSigned-off-by: Sami Kerola
2012-12-02 Sami Kerola
* cronie.init: init script: remove bashisms References: https://sourceforge.net/projects/checkbaskisms/
Signed-off-by: Sami Kerola
2012-12-01 Sami Kerola
* anacron/log.c, anacron/main.c, anacron/readtab.c,
anacron/runjob.c: anacron: make function declarations to be ansi
compliant Signed-off-by: Sami Kerola
2012-12-01 Sami Kerola
* anacron/main.c, anacron/runjob.c: anacron: remove numeric exit and
file descriptor values Use symbolic values from standard header instead. Signed-off-by: Sami Kerola
2012-12-01 Sami Kerola
* anacron/main.c: anacron: clean up usage() output Inform in usage which options will need arguments, and add reference
to manual page. Signed-off-by: Sami Kerola
2012-12-01 Sami Kerola
* anacron/runjob.c: anacron: set end job message string to be
constant runjob.c:308:7: warning: assignment discards 'const' qualifier from
pointer target type [enabled by default] Signed-off-by: Sami Kerola
2012-12-01 Sami Kerola
* anacron/global.h, anacron/main.c: anacron: add function attributes Signed-off-by: Sami Kerola
2012-12-01 Sami Kerola
* Makefile.am, cronie_common.h, src/cron.c, src/crontab.c,
src/security.c: compile: add function attributes Some of the argument values are not in use, and few functions does
not return. Informing which will make few warning messages
disapper, and compiler to generate better binary. Signed-off-by: Sami Kerola
2012-12-01 Sami Kerola
* src/cron.c: compile: fix signed and unsigned warnings cron.c:100:16: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare] cron.c:108:16: warning:
comparison between signed and unsigned integer expressions
[-Wsign-compare] cron.c:125:16: warning: comparison between signed
and unsigned integer expressions [-Wsign-compare] Signed-off-by: Sami Kerola
2012-11-27 Sami Kerola
* src/cron.c: crond: make usage easier to read Signed-off-by: Sami Kerola
2012-11-27 Sami Kerola
* src/crontab.c: crontab: make usage easier to read Signed-off-by: Sami Kerola
2012-11-27 Marcela Mašláňová
* ChangeLog, configure.ac: New release 1.4.10.
2012-11-27 Marcela Mašláňová
* src/crontab.c, src/do_command.c, src/funcs.h: Condtionalize pam
functions.
2012-11-27 Tomas Mraz
* configure.ac: Drop duplicate -lselinux -laudit.
2012-11-27 Tomas Mraz
* src/funcs.h, src/security.c, src/structs.h: Fix missing includes
for selinux and other types.
2012-11-27 Marcela Mašláňová
* man/cron.8, src/cron.c: Fix some issues introduced in c58b1d9
Documentation improvements based on Michael Lass suggestions. * give -m an own line in manpage * don't explain -P twice * correct description of -P to what it actually does Signed-off-by: Marcela Mašláňová
2012-11-26 Tomas Mraz
* src/crontab.c: Fix const usage in crontab.
2012-11-22 Sami Kerola
* man/anacron.8: docs: anacron fix out dated information about open
file limits For quite a while open files limit has defaulted to 1024, but rather
than informing what might be the number user should inspect value
from own time. Signed-off-by: Sami Kerola
2012-11-22 Sami Kerola
* man/anacrontab.5: docs: fix reference to other manual There is no crontabs(4). For user it makes most sense to look
crontab(1). Signed-off-by: Sami Kerola
2012-11-22 Sami Kerola
* man/anacron.8, man/anacrontab.5, man/cron.8, man/crontab.1,
man/crontab.5: docs: fix various groff issues * Add spaces after dots (English spacing). * Remove use of inline emphasis where possible. * Use mail and url macros. * Wrap long and join short lines. * Remove end of line white spaces. Signed-off-by: Sami Kerola
2012-11-24 Sami Kerola
* configure.ac, src/pathnames.h: build-sys: make ./configure to
seach vi path Using "/usr/ucb/vi" as defaut fallback EDITOR is not going to work
on most of distributions where this package is installed. That said
it might work somewhere, so searching the vi editor at configure
time is the sensible thing to do, if user does not want to define
the default. Signed-off-by: Sami Kerola
2012-11-24 Sami Kerola
* src/cron.c, src/crontab.c, src/database.c, src/do_command.c,
src/entry.c, src/env.c, src/macros.h, src/security.c, src/user.c:
debuging: make Debug macro look like function This will make indent(1) program not to think it is a clause. Signed-off-by: Sami Kerola
2012-11-24 Sami Kerola
* src/do_command.c, src/user.c: declarations: fix shadow
declarations user.c:68:7: warning: declaration of 'save_errno' shadows a previous
local [-Wshadow] user.c:64:14: warning: shadowed declaration is here
[-Wshadow] do_command.c:559:9: warning: declaration of 'pid' shadows a previous
local [-Wshadow] do_command.c:91:8: warning: shadowed declaration is
here [-Wshadow] Signed-off-by: Sami Kerola
2012-11-24 Sami Kerola
* src/Makefile.am, src/cron.c, src/cron.h, src/crontab.c,
src/database.c, src/do_command.c, src/entry.c, src/env.c,
src/externs.h, src/funcs.h, src/globals.h, src/job.c, src/macros.h,
src/misc.c, src/popen.c, src/pw_dup.c, src/security.c,
src/structs.h, src/user.c: includes: make inclusions clean This change makes files to include what they need, instead of having
generic inclusion headers which will include everything to
everywhere. Also the local headers havee ifndef & define
protection, which makes them to be save to include in any file,
without one having to think in which order the inclusions happen at
compile time. Signed-off-by: Sami Kerola
2012-11-26 Tomas Mraz
* src/misc.c: Fix up also the const in comment.
2012-11-24 Sami Kerola
* src/crontab.c, src/database.c, src/env.c, src/funcs.h, src/misc.c:
variables: use const where ever possible Signed-off-by: Sami Kerola
2012-11-24 Sami Kerola
* src/crontab.c, src/security.c, src/user.c: build-sys: reduce
selinux and pam compiling scope when possible This will fix following warnings, and makes compiled program to
contain less unnecessary references. crontab.c:60:14: warning: 'selinux_context' defined but not used
[-Wunused-variable] security.c:188:12: warning:
'cron_open_pam_session' defined but not used [-Wunused-function]
security.c:250:12: warning: 'cron_authorize_context' defined but not
used [-Wunused-function] security.c:283:12: warning:
'cron_authorize_range' defined but not used [-Wunused-function] Signed-off-by: Sami Kerola
2012-11-24 Sami Kerola
* src/crontab.c: compliancy: do not mix declarations and code Signed-off-by: Sami Kerola
2012-11-24 Sami Kerola
* src/database.c, src/do_command.c: clean up: reduce variable
passing when they are not used Signed-off-by: Sami Kerola
2012-11-24 Sami Kerola
* src/database.c, src/pw_dup.c, src/security.c: assingments: remove
initialization if value is never used The next operation with these variables will overwrite the values
set at init. Signed-off-by: Sami Kerola
2012-11-24 Sami Kerola
* src/cron.c, src/entry.c, src/env.c, src/misc.c, src/popen.c:
compliancy: use memset() rather than bzero() Reference:
http://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xsh_chap03.htmlSigned-off-by: Sami Kerola
2012-11-24 Sami Kerola
* src/Makefile.am: build-sys: make clean needs to remove
cron-paths.h The file is generated at build time. This change is needed to make
distcheck work without an error. [...] ERROR: files left in build directory after distclean:
./src/cron-paths.h Signed-off-by: Sami Kerola
2012-11-24 Sami Kerola
* autogen.sh: build-sys: add autotools helper script The script will help building when source code is checked out from
git. Signed-off-by: Sami Kerola
2012-11-26 Tomas Mraz
* src/cron.c: Do not log that syslog will be used instead of
sendmail if explicitly requested.
2012-11-26 Tomas Mraz
* configure.ac, src/cron.c, src/database.c: Enable system crontab by
default and use AC_ARG_ENABLE instead of AC_ARG_WITH.
2012-11-22 Marcela Mašláňová
* ChangeLog, configure.ac: Minor release 1.4.9.
2012-11-13 Marcela Mašláňová
* man/cron.8, src/cron.c: Documentation improvements based on
Michael Lass suggestions.
2012-11-02 Marcela Mašláňová
* contrib/cronie.systemd: Add time-sync.target. If synchronization
is used, crond will start after sync by ntpd/chrony. rhbz#872516
2012-10-11 Tom Jones
* man/cron.8, src/cron.c, src/entry.c, src/globals.h: The sysadmin
may want to arrange for the PATH to be correct in the environment
from which cron is launched. This new option tells cron to not
overwrite this path for itself or for the child cron jobs. Signed-off-by: Marcela Mašláňová
2012-07-24 Marcela Mašláňová
* configure.ac: The enable-relro erased previously set LDFLAGS.
2012-07-02 Marcela Mašláňová
* man/crontab.5: Fix typo in man page. rhbz#836292 Thanks to: Dave Allan
2012-06-22 Marcela Mašláňová
* anacron/global.h, anacron/lock.c, anacron/main.c,
anacron/readtab.c: Preferred hour of start of the job. If the hour
is missed job will be skipped.
2012-06-21 Marcela Mašláňová
* anacron/readtab.c: Range of hours for daily jobs must have
lower-higher hour.
2012-06-21 Marcela Mašláňová
* src/crontab.c: Crontab has wrong permission. Based on rhbz#676081
2012-06-19 Marcela Mašláňová
* configure.ac, src/cron.c, src/database.c: syscrontab, the system
crontab, is not mandatory anymore. Cronie can be build without it. The patch was based on complaints of
distribution without /etc/crontab file. https://fedorahosted.org/cronie/ticket/10
2012-06-13 Marcela Mašláňová
* src/cron.c, src/do_command.c: Sendmail doesn't have to be
installed. The info message should make sense. https://fedorahosted.org/cronie/ticket/15
2012-06-06 Tim Landscheidt
* src/cron.c: Previously, crond exited in the signal handler for
SIGINT and SIGTERM. Thus, the Inotify close code in main() was
never reached. This commit introduces a got_sigintterm variable
that is set when SIGINT or SIGTERM are received and leads to a clean
exit of the main loop. * src/cron.c: Rename quit() to sigintterm_handler(). Add
got_sigintterm variable and set it on SIGINT and SIGTERM. Shorten
sleep and exit main loop on got_sigintterm. Signed-off-by: Marcela Mašláňová
2012-06-06 Tim Landscheidt
* src/entry.c: 9th bit is overwritten. Hour bit fields have 24 bits (0..23, 3 bytes). bit_nclear() however
in this case is called to clear bits 0..24! Thus, it overwrites the
first bit of the following struct member (dom). This is not
problematic for normal use as dom is set after hour as are all other
fields. The last field, dow, uses 8 bits so 9 are cleared. This could be the
MIN_STAR bit of flags, but as flags is an int, there is probably a
padding byte in between; at least I couldn't trigger it to be unset.
So this could probably only cause problems on 8-bit systems. https://fedorahosted.org/cronie/ticket/11 Signed-off-by: Marcela
Mašláňová
2012-06-06 Tim Landscheidt
* anacron/readtab.c, anacron/runjob.c: Remove unused variables. Signed-off-by: Marcela Mašláňová
2012-06-06 Tim Landscheidt
* anacron/runjob.c: Fix use of "const char *" in call to putenv(). Signed-off-by: Marcela Mašláňová
2012-04-12 Marcela Mašláňová
* src/do_command.c: The mail header for automatic reply will now
contain another field: "Precedence: bulk", which is not compulsory
according to RFC3834. Based on: Harald Reindl request in rhbz#811186
2012-04-12 Sven Vermeulen
* src/security.c: setkeycreatecon is not needed. Users should
inherited key context if it was already set for them. Signed-off-by: Marcela Mašláňová
2012-04-11 Marcela Mašláňová
* Makefile.am, contrib/cronie.systemd: systemd unit file was added
into contrib This unit file is used in Fedora. The systemd-user-sessions.service
guarantees everything, what is needed for log in of users, is
already running (ypbind, sssd, ldap, ...).
2012-04-11 T.M. Abraham
* man/crontab.5: adjust documentation title to reference "crontab"
instead of "anacrontab" Signed-off-by: Marcela Mašláňová
2011-12-07 Tomas Mraz
* contrib/0anacron, contrib/0hourly, contrib/dailyjobs, man/cron.8,
man/crontab.5: Adjust the documentation to better describe the
current situation with crontab and anacrontab.
2011-11-24 Marcela Mašláňová
* man/crontab.1: Add name of file, where can be set PAM
configuration.
2011-10-24 Petr Sabata
* cronie.init: Service restart needlessly reports failure. Signed-off-by: Marcela Mašláňová
2011-10-06 Marcela Mašláňová
* src/security.c: Raw context should be used. Especially when
mcstransd in older releases is running.
2011-09-20 Tomas Mraz
* src/cron.c, src/crontab.c: No need to have full path in the
ProgramName.
2011-06-29 Tomas Mraz
* : commit 01a692b123c885c883e7791f0a1833df5edfe327 Author: Tomas
Mraz Date: Wed Jun 29 12:42:27 2011
+0200
2011-06-29 Tomas Mraz
* src/cron.c: Revert "Cronie disables inotify support when the
/etc/crontab file does not exist at startup." This reverts commit acdf4ae8456888ed78201906ef528f4c28f54582 as it
introduces fd leaks.
2011-06-27 Marcela Mašláňová
* ChangeLog, configure.ac: Minor release 1.4.8
2011-06-24 Marcela Mašláňová
* src/do_command.c: Cron writes job output to syslog incorrectly.
When cron is invoked in a way to print job output to syslog, it does
print only the first character of the output. Author: Vitezslav
Cizek Signed-off-by: Marcela Mašláňová
2011-06-21 Tomas Mraz
* src/cron.c, src/database.c, src/funcs.h, src/structs.h: Check
orphaned crontabs for adoption.
2011-06-21 Tomas Mraz
* src/do_command.c: Unify logging in case of SyslogOutput with the
rest of crond.
2011-05-26 Marcela Mašláňová
* man/cron.8, man/crontab.1: Change of email adress of cluster
support author.
2011-05-16 Kiyoshi OHGISHI
* anacron/main.c: The charset of anacron's mail is always
ANSI_X3.4-1968. There are no setlocale is anacron's source. Signed-off-by: Marcela Mašláňová
2011-04-28 Marcela Mašláňová
* src/cron.c: Cronie disables inotify support when the /etc/crontab
file does not exist at startup. Existence of crontab and directories wasn't controlled before
creating inotify watches.
2011-03-15 Marcela Mašláňová
* configure.ac: Clean configure.
2011-03-15 Marcela Mašláňová
* ChangeLog, configure.ac: New release 1.4.7.
2011-03-15 Marcela Mašláňová
* configure.ac: Split relro and pie into two options.
2011-03-11 Tomas Mraz
* anacron/matchrx.c: Add missing va_end() call.
2011-03-11 Tomas Mraz
* src/cron.c: Remove unused variable.
2011-03-11 Tomas Mraz
* src/env.c: Fix incorrect pointer in sizeof.
2011-03-11 Tomas Mraz
* src/crontab.c: Fixed leaking of env and members of entry in
replace_cmd().
2011-03-11 Tomas Mraz
* src/database.c, src/user.c: Fix memory leaks in load_user.
2011-03-11 Tomas Mraz
* src/entry.c: The last bit to set is always LAST_ - FIRST_.
2011-03-11 Tomas Mraz
* anacron/matchrx.c: Check malloc return for NULL.
2011-03-11 Tomas Mraz
* src/misc.c: Do not try to compile dead code.
2011-03-11 Tomas Mraz
* src/cron.c, src/crontab.c, src/funcs.h, src/misc.c: Rename
set_cron_cwd() to check_spool_dir() as we do not do any chdir
anymore.
2011-03-11 Tomas Mraz
* src/misc.c: Add missing check for stat() return value.
2011-03-09 Tomas Mraz
* anacron/main.c: Safeguard for system time changes. Otherwise
anacron might wait with the job running for a too long time.
2011-03-08 Tomas Mraz
* src/cron.c: Fix the non-default timezone support. Do not run jobs
multiple times on DST change.
2011-03-07 Tomas Mraz
* src/do_command.c, src/security.c: Set mailfrom to the user
account, better PAM logging.
2011-03-07 Tomas Mraz
* src/do_command.c, src/funcs.h, src/popen.c, src/security.c: Set
only groups in the process handling PAM calls. Keep uids at 0 so the
process is not killable by the user.
2011-03-02 Tomas Mraz
* src/do_command.c: Whitespace cleanups.
2011-03-02 Tomas Mraz
* src/do_command.c, src/popen.c: Fix SIGPIPE handling in
do_command() and popen. Ensure that PAM session is always closed.
2011-02-21 Marcela Mašláňová
* src/do_command.c: Comment not freeing mailfrom - found during code
review.
2011-02-21 Marcela Mašláňová
* src/security.c: Free security contexts.
2011-02-18 Marcela Mašláňová
* src/crontab.c: mkstemp needs only 6 X's
2011-02-21 Marcela Mašláňová
* anacron/runjob.c: fdin could be tested before initialization.
2011-02-17 Marcela Mašláňová
* configure.ac: PIE and RELRO flags to be set We want all long running daemons to have PIE and RELRO flags set.
This is a missing security mechanism. Fixing this generally involves
adding -fPIE -DPIE to the CFLAGS, and -pie -Wl,-z,relro -Wl,-z,now
to the LDFLAGS. Expected results: PIE and partial RELRO at a
minimum.
2010-12-16 Tomas Mraz
* src/security.c: Add translation for remaining hardcoded contexts
and av bits.
2010-12-16 Tomas Mraz
* src/cron.c, src/funcs.h, src/security.c: Revert "Cache the
security class and bit values and translate the remaining hardcoded
values." Caching cannot be done as the values can change on SELinux
policy update. This reverts commit b15f72976965d2ae1a1273558bf45be7de077b79.
2010-12-16 Tomas Mraz
* src/cron.c: Revert "Missing exit if cron_init_security() fails."
Caching cannot be done as the values can change on SELinux policy
update. This reverts commit ac70de36ec6c403c28291689701bd2567c565107.
2010-12-16 Tomas Mraz
* src/cron.c: Missing exit if cron_init_security() fails.
2010-12-15 Tomas Mraz
* src/cron.c, src/funcs.h, src/security.c: Cache the security class
and bit values and translate the remaining hardcoded values.
2010-12-15 Tomas Mraz