summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/env.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In cron(8), require that crontab and at files in the spool be ownedmillert2017-06-071-7/+8
* Change cron from including all headers in every file to only includingmillert2015-11-041-2/+15
* remove unused variablesmillert2015-10-291-2/+2
* Convert env_get() into env_find() similar to __findenv() in libc.millert2015-10-291-49/+49
* correct copyright, upon approval from paul vixie via todd miller. thederaadt2015-02-091-5/+1
* braces to open a function go on their own line like god intendedtedu2015-01-231-7/+13
* Remove the OK and ERR macros. They obfuscate the code and don'ttedu2015-01-231-3/+3
* remove debug code.tedu2015-01-231-5/+1
* Use reallocarray() instead of calloc() when making a copy of themillert2015-01-141-3/+3
* use reallocarray() instead of realloc() to handle potential integer overflow; ok dougderaadt2014-10-081-3/+2
* Quiet a gcc warningmillert2011-01-181-1/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* no , at end of enum; tobiasu@tmux.orgderaadt2008-02-291-3/+3
* Proper use of fseek/fseeko macros.tobias2007-09-101-3/+3
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* fix some whitespacemillert2005-01-301-3/+2
* use snprintf(3) instead of home-grown glue_strings() functionavsm2004-06-221-3/+3
* UUpdate ISC copyright year to 2004millert2004-06-171-10/+10
* Improved environment variable parser from FreeBSD (Thomas Quinot).millert2003-02-211-28/+90
* Sync with ISC cron-current + my at(1) integration.millert2003-02-201-2/+3
* More syncing with my cron 4.0 patch tree, basically cosmetic:millert2002-07-111-16/+16
* o Add _PATH_CRON_PID which is built up from PIDDIR and PIDFILE via stringmillert2002-07-091-5/+5
* minor cosmetic change to reduce diffsmillert2002-07-081-3/+3
* Merge in some changes from Paul Vixie's tree; most are cosmeticmillert2002-07-081-41/+20
* NULL vs '\0'millert2001-02-181-3/+3
* Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.millert2001-02-181-50/+54
* snprintf sprinkles; solar@false.com & Ideraadt2000-08-211-2/+2
* strncpy not safe on overlapping stringsderaadt2000-08-211-2/+2
* Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various placesderaadt1998-03-301-2/+2
* Check malloc/strdup ret val and deal.millert1996-11-011-5/+27
* proactive buf checkderaadt1996-10-251-1/+3
* Fixed buffer overflow.bitblt1996-09-251-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+178