summaryrefslogtreecommitdiff
path: root/libexec/mail.local
AgeCommit message (Expand)Author
2014-09-16less sendmail;Jason McIntyre
2014-03-25make this page slightly less sendmail centric; ok gillesJason McIntyre
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
2010-09-03add EXIT STATUS for /usr/libexec;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-01-19replace standardized text concerning the exit values of applicationsIgor Sobrado
2008-05-26sort flags on both the synopsis and usage.Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2006-05-13delete case for ?; cdp_xe@gmx.netTheo de Raadt
2006-04-01minor lint cleaning; ok millertTheo de Raadt
2006-01-02#include <sys/signal.h> not neededTodd C. Miller
2005-05-29Fix case where input file lacks newline before EOF; Andrey MatveevTodd C. Miller
2004-08-08spacingTheo de Raadt
2004-05-20Grammar nit.Tom Cosgrove
2003-07-10add missing includesDavid Krause
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-03KNFTheo de Raadt
2002-06-02minor KNFTheo de Raadt
2002-03-27'S' required in OpenBSD (LOCAL_MAILER_FLAGS). From lazy form@.Mike Pechkin
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
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-18err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; millert...Theo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-01-28$OpenBSD$Niklas Hallqvist
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-30libexec man page fleshing. again, bored on the plane home.Aaron Campbell
2000-08-16/etc/sendmail.cf -> /etc/mail/sendmail.cfBrad Smith
2000-04-21Use fgetln(3) instead of fgets(3) when reading in the message. ThisTodd C. Miller
2000-03-29Xr repairTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-04more macro conversionAaron Campbell
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-01-11Correct documentation on how mail.local does its locking.Constantine Sapuntzakis
1998-08-17As prommised, mail.local is no longer setuid.Todd C. Miller
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
1998-05-18readlink(path, buf, sizeof buf-1). Never forget that -1.Theo de Raadt
1998-02-24Xr biff 1Todd C. Miller
1998-02-241) Mode X's for mkstempTodd C. Miller
1998-02-06Grammar and clarifications.gene
1997-08-27fix ' useTheo de Raadt
1997-08-13a little extra paranoiadm
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-03-29Make ``mail.local -H'' explicately indicate when the lock fails or succeeds.Todd C. Miller
1997-03-28"mail.local -H" is valid usage.Todd C. Miller
1997-02-12fix option argument parsing, nirva@ishiboo.comTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller