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
/
do_command.c
Age
Commit message (
Expand
)
Author
2010-12-14
Use _exit() not exit() after forking. OK deraadt@
Todd C. Miller
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-05-25
Check fdopen() return value.
Todd C. Miller
2007-04-10
privledges -> privileges
Miod Vallat
2006-08-13
Add Auto-Submitted header in generated mail as per RFC 3834.
Todd C. Miller
2004-06-17
UUpdate ISC copyright year to 2004
Todd C. Miller
2004-06-06
Fix typo in last commit for non-compiled code. Dmitry V. Levin
Todd C. Miller
2004-06-03
More changes from Dmitry V. Levin:
Todd C. Miller
2004-04-26
isalnum() does not match '_' so check it explicitly. This allows cron
Todd C. Miller
2003-07-30
Use (char *)NULL instead of (char *)0 in execl and execle; Andrey Matveev
Todd C. Miller
2003-04-14
Use setproctitle() instead of the CAPITALIZE_FOR_PS hack. Inspired
Todd C. Miller
2003-02-20
Sync with ISC cron-current + my at(1) integration.
Todd C. Miller
2002-08-08
Move closelog() into log_close() function and call that instead
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 atrun(8) functionality into cron(8) proper. This fixes the
Todd C. Miller
2002-07-12
Do not collapse \\ -> \ in a command, the shell will be unhappy with
Todd C. Miller
2002-07-08
Merge in some changes from Paul Vixie's tree; most are cosmetic
Todd C. Miller
2002-06-23
uid_t and gid_t are unsigned
Theo de Raadt
2002-06-21
Correctly close the writing end of the pipe when dup'ing the fd to
Todd C. Miller
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-02-19
Fix gethostname() usage.
Mike Pechkin
2002-01-09
Kill volatile now that jongjmp is history.
Todd C. Miller
2001-10-24
When becoming a daemon, dup stdin, stdout, and stderr to /dev/null
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
2000-08-20
Add calls to setusercontext() and login_get*(). We basically call
Todd C. Miller
2000-06-03
Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" from
Todd C. Miller
1999-08-28
Run sendmail as the user corresponding to the crontab entry.
Todd C. Miller
1998-05-08
when handling % line breaks, correctly handle escaped % which should be embed...
Theo de Raadt
1998-03-30
Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places
Theo de Raadt
1997-12-22
handle timing normally except when clock jumps between 1 and 3 hours. If it
Theo de Raadt
1996-08-07
setlogin(username)
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt