summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/user.c
AgeCommit message (Expand)Author
2020-04-16Add a mechanism to prevent cron jobs from running concurrently.Todd C. Miller
2018-02-05Pass a FILE * instead of a file descriptor into load_user() andTodd C. Miller
2017-06-07In cron(8), require that crontab and at files in the spool be ownedTodd C. Miller
2016-08-30Fix fd leak on error. OK jsg@Todd C. Miller
2015-11-15Clean up the remaining uses of stderr and perror() and use warn/errTodd C. Miller
2015-11-09queue(3) instead of homegrown queues and lists. This also fixesTodd C. Miller
2015-11-04Change cron from including all headers in every file to only includingTodd C. Miller
2015-10-06clear out some more legacy code and whatnotTed Unangst
2015-02-09correct copyright, upon approval from paul vixie via todd miller. theTheo de Raadt
2015-01-23braces to open a function go on their own line like god intendedTed Unangst
2015-01-23delete some code that doesn't (and shouldn't) run. ok deraadt millertTed Unangst
2015-01-23Remove the OK and ERR macros. They obfuscate the code and don'tTed Unangst
2015-01-23remove debug code.Ted Unangst
2015-01-22delete useless casts. ok deraadt guenther millertTed Unangst
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2004-06-17UUpdate ISC copyright year to 2004Todd C. Miller
2003-02-20Sync with ISC cron-current + my at(1) integration.Todd C. Miller
2002-07-11More syncing with my cron 4.0 patch tree, basically cosmetic:Todd C. Miller
2002-07-08Merge in some changes from Paul Vixie's tree; most are cosmeticTodd C. Miller
2001-02-18Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.Todd C. Miller
1996-11-01Check malloc/strdup ret val and deal.Todd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt