summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/lib/entry.c
AgeCommit message (Expand)Author
2023-06-01cron/lib: Fix typosElyes Haouas
2023-06-01cron: fix build without LOGIN_CAPEric van Gyzen
2023-06-01Import vixie cron 4.0Eric van Gyzen
2023-04-18cron: Use C89 function definitions.John Baldwin
2021-03-03cron: consume blanks in system crontabs before optionsOleksandr Tymoshenko
2020-03-30cron: respect PATH from login.confKyle Evans
2019-09-25cron: add log suppression and mail suppression for successful runsKyle Evans
2018-06-07Add new functionality and syntax to cron(1) to allow to run jobs at aGleb Smirnoff
2012-10-25Second attempt to add @every_second keyword support. Due to multipleMaxim Sobolev
2012-10-18Fully backout latest changes.Maxim Sobolev
2012-10-17Revert latest changes to cron, until better version is worked out (I hope).Maxim Sobolev
2012-10-16Properly handle non-keyword case by setting e->second to 0.Maxim Sobolev
2012-10-15Add per-second scheduling into the cron(8). Right now it'sMaxim Sobolev
2011-12-30Spelling fixes for usr.sbin/Ulrich Spörlein
2008-11-10Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 cleanMatteo Riondato
2007-11-07Cleanup of userland __P useKevin Lo
2007-06-17Add PAM support to cron(8). Now cron(8) will skip commands scheduledYaroslav Tykhiy
2007-03-08Fix a bug where HOME was not allowed to be overridden by an user's crontabWill Andrews
2006-09-26Behave as documented when reading fields saying "X/Y" where X != *Brian Somers
2005-02-14Fix parsing of '0' and non-alphanumerics in steps. Previously, anXin LI
2001-08-16Fix the @monthly and @weekly shortcuts so that they actually runMike Heffner
2001-07-18Remove an unused variable, and don't try to print a char[] using %d.Dima Dorfman
2001-07-18free_entry(): Don't free e->envp if it's already NULL; likewise forDima Dorfman
2001-06-13Plug two memory leaks: call login_close() after login_getclass(), andDima Dorfman
2000-05-23Catch and report memory allocation failures.Guy Helmer
2000-03-13Fix parsing of commands after @ keywords (@hourly, @daily, etc.).Guy Helmer
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-11-02Log run-time parsing errors nowAndrey A. Chernov
1997-09-15Use err(3). Rewrote man page in mdoc format.Philippe Charnier
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-08-28Check for expired passwords before allowing access to the system.Mike Pritchard
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-04-12Fix home dir cheatingAndrey A. Chernov
1994-08-27Paul Vixie's cron, version 3.0. Munged into bmake format. If this goesJordan K. Hubbard