Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-03-09 | As pointed out by Perry, mailwrapper is never invoked directly, | Todd C. Miller | |
err/warn will show names like sendmail, mailq, etc which is confusing. However, prefixing "mailwrapper" to the string passed to err/warn is ugly too. The least evil alternative seems to be to stash the value of __progname for checking and assign "mailwrapper" to __progname. | |||
2003-03-08 | Bleah, someone beat me to this but I have some minor chages | Todd C. Miller | |
2003-03-08 | fix err/errx uses; andrushock@korovino.net | Theo de Raadt | |
2003-02-05 | typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@ | Jason McIntyre | |
2002-12-20 | Don't bother free()ing memory when we are just headed for exit(). | Todd C. Miller | |
Fixes a bug whereby freed memory was used in an error case. | |||
2002-12-09 | KNF | Theo de Raadt | |
2002-11-09 | yet another round of SEE ALSO fixes. | Federico G. Schwindt | |
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-08-08 | do not free unallocated memory, PR#1989 | Jakob Schlyter | |
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2001-07-07 | clarify & highlight | Jakob Schlyter | |
2000-08-18 | correct postfix example; PR#1366; loict@bougon.net | Jakob Schlyter | |
2000-06-11 | newaliases(1) -> newaliases(8) | Todd C. Miller | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-06 | Don't make a sendmail smtpd link, it will be confused with beck's smtpd. | Todd C. Miller | |
2000-04-04 | Add smtpd link | Todd C. Miller | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-01-10 | Place NULL arg on end of argv array only after all other args. mickey@ ok | imp | |
2000-01-10 | extra : in err(); imp | Theo de Raadt | |
1999-12-17 | terminate an arg vector w/ NULL | Michael Shalayeff | |
1999-09-28 | Proper error output. | Hakan Olsson | |
1999-08-02 | Fallback to sendmail if /etc/mailer.conf is missing. | Jakob Schlyter | |
1999-08-02 | Indentation | Jakob Schlyter | |
1999-08-02 | Fix realloc bug. | Jakob Schlyter | |
1999-08-02 | Integration of mailwrapper (from NetBSD) | Jakob Schlyter | |
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA instead of sendmail(8) based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time." OK deraadt, millert |