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