| Commit message (Expand) | Author | Age | Files | Lines |
* | Call login_close() to prevent parent from memory leaking in some | ache | 2000-07-02 | 2 | -0/+4 |
* | Prevent user from breaking his limits and restrictions or | ache | 2000-07-01 | 3 | -4/+61 |
* | Make sure argv gets NULL terminated if cron entry has >= MAX_ARGS arguments | ache | 2000-07-01 | 1 | -0/+1 |
* | Enable SIGCHLD to stop childs complaining to SIG_IGN of it. | ache | 2000-07-01 | 1 | -1/+1 |
* | Catch and report fdopen failures. | ghelmer | 2000-05-23 | 1 | -0/+10 |
* | Catch and report memory allocation failures. | ghelmer | 2000-05-23 | 2 | -27/+95 |
* | Allocate space for arrays of type "char *", not "char **". | ghelmer | 2000-04-30 | 1 | -3/+3 |
* | Fix a situation where a pointer which should point to dynamically | ghelmer | 2000-04-28 | 1 | -3/+8 |
* | Revive rev 1.12 (NetBSD improvements including @ shortcuts). | sheldonh | 2000-03-14 | 1 | -0/+24 |
* | Fix parsing of commands after @ keywords (@hourly, @daily, etc.). | ghelmer | 2000-03-13 | 1 | -1/+16 |
* | Back out previous commit. The code is not ready for it. | sheldonh | 2000-03-13 | 1 | -24/+0 |
* | Merge in NetBSD improvements: | sheldonh | 2000-03-08 | 1 | -0/+24 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 27 | -27/+27 |
* | Bad reference of su(8) changed to su(1). | chris | 1999-08-14 | 1 | -3/+3 |
* | Christen a BUGS section for an explanation of the impact of Daylight | sheldonh | 1999-08-11 | 1 | -1/+13 |
* | Changed 'overriding what /etc/passwd says' to 'overriding default set | n_hibma | 1999-07-27 | 1 | -2/+2 |
* | This is a hack. Cron runs with stdin/out/err pointing to /dev/console, | peter | 1999-04-06 | 1 | -1/+10 |
* | y2k nit: print 4 digit years correctly. | danny | 1999-01-16 | 1 | -3/+6 |
* | PR: bin/5572 | dillon | 1998-12-13 | 1 | -16/+28 |
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -2/+2 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 3 | -6/+6 |
* | Added forgotten new file for `-Lfoo -lbar' -> `foo/bar.a' change. | bde | 1998-03-08 | 1 | -0/+9 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 2 | -29/+8 |
* | Don't use LDDESTDIR. Just put the -L arg in LDADD. | bde | 1997-12-17 | 2 | -13/+11 |
* | Log run-time parsing errors now | ache | 1997-11-02 | 8 | -16/+88 |
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -3/+3 |
* | Use err(3). Rewrote man page in mdoc format. | charnier | 1997-09-15 | 14 | -343/+347 |
* | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!". | pst | 1997-06-29 | 1 | -1/+1 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 2 | -4/+4 |
* | Tone down the paranoia a bit in from the previous commit. setusercontext() | peter | 1997-03-14 | 1 | -11/+7 |
* | For some reason, the old login class code didn't seem to be working here. | peter | 1997-03-14 | 1 | -13/+24 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 24 | -24/+24 |
* | crontab(5) incorrectly documented the dom/month arguments. | mpp | 1997-02-13 | 1 | -2/+2 |
* | Fix compile breakage: link against libutil. | davidn | 1997-01-21 | 1 | -0/+2 |
* | Make cron login class savvy. | davidn | 1997-01-20 | 2 | -0/+17 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 24 | -24/+24 |
* | Replace my "inane" usage of snprintf to copy strings with strncpy as | pst | 1996-12-17 | 9 | -41/+102 |
* | Close yet another buffer overrun | pst | 1996-12-16 | 1 | -2/+2 |
* | Add sendmail option '-oi' | wosch | 1996-11-10 | 1 | -2/+3 |
* | personal (ie: with the crontab command) cron tabs were broken by the | peter | 1996-09-10 | 1 | -2/+2 |
* | Fix some buffer overflow problems... | pst | 1996-09-08 | 1 | -3/+3 |
* | Gratuitous whitespace change so that I can commit the source of the recent | pst | 1996-08-05 | 1 | -3/+1 |
* | Fix up some more buffer overflow problems. | pst | 1996-08-05 | 2 | -5/+9 |
* | fix: debug flag 'test' cause endless loop | wosch | 1996-06-30 | 2 | -6/+15 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 2 | -6/+6 |
* | Quick patch to fix a bug where issuing ctl-c while in crontab -e | scrappy | 1996-04-09 | 1 | -3/+11 |
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 3 | -313/+0 |
* | Fix a bug that prevented %'s and \'s from being passed to the program | joerg | 1995-09-10 | 1 | -2/+11 |
* | Check for expired passwords before allowing access to the system. | mpp | 1995-08-28 | 1 | -1/+6 |
* | Remove LOG_FILE definition, close PR 595 | ache | 1995-07-06 | 1 | -2/+2 |