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
/
database.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-02-05
Pass a FILE * instead of a file descriptor into load_user() and
Todd C. Miller
2017-10-25
Open a bunch of fds with O_CLOEXEC
Jeremie Courreges-Anglas
2017-06-07
In cron(8), require that crontab and at files in the spool be owned
Todd C. Miller
2016-01-11
When caching the mtime of the spool directory and system crontab files,
Todd C. Miller
2015-11-14
Remove log_it() and call syslog(3) directly using the same format:
Todd C. Miller
2015-11-12
Use absolute paths in pathnames.h. There is no longer a need to
Todd C. Miller
2015-11-09
Remove unused xpid argument to log_it().
Todd C. Miller
2015-11-09
Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improve
Todd C. Miller
2015-11-09
queue(3) instead of homegrown queues and lists. This also fixes
Todd C. Miller
2015-11-04
Change cron from including all headers in every file to only including
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-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-14
Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAX
Todd C. Miller
2015-01-14
Use standard types for wait, readdir, signals and pids.
Todd C. Miller
2010-12-14
Treat a missing spool dir like an empty one. OK deraadt@
Todd C. Miller
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-03-28
Since /etc/crontab is not edited via crontab(1) there's no good
Todd C. Miller
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
2004-06-03
Though crontab files are created mode 0600 we should accept ones that
Todd C. Miller
2003-03-15
Use strlcpy() instead of pre-checking the src len and using strcpy()
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-08-04
Extra paranoia -- check that pw_name matches the crontab user's name.
Todd C. Miller
2002-08-02
o Instead of passing "*system*" as the fname to process_crontab()
Todd C. Miller
2002-07-08
Merge in some changes from Paul Vixie's tree; most are cosmetic
Todd C. Miller
2002-05-09
crontab is no longer setuid root, it is now setgid crontab.
Todd C. Miller
2001-02-18
Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.
Todd C. Miller
2000-08-21
snprintf sprinkles; solar@false.com & I
Theo de Raadt
1997-12-22
handle timing normally except when clock jumps between 1 and 3 hours. If it
Theo de Raadt
1996-09-15
enlarge buffer
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt