summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/crontab.c
AgeCommit message (Expand)Author
2004-01-04use system() to spawn editor, so that it's possible to use EDITORjdolecek
2003-12-07Report read errors, too.is
2003-12-03rewind() does an implicit clearerr(), as demanded by e.g. 1003.1. Thus,is
2003-06-23In "crontab -l", suppress the header lines, just as "crontab -e" does.hubertf
2003-04-20PR/3713: Aaron Brown: crontab fails with signals.christos
2003-04-04set close on exec on a couple of FDs. from Charles Blundell PR security/16663perry
2002-11-16use strlcpyitojun
1999-05-29PR/7662: TheMan: crontab does not think the file changed if the editing sessionchristos
1999-04-09Reduce default crontab size limit to 32K. Use the limit incjs
1999-04-08Make sure that the crontab is not an unreasonable size.cjs
1999-03-23Don't rely on an `rcsid' being present.thorpej
1998-07-28__AUDIT__ cleanup.mycroft
1998-04-01Include <time.h> unconditionally, as there always dependencies on itskleink
1998-02-22WARNSifychristos
1998-02-01check_error uses type "const char *" instead of "char *" as argument.frueauf
1998-01-31Warnsify:christos
1997-10-17getopt returns -1 not EOFlukem
1997-04-03fix misplaced parens in sizeof exprs; from Simon Burge in PR bin/3427.mikel
1997-03-13RCSid policemikel
1996-12-16Eliminate unsafe calls to strcpy() and sprintf().thorpej
1994-03-30Vixie uses curly brackets instead of square brackets to indicatejtc
1994-01-26Vixie Cron 3.0, patch 1jtc
1994-01-20Vixie Cron 3.0-releasejtc
1994-01-12Vixie Cron 3.0-prerelease, patch 11jtc
1994-01-11Vixie Cron 3.0-prerelease, patch 10jtc
1994-01-05Vixie Cron 3.0-prerelease, patch 9jtc