aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Sergey Skvortsov2008-12-011-1/+1
* remove a pointless prototype and static-fy the corresponding functionMatteo Riondato2008-11-181-2/+1
* use WARNS?= instead of WARNS=Matteo Riondato2008-11-181-1/+1
* Be more precise and use sizeof(tn)Matteo Riondato2008-11-181-1/+1
* Use WARNS?= instead of WARNS=Matteo Riondato2008-11-181-1/+1
* Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 cleanMatteo Riondato2008-11-106-23/+20
* Revert to previous revision.Matteo Riondato2008-11-091-23/+0
* Don't leave files in /var/cront/tabs when interruptedMatteo Riondato2008-11-091-0/+26
* Be paranoid and use snprintfMatteo Riondato2008-11-091-7/+7
* Be paranoid and zero out passwdMatteo Riondato2008-11-061-0/+2
* Fix empty mailto (-m "") handling: somehow I missed all checks but the first,Dmitry Morozovsky2008-08-011-1/+3
* Add -m option to cron(8), overriding default mail recipient for cron mails,Dmitry Morozovsky2008-06-294-17/+36
* Cleanup of userland __P useKevin Lo2007-11-077-76/+78
* Fixed static linkage (build with -DNO_SHARED).Ruslan Ermilov2007-10-011-1/+1
* Add PAM support to cron(8). Now cron(8) will skip commands scheduledYaroslav Tykhiy2007-06-177-8/+80
* Fix a bug where HOME was not allowed to be overridden by an user's crontabWill Andrews2007-03-081-8/+10
* Behave as documented when reading fields saying "X/Y" where X != *Brian Somers2006-09-261-1/+3
* Use a #define to refer to /etc/crontab.Ruslan Ermilov2006-09-031-2/+2
* Don't use "implicit int". Move the opening { of the functions to the nextStefan Farfeleder2006-07-201-2/+4
* o Finally learn how to spell "privileges".Maxim Konovalov2006-06-112-2/+2
* o Spell "privledges" correctly. Re-style comment.Maxim Konovalov2006-06-112-3/+5
* o Better be safe than sorry: check return code from setuid(2),Maxim Konovalov2006-06-012-8/+30
* /etc/crontab is similar enough to parse as correct if you runBrooks Davis2006-01-101-0/+4
* Pidfiles should be created with permission preventing users from openingPawel Jakub Dawidek2005-09-161-1/+1
* Use pidfile(3) in cron(8).Pawel Jakub Dawidek2005-08-244-63/+29
* Mention the default value of PATH and that it may be overridden.Christian Brueffer2005-07-311-2/+7
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-101-4/+0
* Fix parsing of '0' and non-alphanumerics in steps. Previously, anXin LI2005-02-141-1/+3
* Expand contractions.Ruslan Ermilov2005-02-132-3/+3
* Expand *n't contractions.Ruslan Ermilov2005-02-132-9/+9
* Properly initialise the variable `deny'.Stefan Farfeleder2005-02-091-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-6/+6
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Ensure that edits that do not span a clock tick are not lost.Diomidis Spinellis2004-09-142-6/+15
* Refactoring: move two similar code blocks into a seprate function.Diomidis Spinellis2004-09-131-47/+31
* Fix for the following behavior:Diomidis Spinellis2004-09-131-4/+6
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-26/+54
* Trim whitespace at EOL.Ruslan Ermilov2004-06-041-2/+2
* Markup nits.Ruslan Ermilov2004-06-041-2/+2
* Add two new options to cron(8), -J and -j. They allow to specifyYaroslav Tykhiy2004-05-164-2/+50
* Eliminate hard sentence breaks.Tom Rhodes2004-03-041-8/+19
* Discuss the 'MAILTO' option.Tom Rhodes2004-01-121-1/+5
* Mention the fact that our crontab is not fully POSIX.2 conform, becauseHartmut Brandt2003-10-241-2/+7
* Fix a coredump that would occur when fdopen was unable toMike Silbersack2003-06-191-1/+2
* Allow inner whitespace in the right-hand side of an environment variableThomas Quinot2003-02-101-10/+17
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Actually use the exitstatus value that we maintain.Dima Dorfman2002-10-011-1/+1
* Never allow a user to use crontab if opening /var/cron/{allow,deny} failsTim J. Robbins2002-08-041-16/+23
* The .Nm utilityPhilippe Charnier2002-07-141-7/+12