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
/
database.c
Age
Commit message (
Expand
)
Author
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
2004-06-03
Though crontab files are created mode 0600 we should accept ones that
Todd C. Miller
2003-03-15
Use strlcpy() instead of pre-checking the src len and using strcpy()
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-08-04
Extra paranoia -- check that pw_name matches the crontab user's name.
Todd C. Miller
2002-08-02
o Instead of passing "*system*" as the fname to process_crontab()
Todd C. Miller
2002-07-08
Merge in some changes from Paul Vixie's tree; most are cosmetic
Todd C. Miller
2002-05-09
crontab is no longer setuid root, it is now setgid crontab.
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
1997-12-22
handle timing normally except when clock jumps between 1 and 3 hours. If it
Theo de Raadt
1996-09-15
enlarge buffer
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt