summaryrefslogtreecommitdiff
path: root/usr.sbin/cron
AgeCommit message (Expand)Author
2007-02-13crontab -e /tmp//crontab.ynUyD24939 versus /tmp/crontab.ynUyD24939.Marcus Glocker
2006-08-13Add Auto-Submitted header in generated mail as per RFC 3834.Todd C. Miller
2006-04-03some more malloc(x * y); bzero() -> calloc(x, y) whacking fromDamien Miller
2005-11-30timezone -> time zoneJason McIntyre
2005-11-29crontab.c uses the rcsid in the crontab head comment so don't protectTodd C. Miller
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-15If two or more changes are made withing a single second it is possibleTodd C. Miller
2005-06-08Force pid file fd to be > 2 so we don't clobber it when dup'ingTodd C. Miller
2005-03-10put umask restores in right place; millert okTheo de Raadt
2005-01-30Detect editors that move the edited file out from underneath us and warn.Todd C. Miller
2005-01-30bzero s_un before use; Andrey MatveevTodd C. Miller
2005-01-30Proper cleanup on malloc failure; Andrey MatveevTodd C. Miller
2005-01-30fix some whitespaceTodd C. Miller
2004-11-04Treat EOF at prompt the same as 'n' instead of looping forever.Todd C. Miller
2004-09-16nice off_t castTheo de Raadt
2004-09-16ftruncate() with ftello() instead of ftell(); ok millertTheo de Raadt
2004-07-22Fix incorrect snprintf return value check noticed by Jarno Huuskonen.Todd C. Miller
2004-07-09ansiTheo de Raadt
2004-06-22Recent glue_strings change reversed a few checks; fix up conditionalsAnil Madhavapeddy
2004-06-22use snprintf(3) instead of home-grown glue_strings() functionAnil Madhavapeddy
2004-06-17UUpdate ISC copyright year to 2004Todd C. Miller
2004-06-06Fix typo in last commit for non-compiled code. Dmitry V. LevinTodd C. Miller
2004-06-03Document behavior if MAILTO is set to the empty string.Todd C. Miller
2004-06-03More changes from Dmitry V. Levin:Todd C. Miller
2004-06-03Though crontab files are created mode 0600 we should accept ones thatTodd C. Miller
2004-05-13Pasto, change a cast from uid_t to gid_t (no real change...)Todd C. Miller
2004-05-13Set close on exec flag for cron's socket. Jarno HuuskonenTodd C. Miller
2004-05-13If we get EAGAIN reading from the cron socket check both cron andTodd C. Miller
2004-05-10Make the accept socket non-blocking. Should not matter since weTodd C. Miller
2004-05-03Make socket that reads reload requests from crontab be non-blocking.Todd C. Miller
2004-04-26isalnum() does not match '_' so check it explicitly. This allows cronTodd C. Miller
2004-02-24remove reference to -x bit;Jason McIntyre
2003-07-30Use (char *)NULL instead of (char *)0 in execl and execle; Andrey MatveevTodd C. Miller
2003-06-26two missing protosTheo de Raadt
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-12- section reorderJason McIntyre
2003-06-03Don't need 'all right reserved'; brings this into line with my otherTodd C. Miller
2003-06-02I'm a dork, I removed the 4th clause of the UCB license instead ofTodd C. Miller
2003-05-12feof() can only be used after you actually hit EOF so the checkTodd C. Miller
2003-04-17Change a few return values from char to int since these functionsTodd C. Miller
2003-04-15nasty lies from hobbits, clean them out of commentsTheo de Raadt
2003-04-14Use setproctitle() instead of the CAPITALIZE_FOR_PS hack. InspiredTodd C. Miller
2003-03-15Use strlcpy() instead of pre-checking the src len and using strcpy()Todd C. Miller
2003-03-12Move range sanity check out of get_number() and into get_range() sinceTodd C. Miller
2003-03-11Catch more syntax errors that were previously ignored. I've rewrittenTodd C. Miller
2003-03-10these pages all had bad section numbers in the .Xr's;Jason McIntyre
2003-03-10Log that cron started up after we detach from the controlling terminalTodd C. Miller
2003-03-10Change a e_username to e_cmd.Todd C. Miller
2003-03-10Back out changes to get_number() that I didn't intend to commit.Todd C. Miller
2003-03-10Do the check for missing command before the un_getchar(); otherwiseTodd C. Miller