]> granicus.if.org Git - cronie/shortlog
cronie
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
2009-07-29 Marcela MašláňováStart minor releases cronie-1.4.1.
2009-07-29 Marcela MašláňováRevert configure file for anacrontab.
2009-07-29 Rocco IannacciSegfault on ppc64 was caused by parsing random delay...
2009-07-21 Marcela MašláňováNew release cronie1.4. cronie1.4
2009-07-20 Marcela MašláňováNew option: enable-anacron in configure which can set...
2009-07-17 Štěpán KasalFix of autotools stuff for anacron.
2009-07-16 Marcela MašláňováMake anacron configurable. The option --enable-anacron...
2009-07-16 Marcela MašláňováPut anacron binary into proper location.
2009-07-16 Marcela MašláňováAdd configuration scripts into contrib.
2009-07-14 Marcela MašláňováCleaning useless files.
2009-07-14 Marcela MašláňováAnacron makefile was rewritten according to the rest...
2009-07-13 Marcela MašláňováNew options:
2009-07-13 Marcela MašláňováUpdate manual pages.
2009-07-13 Marcela MašláňováFix error message for wrong spooldir.
2009-07-13 Marcela MašláňováMemory leaks should be fixed. Instead of log is used...
2009-07-13 Marcela MašláňováThe temporary file has file descriptors for input and...
2009-07-13 Marcela MašláňováMail langinfo was fixed.
2009-07-13 Marcela MašláňováMinor debian release anacron-2.3.1 which adds this...
2009-07-13 Marcela MašláňováInitial upload of anacron-2.3 which should be optimized...
2009-06-19 Tomas MrazFix the disable inotify functionality.
2009-06-19 Marcela MašláňováOption -i for disabling inotify support.
2009-06-05 Marcela MašláňováValidateMailRcpts removed for problems when could be...
2009-05-29 Marcela MašláňováBeautify the code with indent.
2009-05-29 Marcela MašláňováCRON_DIR became obsolete. SPOOL_DIR is enough for work...
2009-05-22 Marcela MašláňováMerge branch 'master' of ssh://mmaslano@git.fedorahoste...
2009-05-22 Štěpán KasalMake the paths more configurable.
2009-05-22 Štěpán KasalRename RH_CRON_DIR to SYS_CRON_DIR.
2009-05-22 Štěpán KasalDrop uselles part of configure.
2009-05-22 Marcela MašláňováRemove unused function cron_get_job_context.
2009-05-20 Marcela MašláňováPAM logging was incorrect bz#249870.
2009-05-14 Vlad Glagolev@reboot alias check the return value.
2009-05-14 Marcela MašláňováSave delimiters need more characters f.e. '_'.
2009-05-13 Marcela MašláňováMAILFROM, if set, will be used as the envelope sender...
2009-04-28 Marcela MašláňováNo need to initialize globals, which are set by default...
2009-04-28 Stěpán KasalFix with(out)-pam in configure.
2009-04-27 Marcela MašláňováUpdate ChangeLog for new release. cronie1.3
2009-04-23 Marcela MašláňováInotify initialization left open file descriptors which...
2009-04-15 Willy TarreuaI have noticed that with cronie-1.2, my binaries have...
2009-02-12 Marcela MašláňováCronie could be build as Position Independent Executabl...
2009-02-12 Marcela MašláňováFix typo in sysconfig.
2008-12-23 Marcela MašláňováAfter long time update ChangeLog file.
2008-12-23 Tomas MrazUpdate man pages to reflect the reality.
2008-12-22 Tomas MrazFix handling of HUP signal with inotify enabled.
2008-12-02 Marcela MašláňováConfigure can't be run without pam-devel libraries...
2008-10-24 Marcela MašláňováInit script is according to SysVInitScript guidelines.
2008-08-11 Marcela MašláňováCheck user before job is run.
2008-07-28 Marcela MašláňováClean hardwired pathnames.
2008-07-28 Marcela Mašláňová@reboot jobs should be run only after reboot instead
2008-06-26 Marcela MašláňováRelease 1.2 cronie1.2
2008-06-26 Marcela MašláňováUpdated manuals - diffent typos and inotify support...
2008-06-26 SATOH FumiyasuPortability: File locking by fcntl, lockf or flock
2008-06-26 SATOH FumiyasuBugfix: PATH_MAX is defined in limits.h
2008-06-26 SATOH FumiyasuPortability: Check if sys/cdefs.h is there on the platform
2008-06-26 SATOH FumiyasuPortability: Check for struct tm.tm_gmtoff by AC_CHECK_...
2008-06-26 SATOH FumiyasuBugfix: Correct log_it() prototype
2008-06-26 Marcela MašláňováAdd missing endif.
2008-06-23 Tomas MrazFix the inotify support.
2008-06-23 Tomas MrazRemove rcsid tags.
2008-06-23 Tomas MrazMove macros and static declarations where they are...
2008-06-23 Tomas MrazAdd check for _GNU_SOURCE.
2008-06-23 Tomas MrazFix wrong declaration of orig_tz.
2008-06-23 Tomas MrazUnification of logging (syslog->log_it).
2008-06-23 Tomas MrazFixed call to setkeycreatecon.
2008-05-30 Marcela MašláňováUpdate version also in configure. cronie-1.1
2008-05-30 Marcela Mašláňovácronie-1.1 released.
2008-05-30 Marcela MašláňováInit script die faster, if the sysconfig script is...
2008-05-29 Marcela MašláňováFunction instead of macro. Code cleaning.
2008-05-27 MarcelaMan: crontab.1
2008-05-27 MarcelaKeyring will be created after restart of computer and...
2008-05-27 MarcelaRemove unused function.
2008-05-27 MarcelaPermission of crontabs are checked in case we AREN...
2008-03-14 Marcela MašláňováBetter testing, when we are closing watches.
2008-03-14 Marcela MašláňováRewrited inotify support.
2008-01-31 Marcela MašláňováUsing get_default_context() for name = NULL instead...
2008-01-31 Marcela MašláňováStepan Kasal: create pam's own directory for pam configure. cronie1.0
2008-01-30 Marcela MašláňováAdded patch from Stepan Kasal, which fixed all autotool...
2008-01-17 Marcela MašláňováCleaning git from unnecessary files, which were generat...
2008-01-09 Marcela MaslanovaAdd missing files generated after running ./configure
2008-01-09 Marcela MaslanovaIn CHANGES could be found git-log with last changes.
2008-01-09 Marcela MaslanovaNow really add all files generated by autotools.
2008-01-09 Marcela MaslanovaAdd binary configure.
2008-01-03 Marcela MaslanovaUse changelog instead of spec.
2007-11-30 Marcela MaslanovaDon't set up MAIL_DATE, because if the user doesn't use
2007-11-19 Marcela MaslanovaUpload spec file with fixed bcond macro.
2007-11-12 Marcela MaslanovaMan pages are updated for time zone and some small...
2007-11-12 Marcela MaslanovaTime zones are now supported.
next