summaryrefslogtreecommitdiffstats
path: root/libexec/lockspool (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use sysexits.h exit values to distinguish between tempfail and permfail.millert2020-02-091-3/+3
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-252-5/+5
* lockspool only plays with files in _PATH_MAILDIR, so unveil that path.deraadt2018-08-081-1/+4
* missing pledge "getpw"deraadt2015-11-241-2/+2
* pledge "stdio rpath wpath cpath fattr"; fattr due to locking code borrowedderaadt2015-10-131-1/+6
* no need to Xr sendmail here;jmc2014-09-161-3/+2
* +.Xr smtpd 8jmc2014-03-271-3/+4
* add EXIT STATUS for /usr/libexec;jmc2010-09-031-6/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* Mention how lockspool is expected to be used.millert2008-10-011-2/+11
* Use poll() to determine when stdin is readable and throw away inputmillert2008-10-011-4/+17
* Use the real uid instead of getlogin() to determine the identitymillert2008-10-011-15/+6
* convert to new .Dd format;jmc2007-05-311-2/+2
* ARGSUSED for signal handlersderaadt2006-03-311-2/+3
* #include <signal.h>, not <sys/signal.h>millert2006-01-021-3/+3
* use STD{IN,OUT,ERR}_FILENOderaadt2005-04-131-3/+3
* add missing includesdavid2003-07-101-2/+3
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-8/+8
* Remove promotion clause; OK w/ deraadt@millert2003-06-031-4/+2
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+11
* fix Xr refs; frisco@blackant.netderaadt2002-09-181-2/+2
* KNFderaadt2002-07-031-8/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* Add SIGPIPE to the list of signals we catch and unlock/exit on.millert2001-09-051-2/+3
* Use merr() not err() since due to function name change in mail.local/locking.cmillert2001-09-041-4/+4
* err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; millert helpedderaadt2001-08-181-3/+3
* $OpenBSD$niklas2001-01-281-0/+2
* use _exit() in signal handlerderaadt2001-01-171-3/+3
* libexec man page fleshing. again, bored on the plane home.aaron2000-10-301-17/+25
* superuser may now specify another user's spool to lock.millert1998-09-272-6/+14
* kill bogus ENVIRONMENT section and clean up slightlymillert1998-08-151-7/+4
* Move the spool locking functionality of "mail.local -H" into its ownmillert1998-08-153-0/+187