summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/cron
Commit message (Expand)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* Add `_PATH_DEVZERO'.obrien2000-12-091-3/+4
* Correct definition of MAXHOSTNAMELEN in ifdef'ed out codekris2000-11-261-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Call login_close() to prevent parent from memory leaking in someache2000-07-022-0/+4
* Prevent user from breaking his limits and restrictions orache2000-07-013-4/+61
* Make sure argv gets NULL terminated if cron entry has >= MAX_ARGS argumentsache2000-07-011-0/+1
* Enable SIGCHLD to stop childs complaining to SIG_IGN of it.ache2000-07-011-1/+1
* Catch and report fdopen failures.ghelmer2000-05-231-0/+10
* $Id$ -> $FreeBSD$peter1999-08-2812-12/+12
* This is a hack. Cron runs with stdin/out/err pointing to /dev/console,peter1999-04-061-1/+10
* PR: bin/5572dillon1998-12-131-16/+28
* Fixed printf format errors.bde1998-07-061-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-071-15/+4
* Don't use LDDESTDIR. Just put the -L arg in LDADD.bde1997-12-171-6/+5
* Log run-time parsing errors nowache1997-11-024-9/+34
* Use err(3). Rewrote man page in mdoc format.charnier1997-09-158-51/+72
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Tone down the paranoia a bit in from the previous commit. setusercontext()peter1997-03-141-11/+7
* For some reason, the old login class code didn't seem to be working here.peter1997-03-141-13/+24
* Revert $FreeBSD$ to $Id$peter1997-02-2211-11/+11
* Fix compile breakage: link against libutil.davidn1997-01-211-0/+2
* Make cron login class savvy.davidn1997-01-202-0/+17
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1411-11/+11
* Replace my "inane" usage of snprintf to copy strings with strncpy aspst1996-12-176-22/+44
* Add sendmail option '-oi'wosch1996-11-101-2/+3
* personal (ie: with the crontab command) cron tabs were broken by thepeter1996-09-101-2/+2
* Fix some buffer overflow problems...pst1996-09-081-3/+3
* Fix up some more buffer overflow problems.pst1996-08-051-1/+3
* fix: debug flag 'test' cause endless loopwosch1996-06-302-6/+15
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-3/+3
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-303-313/+0
* Fix a bug that prevented %'s and \'s from being passed to the programjoerg1995-09-101-2/+11
* Remove LOG_FILE definition, close PR 595ache1995-07-061-2/+2
* Remove trailing whitespace.rgrimes1995-05-303-7/+7
* Fix nested comments for -Wcomment warnings.rgrimes1995-05-091-7/+7
* HAVE_SAVED_UIDS not depends of BSD version but dependsache1995-04-291-2/+5
* Fix MAILTO hole by passing -t to sendmailache1995-04-142-33/+5
* Really fix MAILTO hole by parsing spaces.ache1995-04-132-5/+29
* Don't set -or0s (timeout 0) for possible network MAILTOache1995-04-121-3/+2
* Close MAILTO security holeache1995-04-121-3/+7
* Use LDDESTDIR and DPADD more consistently with what Bruce suggests..jkh1994-08-291-3/+7
* Make the LDADD stuff work properly with obj dirs. Whoops.jkh1994-08-291-0/+4
* Set proper destination directory for cron.jkh1994-08-281-0/+2
* Paul Vixie's cron, version 3.0. Munged into bmake format. If this goesjkh1994-08-2716-0/+2513
OpenPOWER on IntegriCloud