summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
AgeCommit message (Collapse)Author
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.
2000-04-02Fix typo introduced in last commitTodd C. Miller
2000-04-02Build courtesan-lists.mc and openbsd-lists.mc tooTodd C. Miller
2000-04-02arc4random() returns an unsigned 32-bit int but sendmail expects theTodd C. Miller
RNG to return a signed (but positive) value. This resulted in some random numbers being interpreted as signed negative. In one case the result was being used to traverse an array so bad things (tm) were happening. The fix is to simply mask out the sign bit.
2000-04-02Remove sendmail's `Build' scaffolding and add real MakefilesTodd C. Miller
praliases should be in section 1, not 8 Use arc4random(3) instead of random(3) Add some sample OpenBSD .mc files
2000-04-02stock sendmail 8.10.0 with $Id -> $SendmailTodd C. Miller
1999-11-29version 1.11.3David Leonard
1999-09-23Typo fixes.Alex Feldman
1998-07-07remove the line with e2fsprogsArtur Grabowski
1998-07-07old, big, not compiled and not used, dieArtur Grabowski
1998-04-05mkisofs 1.11.2; merged by beckTheo de Raadt
1997-09-22Use our own fnmatch().Todd C. Miller
1997-09-17Opps, forgot about write.c on the alpha.Jason Downs
1997-09-15Add mkisofs.Jason Downs
1997-09-15mkisofs 1.11. Not wrappered, unfortunately. Stripped of most of theJason Downs
extra junk.
1997-09-05add support for GLOBAL_AUTOCONF_CACHEkstailey