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
Age
Commit message (
Expand
)
Author
2004-05-13
Pasto, change a cast from uid_t to gid_t (no real change...)
Todd C. Miller
2004-05-13
Set close on exec flag for cron's socket. Jarno Huuskonen
Todd C. Miller
2004-05-13
If we get EAGAIN reading from the cron socket check both cron and
Todd C. Miller
2004-05-10
Make the accept socket non-blocking. Should not matter since we
Todd C. Miller
2004-05-03
Make socket that reads reload requests from crontab be non-blocking.
Todd C. Miller
2004-04-26
isalnum() does not match '_' so check it explicitly. This allows cron
Todd C. Miller
2004-02-24
remove reference to -x bit;
Jason McIntyre
2003-07-30
Use (char *)NULL instead of (char *)0 in execl and execle; Andrey Matveev
Todd C. Miller
2003-06-26
two missing protos
Theo de Raadt
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-12
- section reorder
Jason McIntyre
2003-06-03
Don't need 'all right reserved'; brings this into line with my other
Todd C. Miller
2003-06-02
I'm a dork, I removed the 4th clause of the UCB license instead of
Todd C. Miller
2003-05-12
feof() can only be used after you actually hit EOF so the check
Todd C. Miller
2003-04-17
Change a few return values from char to int since these functions
Todd C. Miller
2003-04-15
nasty lies from hobbits, clean them out of comments
Theo de Raadt
2003-04-14
Use setproctitle() instead of the CAPITALIZE_FOR_PS hack. Inspired
Todd C. Miller
2003-03-15
Use strlcpy() instead of pre-checking the src len and using strcpy()
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
these pages all had bad section numbers in the .Xr's;
Jason McIntyre
2003-03-10
Log that cron started up after we detach from the controlling terminal
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-09
Catch lines w/o EOF. Previously they were silently ignored.
Todd C. Miller
2003-03-04
Deref the correct passwd pointer in a Debug statement.
Todd C. Miller
2003-02-28
Fix double Debug() usage, for instance, Debug(DPARS|DEXT...)
Mike Pechkin
2003-02-27
Fix parsing of '0' and non-alphanumerics in steps; found by mpech@
Todd C. Miller
2003-02-21
Improved environment variable parser from FreeBSD (Thomas Quinot).
Todd C. Miller
2003-02-20
Sync with ISC cron-current + my at(1) integration.
Todd C. Miller
2003-02-20
If there is no cron.allow or cron.deny file, only the superuser may run
Todd C. Miller
2003-02-20
cron.{allow,deny}, not at.{allow,deny}; noticed by Dries Schellekens
Todd C. Miller
2003-02-19
Mention that /etc/crontab must be mode 0600 if it exists.
Todd C. Miller
2003-02-19
Move contents of /var/at into /var/cron since at is now intergrated into
Todd C. Miller
2003-02-18
correct a typo from earlier today
Todd C. Miller
2003-02-18
Use the SUN_LEN macro to set sun_len correctly
Todd C. Miller
2003-02-17
Add a -n flag and version string; from vixie
Todd C. Miller
2003-02-01
typos;
Jason McIntyre
2002-08-10
Just zero out pw_passwd in the pw_dup()'d copy. There's no need
Todd C. Miller
2002-08-08
Move closelog() into log_close() function and call that instead
Todd C. Miller
2002-08-08
Make wakeupKind an enum for clarity at Vixie's request
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-17
Include limits.h since we use LONG_MAX; we squeaked by with an
Todd C. Miller
2002-07-15
fix typo (pw vs. pwd) in unused code
Todd C. Miller
2002-07-15
Pass e->pwd to auth_setpwd() to avoid extra passwd lookup in BSD auth routines
Todd C. Miller
2002-07-15
Move login_close() out of #ifdef BSD_AUTH block
Todd C. Miller
[next]