Age | Commit message (Expand) | Author |
2022-05-21 | repair a few more backwards compares that create headaches | Theo de Raadt |
2015-11-14 | Remove log_it() and call syslog(3) directly using the same format: | Todd C. Miller |
2015-11-09 | Remove unused xpid argument to log_it(). | Todd C. Miller |
2015-11-06 | Use __progname instead of the homegrown ProgramName. | Todd C. Miller |
2015-11-04 | Change cron from including all headers in every file to only including | Todd C. Miller |
2015-11-04 | Remove unused LogFD variable | Todd C. Miller |
2015-10-31 | Split client-only (at, crontab) functions out of misc.c and into | Todd C. Miller |
2015-10-31 | open_socket() is only used by cron proper so move to cron.c | Todd C. Miller |
2015-10-31 | swap_gids and swap_gids_back are only used by crontab.c so | Todd C. Miller |
2015-10-29 | Use stravis(3) instead of a homegrown vis-like function. | Todd C. Miller |
2015-10-29 | Convert env_get() into env_find() similar to __findenv() in libc. | Todd C. Miller |
2015-10-29 | Remove useless FACILITY define and use LOG_CRON directly. | Todd C. Miller |
2015-10-26 | Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl() calls. | Todd C. Miller |
2015-10-26 | Remove some useless defines and the set_cron_uid() function. | Todd C. Miller |
2015-10-25 | Remove cron.pid support. We still want to avoid multiple crons | Todd C. Miller |
2015-10-23 | remove some more ifdef maziness | Ted Unangst |
2015-10-06 | clear out some more legacy code and whatnot | Ted Unangst |
2015-02-09 | correct copyright, upon approval from paul vixie via todd miller. the | Theo de Raadt |
2015-01-23 | braces to open a function go on their own line like god intended | Ted Unangst |
2015-01-23 | Remove the OK and ERR macros. They obfuscate the code and don't | Ted Unangst |
2015-01-23 | remove debug code. | Ted Unangst |
2015-01-22 | delete useless casts. ok deraadt guenther millert | Ted Unangst |
2015-01-14 | Use standard types for wait, readdir, signals and pids. | Todd C. Miller |
2015-01-14 | Remove compatibility defines for ancient systems. We assume a | Todd C. Miller |
2014-10-26 | Use socket(SOCK_CLOEXEC), open(O_CLOEXEC), and fcntl(F_DUPFD_CLOEXEC) | Philip Guenther |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2013-04-21 | cleaner and easier to use signed long long. ok deraadt | Ted Unangst |
2013-04-17 | Adapt cron and at for future large time_t and tv_sec types. These were some | Theo de Raadt |
2011-08-22 | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO | Todd C. Miller |
2011-07-09 | use FD_CLOEXEC instead of 1. | David Hill |
2010-04-10 | Fix bug in GMT calculation for systems without tm_gmtoff. | Todd C. Miller |
2010-03-30 | Log non-informational messages at LOG_WARNING priority instead of LOG_INFO. | Jacek Masiulaniec |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-01-05 | remove unused function | Charles Longeau |
2007-06-02 | safer snprintf construct with more paranoid length calculation | Peter Valchev |
2005-06-08 | Force pid file fd to be > 2 so we don't clobber it when dup'ing | Todd C. Miller |
2005-03-10 | put umask restores in right place; millert ok | Theo de Raadt |
2005-01-30 | bzero s_un before use; Andrey Matveev | Todd C. Miller |
2004-09-16 | nice off_t cast | Theo de Raadt |
2004-07-22 | Fix incorrect snprintf return value check noticed by Jarno Huuskonen. | Todd C. Miller |
2004-07-09 | ansi | Theo de Raadt |
2004-06-22 | use snprintf(3) instead of home-grown glue_strings() function | Anil Madhavapeddy |
2004-06-17 | UUpdate ISC copyright year to 2004 | Todd C. Miller |
2004-05-13 | Set close on exec flag for cron's socket. Jarno Huuskonen | Todd C. Miller |
2004-05-10 | Make the accept socket non-blocking. Should not matter since we | Todd C. Miller |
2003-04-15 | nasty lies from hobbits, clean them out of comments | Theo de Raadt |
2003-02-20 | Sync with ISC cron-current + my at(1) integration. | Todd C. Miller |
2003-02-20 | If there is no cron.allow or cron.deny file, only the superuser may run | Todd C. Miller |
2003-02-18 | Use the SUN_LEN macro to set sun_len correctly | Todd C. Miller |
2002-08-08 | Move closelog() into log_close() function and call that instead | Todd C. Miller |