Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-19 | use smtpd man pages by default. ok deraadt jmc | Ted Unangst | |
sendmail.8 note by jmc | |||
2014-03-12 | no more rmail in base; ok millert | Jason McIntyre | |
2014-02-07 | Update to sendmail 8.14.8. This touches a lot of files due to the | Todd C. Miller | |
Sendmail, Inc -> Proofpoint name change. See RELEASE_NOTES for actual changes. | |||
2013-10-24 | f_bavail has been 64bits for some time now so revert 1.12. | Federico G. Schwindt | |
Makes sendmail happy on fs with large enough f_bavail values. millert@ ok | |||
2013-10-19 | fix a few obvious .Ar markup errors (unfortunately, there are many more) | Ingo Schwarze | |
found while working on mandoc apropos | |||
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther | |
members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME. Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures. DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead. Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@ | |||
2013-08-08 | Remove an optimizer workaround for alpha/gcc2 although it was being | Brad Smith | |
applied for all archs. ok deraadt@ miod@ | |||
2013-08-08 | ino_t will never be smaller than 32 bits again; prep for when it's 64 bits. | Philip Guenther | |
simplification and ok kettenis@ | |||
2013-08-08 | Prep for big ino_t: cast to unsigned long long and format with %ll or %q | Philip Guenther | |
httpd correction and ok kettenis@ | |||
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat | |
2013-06-12 | Update to sendmail-8.14.7 | Jeremie Courreges-Anglas | |
Verbatim sources, with s/$Id/$Sendmail/ patches, local build system and config tweaks kept. tested and ok millert@ ajacoutot@ | |||
2013-04-24 | Disable ident queries since ident(1) does not run by default anymore. | Antoine Jacoutot | |
ok sthen@ millert@ dlg@ todd@ | |||
2013-03-14 | allow groff users to build these docs; from J??r??mie Courr??ges-Anglas | Jason McIntyre | |
ok millert | |||
2013-01-13 | Change an instance of submit.cf that should now be openbsd-submit.cf. | Todd C. Miller | |
From grunk@ | |||
2013-01-09 | In the WANT_LDAP=yes case, always link libsasl2 | Matthieu Herrb | |
(libdap depends on it). ok millert@ ajacoutot@ | |||
2012-12-26 | Update to sendmail 8.14.6 | Todd C. Miller | |
2012-11-02 | Remove mips64 -fno-stack-protector addition; at the moment gcc4 used on mips64 | Miod Vallat | |
does not implement stack-protector, and when it does, the workaround might not be necessary after all. | |||
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre | |
references into a STANDARDS section; | |||
2012-08-21 | remove -DSM_OMIT_BOGUS_WARNINGS which was intended to remove spurious | Jonathan 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-18 | RFC updates: | Jason McIntyre | |
5322 obsoletes 2822 5321 obsoletes 821 and 2821 6409 obsoletes 2476 and 4409 | |||
2012-08-18 | within Rs/Re reference blocks, use %U instead of %O (or any other | Jason 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-08 | These files contain OpenBSD and Mdocdate keywords | Ingo Schwarze | |
that weren't updated because the substitution mode was set to -ko. ok guenther@ millert@ | |||
2012-04-12 | Revert change not intended to be committed. | Kurt Miller | |
2012-04-12 | Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace | Kurt Miller | |
with _REENTRANT. Also remove undef _POSIX_THREADS in phread.h. From brad@comstyle.com. okay guenther@ | |||
2011-06-23 | switch to installing source manuals (base part) | Ingo Schwarze | |
discussed with lots of people, tested by naddy@, "move fast" deraadt@ | |||
2011-05-30 | Apply 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-17 | Update to sendmail 8.14.5 | Todd C. Miller | |
2011-04-07 | Make the localhost cf the same as the prototype cf but listen on | Todd C. Miller | |
the loopback interface instead of all interfaces. OK dlg@ ajacoutot@ giovanni@ | |||
2010-10-18 | smm bits removal; whilst here, fix up aliases.5; | Jason McIntyre | |
2010-10-18 | remove references to now removed usd/psd/smm docs; | Jason McIntyre | |
2010-10-17 | Stop 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-23 | NOTES->CAVEATS; ok millert | Jason McIntyre | |
2010-09-23 | add RCSID and Mdocdate to these pages; ok millert | Jason McIntyre | |
2010-09-23 | since msgs no longer exists, replace the example msgs alias with the one | Jason McIntyre | |
from vacation(8); ok millert | |||
2010-09-23 | add EXIT STATUS here too; | Jason McIntyre | |
2010-09-23 | use an EXIT STATUS section for these pages; | Jason McIntyre | |
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 | |