summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/do_command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENOmillert2011-08-221-19/+19
* Reset the SIGPIPE signal handler immediately before executing a command.millert2011-03-031-1/+3
* Use _exit() not exit() after forking. OK deraadt@millert2010-12-141-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* Check fdopen() return value.millert2007-05-251-10/+13
* privledges -> privilegesmiod2007-04-101-3/+3
* Add Auto-Submitted header in generated mail as per RFC 3834.millert2006-08-131-2/+3
* UUpdate ISC copyright year to 2004millert2004-06-171-13/+14
* Fix typo in last commit for non-compiled code. Dmitry V. Levinmillert2004-06-061-3/+3
* More changes from Dmitry V. Levin:millert2004-06-031-15/+16
* isalnum() does not match '_' so check it explicitly. This allows cronmillert2004-04-261-3/+4
* Use (char *)NULL instead of (char *)0 in execl and execle; Andrey Matveevmillert2003-07-301-5/+5
* Use setproctitle() instead of the CAPITALIZE_FOR_PS hack. Inspiredmillert2003-04-141-13/+4
* Sync with ISC cron-current + my at(1) integration.millert2003-02-201-10/+13
* Move closelog() into log_close() function and call that insteadmillert2002-08-081-5/+3
* fix typo (pw vs. pwd) in unused codemillert2002-07-151-3/+3
* Pass e->pwd to auth_setpwd() to avoid extra passwd lookup in BSD auth routinesmillert2002-07-151-4/+12
* Move atrun(8) functionality into cron(8) proper. This fixes themillert2002-07-151-32/+34
* Do not collapse \\ -> \ in a command, the shell will be unhappy withmillert2002-07-121-3/+3
* Merge in some changes from Paul Vixie's tree; most are cosmeticmillert2002-07-081-2/+2
* uid_t and gid_t are unsignedderaadt2002-06-231-7/+7
* Correctly close the writing end of the pipe when dup'ing the fd tomillert2002-06-211-3/+3
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-3/+3
* Fix gethostname() usage.mpech2002-02-191-3/+3
* Kill volatile now that jongjmp is history.millert2002-01-091-5/+5
* When becoming a daemon, dup stdin, stdout, and stderr to /dev/nullmillert2001-10-241-11/+14
* Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.millert2001-02-181-166/+125
* snprintf sprinkles; solar@false.com & Ideraadt2000-08-211-3/+2
* Add calls to setusercontext() and login_get*(). We basically callmillert2000-08-201-3/+38
* Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" frommillert2000-06-031-2/+2
* Run sendmail as the user corresponding to the crontab entry.millert1999-08-281-2/+2
* 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
* setlogin(username)deraadt1996-08-071-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+501