summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/do_command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a mechanism to prevent cron jobs from running concurrently.millert2020-04-161-3/+9
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* zap a stray ';' and make a comment less uglytb2018-06-131-5/+2
* Add crontab entry option -n for "No mail when run successful"job2018-06-131-47/+54
* Close cron sockets in child processes.friehm2017-10-231-1/+4
* Check pipe(2) return value; noticed by deraadt@millert2015-11-171-3/+5
* Clean up the remaining uses of stderr and perror() and use warn/errmillert2015-11-151-53/+56
* Remove log_it() and call syslog(3) directly using the same format:millert2015-11-141-14/+11
* Remove unused xpid argument to log_it().millert2015-11-091-6/+6
* Change cron from including all headers in every file to only includingmillert2015-11-041-2/+24
* Use stravis(3) instead of a homegrown vis-like function.millert2015-10-291-5/+7
* Remove cron.pid support. We still want to avoid multiple cronsmillert2015-10-251-2/+1
* remove some more ifdef mazinesstedu2015-10-231-5/+1
* There is no need to keep a global array of sysconf(_SC_OPEN_MAX) elementstedu2015-10-031-3/+5
* unifdef some features we will always have. ok benno zhuktedu2015-10-031-23/+1
* correct copyright, upon approval from paul vixie via todd miller. thederaadt2015-02-091-5/+1
* braces to open a function go on their own line like god intendedtedu2015-01-231-4/+7
* Remove the OK and ERR macros. They obfuscate the code and don'ttedu2015-01-231-3/+3
* minor debug removal cleanuptedu2015-01-231-2/+2
* remove debug code.tedu2015-01-231-49/+4
* Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAXmillert2015-01-141-2/+2
* Use HAVE_FOO for BSD-specific features instead of relying on themillert2015-01-141-3/+3
* Use standard types for wait, readdir, signals and pids.millert2015-01-141-3/+3
* obvious unsigned char cast for ctypederaadt2013-11-231-2/+2
* Allow a '+' in the MAILTO email adress; from Constantine A. Mureninmillert2013-03-071-2/+2
* 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