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