Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-14 | fix bug which would make very deeply nested mime cause (essentially) | Theo de Raadt | |
a stack overflow and thus make sendmail queue processing crash. not really exploitable to gain anything except denial of service. vu#146718 | |||
2006-03-22 | Update to sendmail 8.13.6 | Todd C. Miller | |
2006-02-04 | Don't link libmilter against libldap and liblber if WANT_LDAP is defined | Marc Balmer | |
in /etc/mk.conf. Fixes PR 4928 ok millert | |||
2005-11-14 | Tab was hard-coded as delimeter for undump even though it can be | Todd C. Miller | |
specified with -t. Problem found (and slightly different diff) by robert@ | |||
2005-10-12 | three new .so libraries to help the ports people who need (or might need) | Theo de Raadt | |
them for perl modules; discussion with pvalchev | |||
2005-08-15 | Add nobodyreturn to privacy options so we don't inadvertantly bounce back | Todd C. Miller | |
a virus/worm payload. We already do this in the list server config. From Paul de Weerd | |||
2005-05-04 | this is a section 8 page, not section 1: correct .Dt | Jason McIntyre | |
ok millert@ | |||
2005-05-04 | .Xr mailstats 8 ; | Jason McIntyre | |
2005-04-19 | Use snprintf, not sprintf for floating point conversion. While the actual | Todd C. Miller | |
usage of sprintf here is safe, we'd rather not have the linker warnings. | |||
2005-04-08 | update to sendmail 8.13.4 | Todd C. Miller | |
2005-01-12 | update to sendmail 8.13.3 | Todd C. Miller | |
2005-01-06 | sync with list server | Todd C. Miller | |
2005-01-02 | document starttls(8); | Jason McIntyre | |
2004-12-31 | add starttls(8) to SEE ALSO; | Jason McIntyre | |
2004-12-22 | Add -ULDAPMAP to CPPFLAGS so we can't inadvertanly build errstring.o with | Todd C. Miller | |
ldap requirements in the milter. | |||
2004-12-16 | Update to sendmail-8.13.2 | Todd C. Miller | |
2004-11-02 | Temporarily workaround propolice compiler problem until compiler | Per Fogelstrom | |
is fixed. | |||
2004-09-18 | Update to sendmail-8.13.1 | Todd C. Miller | |
2004-08-14 | Add example genericstable | Todd C. Miller | |
2004-07-28 | fix path to sendmail's README; | Jason McIntyre | |
from Jonathan Gray (PR #3870); ok millert@ | |||
2004-07-12 | point people to milter html docs; | Jason McIntyre | |
suggested by Alexey E. Suslikov; ok millert@ | |||
2004-06-29 | Install milter docs | Todd C. Miller | |
2004-06-29 | Install correct milter includes | Todd C. Miller | |
2004-06-29 | Build and install libmilter.a (static only) and libmilter.h. OK deraadt@ | Todd C. Miller | |
2004-06-24 | Missing file from 8.13.0 | Todd C. Miller | |
2004-06-24 | Update to sendmail.8.13.0 | Todd C. Miller | |
2004-05-17 | WHoops, only define _FFR_QUEUERETURN_DSN once. | Todd C. Miller | |
2004-05-11 | If no help file is present don't print the sendmail version--we | Todd C. Miller | |
may be trying to keep the version hidden. From Alexey E. Suslikov. | |||
2004-05-11 | Build sendmail with -D_FFR_QUEUERETURN_DSN to enable confTO_QUEUERETURN_DSN. | Todd C. Miller | |
This allows you to expire DSNs much faster than normal messages which is useful for keeping the queue clean of spam bounces. Requested by Chuck Yerkes. | |||
2004-04-21 | - point people to smm docs | Jason McIntyre | |
- remove some .Pp and -compact from displays - remove groff cruft - add space ok millert@ (the first part anyway) | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-01-26 | Make welcome banner match spamd's (is it chicken or is it fish?). | Todd C. Miller | |
2004-01-19 | Update to sendmail 8.12.11. I've been runninga beta version of this for | Todd C. Miller | |
some time without problems. See the RELEASE_NOTES for the change log. | |||
2004-01-13 | sync with reality | Todd C. Miller | |
2004-01-09 | Remove duplicate (and slightly conflicting) prototype of sm_vfscanf(). | Todd C. Miller | |
Found by brad@ | |||
2003-12-30 | Define _FFR_DEAL_WITH_ERROR_SSL. This will causes sendmail to deal with | Todd C. Miller | |
SSL errors by recognizing them as EOF. Otherwise, sendmail can get into an infinite loop logging "STARTTLS: read error=generic SSL error (0)" This was causing problems on the mailing list server... | |||
2003-11-10 | Disable EXPN and VRFY to help thwart address harvesters and require | Todd C. Miller | |
senders to say hello. | |||
2003-11-10 | add more privacy flags | Todd C. Miller | |
2003-10-03 | Make msp bind to 127.0.0.1 instead of localhost since "localhost" may | Todd C. Miller | |
not resolve correctly via DNS. | |||
2003-09-20 | Fix pasto; closes PR 3482 | Todd C. Miller | |
2003-09-17 | New sendmail prototype for OpenBSD with more features enabled that | Todd C. Miller | |
people accepting mail from the net tend to use. The localhost-only config is not being changed since most of these changes don't make sense there. | |||
2003-09-17 | Update to sendmail-8.12.10. This includes a fix for a buffer overflow | Todd C. Miller | |
in address parsing. That fix (but not all of sendmail-8.12.10) has been applied to OpenBSD 3.4 and the 3.2 and 3.2 -stable branches. | |||
2003-09-16 | from millert | Theo de Raadt | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-22 | Enable support for DSN-specific timeouts. This allows you to junk | Todd C. Miller | |
bounces faster than normal messages so they don't clutter up the queue so much. Requested by Chuck Yerkes | |||
2003-08-13 | Correct comments about queue runner. | Todd C. Miller | |
2003-08-13 | Install sendmail tuning guide | Todd C. Miller | |
2003-08-11 | Convert to queue groups and queuing-only config w/ a queue runner. | Todd C. Miller | |
This keeps sendmail from DoSing my machine when thousands of messages come in (generally mailing list bounces). | |||
2003-08-06 | small cleanup; | Jason McIntyre | |
ok millert@ | |||
2003-07-03 | We have a real setreuid(2) in OpenBSD >= 3.3 | Todd C. Miller | |