summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/entry.c
AgeCommit message (Collapse)Author
2001-02-18Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.Todd C. Miller
I also fixed the signal handlers while I was at it.
2000-08-21snprintf sprinkles; solar@false.com & ITheo de Raadt
2000-03-18fix parsing of commands after @ keywords and hourly bitmap handling;Theo de Raadt
sheldonh@uunet.co.za
1997-12-22handle timing normally except when clock jumps between 1 and 3 hours. If itTheo de Raadt
jumps, attempt as best as possible to gaurantee that jobs DO run, but only run ONCE; patch by thompson@.tgsoft.com
1996-12-16avoid more oflows; at this stage paranoia exceeds reality by a lot since our ↵Theo de Raadt
passwd suite is fascist
1996-12-14Check to make sure first char of command is not '*' since that willTodd C. Miller
alway be a syntax error.
1996-11-01Check malloc/strdup ret val and deal.Todd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt