summaryrefslogtreecommitdiffstats
path: root/libexec/mail.local/locking.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove support for world-writable mail spools.millert2020-05-271-75/+4
* Use sysexits.h exit values to distinguish between tempfail and permfail.millert2020-02-091-9/+16
* Allow mail.local to be run as non-root.millert2020-02-021-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+5
* Close file descriptor before next try getting a good one.tobias2014-01-171-1/+2
* Back out rev 1.2 and use mkstemp(), not mktemp(). OK deraadt@millert2011-01-101-2/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* minor lint cleaning; ok millertderaadt2006-04-011-4/+4
* add missing includesdavid2003-07-101-2/+3
* KNFderaadt2002-07-031-8/+5
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-19/+4
* Call S_ISLNK with correct variable; Peter Philippmillert2002-02-171-3/+3
* err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; millert helpedderaadt2001-08-181-7/+7
* go back to using mktemp, not mkstemp in baditem(); theomillert1998-08-151-5/+3
* Break out locking code into its own file so it can be shared with lockspool.millert1998-08-151-0/+191