summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/lib/entry.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the @monthly and @weekly shortcuts so that they actually runmikeh2001-08-161-0/+3
* 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
* Catch and report memory allocation failures.ghelmer2000-05-231-3/+65
* Fix parsing of commands after @ keywords (@hourly, @daily, etc.).ghelmer2000-03-131-1/+16
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Log run-time parsing errors nowache1997-11-021-4/+45
* Use err(3). Rewrote man page in mdoc format.charnier1997-09-151-1/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Check for expired passwords before allowing access to the system.mpp1995-08-281-1/+6
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Fix home dir cheatingache1995-04-121-5/+3
* Paul Vixie's cron, version 3.0. Munged into bmake format. If this goesjkh1994-08-271-0/+507
OpenPOWER on IntegriCloud