2011-06-24  Marcela Mašláňová <mmaslano@redhat.com>

	* 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á <mmaslano@redhat.com>

2011-06-21  Tomas Mraz <tmraz@fedoraproject.org>

	* src/cron.c, src/database.c, src/funcs.h, src/structs.h: Check
	orphaned crontabs for adoption.

2011-06-21  Tomas Mraz <tmraz@fedoraproject.org>

	* src/do_command.c: Unify logging in case of SyslogOutput with the
	rest of crond.

2011-05-26  Marcela Mašláňová <mmaslano@redhat.com>

	* man/cron.8, man/crontab.1: Change of email adress of cluster
	support author.

2011-05-16  Kiyoshi OHGISHI <ohgishi@gaia.eonet.ne.jp>

	* 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á <mmaslano@redhat.com>

2011-04-28  Marcela Mašláňová <mmaslano@redhat.com>

	* 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á <mmaslano@redhat.com>

	* configure.ac: Clean configure.

2011-03-15  Marcela Mašláňová <mmaslano@redhat.com>

	* ChangeLog, configure.ac: New release 1.4.7.

2011-03-15  Marcela Mašláňová <mmaslano@redhat.com>

	* configure.ac: Split relro and pie into two options.

2011-03-11  Tomas Mraz <tmraz@fedoraproject.org>

	* anacron/matchrx.c: Add missing va_end() call.

2011-03-11  Tomas Mraz <tmraz@fedoraproject.org>

	* src/cron.c: Remove unused variable.

2011-03-11  Tomas Mraz <tmraz@fedoraproject.org>

	* src/env.c: Fix incorrect pointer in sizeof.

2011-03-11  Tomas Mraz <tmraz@fedoraproject.org>

	* src/crontab.c: Fixed leaking of env and members of entry in
	replace_cmd().

2011-03-11  Tomas Mraz <tmraz@fedoraproject.org>

	* src/database.c, src/user.c: Fix memory leaks in load_user.

2011-03-11  Tomas Mraz <tmraz@fedoraproject.org>

	* src/entry.c: The last bit to set is always LAST_ - FIRST_.

2011-03-11  Tomas Mraz <tmraz@fedoraproject.org>

	* anacron/matchrx.c: Check malloc return for NULL.

2011-03-11  Tomas Mraz <tmraz@fedoraproject.org>

	* src/misc.c: Do not try to compile dead code.

2011-03-11  Tomas Mraz <tmraz@fedoraproject.org>

	* 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 <tmraz@fedoraproject.org>

	* src/misc.c: Add missing check for stat() return value.

2011-03-09  Tomas Mraz <tmraz@fedoraproject.org>

	* 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 <tmraz@fedoraproject.org>

	* src/cron.c: Fix the non-default timezone support. Do not run jobs
	multiple times on DST change.

2011-03-07  Tomas Mraz <tmraz@fedoraproject.org>

	* src/do_command.c, src/security.c: Set mailfrom to the user
	account, better PAM logging.

2011-03-07  Tomas Mraz <tmraz@fedoraproject.org>

	* 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 <tmraz@fedoraproject.org>

	* src/do_command.c: Whitespace cleanups.

2011-03-02  Tomas Mraz <tmraz@fedoraproject.org>

	* 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á <mmaslano@redhat.com>

	* src/do_command.c: Comment not freeing mailfrom - found during code
	review.

2011-02-21  Marcela Mašláňová <mmaslano@redhat.com>

	* src/security.c: Free security contexts.

2011-02-18  Marcela Mašláňová <mmaslano@redhat.com>

	* src/crontab.c: mkstemp needs only 6 X's

2011-02-21  Marcela Mašláňová <mmaslano@redhat.com>

	* anacron/runjob.c: fdin could be tested before initialization.

2011-02-17  Marcela Mašláňová <mmaslano@redhat.com>

	* 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 <tmraz@fedoraproject.org>

	* src/security.c: Add translation for remaining hardcoded contexts
	and av bits.

