Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2015-11-15 | Clean up the remaining uses of stderr and perror() and use warn/err | Todd C. Miller |
2015-11-04 | Change cron from including all headers in every file to only including | Todd C. Miller |
2015-10-04 | remove stale comment. there is no need to avoid side effects from a "list" | 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-01-23 | braces to open a function go on their own line like god intended | Ted Unangst |
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 |
2011-08-22 | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO | Todd C. Miller |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2006-04-03 | some more malloc(x * y); bzero() -> calloc(x, y) whacking from | Damien Miller |
2003-06-02 | I'm a dork, I removed the 4th clause of the UCB license instead of | Todd C. Miller |
2003-02-20 | Sync with ISC cron-current + my at(1) integration. | Todd C. Miller |
2002-07-15 | Move atrun(8) functionality into cron(8) proper. This fixes the | Todd C. Miller |
2002-07-09 | We already did a closelog(); no need for it here. | Todd C. Miller |
2002-07-08 | Merge in some changes from Paul Vixie's tree; most are cosmetic | Todd C. Miller |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-01-09 | Kill volatile now that jongjmp is history. | Todd C. Miller |
2001-10-24 | When becoming a daemon, dup stdin, stdout, and stderr to /dev/null | Todd C. Miller |
2001-10-01 | In "r" mode always dup2(STDOUT_FILENO, STDERR_FILENO); from ftpd/popen.c | Todd C. Miller |
2001-06-03 | Move login_cap stuff before pipe duping | Todd C. Miller |
2001-06-02 | Version derived from new ftpd code which has an updated UCB license. | Todd C. Miller |
2001-02-18 | Update to ISC cron 4.0b1 + our patches. This is now under a BSD license. | Todd C. Miller |
2000-08-21 | closelog, and check for various child setup failures; solar@false.com | Theo de Raadt |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller |
1999-08-30 | in cron_popen(), do an initgroups, setlogin() and chdir to the user's | Todd C. Miller |
1999-08-28 | Run sendmail as the user corresponding to the crontab entry. | Todd C. Miller |
1999-08-27 | Make sure argv gets NULL terminated if cron entry has >= MAX_ARGS arguments. | Todd C. Miller |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |