Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat | |
files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@ | |||
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre | |
2009-11-13 | Merge from the Sendmail CVS: fix potential memory leak: only set | Philip Guenthe | |
up data after all allocations succeeded, free previously allocated data if later allocation fails. Prompted by parfait and based on a patch from jsg@; additional bits from me and Claus Assmann of Sendmail. ok deraadt@ | |||
2009-05-13 | use poll(2); ok millert@ | Jakob Schlyter | |
2009-03-16 | run makemap through mailwrapper(8), to avoid conflict between | Jacek Masiulaniec | |
sendmail and smtpd. ok gilles@, "Go go go!" todd@ | |||
2008-10-03 | Add openbsd-submit.mc, a custom version submit.mc and revert the | Todd C. Miller | |
existing submit.mc to the stock version. Closes PR 4951. OK sthen@ martynas@ | |||
2008-09-04 | Use & not && to mask bits. | Jonathan Gray | |
Sendmail folks have been notified and are fixing this for the next release. | |||
2008-08-20 | fix the comment about enabling socket map support | David Gwynne | |
noticed by ajacoutot | |||
2008-08-20 | enable support for socket maps. | David Gwynne | |
ok millert@ | |||
2008-06-30 | Use int instead if bool in the arguments to upd_qs(). Sendmail itself | Anders Magnusson | |
uses -1, 0 and 1 which is one value too much for boolean. Ok krw@, millert@ | |||
2008-06-15 | RFC 2822 obsoletes RFC 822; from Igor Zinovik | Jason McIntyre | |
2008-06-09 | Don't be overzealous when cleaning up, once is enough. | Pierre-Yves Ritschard | |
spotted by ajacoutot@, ok ajacoutot@, millert@ | |||
2008-06-09 | Disable ident queries | Todd C. Miller | |
Crank max queue children in bulk config Use the C flag in DAEMON_OPTIONS instead of nocanonify in bulk config | |||
2008-05-04 | Update to sendmail-8.14.3 | Todd C. Miller | |
2008-04-18 | Fix return value of i_add_match() and remove some bogus APPLE_HYB | Todd C. Miller | |
#ifdefs. Found by ragge@ | |||
2008-04-02 | Update to queue group-based config in use on the list server. | Todd C. Miller | |
2008-03-08 | more mkhybrid prototypes cleanups. | Marc Espie | |
okay otto@ | |||
2008-02-27 | start cleaning up that mess (some sprintf -> snprintf, plus -Wall) | Marc Espie | |
okay millert@ | |||
2008-02-20 | Fix a use-after-free bug in the envelope code just after a port 25 fork. | Brad Smith | |
From Matthew Dillon@DragonFlyBSD ok millert@ dlg@ | |||
2008-01-25 | "read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it | Kenneth R Westerback | |
does an unsigned comparison and read() can return -1. Use '!=' instead of '<' since read() can't return more than 'sizeof Y'. Not perfect (that would require a separate test for -1) but a very common usage. We don't actually compile this code so there is no functional change. Diff fixed & ok millert@ | |||
2007-11-28 | use sizeof (buf) instead of hardcoded value | Charles Longeau | |
use strcspn to properly overwrite '\n' in fgets returned buffer ok ray@ | |||
2007-04-04 | Update to sendmail-8.14.1 | Todd C. Miller | |
2007-03-15 | .Nm does not need an argument; from Igor Sobrado | Jason McIntyre | |
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2007-02-04 | Update to sendmail-8.14.0. OK mbalmer@ | Todd C. Miller | |
2007-01-30 | Michael Shalayeff agreed to remove the advertising clauses from his | Ray Lai | |
licenses. OK Michael Shalayeff (mickey@) and millert@. | |||
2006-08-13 | Update to sendmail-8.13.8 | Todd C. Miller | |
2006-08-07 | Fix use-after-free bug, which was triggered with too | Moritz Jodeit | |
long header lines. Diff from Claus Assmann. ok thib@ millert@ | |||
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-04-22 | typo from jasper lievisse adriaanse; tweak whilst here... | Jason McIntyre | |
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@ |