]> granicus.if.org Git - cronie/shortlog
cronie
2011-06-21 Tomas MrazCheck orphaned crontabs for adoption.
2011-06-21 Tomas MrazUnify logging in case of SyslogOutput with the rest...
2011-05-26 Marcela MašláňováChange of email adress of cluster support author.
2011-05-16 Kiyoshi OHGISHIThe charset of anacron's mail is always ANSI_X3.4-1968...
2011-04-28 Marcela MašláňováCronie disables inotify support when the /etc/crontab...
2011-03-15 Marcela MašláňováClean configure. cronie1.4.7
2011-03-15 Marcela MašláňováNew release 1.4.7.
2011-03-15 Marcela MašláňováSplit relro and pie into two options.
2011-03-11 Tomas MrazAdd missing va_end() call.
2011-03-11 Tomas MrazRemove unused variable.
2011-03-11 Tomas MrazFix incorrect pointer in sizeof.
2011-03-11 Tomas MrazFixed leaking of env and members of entry in replace_cmd().
2011-03-11 Tomas MrazFix memory leaks in load_user.
2011-03-11 Tomas MrazThe last bit to set is always LAST_ - FIRST_.
2011-03-11 Tomas MrazCheck malloc return for NULL.
2011-03-11 Tomas MrazDo not try to compile dead code.
2011-03-11 Tomas MrazRename set_cron_cwd() to check_spool_dir() as we do...
2011-03-11 Tomas MrazAdd missing check for stat() return value.
2011-03-09 Tomas MrazSafeguard for system time changes. Otherwise anacron...
2011-03-08 Tomas MrazFix the non-default timezone support. Do not run jobs...
2011-03-07 Tomas MrazSet mailfrom to the user account, better PAM logging.
2011-03-07 Tomas MrazSet only groups in the process handling PAM calls....
2011-03-02 Tomas MrazWhitespace cleanups.
2011-03-02 Tomas MrazFix SIGPIPE handling in do_command() and popen.
2011-02-21 Marcela MašláňováComment not freeing mailfrom - found during code review.
2011-02-21 Marcela MašláňováFree security contexts.
2011-02-21 Marcela Mašláňovámkstemp needs only 6 X's
2011-02-21 Marcela Mašláňováfdin could be tested before initialization.
2011-02-21 Marcela MašláňováPIE and RELRO flags to be set
2010-12-16 Tomas MrazAdd translation for remaining hardcoded contexts and...
2010-12-16 Tomas MrazRevert "Cache the security class and bit values and...
2010-12-16 Tomas MrazRevert "Missing exit if cron_init_security() fails."
2010-12-16 Tomas MrazMissing exit if cron_init_security() fails.
2010-12-15 Tomas MrazCache the security class and bit values and translate...
2010-12-15 Tomas MrazClean up unnecessary assignment.
2010-12-15 Dan WalshThis patch causes cronie to ask kernel for constant...
2010-12-10 Tomas MrazDo not lock jobs that fall out of allowed range - rhbz...
2010-10-26 Marcela MašláňováMan - another typo
2010-10-26 Marcela MašláňováRe-add missing option into man and fix some typos.
2010-10-22 Marcela MašláňováNew release 1.4.6 cronie1.4.6
2010-10-21 Martin PrpičRewrite of man pages & correction.
2010-10-21 Marcela MašláňováRemove useless man page.
2010-10-21 Marcela MašláňováApply previous patch correctly.
2010-10-20 Colin DeanCheck clustering before un/watch function
2010-10-13 Marcela MašláňováMerge branch 'cluster'
2010-10-08 Marcela MašláňováCheck clustering before un/watch function
2010-10-07 Marcela Mašláňováman page typo: change to correct option
2010-10-06 Marcela MašláňováRemove cluster support from inotify_database
2010-10-06 Colin DeanThe crontab command uses "-c" and "-n" instead of ...
2010-10-04 Marcela MašláňováCorrect ifdef HAVE_FCHOWN
2010-10-04 Marcela Mašláňováis_local set to zero
2010-10-04 Colin Deancronie on cluster
2010-08-30 Marcela MašláňováTypo in log message
2010-08-23 Marcela MašláňováClose leaking file descriptor
2010-08-02 Marcela MašláňováNew minor release 1.4.5. cronie1.4.5
2010-08-02 Marcela MašláňováOK value printed twice
2010-07-21 Marcela MašláňováHelp and usage fix
2010-07-21 Marcela Mašláňováman crond -i
2010-07-12 Marcela MašláňováSyslog output will be used instead of mail
2010-04-14 Marcela MašláňováRemove the whole unused part.
2010-04-14 Marcela MašláňováRemove 'dont log' part which probably never worked.
2010-04-14 Marcela MašláňováBeautify error outputs.
2010-04-14 Michal SebenOption "-" don't log jobs as root
2010-04-14 Michal SebenCorrectly reported PAM errors
2010-03-25 Andrew Man... 0anacron should check only readability.
2010-03-23 Marcela MašláňováRevert previous change. The code which control the...
2010-03-22 Marcela MašláňováIn system tables was hardcoded home directory to "...
2010-02-23 Marcela MašláňováDefinition of system crontables.
2010-02-18 Marcela MašláňováNew release cronie1.4.4
2010-02-18 Marcela MašláňováCVE-2010-0424 -- crontab -e crontab file timestamp...
2010-02-16 Marcela MašláňováDynamic shared libraries -laudit
2010-02-12 Marcela MašláňováMake man page more readable based on #564206.
2010-01-25 Marcela MašláňováCRON_VALIDATE_MAILRCPTS was removed, because it was...
2010-01-13 Marcela MašláňováWith NFS homes can't be job executed, because root...
2010-01-05 Will WoodsDisable mailing output.
2010-01-05 Will WoodsOutput could be redirectered to syslog.
2009-12-21 Marcela MašláňováCron doesn't use environment values from /etc/security...
2009-11-27 Marcela MašláňováInitscript: if unprivileged user stop deamon, it should...
2009-11-27 Marcela MašláňováInitscript: if unprivileged user restart deamon, it...
2009-11-05 Guido TrentalanciaThis function will be probably removed from libselinux...
2009-11-05 Marcela MašláňováOne line was missing in pam authentication. rhbz#533189
2009-11-03 Marcela MašláňováAutotools - Makefile includes dailyjobs, configure... cronie1.4.3
2009-11-03 Marcela MašláňováNew release 1.4.3.
2009-11-03 SATOH FumiyasuFix "warning: unused variable" if LOG_FILE is not defined
2009-11-03 SATOH FumiyasuPortability: Use swap_uids() instead of setreuid()...
2009-11-03 SATOH FumiyasuPortability: Solaris and AIX support saved UID/GID
2009-11-03 SATOH FumiyasuPortability: Check if fchown() and fchgrp() exist by...
2009-11-03 SATOH FumiyasuSecurity: Ignore $TMPDIR if ruid!=euid and/or rgid...
2009-11-03 SATOH FumiyasuPortability: pam_misc.so is the Linux-PAM specific...
2009-11-03 SATOH FumiyasuPortability: Check if sys/fcntl.h exists or not
2009-11-03 Marcela MašláňováDailyjobs are here for users who don't like anacron.
2009-10-19 HONDA HirofumiWhen parent crond is stopped and child crond (executing...
2009-10-12 Marcela MašláňováNew release with few bugfixes. cronie1.4.2
2009-09-25 Marcela MašláňováSymlinks were not followed. This is a limitation of...
2009-09-18 Tomas MrazDo not segfault if mailto does not pass safe_p test.
2009-09-16 Tomas MrazUse password-auth common PAM configuration.
2009-08-17 Marcela MašláňováAdd daily, weekly as a possibility of anacrontab config...
2009-08-11 Marcela MašláňováAdd anacrontab configuration file.
2009-08-11 Marcela MašláňováPolish manual pages.
2009-07-30 Marcela MašláňováRevert configuration file regularly-file back to anacro... cronie1.4.1
next