summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/do_command.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Run sendmail as the user corresponding to the crontab entry.millert1999-08-281-2/+2
| | | | | | This keeps a user from abusing sendmail via the MAILTO var. Had to drop -or0s from MAILARGS since that causes sendmail to drop its privs (contrary to the sendmail docs).
* when handling % line breaks, correctly handle escaped % which should be embedded; fenner@parc.xerox.comderaadt1998-05-081-2/+11
|
* Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various placesderaadt1998-03-301-5/+14
|
* handle timing normally except when clock jumps between 1 and 3 hours. If itderaadt1997-12-221-2/+2
| | | | | jumps, attempt as best as possible to gaurantee that jobs DO run, but only run ONCE; patch by thompson@.tgsoft.com
* setlogin(username)deraadt1996-08-071-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+501