Age | Commit message (Expand) | Author |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2019-10-20 | Use strtonum(3) in atrun. Also limit uid/gid to UID_MAX-1 and | Todd C. Miller |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2017-10-25 | Open a bunch of fds with O_CLOEXEC | Jeremie Courreges-Anglas |
2017-10-23 | Close the socket (and dfd) in at(1) child processes | Jeremie Courreges-Anglas |
2017-06-08 | Add logging for when we find a non-file in the at spool that was | Todd C. Miller |
2017-06-07 | In cron(8), require that crontab and at files in the spool be owned | Todd C. Miller |
2017-06-07 | When running at jobs, open the at spool and use the directory fd | Todd C. Miller |
2016-01-11 | When caching the mtime of the spool directory and system crontab files, | Todd C. Miller |
2015-11-17 | Check pipe(2) return value; noticed by deraadt@ | Todd C. Miller |
2015-11-15 | Clean up the remaining uses of stderr and perror() and use warn/err | Todd C. Miller |
2015-11-14 | Remove log_it() and call syslog(3) directly using the same format: | Todd C. Miller |
2015-11-12 | Use absolute paths in pathnames.h. There is no longer a need to | Todd C. Miller |
2015-11-09 | Remove unused xpid argument to log_it(). | Todd C. Miller |
2015-11-09 | Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improve | Todd C. Miller |
2015-11-09 | Use fstatat() when checking the files in the at queue so we | Todd C. Miller |
2015-11-09 | queue(3) instead of homegrown queues and lists. This also fixes | Todd C. Miller |
2015-11-04 | Change cron from including all headers in every file to only including | 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-03 | There is no need to keep a global array of sysconf(_SC_OPEN_MAX) elements | Ted Unangst |
2015-10-03 | unifdef some features we will always have. ok benno zhuk | Ted Unangst |
2015-08-25 | Use ppoll(2) instead of poll(2). This has two benefits. Firstly, | Todd C. Miller |
2015-02-09 | clean up flags++ instances around getopt() | Theo de Raadt |
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-19 | If UID_MAX is not defined, this should fail to compile. | Theo de Raadt |
2015-01-14 | Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAX | Todd C. Miller |
2015-01-14 | Use HAVE_FOO for BSD-specific features instead of relying on the | Todd C. Miller |
2015-01-14 | Use standard types for wait, readdir, signals and pids. | Todd C. Miller |
2013-11-23 | remove redundant check, and be a bit more careful about queue naming | Theo de Raadt |
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-03-03 | Reset the SIGPIPE signal handler immediately before executing a command. | Todd C. Miller |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2006-08-13 | Add Auto-Submitted header in generated mail as per RFC 3834. | Todd C. Miller |
2005-01-30 | Proper cleanup on malloc failure; Andrey Matveev | Todd C. Miller |
2004-06-17 | UUpdate ISC copyright year to 2004 | Todd C. Miller |
2004-06-03 | More changes from Dmitry V. Levin: | Todd C. Miller |
2004-05-13 | Pasto, change a cast from uid_t to gid_t (no real change...) | Todd C. Miller |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-05-12 | feof() can only be used after you actually hit EOF so the check | Todd C. Miller |
2003-04-14 | Use setproctitle() instead of the CAPITALIZE_FOR_PS hack. Inspired | Todd C. Miller |
2003-03-15 | Use strlcpy() instead of pre-checking the src len and using strcpy() | Todd C. Miller |
2003-02-20 | Sync with ISC cron-current + my at(1) integration. | Todd C. Miller |
2002-08-10 | Just zero out pw_passwd in the pw_dup()'d copy. There's no need | Todd C. Miller |