summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/entry.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the flag-parsing code to be getopt-like. Tight formations likederaadt2020-04-181-37/+32
* Add a mechanism to prevent cron jobs from running concurrently.millert2020-04-161-1/+9
* Add support for random values using the '~' operator.millert2020-04-151-17/+44
* Add crontab entry option -n for "No mail when run successful"job2018-06-131-2/+20
* Remove log_it() and call syslog(3) directly using the same format:millert2015-11-141-5/+6
* Remove unused xpid argument to log_it().millert2015-11-091-5/+5
* Quiet silly clang analyzer warning in calloc() usage.millert2015-11-081-2/+2
* Change cron from including all headers in every file to only includingmillert2015-11-041-2/+16
* Change some globals from extern to static when they are not usedmillert2015-11-041-15/+25
* Remove some useless defines and the set_cron_uid() function.millert2015-10-261-5/+5
* clear out some more legacy code and whatnottedu2015-10-061-7/+1
* unifdef some features we will always have. ok benno zhuktedu2015-10-031-16/+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-5/+9
* Remove the OK and ERR macros. They obfuscate the code and don'ttedu2015-01-231-2/+2
* remove debug code.tedu2015-01-231-24/+1
* delete useless casts. ok deraadt guenther millerttedu2015-01-221-2/+2
* Use HAVE_FOO for BSD-specific features instead of relying on themillert2015-01-141-3/+1
* Delete secret or secret-derived data with explicit_bzero.doug2014-08-251-2/+2
* Fix some possible NULL pointer dereferences, and a little bit of cleanup.phessler2011-05-191-9/+9
* do not discard the first character of the command after the -q optionmarkus2009-10-291-2/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* fix some whitespacemillert2005-01-301-3/+4
* Recent glue_strings change reversed a few checks; fix up conditionalsavsm2004-06-221-17/+22
* use snprintf(3) instead of home-grown glue_strings() functionavsm2004-06-221-12/+12
* UUpdate ISC copyright year to 2004millert2004-06-171-14/+15
* two missing protosderaadt2003-06-261-3/+3
* Change a few return values from char to int since these functionsmillert2003-04-171-12/+12
* Move range sanity check out of get_number() and into get_range() sincemillert2003-03-121-7/+5
* Catch more syntax errors that were previously ignored. I've rewrittenmillert2003-03-111-35/+39
* Change a e_username to e_cmd.millert2003-03-101-3/+3
* Back out changes to get_number() that I didn't intend to commit.millert2003-03-101-37/+35
* Do the check for missing command before the un_getchar(); otherwisemillert2003-03-101-42/+44
* Fix error line number reporting for syntax errors (noticed by mpech@).millert2003-03-091-15/+28
* Deref the correct passwd pointer in a Debug statement.millert2003-03-041-3/+3
* Fix parsing of '0' and non-alphanumerics in steps; found by mpech@millert2003-02-271-3/+5
* Sync with ISC cron-current + my at(1) integration.millert2003-02-201-7/+10
* Just zero out pw_passwd in the pw_dup()'d copy. There's no needmillert2002-08-101-3/+3
* paranoia: zero out pw_passwd since we don't need itmillert2002-08-071-4/+4
* Move atrun(8) functionality into cron(8) proper. This fixes themillert2002-07-151-5/+10
* More syncing with my cron 4.0 patch tree, basically cosmetic:millert2002-07-111-3/+3
* Add a new error code for memory allocation failures, e_memory andmillert2002-07-111-25/+21
* Merge in some changes from Paul Vixie's tree; most are cosmeticmillert2002-07-081-73/+44
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-4/+4
* Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.millert2001-02-181-59/+97
* snprintf sprinkles; solar@false.com & Ideraadt2000-08-211-2/+2
* fix parsing of commands after @ keywords and hourly bitmap handling;deraadt2000-03-181-2/+10
* handle timing normally except when clock jumps between 1 and 3 hours. If itderaadt1997-12-221-3/+8
* avoid more oflows; at this stage paranoia exceeds reality by a lot since our passwd suite is fascistderaadt1996-12-161-5/+5
* Check to make sure first char of command is not '*' since that willmillert1996-12-141-1/+4