Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-22 | Teach mkhybrid how to create an El Torito non-emulation boot CD, with | Tom Cosgrove | |
a 2,048-byte boot sector. ok weingart@ | |||
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 | |
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt | |
2003-06-12 | remove cruft | Todd C. Miller | |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-05-08 | multiple readlink() calls that forgot the -1... | Vincent Labrecque | |
ok millert | |||
2003-04-14 | built in -> built-in; | Jason McIntyre | |
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@ | |||
2003-03-29 | Update to sendmail 8.12.9; fixes a buffer overflow in address parsing | Todd C. Miller | |
due to a char to int conversion problem which is potentially remotely exploitable. | |||
2003-03-19 | Return 0 on success, rather than falling off the end of a function prototyped | Dale Rahn | |
as returning int. | |||
2003-03-15 | specifed -> specified | Theo de Raadt | |
2003-03-11 | files with dead .Xr's; | Jason McIntyre | |
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||
2003-03-10 | Move /var/log/sendmail.st creation to etc/Makefile where it belongs; | Todd C. Miller | |
noticed by grange@ | |||
2003-03-09 | Move WANT_LIBMILTER bits until after bsd.own.mk has been pulled in. | Todd C. Miller | |
2003-03-09 | Pull in bsd.own.mk early so we can get WANT_* from there. | Todd C. Miller | |
2003-03-07 | .Xr typos; | Jason McIntyre | |
ok millert@ | |||
2003-03-03 | Update to Sendmail 8.12.8; fixes a buffer overflow in the envelope | Todd C. Miller | |
comments processing which may allow an attacker to gain root privileges. | |||
2003-02-27 | Change things back such that defining WANT_LIBMILTER in mk.conf | Todd C. Miller | |
will build with libmilter support since that appears to be what people do (though it was not actually intended to work that way). Also add WANT_SMTPAUTH for SASL support and WANT_LDAP for LDAP map support. These last two from Chuck Yerkes. | |||
2003-02-19 | Give milter the ghost of a chance of working; still not supported in any way. | Todd C. Miller | |
2003-02-05 | typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@ | Jason McIntyre | |
2003-02-01 | typos; | Jason McIntyre | |
chat(8): removed reference to uucico(8) ok deraadt@ | |||
2003-01-15 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-05 | spelling | Theo de Raadt | |