2010-12-16  Tomas Mraz <tmraz@fedoraproject.org>

	* 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 <tmraz@fedoraproject.org>

	* 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 <tmraz@fedoraproject.org>

	* src/cron.c: Missing exit if cron_init_security() fails.

2010-12-15  Tomas Mraz <tmraz@fedoraproject.org>

	* 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 <tmraz@fedoraproject.org>

	* src/security.c: Clean up unnecessary assignment.

2010-12-15  Dan Walsh <dwalsh@redhat.com>

	* src/security.c: This patch causes cronie to ask kernel for
	constant definition rather then using hard coded Also add info to syslog message to help diagnose problems.  Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>

2010-12-10  Tomas Mraz <tmraz@fedoraproject.org>

	* anacron/global.h, anacron/lock.c, anacron/main.c: Do not lock jobs
	that fall out of allowed range - rhbz#661966

2010-10-26  Marcela Mašláňová <mmaslano@redhat.com>

	* man/crontab.1: Man - another typo

2010-10-26  Marcela Mašláňová <mmaslano@redhat.com>

	* man/cron.8, man/crontab.1: Re-add missing option into man and fix
	some typos.  Thanks to Colin Dean.

2010-10-22  Marcela Mašláňová <mmaslano@redhat.com>

	* ChangeLog, configure.ac: New release 1.4.6

2010-10-21  Martin Prpič <mprpic@redhat.com>

	* man/anacron.8, man/anacrontab.5, man/cron.8, man/crontab.1,
	man/crontab.5: Rewrite of man pages & correction.  Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>

2010-10-21  Marcela Mašláňová <mmaslano@redhat.com>

	* man/bitstring.3: Remove useless man page.  Thanks to Colin Dean.

2010-10-21  Marcela Mašláňová <mmaslano@redhat.com>

	* src/cron.c: Apply previous patch correctly.

2010-10-20  Colin Dean <c.c.dean@durham.ac.uk>

	* src/cron.c: Check clustering before un/watch function Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>

2010-10-13  Marcela Mašláňová <mmaslano@redhat.com>

	* : commit 2d3a872e9c66d9550a5b3cc97fa78ff9d7708cce Author: Marcela
	Mašláňová <mmaslano@redhat.com> Date:   Fri Oct 8 12:17:15 2010
	+0200

2010-10-07  Marcela Mašláňová <mmaslano@redhat.com>

	* man/cron.8: man page typo: change to correct option

2010-10-06  Marcela Mašláňová <mmaslano@redhat.com>

	* src/database.c: Remove cluster support from inotify_database check_inotify_database is called only when inotify is on, which is
	not with cluster support.

2010-10-06  Colin Dean <c.c.dean@durham.ac.uk>

	* man/crontab.1, src/crontab.c: The crontab command uses "-c" and
	"-n" instead of "-h".  Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>

2010-10-04  Marcela Mašláňová <mmaslano@redhat.com>

	* src/crontab.c: Correct ifdef HAVE_FCHOWN Based on https://fedorahosted.org/cronie/ticket/7 Thanks to
	crrodriguez

2010-10-04  Marcela Mašláňová <mmaslano@redhat.com>

	* .gitignore, src/database.c: is_local set to zero

2010-10-04  Colin Dean <c.c.dean@durham.ac.uk>

	* man/cron.8, man/crontab.1, src/Makefile.am, src/cron.c,
	src/crontab.c, src/database.c, src/globals.h: cronie on cluster On issue we have is that although we've made our services very
	resilient, by employing HA failover, load balancing and round robin
	DNS, the one service that's difficult to do anything with is cron,
	because it has traditionally been tied to a single machine.  For instance, we have a cluster of 4 Fedora servers which our end
	users use as timeshare systems, using round robin DNS, and if one of
	the servers is down it doesn't really matter too much. We don't even
	backup the servers, relying on NFS home directories and rebuilding
	from scratch using kickstart + cfengine if a server fails and can't
	be restarted.  However, the users have scattered crontab files around the 4
	servers, so that if the particular server a cron job is meant to run
	on dies, the job doesn't run any more, and the crontab file may be
	permanently lost.  What we needed was a facility to allow crontabs in /var/spool/cron
	on these 4 servers be NFS mounted from a single directory on our
	NetApp filers (so giving us backups and snapshots), with any user
	able to run "crontab -e" from any of the servers to manage a single
	shared crontab, and for us in the IT Service to be able to set just
	one of the 4 servers to run user crontab jobs at any time. However,
	we needed to keep /etc/crontab and the files in /etc/cron.d/
	specific to each individual server still, and keep crond running on
	all 4 servers.  Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>

