summaryrefslogtreecommitdiff
path: root/libexec/mail.local/locking.c
AgeCommit message (Expand)Author
2020-05-27Remove support for world-writable mail spools.Todd C. Miller
2020-02-09Use sysexits.h exit values to distinguish between tempfail and permfail.Todd C. Miller
2020-02-02Allow mail.local to be run as non-root.Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-01-17Close file descriptor before next try getting a good one.Tobias Stoeckmann
2011-01-10Back out rev 1.2 and use mkstemp(), not mktemp(). OK deraadt@Todd C. Miller
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2006-04-01minor lint cleaning; ok millertTheo de Raadt
2003-07-10add missing includesDavid Krause
2002-07-03KNFTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Call S_ISLNK with correct variable; Peter PhilippTodd C. Miller
2001-08-18err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; millert...Theo de Raadt
1998-08-15go back to using mktemp, not mkstemp in baditem(); theoTodd C. Miller
1998-08-15Break out locking code into its own file so it can be shared with lockspool.Todd C. Miller