summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/lib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-075-5/+5
* MFC revision 1.16Xin LI2005-02-221-1/+3
* MFC: For variables that are only checked with defined(), don't provideDavid E. O'Brien2005-02-131-1/+1
* Allow inner whitespace in the right-hand side of an environment variableThomas Quinot2003-02-101-10/+17
* Never allow a user to use crontab if opening /var/cron/{allow,deny} failsTim J. Robbins2002-08-041-16/+23
* load_env(), the function that attempts to parse a crontabOllivier Robert2002-05-231-23/+76
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-5/+1
* Only remove the '\n' at the end of a line if there is one.David Malone2002-04-101-1/+2
* Fix the @monthly and @weekly shortcuts so that they actually runMike Heffner2001-08-161-0/+3
* Fix a possible NULL reference that would be triggeredDavid Nugent2001-07-201-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+6
* 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
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-4/+5
* Catch and report memory allocation failures.Guy Helmer2000-05-232-27/+95
* Allocate space for arrays of type "char *", not "char **".Guy Helmer2000-04-301-3/+3
* Fix a situation where a pointer which should point to dynamicallyGuy Helmer2000-04-281-3/+8
* Fix parsing of commands after @ keywords (@hourly, @daily, etc.).Guy Helmer2000-03-131-1/+16
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* y2k nit: print 4 digit years correctly.Daniel O'Callaghan1999-01-161-3/+6
* Log run-time parsing errors nowAndrey A. Chernov1997-11-022-5/+47
* Use err(3). Rewrote man page in mdoc format.Philippe Charnier1997-09-153-46/+29
* NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".Paul Traina1997-06-291-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
* Replace my "inane" usage of snprintf to copy strings with strncpy asPaul Traina1996-12-172-11/+38
* Close yet another buffer overrunPaul Traina1996-12-161-2/+2
* Check for expired passwords before allowing access to the system.Mike Pritchard1995-08-281-1/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-9/+9
* Fix typo in HAVE_SAVED_UIDS defineAndrey A. Chernov1995-04-291-2/+2
* Fix home dir cheatingAndrey A. Chernov1995-04-121-5/+3
* Prevent installation.Jordan K. Hubbard1994-08-281-0/+3
* Paul Vixie's cron, version 3.0. Munged into bmake format. If this goesJordan K. Hubbard1994-08-275-0/+1590