Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-30 | OSTYPE is openbsd, not unknown | Todd C. Miller | |
2001-05-29 | sendmail 8.12.0 with $Id tags converted to $Sendmail | Todd C. Miller | |
2001-05-29 | Update to sendmail 8.11.4: | Todd C. Miller | |
8.11.4 revamps signal handling within the MTA in order to reduce the likelihood of a race condition that can lead to heap corruption as described in Michal Zalewski's advisory. The problems discussed in the advisory are not currently known to be exploitable but we recommend upgrading to 8.11.4 in case a method is found to exploit the signal handling race condition. 8.11.4 also fixes other bugs found since the release of 8.11.3. See the RELEASE_NOTES file for more details. | |||
2001-05-05 | Define FAST_PID_RECYCLE -- will be on for OpenBSD in next sendmail release | Todd C. Miller | |
2001-04-15 | do rusage expansion on openbsd too | Theo de Raadt | |
2001-04-15 | do rusage expansion on openbsd too | Theo de Raadt | |
2001-03-01 | Fix typo (aaron) and pull in a missing part from the -man version. | Todd C. Miller | |
2001-02-28 | Update to sendmail 8.11.3. This is a maintenance release which | Todd C. Miller | |
contains bug fixes for problems found after 8.11.2 was released. Systems which use buffered file I/O (like OpenBSD) were not properly fsync()'ing the data (df) file. Although there is little chance of data loss, this is an important fix. | |||
2001-02-11 | Define _FFR_WORKAROUND_BROKEN_NAMESERVERS to work around broken | Todd C. Miller | |
name servers that return SERV_FAIL for AAAA records; fgsch@openbsd.org | |||
2001-02-02 | Remove non-existant machine config -- replace w/laptop config that works | Thorsten Lockert | |
both native and under VMware | |||
2001-01-17 | convert to mdoc | Todd C. Miller | |
2001-01-17 | fix speling of December | Todd C. Miller | |
2001-01-17 | fix sm.bin path; form@openbsd.ru | Todd C. Miller | |
2001-01-16 | pull 8.12.x change (or equivalent to), | Jun-ichiro itojun Hagino | |
which can mark certain DaemonPortOptions as "optional". now we can ship single sendmail.cf for both IPv4-only and IPv4/v6 kernels. | |||
2001-01-15 | sendmail 8.11.2 with BSD Makefiles | Todd C. Miller | |
2001-01-15 | remove useless file | Todd C. Miller | |
2001-01-15 | remove unused files | Todd C. Miller | |
2001-01-15 | sendmail 8.11.2 | Todd C. Miller | |
2000-10-10 | build mkhybrid | Bob Beck | |
2000-10-10 | mkhybrid 1.12b5.1 | Bob Beck | |
Note, this normally makes a "mkisofs" which is the same binary, mkisofs from here needs to be tested out prior to replacing our existing mkisofs with this. (currently just installs mkhybrid) | |||
2000-10-09 | Fix non-exploitable buffer oflow in test mode. Also add a line to uncomment | Todd C. Miller | |
in sendmail/Makefile to cause sendmail to drop privs in test mode. From sendmail+gshapiro@SENDMAIL.ORG | |||
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-08-20 | #define HASSETUSERCONTEXT now that we have login.conf support. | Todd C. Miller | |
2000-08-16 | Pull in proper Makefile.inc, spotted by someone who is not me but | Todd C. Miller | |
I've lost the reference. | |||
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
2000-08-01 | Fix sanity check, sendmail is started from rc, not netstart. | Todd C. Miller | |
From brad@comstyle.com. | |||
2000-06-18 | typo | Jun-ichiro itojun Hagino | |
2000-06-18 | make /etc/mail/sendmail.cf to listen to both IPv4 and IPv6 smtp port. | Jun-ichiro itojun Hagino | |
supply /etc/mail/sendmail-IPv4only.cf, since sendmail.cf chokes on IPv4-only kernel. | |||
2000-06-18 | enable IPv6 support in sendmail. by default, listens AF_INET only | Jun-ichiro itojun Hagino | |
(need DaemonPortOptions line to listen to AF_INET6 socket) default address family handling is from 8.11.0beta3. | |||
2000-06-15 | Add missing .include; form@openbsd.ru | Todd C. Miller | |
2000-06-11 | newaliases(1) -> newaliases(8) | Todd C. Miller | |
2000-06-11 | newaliases.1 -> newaliases.8 | Todd C. Miller | |
In the past any user could do a newaliases but these days you have to be a "trusted user" (in class T) so section 1 is inappropriate. | |||
2000-05-15 | ENVDEF= -> ENVDEF+= -- missed in last commit. | Todd C. Miller | |
2000-05-15 | Update to reality | Todd C. Miller | |
2000-05-15 | since Makefile.inc is included at the end, do ENVDEF+= there | Todd C. Miller | |
and use ENVDEF= in the Makefile (this was reversed). Also, pull in the right Makefile.inc for things that don't get installed in usr.sbin. | |||
2000-05-03 | typo (etc -> etc/mail migration). deraadt okay'ed | Jun-ichiro itojun Hagino | |
2000-04-27 | Mention RFC2476 and port 587 | Todd C. Miller | |
2000-04-27 | rules are going to local_rulesets now | Michael Shalayeff | |
2000-04-22 | Sendmail didn't buy back the arc4random() changes so just use | Todd C. Miller | |
srandomdev() which seeds itself from arc4random(). Sendmail doesn't really need crypto-strength random numbers. | |||
2000-04-11 | Once again, /usr/sbin/smrsh -> /usr/libexec | Oleg Safiullin | |
Correct paths in smrsh(8). | |||
2000-04-07 | Update to sendmail-8.10.1 | Todd C. Miller | |
2000-04-06 | Back out last change, I changed my mind... | Todd C. Miller | |
2000-04-06 | Use /etc/mail/statistics not /var/log/sendmail.st by default. | Todd C. Miller | |
2000-04-06 | Enable sendmail 8.10.0. Things like sendmail.* and aliases now live | Todd C. Miller | |
in /etc/mail. | |||
2000-04-06 | Fix typo introduce when removing smtpd MLINK | Todd C. Miller | |
2000-04-06 | Don't make a sendmail smtpd link, it will be confused with beck's smtpd. | Todd C. Miller | |
2000-04-04 | Clarify IPv6 comment | Todd C. Miller | |
2000-04-04 | Make sure /etc/netstart references /etc/mail/sendmail.cf, not | Todd C. Miller | |
/etc/sendmail.cf or on reboot sendmail will not be started. | |||
2000-04-04 | Don't install sendmail internal libs and add some comments | Todd C. Miller | |
2000-04-04 | Part of the sendmail build procedure we don't use | Todd C. Miller | |