aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron/lib/entry.c
Commit message (Expand)AuthorAgeFilesLines
* cron/lib: Fix typosElyes Haouas2023-06-021-1/+1
* cron: fix build without LOGIN_CAPEric van Gyzen2023-06-011-2/+2
* Import vixie cron 4.0Eric van Gyzen2023-06-011-39/+67
* cron: Use C89 function definitions.John Baldwin2023-04-181-30/+7
* cron: consume blanks in system crontabs before optionsOleksandr Tymoshenko2021-03-041-0/+3
* cron: respect PATH from login.confKyle Evans2020-03-301-12/+7
* cron: add log suppression and mail suppression for successful runsKyle Evans2019-09-251-1/+50
* Add new functionality and syntax to cron(1) to allow to run jobs at aGleb Smirnoff2018-06-071-0/+10
* Second attempt to add @every_second keyword support. Due to multipleMaxim Sobolev2012-10-251-0/+23
* Fully backout latest changes.Maxim Sobolev2012-10-181-1/+0
* Revert latest changes to cron, until better version is worked out (I hope).Maxim Sobolev2012-10-171-21/+0
* Properly handle non-keyword case by setting e->second to 0.Maxim Sobolev2012-10-161-0/+1
* Add per-second scheduling into the cron(8). Right now it'sMaxim Sobolev2012-10-151-0/+21
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 cleanMatteo Riondato2008-11-101-1/+1
* Cleanup of userland __P useKevin Lo2007-11-071-4/+4
* Add PAM support to cron(8). Now cron(8) will skip commands scheduledYaroslav Tykhiy2007-06-171-0/+2
* 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
* Fix parsing of '0' and non-alphanumerics in steps. Previously, anXin LI2005-02-141-1/+3
* Fix the @monthly and @weekly shortcuts so that they actually runMike Heffner2001-08-161-0/+3
* Remove an unused variable, and don't try to print a char[] using %d.Dima Dorfman2001-07-181-2/+2
* free_entry(): Don't free e->envp if it's already NULL; likewise forDima Dorfman2001-07-181-4/+4
* Plug two memory leaks: call login_close() after login_getclass(), andDima Dorfman2001-06-131-2/+6
* Catch and report memory allocation failures.Guy Helmer2000-05-231-3/+65
* Fix parsing of commands after @ keywords (@hourly, @daily, etc.).Guy Helmer2000-03-131-1/+16
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Log run-time parsing errors nowAndrey A. Chernov1997-11-021-4/+45
* Use err(3). Rewrote man page in mdoc format.Philippe Charnier1997-09-151-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Check for expired passwords before allowing access to the system.Mike Pritchard1995-08-281-1/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Fix home dir cheatingAndrey A. Chernov1995-04-121-5/+3
* Paul Vixie's cron, version 3.0. Munged into bmake format. If this goesJordan K. Hubbard1994-08-271-0/+507