summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
AgeCommit message (Collapse)Author
2013-01-13Change an instance of submit.cf that should now be openbsd-submit.cf.Todd C. Miller
From grunk@
2013-01-09In the WANT_LDAP=yes case, always link libsasl2Matthieu Herrb
(libdap depends on it). ok millert@ ajacoutot@
2012-12-26Update to sendmail 8.14.6Todd C. Miller
2012-11-02Remove mips64 -fno-stack-protector addition; at the moment gcc4 used on mips64Miod Vallat
does not implement stack-protector, and when it does, the workaround might not be necessary after all.
2012-09-27last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
references into a STANDARDS section;
2012-08-21remove -DSM_OMIT_BOGUS_WARNINGS which was intended to remove spuriousJonathan Gray
gcc warnings over ten years ago but now causes warnings while preventing none. vax never used this define, so gcc 2.95 is fine without it as well. ok guenther@ millert@
2012-08-18RFC updates:Jason McIntyre
5322 obsoletes 2822 5321 obsoletes 821 and 2821 6409 obsoletes 2476 and 4409
2012-08-18within Rs/Re reference blocks, use %U instead of %O (or any otherJason McIntyre
variants) for URLs, allowing mandoc -Thtml to properly generate links; (sendmail.8 changes are simply using Lk, which i somehow missed in previous) ingo reminded me to verify that gnu groff recognises %U: 1.20.1 does not, but 1.21 does;
2012-07-08These files contain OpenBSD and Mdocdate keywordsIngo Schwarze
that weren't updated because the substitution mode was set to -ko. ok guenther@ millert@
2012-04-12Revert change not intended to be committed.Kurt Miller
2012-04-12Remove incorrect -pthread preprocessor define _POSIX_THREADS and replaceKurt Miller
with _REENTRANT. Also remove undef _POSIX_THREADS in phread.h. From brad@comstyle.com. okay guenther@
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
discussed with lots of people, tested by naddy@, "move fast" deraadt@
2011-05-30Apply sendmail 8.14.5 errata 2011-05-26 patch.Alexander Bluhm
If a server offers two AUTH lines, the MTA would not read them after STARTTLS has been used and hence SMTP AUTH for the client side would fail. ok millert@
2011-05-17Update to sendmail 8.14.5Todd C. Miller
2011-04-07Make the localhost cf the same as the prototype cf but listen onTodd C. Miller
the loopback interface instead of all interfaces. OK dlg@ ajacoutot@ giovanni@
2010-10-18smm bits removal; whilst here, fix up aliases.5;Jason McIntyre
2010-10-18remove references to now removed usd/psd/smm docs;Jason McIntyre
2010-10-17Stop installing me(1) and ms(1) source code.Ingo Schwarze
We will soon get rid of groff in base, so there is no longer any way to use these files with base. No opposition on tech@.
2010-09-23NOTES->CAVEATS; ok millertJason McIntyre
2010-09-23add RCSID and Mdocdate to these pages; ok millertJason McIntyre
2010-09-23since msgs no longer exists, replace the example msgs alias with the oneJason McIntyre
from vacation(8); ok millert
2010-09-23add EXIT STATUS here too;Jason McIntyre
2010-09-23use an EXIT STATUS section for these pages;Jason McIntyre
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod 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-10remove references to docs we no longer install;Jason McIntyre
2009-11-13Merge from the Sendmail CVS: fix potential memory leak: only setPhilip 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-13use poll(2); ok millert@Jakob Schlyter
2009-03-16run makemap through mailwrapper(8), to avoid conflict betweenJacek Masiulaniec
sendmail and smtpd. ok gilles@, "Go go go!" todd@
2008-10-03Add openbsd-submit.mc, a custom version submit.mc and revert theTodd C. Miller
existing submit.mc to the stock version. Closes PR 4951. OK sthen@ martynas@
2008-09-04Use & not && to mask bits.Jonathan Gray
Sendmail folks have been notified and are fixing this for the next release.
2008-08-20fix the comment about enabling socket map supportDavid Gwynne
noticed by ajacoutot
2008-08-20enable support for socket maps.David Gwynne
ok millert@
2008-06-30Use int instead if bool in the arguments to upd_qs(). Sendmail itselfAnders Magnusson
uses -1, 0 and 1 which is one value too much for boolean. Ok krw@, millert@
2008-06-15RFC 2822 obsoletes RFC 822; from Igor ZinovikJason McIntyre
2008-06-09Don't be overzealous when cleaning up, once is enough.Pierre-Yves Ritschard
spotted by ajacoutot@, ok ajacoutot@, millert@
2008-06-09Disable ident queriesTodd C. Miller
Crank max queue children in bulk config Use the C flag in DAEMON_OPTIONS instead of nocanonify in bulk config
2008-05-04Update to sendmail-8.14.3Todd C. Miller
2008-04-18Fix return value of i_add_match() and remove some bogus APPLE_HYBTodd C. Miller
#ifdefs. Found by ragge@
2008-04-02Update to queue group-based config in use on the list server.Todd C. Miller
2008-03-08more mkhybrid prototypes cleanups.Marc Espie
okay otto@
2008-02-27start cleaning up that mess (some sprintf -> snprintf, plus -Wall)Marc Espie
okay millert@
2008-02-20Fix 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 itKenneth 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-28use sizeof (buf) instead of hardcoded valueCharles Longeau
use strcspn to properly overwrite '\n' in fgets returned buffer ok ray@
2007-04-04Update to sendmail-8.14.1Todd C. Miller
2007-03-15.Nm does not need an argument; from Igor SobradoJason McIntyre
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-04Update to sendmail-8.14.0. OK mbalmer@Todd C. Miller
2007-01-30Michael Shalayeff agreed to remove the advertising clauses from hisRay Lai
licenses. OK Michael Shalayeff (mickey@) and millert@.
2006-08-13Update to sendmail-8.13.8Todd C. Miller