summaryrefslogtreecommitdiff
path: root/usr.sbin/cron
AgeCommit message (Expand)Author
2011-05-19Fix some possible NULL pointer dereferences, and a little bit of cleanup.Peter Hessler
2011-04-04Remove unused variables; from Michael W. BombardieriTodd C. Miller
2011-03-03Reset the SIGPIPE signal handler immediately before executing a command.Todd C. Miller
2011-02-11Make "crontab -l" not crash on crontab files that don't have thePhilip Guenthe
2011-01-31Add EDITOR and VISUAL to ENVIRONMENT section; OK jmc@Todd C. Miller
2011-01-31Make "crontab -e" honor TMPDIR; from the Openwall project (ldv)Todd C. Miller
2011-01-18Quiet a gcc warningTodd C. Miller
2011-01-18Our crontab(1) hasn't used SIGUSR1 to signal cron in years, we now useTodd C. Miller
2010-12-14Use _exit() not exit() after forking. OK deraadt@Todd C. Miller
2010-12-14Treat a missing spool dir like an empty one. OK deraadt@Todd C. Miller
2010-11-19Use regular double quotes ("") in the MAILTO example so we don'tTodd C. Miller
2010-09-20according to ingo, it isn;t a problem to have empty [BDS]q macros, soJason McIntyre
2010-09-19more wacky macro fixing;Jason McIntyre
2010-04-10Fix bug in GMT calculation for systems without tm_gmtoff.Todd C. Miller
2010-03-30Log non-informational messages at LOG_WARNING priority instead of LOG_INFO.Jacek Masiulaniec
2009-10-29do not discard the first character of the command after the -q optionMarkus Friedl
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-27using the rcsid is sillyTheo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-29tweak usage()Igor Sobrado
2008-05-10from ray@Okan Demirmen
2008-02-29no , at end of enum; tobiasu@tmux.orgTheo de Raadt
2008-01-05remove unused functionCharles Longeau
2007-11-17Deal with timespec vs. timeval precision issues. Fixes a problemTodd C. Miller
2007-10-17- Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byTheo de Raadt
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-09-01Include err.h and remove unused variables.Ray Lai
2007-08-31Copy editit() from sendbug, synchronizing editor calling code.Ray Lai
2007-06-02safer snprintf construct with more paranoid length calculationPeter Valchev
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30usr.sbin is kinder...Jason McIntyre
2007-05-25Check fdopen() return value.Todd C. Miller
2007-04-10privledges -> privilegesMiod Vallat
2007-03-28Since /etc/crontab is not edited via crontab(1) there's no goodTodd C. Miller
2007-02-19tidy up synopsis and usage();Jason McIntyre
2007-02-18tidy up synopsis and usage();Jason McIntyre
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