summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
AgeCommit message (Collapse)Author
2001-05-30OSTYPE is openbsd, not unknownTodd C. Miller
2001-05-29sendmail 8.12.0 with $Id tags converted to $SendmailTodd C. Miller
2001-05-29Update 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-05Define FAST_PID_RECYCLE -- will be on for OpenBSD in next sendmail releaseTodd C. Miller
2001-04-15do rusage expansion on openbsd tooTheo de Raadt
2001-04-15do rusage expansion on openbsd tooTheo de Raadt
2001-03-01Fix typo (aaron) and pull in a missing part from the -man version.Todd C. Miller
2001-02-28Update to sendmail 8.11.3. This is a maintenance release whichTodd 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-11Define _FFR_WORKAROUND_BROKEN_NAMESERVERS to work around brokenTodd C. Miller
name servers that return SERV_FAIL for AAAA records; fgsch@openbsd.org
2001-02-02Remove non-existant machine config -- replace w/laptop config that worksThorsten Lockert
both native and under VMware
2001-01-17convert to mdocTodd C. Miller
2001-01-17fix speling of DecemberTodd C. Miller
2001-01-17fix sm.bin path; form@openbsd.ruTodd C. Miller
2001-01-16pull 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-15sendmail 8.11.2 with BSD MakefilesTodd C. Miller
2001-01-15remove useless fileTodd C. Miller
2001-01-15remove unused filesTodd C. Miller
2001-01-15sendmail 8.11.2Todd C. Miller
2000-10-10build mkhybridBob Beck
2000-10-10mkhybrid 1.12b5.1Bob 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-09Fix non-exploitable buffer oflow in test mode. Also add a line to uncommentTodd C. Miller
in sendmail/Makefile to cause sendmail to drop privs in test mode. From sendmail+gshapiro@SENDMAIL.ORG
2000-09-03Boring... 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-16Pull in proper Makefile.inc, spotted by someone who is not me butTodd C. Miller
I've lost the reference.
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-08-01Fix sanity check, sendmail is started from rc, not netstart.Todd C. Miller
From brad@comstyle.com.
2000-06-18typoJun-ichiro itojun Hagino
2000-06-18make /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-18enable IPv6 support in sendmail. by default, listens AF_INET onlyJun-ichiro itojun Hagino
(need DaemonPortOptions line to listen to AF_INET6 socket) default address family handling is from 8.11.0beta3.
2000-06-15Add missing .include; form@openbsd.ruTodd C. Miller
2000-06-11newaliases(1) -> newaliases(8)Todd C. Miller
2000-06-11newaliases.1 -> newaliases.8Todd 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-15ENVDEF= -> ENVDEF+= -- missed in last commit.Todd C. Miller
2000-05-15Update to realityTodd C. Miller
2000-05-15since Makefile.inc is included at the end, do ENVDEF+= thereTodd 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-03typo (etc -> etc/mail migration). deraadt okay'edJun-ichiro itojun Hagino
2000-04-27Mention RFC2476 and port 587Todd C. Miller
2000-04-27rules are going to local_rulesets nowMichael Shalayeff
2000-04-22Sendmail didn't buy back the arc4random() changes so just useTodd C. Miller
srandomdev() which seeds itself from arc4random(). Sendmail doesn't really need crypto-strength random numbers.
2000-04-11Once again, /usr/sbin/smrsh -> /usr/libexecOleg Safiullin
Correct paths in smrsh(8).
2000-04-07Update to sendmail-8.10.1Todd C. Miller
2000-04-06Back out last change, I changed my mind...Todd C. Miller
2000-04-06Use /etc/mail/statistics not /var/log/sendmail.st by default.Todd C. Miller
2000-04-06Enable sendmail 8.10.0. Things like sendmail.* and aliases now liveTodd C. Miller
in /etc/mail.
2000-04-06Fix typo introduce when removing smtpd MLINKTodd C. Miller
2000-04-06Don't make a sendmail smtpd link, it will be confused with beck's smtpd.Todd C. Miller
2000-04-04Clarify IPv6 commentTodd C. Miller
2000-04-04Make sure /etc/netstart references /etc/mail/sendmail.cf, notTodd C. Miller
/etc/sendmail.cf or on reboot sendmail will not be started.
2000-04-04Don't install sendmail internal libs and add some commentsTodd C. Miller
2000-04-04Part of the sendmail build procedure we don't useTodd C. Miller