Age | Commit message (Expand) | Author |
2002-01-09 | Kill volatile now that jongjmp is history. | Todd C. Miller |
2001-12-20 | Cause crontab to send SIGUSR1 when a user's crontab file has changed. | Todd C. Miller |
2001-12-13 | Mention that cron should be started late in the rc file and why. | Todd C. Miller |
2001-12-12 | o pids should be pid_t, not int | Todd C. Miller |
2001-12-11 | If we receive a signal during the sleep(), run signal handlers as | Todd C. Miller |
2001-12-07 | do not call abort(), it is tasteless | Theo de Raadt |
2001-11-17 | save errno in signal handler | Theo de Raadt |
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-08-22 | More manpage mania. Crontab entries are comprised of a certain number | Hugh Graham |
2001-08-22 | o System crontab has seven (7) fields | Heikki Korpela |
2001-08-19 | Better file change detection: | Todd C. Miller |
2001-08-11 | If waitpid() returns -1, check for EINTR | Todd C. Miller |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin |
2001-07-13 | flags set in signal handlers should be volatile sig_atomic_t | Todd C. Miller |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-06-19 | o Don't talk about /bin/mail vs. sendmail since we always build with | 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-05-29 | build with BSD auth support | Todd C. Miller |
2001-02-21 | Add back code in find_jobs() that got dropped in cron merge. | Todd C. Miller |
2001-02-20 | Turn get_gmtoff into a macro for OSes with tm_gmtoff (like OpenBSD). | Todd C. Miller |
2001-02-19 | Normalize the time in minutes to GMT so we can really catch DST changes | Todd C. Miller |
2001-02-19 | We handle the clock going backwards. | Todd C. Miller |
2001-02-18 | Don't run sendmail with the -or0s arg since it causes sendmail to | Todd C. Miller |
2001-02-18 | NULL vs '\0' | Todd C. Miller |
2001-02-18 | Define CAPITALIZE_FOR_PS so children are capitalized in ps (like before). | Todd C. Miller |
2001-02-18 | Update to ISC cron 4.0b1 + our patches. This is now under a BSD license. | Todd C. Miller |
2001-02-12 | Define MAX_UNAME in terms of _PW_NAME_LEN. Potential problem found by | Todd C. Miller |
2001-01-19 | mark remaining signal races which are difficult to fix | Theo de Raadt |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt |
2000-08-21 | snprintf sprinkles; solar@false.com & I | Theo de Raadt |
2000-08-21 | correct tmp file path; solar@false.com | Theo de Raadt |
2000-08-21 | swap_uids_back; solar@false.com | Theo de Raadt |
2000-08-21 | closelog, and check for various child setup failures; solar@false.com | Theo de Raadt |
2000-08-21 | prototype repair | Theo de Raadt |
2000-08-21 | strncpy not safe on overlapping strings | Theo de Raadt |
2000-08-21 | save errno in handler | Theo de Raadt |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller |
2000-06-03 | Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" from | Todd C. Miller |
2000-04-15 | - `coexist', not `co-exist'; it's not hyphenated. | Aaron Campbell |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell |
2000-03-18 | fix parsing of commands after @ keywords and hourly bitmap handling; | Theo de Raadt |
2000-01-10 | the the | Theo de Raadt |
1999-11-20 | Use mkstemp() for the temp file created in the tabs dir and | Todd C. Miller |
1999-08-30 | in cron_popen(), do an initgroups, setlogin() and chdir to the user's | Todd C. Miller |
1999-08-29 | Add comment to remind people not to use args in MAILARGS that will | 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 |