| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove setlocale(3) calls. I checked that no functions are called that |  schwarze | 2020-02-11 | 1 | -3/+1 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -6/+6 |
* | When caching the mtime of the spool directory and system crontab files, |  millert | 2016-01-11 | 1 | -1/+2 |
* | Check for setgid() failure before executing editor and warn if |  millert | 2015-11-17 | 1 | -4/+8 |
* | Remove log_it() and call syslog(3) directly using the same format: |  millert | 2015-11-14 | 1 | -10/+13 |
* | Use absolute paths in pathnames.h. There is no longer a need to |  millert | 2015-11-12 | 1 | -24/+21 |
* | Use warn/warnx and err/errx. OK jca@ |  millert | 2015-11-11 | 1 | -102/+62 |
* | Niether cron nor crontab need flock permission. |  millert | 2015-11-11 | 1 | -2/+2 |
* | For "crontab -u user -e" change the euid for the mkstemp() call |  millert | 2015-11-11 | 1 | -9/+18 |
* | Remove unused xpid argument to log_it(). |  millert | 2015-11-09 | 1 | -9/+7 |
* | Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improve |  millert | 2015-11-09 | 1 | -8/+8 |
* | Use __progname instead of the homegrown ProgramName. |  millert | 2015-11-06 | 1 | -19/+16 |
* | Change cron from including all headers in every file to only including |  millert | 2015-11-04 | 1 | -7/+23 |
* | If pledge(2) fails use perror instead of log_it(RealUser, ...) since |  millert | 2015-11-03 | 1 | -3/+3 |
* | It is only necessary to swap the effective gid when reading a file. |  millert | 2015-11-03 | 1 | -33/+1 |
* | Use setegid() directly instead of swap_gids() / swap_gids_back(). |  millert | 2015-11-02 | 1 | -33/+25 |
* | swap_gids and swap_gids_back are only used by crontab.c so |  millert | 2015-10-31 | 1 | -1/+13 |
* | Also need exec to run the editor of course. |  millert | 2015-10-29 | 1 | -2/+2 |
* | crontab needs "proc" for fork(2) |  millert | 2015-10-29 | 1 | -2/+2 |
* | pledge |  deraadt | 2015-10-28 | 1 | -1/+7 |
* | Remove TMPDIR support, it is not really useful in crontab. |  millert | 2015-10-26 | 1 | -9/+3 |
* | Remove some useless defines and the set_cron_uid() function. |  millert | 2015-10-26 | 1 | -2/+2 |
* | clear out some more legacy code and whatnot |  tedu | 2015-10-06 | 1 | -6/+1 |
* | correct copyright, upon approval from paul vixie via todd miller. the |  deraadt | 2015-02-09 | 1 | -5/+1 |
* | braces to open a function go on their own line like god intended |  tedu | 2015-01-23 | 1 | -11/+21 |
* | Remove the OK and ERR macros. They obfuscate the code and don't |  tedu | 2015-01-23 | 1 | -14/+14 |
* | remove debug code. |  tedu | 2015-01-23 | 1 | -15/+1 |
* | Use standard types for wait, readdir, signals and pids. |  millert | 2015-01-14 | 1 | -2/+2 |
* | Remove compatibility defines for ancient systems. We assume a |  millert | 2015-01-14 | 1 | -11/+2 |
* | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ |  millert | 2014-11-26 | 1 | -4/+2 |
* | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO |  millert | 2011-08-22 | 1 | -31/+31 |
* | Use futimens() instead of futimes() to avoid converting to/from |  millert | 2011-08-19 | 1 | -12/+6 |
* | Fix some possible NULL pointer dereferences, and a little bit of cleanup. |  phessler | 2011-05-19 | 1 | -2/+2 |
* | Remove unused variables; from Michael W. Bombardieri |  millert | 2011-04-04 | 1 | -3/+2 |
* | Make "crontab -l" not crash on crontab files that don't have the |  guenther | 2011-02-11 | 1 | -21/+14 |
* | Make "crontab -e" honor TMPDIR; from the Openwall project (ldv) |  millert | 2011-01-31 | 1 | -4/+43 |
* | using the rcsid is silly |  deraadt | 2009-10-27 | 1 | -4/+2 |
* | tweak usage() |  sobrado | 2009-01-29 | 1 | -8/+9 |
* | from ray@ |  okan | 2008-05-10 | 1 | -15/+30 |
* | Deal with timespec vs. timeval precision issues. Fixes a problem |  millert | 2007-11-17 | 1 | -3/+7 |
* | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by |  deraadt | 2007-10-17 | 1 | -13/+10 |
* | Include err.h and remove unused variables. |  ray | 2007-09-01 | 1 | -4/+4 |
* | Copy editit() from sendbug, synchronizing editor calling code. |  ray | 2007-08-31 | 1 | -63/+63 |
* | tidy up synopsis and usage(); |  jmc | 2007-02-19 | 1 | -3/+3 |
* | crontab -e /tmp//crontab.ynUyD24939 versus /tmp/crontab.ynUyD24939. |  mglocker | 2007-02-13 | 1 | -3/+3 |
* | crontab.c uses the rcsid in the crontab head comment so don't protect |  millert | 2005-11-29 | 1 | -4/+2 |
* | Detect editors that move the edited file out from underneath us and warn. |  millert | 2005-01-30 | 1 | -3/+8 |
* | Treat EOF at prompt the same as 'n' instead of looping forever. |  millert | 2004-11-04 | 1 | -5/+8 |
* | ftruncate() with ftello() instead of ftell(); ok millert |  deraadt | 2004-09-16 | 1 | -3/+3 |
* | use snprintf(3) instead of home-grown glue_strings() function |  avsm | 2004-06-22 | 1 | -11/+11 |