2010-08-30  Marcela Mašláňová <mmaslano@redhat.com>

	* anacron/runjob.c: Typo in log message Based on Tom London report
	https://bugzilla.redhat.com/show_bug.cgi?id=626947

2010-08-23  Marcela Mašláňová <mmaslano@redhat.com>

	* anacron/main.c: Close leaking file descriptor anacron was leaking fd, which caused denial of jobs by selinux.

2010-08-02  Marcela Mašláňová <mmaslano@redhat.com>

	* ChangeLog, configure.ac: New minor release 1.4.5.

2010-08-02  Marcela Mašláňová <mmaslano@redhat.com>

	* cronie.init: OK value printed twice Fix based on 615107. There were too many OK's messages.

2010-07-21  Marcela Mašláňová <mmaslano@redhat.com>

	* src/cron.c: Help and usage fix Option -h was added. Also details about options were added into
	usage.

2010-07-21  Marcela Mašláňová <mmaslano@redhat.com>

	* man/cron.8: man crond -i Document missing option.

2010-07-12  Marcela Mašláňová <mmaslano@redhat.com>

	* man/cron.8, src/cron.c: Syslog output will be used instead of mail If sendmail isn't installed, syslog is used. This patch should also
	solve problem with RPM requirements of sendmail (and which mail
	should be installed by default).  Based on: https://bugzilla.redhat.com/show_bug.cgi?id=472710#c42

2010-04-14  Marcela Mašláňová <mmaslano@redhat.com>

	* src/entry.c: Remove the whole unused part.

2010-04-14  Marcela Mašláňová <mmaslano@redhat.com>

	* src/entry.c: Remove 'dont log' part which probably never worked.

2010-04-14  Marcela Mašláňová <mmaslano@redhat.com>

	* src/do_command.c, src/entry.c: Beautify error outputs.

2010-04-14  Michal Seben <mseben@suse.cz>

	* man/crontab.5, src/entry.c: Option "-" don't log jobs as root If the uid of the owner is 0 (root), he can put a "-" as first
	character of a crontab entry. This will prevent cron from writing a
	syslog message about this command getting executed.  Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>

2010-04-14  Michal Seben <mseben@suse.cz>

	* src/security.c: Correctly reported PAM errors cron_conv could be helpfull for debug purposes, when something bad
	happens with pam e.g. : expired user password - without cron_conv
	cronie doesn't report usefull info in syslog messages  (it just
	write no conversation function error to messages file),if you want
	to do quick test of pam conversation function, you  could set
	PASS_MAX_DAYS and PASS_WARN_AGE in etc/login.defs , add new user and
	for this user create cron rule (crontab -e) Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>

2010-03-25  Andrew Man-Hon Lau <amlau@alum.mit.edu>

	* contrib/0anacron: 0anacron should check only readability.  Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>

2010-03-23  Marcela Mašláňová <mmaslano@redhat.com>

	* src/security.c: Revert previous change. The code which control the
	input entry should be sufficient. Only "/" are removed from scripts.

2010-03-22  Marcela Mašláňová <mmaslano@redhat.com>

	* contrib/0hourly, contrib/dailyjobs, src/security.c: In system
	tables was hardcoded home directory to "/". This was changed to
	switching to "/" only when home for user isn't defined.  Based on rhbz#575419

2010-02-23  Marcela Mašláňová <mmaslano@redhat.com>

	* man/crontab.5: Definition of system crontables.

2010-02-18  Marcela Mašláňová <mmaslano@redhat.com>

	* ChangeLog, configure.ac: New release

2010-02-17  Marcela Mašláňová <mmaslano@redhat.com>

	* src/cron                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               