summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/env.c
AgeCommit message (Expand)Author
2015-11-04Change cron from including all headers in every file to only includingTodd C. Miller
2015-10-29remove unused variablesTodd C. Miller
2015-10-29Convert env_get() into env_find() similar to __findenv() in libc.Todd C. Miller
2015-02-09correct copyright, upon approval from paul vixie via todd miller. theTheo de Raadt
2015-01-23braces to open a function go on their own line like god intendedTed Unangst
2015-01-23Remove the OK and ERR macros. They obfuscate the code and don'tTed Unangst
2015-01-23remove debug code.Ted Unangst
2015-01-14Use reallocarray() instead of calloc() when making a copy of theTodd C. Miller
2014-10-08use reallocarray() instead of realloc() to handle potential integer overflow;...Theo de Raadt
2011-01-18Quiet a gcc warningTodd C. Miller
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-02-29no , at end of enum; tobiasu@tmux.orgTheo de Raadt
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2005-01-30fix some whitespaceTodd C. Miller
2004-06-22use snprintf(3) instead of home-grown glue_strings() functionAnil Madhavapeddy
2004-06-17UUpdate ISC copyright year to 2004Todd C. Miller
2003-02-21Improved environment variable parser from FreeBSD (Thomas Quinot).Todd C. Miller
2003-02-20Sync with ISC cron-current + my at(1) integration.Todd C. Miller
2002-07-11More syncing with my cron 4.0 patch tree, basically cosmetic:Todd C. Miller
2002-07-09o Add _PATH_CRON_PID which is built up from PIDDIR and PIDFILE via stringTodd C. Miller
2002-07-08minor cosmetic change to reduce diffsTodd C. Miller
2002-07-08Merge in some changes from Paul Vixie's tree; most are cosmeticTodd C. Miller
2001-02-18NULL vs '\0'Todd C. Miller
2001-02-18Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.Todd C. Miller
2000-08-21snprintf sprinkles; solar@false.com & ITheo de Raadt
2000-08-21strncpy not safe on overlapping stringsTheo de Raadt
1998-03-30Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various placesTheo de Raadt
1996-11-01Check malloc/strdup ret val and deal.Todd C. Miller
1996-10-25proactive buf checkTheo de Raadt
1996-09-25Fixed buffer overflow.bitblt
1995-10-18initial import of NetBSD treeTheo de Raadt