| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-05-01 | default to not verbose | 1 | -1/+1 | ||
| 2019-05-01 | only do the "when are we finished" countdown if at high verbose | 1 | -1/+2 | ||
| 2019-02-26 | use real format strings, resolve compiler warnings; ok millert@ | 2 | -7/+7 | ||
| 2018-11-10 | Eliminate use of sbrk (was only used to print a diagnostic). | 1 | -1/+1 | ||
| ok tb@ | |||||
| 2017-07-04 | proper escaping to prevent information loss; found with mandoc -Tlint | 1 | -5/+5 | ||
| 2016-03-29 | remove unused variable | 1 | -1/+0 | ||
| ok otto@ | |||||
| 2015-09-11 | Avoid undefined behavior with isascii, cast its argument to unsigned char. | 1 | -2/+2 | ||
| Suggested earlier by guenther@, discussed with miod@ | |||||
| 2015-09-09 | Fix various buffer overflows (caused by the way struct iso_directory_record | 8 | -17/+17 | ||
| is defined), and make this work on unsigned char platforms by using isascii() instead of < 0. While there, do not use the local getopt() implementation, as libc has had getopt_long() support for years now. With help from jca@ and guenther@. ok millert@, deraadt@ (on an earlier diff) | |||||
| 2014-09-17 | Bye. | 560 | -196890/+0 | ||
| 2014-09-15 | Unlink sendmail from the build. ok krw@ ajacoutot@ | 1 | -2/+2 | ||
| 2014-07-16 | lynx has left the tree, and let's be honest noone will find these html | 1 | -22/+1 | ||
| files in their installed system. this extended documentation experience is available better on the net using a browser installed with pkg_add. (also note that two of the subsystems involved in this issue are heading to the bit bucket sometime soon) | |||||
| 2014-06-05 | Fix sendmail improper close-on-exec flag handling (CVE-2014-3956) | 1 | -2/+2 | ||
| From FreeBSD SA-14:11 ok millert@ | |||||
| 2014-04-15 | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is | 1 | -5/+1 | ||
| more comfortable. Reminded by brad@ | |||||
| 2014-04-13 | Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN. | 2 | -11/+2 | ||
| ok miod@ | |||||
| 2014-03-19 | use smtpd man pages by default. ok deraadt jmc | 3 | -5/+19 | ||
| sendmail.8 note by jmc | |||||
| 2014-03-12 | no more rmail in base; ok millert | 1 | -6/+2 | ||
| 2014-02-07 | Update to sendmail 8.14.8. This touches a lot of files due to the | 478 | -1100/+1671 | ||
| 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. | 1 | -2/+0 | ||
| 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) | 1 | -10/+10 | ||
| found while working on mandoc apropos | |||||
| 2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | 1 | -2/+2 | ||
| 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 | 1 | -5/+1 | ||
| 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. | 1 | -5/+5 | ||
| simplification and ok kettenis@ | |||||
| 2013-08-08 | Prep for big ino_t: cast to unsigned long long and format with %ll or %q | 1 | -2/+2 | ||
| httpd correction and ok kettenis@ | |||||
| 2013-08-06 | Switch vax to gcc 3.3.6. | 1 | -1/+5 | ||
| 2013-06-12 | Update to sendmail-8.14.7 | 37 | -252/+520 | ||
| 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. | 2 | -2/+6 | ||
| ok sthen@ millert@ dlg@ todd@ | |||||
| 2013-03-14 | allow groff users to build these docs; from J??r??mie Courr??ges-Anglas | 1 | -10/+34 | ||
| ok millert | |||||
| 2013-01-13 | Change an instance of submit.cf that should now be openbsd-submit.cf. | 1 | -2/+2 | ||
| From grunk@ | |||||
| 2013-01-09 | In the WANT_LDAP=yes case, always link libsasl2 | 1 | -2/+2 | ||
| (libdap depends on it). ok millert@ ajacoutot@ | |||||
| 2012-12-26 | Update to sendmail 8.14.6 | 32 | -243/+424 | ||
| 2012-11-02 | Remove mips64 -fno-stack-protector addition; at the moment gcc4 used on mips64 | 1 | -5/+1 | ||
| 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 | 1 | -9/+27 | ||
| references into a STANDARDS section; | |||||
| 2012-08-21 | remove -DSM_OMIT_BOGUS_WARNINGS which was intended to remove spurious | 1 | -4/+1 | ||
| 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: | 2 | -7/+7 | ||
| 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 | 1 | -4/+4 | ||
| 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 | 2 | -3/+3 | ||
| 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. | 1 | -5/+3 | ||
| 2012-04-12 | Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace | 1 | -3/+5 | ||
| 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) | 1 | -1/+5 | ||
| discussed with lots of people, tested by naddy@, "move fast" deraadt@ | |||||
| 2011-05-30 | Apply sendmail 8.14.5 errata 2011-05-26 patch. | 1 | -2/+4 | ||
| 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 | 74 | -782/+1889 | ||
| 2011-04-07 | Make the localhost cf the same as the prototype cf but listen on | 2 | -38/+10 | ||
| the loopback interface instead of all interfaces. OK dlg@ ajacoutot@ giovanni@ | |||||
| 2010-10-18 | smm bits removal; whilst here, fix up aliases.5; | 1 | -17/+8 | ||
| 2010-10-18 | remove references to now removed usd/psd/smm docs; | 1 | -5/+2 | ||
| 2010-10-17 | Stop installing me(1) and ms(1) source code. | 1 | -2/+2 | ||
| 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 | 1 | -18/+18 | ||
| 2010-09-23 | add RCSID and Mdocdate to these pages; ok millert | 8 | -8/+24 | ||
| 2010-09-23 | since msgs no longer exists, replace the example msgs alias with the one | 1 | -2/+2 | ||
| from vacation(8); ok millert | |||||
| 2010-09-23 | add EXIT STATUS here too; | 2 | -8/+4 | ||
| 2010-09-23 | use an EXIT STATUS section for these pages; | 3 | -38/+34 | ||
