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
/
libexec
/
lockspool
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2020-02-09
Use sysexits.h exit values to distinguish between tempfail and permfail.
Todd C. Miller
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
Todd C. Miller
2018-08-08
lockspool only plays with files in _PATH_MAILDIR, so unveil that path.
Theo de Raadt
2015-11-24
missing pledge "getpw"
Theo de Raadt
2015-10-13
pledge "stdio rpath wpath cpath fattr"; fattr due to locking code borrowed
Theo de Raadt
2014-09-16
no need to Xr sendmail here;
Jason McIntyre
2014-03-27
+.Xr smtpd 8
Jason McIntyre
2010-09-03
add EXIT STATUS for /usr/libexec;
Jason McIntyre
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-10-01
Mention how lockspool is expected to be used.
Todd C. Miller
2008-10-01
Use poll() to determine when stdin is readable and throw away input
Todd C. Miller
2008-10-01
Use the real uid instead of getlogin() to determine the identity
Todd C. Miller
2007-05-31
convert to new .Dd format;
Jason McIntyre
2006-03-31
ARGSUSED for signal handlers
Theo de Raadt
2006-01-02
#include <signal.h>, not <sys/signal.h>
Todd C. Miller
2005-04-13
use STD{IN,OUT,ERR}_FILENO
Theo de Raadt
2003-07-10
add missing includes
David Krause
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-03
Remove promotion clause; OK w/ deraadt@
Todd C. Miller
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2002-09-18
fix Xr refs; frisco@blackant.net
Theo de Raadt
2002-07-03
KNF
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-05
Add SIGPIPE to the list of signals we catch and unlock/exit on.
Todd C. Miller
2001-09-04
Use merr() not err() since due to function name change in mail.local/locking.c
Todd C. Miller
2001-08-18
err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; millert...
Theo de Raadt
2001-01-28
$OpenBSD$
Niklas Hallqvist
2001-01-17
use _exit() in signal handler
Theo de Raadt
2000-10-30
libexec man page fleshing. again, bored on the plane home.
Aaron Campbell
1998-09-27
superuser may now specify another user's spool to lock.
Todd C. Miller
1998-08-15
kill bogus ENVIRONMENT section and clean up slightly
Todd C. Miller
1998-08-15
Move the spool locking functionality of "mail.local -H" into its own
Todd C. Miller