summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
AgeCommit message (Collapse)Author
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
2000-04-04Add MLINKs from sendmail.8 to smtpd.8, hoststat.1, purgestat.1Todd C. Miller
Convert man pages back to mandoc format.
2000-04-03This is a generated file.Todd C. Miller
2000-04-03Add missing 'praliases user1 user2 ...' functionality from sendmail-8.10.1.Beta1Todd C. Miller
2000-04-02Missed this one in the previous mega localization commit. Don'tTodd C. Miller
build op.ps in the source tree, install op.me in source form.
2000-04-02Must put Cw entries in LOCAL_CONFIG section or they seem to get ignored.Todd C. Miller
2000-04-02Homegrown feature to do local mail address rewrites. Needed to buildTodd C. Miller
courtesan.mc and generally useful.