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