Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |