index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
cron
/
entry.c
Age
Commit message (
Expand
)
Author
2024-08-23
cron: use strtonum() and tighter limits on step values
Todd C. Miller
2024-08-19
Fix CVE-2024-43688, buffer underflow for very large step values
Todd C. Miller
2023-07-19
Fix skipping of white space after the username in /etc/crontab.
Todd C. Miller
2023-06-13
Upstream fixes for @yearly, @monthly, @weekly, @daily and @hourly.
Todd C. Miller
2023-06-04
Correct the comment in get_range() describing the range syntax.
Todd C. Miller
2023-05-08
cron: bounds check the high and low bounds for in a random range.
Todd C. Miller
2023-05-07
cron: check for garbage after the '~' in a random range.
Todd C. Miller
2023-05-06
Support random offsets when using ranges with a step value in cron.
Todd C. Miller
2022-05-21
repair a few more backwards compares that create headaches
Theo de Raadt
2020-04-18
Rewrite the flag-parsing code to be getopt-like. Tight formations like
Theo de Raadt
2020-04-16
Add a mechanism to prevent cron jobs from running concurrently.
Todd C. Miller
2020-04-15
Add support for random values using the '~' operator.
Todd C. Miller
2018-06-13
Add crontab entry option -n for "No mail when run successful"
job
2015-11-14
Remove log_it() and call syslog(3) directly using the same format:
Todd C. Miller
2015-11-09
Remove unused xpid argument to log_it().
Todd C. Miller
2015-11-08
Quiet silly clang analyzer warning in calloc() usage.
Todd C. Miller
2015-11-04
Change cron from including all headers in every file to only including
Todd C. Miller
2015-11-04
Change some globals from extern to static when they are not used
Todd C. Miller
2015-10-26
Remove some useless defines and the set_cron_uid() function.
Todd C. Miller
2015-10-06
clear out some more legacy code and whatnot
Ted Unangst
2015-10-03
unifdef some features we will always have. ok benno zhuk
Ted Unangst
2015-02-09
correct copyright, upon approval from paul vixie via todd miller. the
Theo de Raadt
2015-01-23
braces to open a function go on their own line like god intended
Ted Unangst
2015-01-23
Remove the OK and ERR macros. They obfuscate the code and don't
Ted Unangst
2015-01-23
remove debug code.
Ted Unangst
2015-01-22
delete useless casts. ok deraadt guenther millert
Ted Unangst
2015-01-14
Use HAVE_FOO for BSD-specific features instead of relying on the
Todd C. Miller
2014-08-25
Delete secret or secret-derived data with explicit_bzero.
Doug Hogan
2011-05-19
Fix some possible NULL pointer dereferences, and a little bit of cleanup.
Peter Hessler
2009-10-29
do not discard the first character of the command after the -q option
Markus Friedl
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2005-01-30
fix some whitespace
Todd C. Miller
2004-06-22
Recent glue_strings change reversed a few checks; fix up conditionals
Anil Madhavapeddy
2004-06-22
use snprintf(3) instead of home-grown glue_strings() function
Anil Madhavapeddy
2004-06-17
UUpdate ISC copyright year to 2004
Todd C. Miller
2003-06-26
two missing protos
Theo de Raadt
2003-04-17
Change a few return values from char to int since these functions
Todd C. Miller
2003-03-12
Move range sanity check out of get_number() and into get_range() since
Todd C. Miller
2003-03-11
Catch more syntax errors that were previously ignored. I've rewritten
Todd C. Miller
2003-03-10
Change a e_username to e_cmd.
Todd C. Miller
2003-03-10
Back out changes to get_number() that I didn't intend to commit.
Todd C. Miller
2003-03-10
Do the check for missing command before the un_getchar(); otherwise
Todd C. Miller
2003-03-09
Fix error line number reporting for syntax errors (noticed by mpech@).
Todd C. Miller
2003-03-04
Deref the correct passwd pointer in a Debug statement.
Todd C. Miller
2003-02-27
Fix parsing of '0' and non-alphanumerics in steps; found by mpech@
Todd C. Miller
2003-02-20
Sync with ISC cron-current + my at(1) integration.
Todd C. Miller
2002-08-10
Just zero out pw_passwd in the pw_dup()'d copy. There's no need
Todd C. Miller
2002-08-07
paranoia: zero out pw_passwd since we don't need it
Todd C. Miller
2002-07-15
Move atrun(8) functionality into cron(8) proper. This fixes the
Todd C. Miller
2002-07-11
More syncing with my cron 4.0 patch tree, basically cosmetic:
Todd C. Miller
[next]