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
/
misc.c
Age
Commit message (
Expand
)
Author
2004-09-16
nice off_t cast
Theo de Raadt
2004-07-22
Fix incorrect snprintf return value check noticed by Jarno Huuskonen.
Todd C. Miller
2004-07-09
ansi
Theo de Raadt
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-05-13
Set close on exec flag for cron's socket. Jarno Huuskonen
Todd C. Miller
2004-05-10
Make the accept socket non-blocking. Should not matter since we
Todd C. Miller
2003-04-15
nasty lies from hobbits, clean them out of comments
Theo de Raadt
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-18
Use the SUN_LEN macro to set sun_len correctly
Todd C. Miller
2002-08-08
Move closelog() into log_close() function and call that instead
Todd C. Miller
2002-07-15
Move atrun(8) functionality into cron(8) proper. This fixes the
Todd C. Miller
2002-07-09
o Add _PATH_CRON_PID which is built up from PIDDIR and PIDFILE via string
Todd C. Miller
2002-07-08
Merge in some changes from Paul Vixie's tree; most are cosmetic
Todd C. Miller
2002-05-28
Kill an sscanf() in favor of strtol()
Todd C. Miller
2002-05-28
use %ld (long) for pid
Theo de Raadt
2002-05-22
Set close-on-exec flag for the socket cron selects on.
Todd C. Miller
2002-05-22
o avoid stdio in acquire_daemonlock() so we don't leak FILE * memory
Todd C. Miller
2002-05-09
allowed() is only called once so there is no need to use static
Todd C. Miller
2002-05-09
Missing piece from last commit.
Todd C. Miller
2002-05-09
Better error handling for in_file(); from Owl
Todd C. Miller
2002-05-09
crontab is no longer setuid root, it is now setgid crontab.
Todd C. Miller
2001-12-12
o pids should be pid_t, not int
Todd C. Miller
2001-02-20
Turn get_gmtoff into a macro for OSes with tm_gmtoff (like OpenBSD).
Todd C. Miller
2001-02-19
Normalize the time in minutes to GMT so we can really catch DST changes
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
1999-08-06
uid_t and gid_t, and use %u
Theo de Raadt
1998-07-10
do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling
Theo de Raadt
1998-03-30
Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places
Theo de Raadt
1996-12-17
use snprintf when storing the string from strerror(). Who knows how
Todd C. Miller
1996-11-01
Check malloc/strdup ret val and deal.
Todd C. Miller
1995-10-18
initial import of NetBSD tree
Theo de Raadt