summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/lib
Commit message (Expand)AuthorAgeFilesLines
* Second attempt to add @every_second keyword support. Due to multiplesobomax2012-10-251-0/+23
* Fully backout latest changes.sobomax2012-10-181-1/+0
* Revert latest changes to cron, until better version is worked out (I hope).sobomax2012-10-171-21/+0
* Properly handle non-keyword case by setting e->second to 0.sobomax2012-10-161-0/+1
* Add per-second scheduling into the cron(8). Right now it'ssobomax2012-10-151-0/+21
* Fix build with LOG_FILE undefined and DEBUGGING disabled.pluknet2012-10-021-0/+2
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* remove a pointless prototype and static-fy the corresponding functionmatteo2008-11-181-2/+1
* use WARNS?= instead of WARNS=matteo2008-11-181-1/+1
* Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 cleanmatteo2008-11-103-8/+6
* Cleanup of userland __P usekevlo2007-11-071-4/+4
* Add PAM support to cron(8). Now cron(8) will skip commands scheduledyar2007-06-172-1/+3
* Fix a bug where HOME was not allowed to be overridden by an user's crontabwill2007-03-081-8/+10
* Behave as documented when reading fields saying "X/Y" where X != *brian2006-09-261-1/+3
* Use pidfile(3) in cron(8).pjd2005-08-241-59/+0
* Fix parsing of '0' and non-alphanumerics in steps. Previously, andelphij2005-02-141-1/+3
* Properly initialise the variable `deny'.stefanf2005-02-091-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Allow inner whitespace in the right-hand side of an environment variablethomas2003-02-101-10/+17
* Never allow a user to use crontab if opening /var/cron/{allow,deny} failstjr2002-08-041-16/+23
* load_env(), the function that attempts to parse a crontabroberto2002-05-231-23/+76
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-5/+1
* Only remove the '\n' at the end of a line if there is one.dwmalone2002-04-101-1/+2
* Fix the @monthly and @weekly shortcuts so that they actually runmikeh2001-08-161-0/+3
* Fix a possible NULL reference that would be triggereddavidn2001-07-201-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-4/+6
* Remove an unused variable, and don't try to print a char[] using %d.dd2001-07-181-2/+2
* free_entry(): Don't free e->envp if it's already NULL; likewise fordd2001-07-181-4/+4
* Plug two memory leaks: call login_close() after login_getclass(), anddd2001-06-131-2/+6
* Add `_PATH_DEVZERO'.obrien2000-12-091-4/+5
* Catch and report memory allocation failures.ghelmer2000-05-232-27/+95
* Allocate space for arrays of type "char *", not "char **".ghelmer2000-04-301-3/+3
* Fix a situation where a pointer which should point to dynamicallyghelmer2000-04-281-3/+8
* Fix parsing of commands after @ keywords (@hourly, @daily, etc.).ghelmer2000-03-131-1/+16
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* y2k nit: print 4 digit years correctly.danny1999-01-161-3/+6
* Log run-time parsing errors nowache1997-11-022-5/+47
* Use err(3). Rewrote man page in mdoc format.charnier1997-09-153-46/+29
* NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".pst1997-06-291-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-224-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
* Replace my "inane" usage of snprintf to copy strings with strncpy aspst1996-12-172-11/+38
* Close yet another buffer overrunpst1996-12-161-2/+2
* Check for expired passwords before allowing access to the system.mpp1995-08-281-1/+6
* Remove trailing whitespace.rgrimes1995-05-303-9/+9
* Fix typo in HAVE_SAVED_UIDS defineache1995-04-291-2/+2
* Fix home dir cheatingache1995-04-121-5/+3
* Prevent installation.jkh1994-08-281-0/+3
* Paul Vixie's cron, version 3.0. Munged into bmake format. If this goesjkh1994-08-275-0/+1590
OpenPOWER on IntegriCloud