| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove log_it() and call syslog(3) directly using the same format: |  millert | 2015-11-14 | 1 | -30/+1 |
* | Remove unused xpid argument to log_it(). |  millert | 2015-11-09 | 1 | -2/+2 |
* | Use __progname instead of the homegrown ProgramName. |  millert | 2015-11-06 | 1 | -4/+7 |
* | Change cron from including all headers in every file to only including |  millert | 2015-11-04 | 1 | -4/+15 |
* | Remove unused LogFD variable |  millert | 2015-11-04 | 1 | -6/+1 |
* | Split client-only (at, crontab) functions out of misc.c and into |  millert | 2015-10-31 | 1 | -175/+1 |
* | open_socket() is only used by cron proper so move to cron.c |  millert | 2015-10-31 | 1 | -57/+1 |
* | swap_gids and swap_gids_back are only used by crontab.c so |  millert | 2015-10-31 | 1 | -12/+1 |
* | Use stravis(3) instead of a homegrown vis-like function. |  millert | 2015-10-29 | 1 | -52/+1 |
* | Convert env_get() into env_find() similar to __findenv() in libc. |  millert | 2015-10-29 | 1 | -16/+1 |
* | Remove useless FACILITY define and use LOG_CRON directly. |  millert | 2015-10-29 | 1 | -12/+2 |
* | Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl() calls. |  millert | 2015-10-26 | 1 | -16/+2 |
* | Remove some useless defines and the set_cron_uid() function. |  millert | 2015-10-26 | 1 | -11/+2 |
* | Remove cron.pid support. We still want to avoid multiple crons |  millert | 2015-10-25 | 1 | -90/+11 |
* | remove some more ifdef maziness |  tedu | 2015-10-23 | 1 | -42/+1 |
* | clear out some more legacy code and whatnot |  tedu | 2015-10-06 | 1 | -90/+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 | -14/+27 |
* | Remove the OK and ERR macros. They obfuscate the code and don't |  tedu | 2015-01-23 | 1 | -16/+16 |
* | remove debug code. |  tedu | 2015-01-23 | 1 | -70/+1 |
* | delete useless casts. ok deraadt guenther millert |  tedu | 2015-01-22 | 1 | -4/+4 |
* | Use standard types for wait, readdir, signals and pids. |  millert | 2015-01-14 | 1 | -3/+3 |
* | Remove compatibility defines for ancient systems. We assume a |  millert | 2015-01-14 | 1 | -17/+1 |
* | Use socket(SOCK_CLOEXEC), open(O_CLOEXEC), and fcntl(F_DUPFD_CLOEXEC) |  guenther | 2014-10-26 | 1 | -6/+9 |
* | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) |  guenther | 2014-08-15 | 1 | -4/+3 |
* | cleaner and easier to use signed long long. ok deraadt |  tedu | 2013-04-21 | 1 | -5/+5 |
* | Adapt cron and at for future large time_t and tv_sec types. These were some |  deraadt | 2013-04-17 | 1 | -2/+14 |
* | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO |  millert | 2011-08-22 | 1 | -25/+25 |
* | use FD_CLOEXEC instead of 1. |  dhill | 2011-07-09 | 1 | -3/+3 |
* | Fix bug in GMT calculation for systems without tm_gmtoff. |  millert | 2010-04-10 | 1 | -2/+2 |
* | Log non-informational messages at LOG_WARNING priority instead of LOG_INFO. |  jacekm | 2010-03-30 | 1 | -2/+10 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -5/+1 |
* | remove unused function |  chl | 2008-01-05 | 1 | -30/+2 |
* | safer snprintf construct with more paranoid length calculation |  pvalchev | 2007-06-02 | 1 | -3/+3 |
* | Force pid file fd to be > 2 so we don't clobber it when dup'ing |  millert | 2005-06-08 | 1 | -2/+14 |
* | put umask restores in right place; millert ok |  deraadt | 2005-03-10 | 1 | -3/+4 |
* | bzero s_un before use; Andrey Matveev |  millert | 2005-01-30 | 1 | -2/+4 |
* | nice off_t cast |  deraadt | 2004-09-16 | 1 | -3/+3 |
* | Fix incorrect snprintf return value check noticed by Jarno Huuskonen. |  millert | 2004-07-22 | 1 | -21/+20 |
* | ansi |  deraadt | 2004-07-09 | 1 | -3/+3 |
* | use snprintf(3) instead of home-grown glue_strings() function |  avsm | 2004-06-22 | 1 | -41/+6 |
* | UUpdate ISC copyright year to 2004 |  millert | 2004-06-17 | 1 | -10/+10 |
* | Set close on exec flag for cron's socket. Jarno Huuskonen |  millert | 2004-05-13 | 1 | -2/+9 |
* | Make the accept socket non-blocking. Should not matter since we |  millert | 2004-05-10 | 1 | -2/+9 |
* | nasty lies from hobbits, clean them out of comments |  deraadt | 2003-04-15 | 1 | -5/+3 |
* | Sync with ISC cron-current + my at(1) integration. |  millert | 2003-02-20 | 1 | -21/+93 |
* | If there is no cron.allow or cron.deny file, only the superuser may run |  millert | 2003-02-20 | 1 | -39/+16 |
* | Use the SUN_LEN macro to set sun_len correctly |  millert | 2003-02-18 | 1 | -3/+3 |
* | Move closelog() into log_close() function and call that instead |  millert | 2002-08-08 | 1 | -6/+10 |
* | Move atrun(8) functionality into cron(8) proper. This fixes the |  millert | 2002-07-15 | 1 | -12/+3 |