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
/
entry.c
Age
Commit message (
Expand
)
Author
2005-01-30
fix some whitespace
Todd C. Miller
2004-06-22
Recent glue_strings change reversed a few checks; fix up conditionals
Anil Madhavapeddy
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-06-26
two missing protos
Theo de Raadt
2003-04-17
Change a few return values from char to int since these functions
Todd C. Miller
2003-03-12
Move range sanity check out of get_number() and into get_range() since
Todd C. Miller
2003-03-11
Catch more syntax errors that were previously ignored. I've rewritten
Todd C. Miller
2003-03-10
Change a e_username to e_cmd.
Todd C. Miller
2003-03-10
Back out changes to get_number() that I didn't intend to commit.
Todd C. Miller
2003-03-10
Do the check for missing command before the un_getchar(); otherwise
Todd C. Miller
2003-03-09
Fix error line number reporting for syntax errors (noticed by mpech@).
Todd C. Miller
2003-03-04
Deref the correct passwd pointer in a Debug statement.
Todd C. Miller
2003-02-27
Fix parsing of '0' and non-alphanumerics in steps; found by mpech@
Todd C. Miller
2003-02-20
Sync with ISC cron-current + my at(1) integration.
Todd C. Miller
2002-08-10
Just zero out pw_passwd in the pw_dup()'d copy. There's no need
Todd C. Miller
2002-08-07
paranoia: zero out pw_passwd since we don't need it
Todd C. Miller
2002-07-15
Move atrun(8) functionality into cron(8) proper. This fixes the
Todd C. Miller
2002-07-11
More syncing with my cron 4.0 patch tree, basically cosmetic:
Todd C. Miller
2002-07-11
Add a new error code for memory allocation failures, e_memory and
Todd C. Miller
2002-07-08
Merge in some changes from Paul Vixie's tree; most are cosmetic
Todd C. Miller
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
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-03-18
fix parsing of commands after @ keywords and hourly bitmap handling;
Theo de Raadt
1997-12-22
handle timing normally except when clock jumps between 1 and 3 hours. If it
Theo de Raadt
1996-12-16
avoid more oflows; at this stage paranoia exceeds reality by a lot since our ...
Theo de Raadt
1996-12-14
Check to make sure first char of command is not '*' since that will
Todd C. Miller
1996-11-01
Check malloc/strdup ret val and deal.
Todd C. Miller
1995-10-18
initial import of NetBSD tree
Theo de Raadt