Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-04-04 | Add MLINKs from sendmail.8 to smtpd.8, hoststat.1, purgestat.1 | Todd C. Miller | |
Convert man pages back to mandoc format. | |||
2000-04-03 | This is a generated file. | Todd C. Miller | |
2000-04-03 | Add missing 'praliases user1 user2 ...' functionality from sendmail-8.10.1.Beta1 | Todd C. Miller | |
2000-04-02 | Missed this one in the previous mega localization commit. Don't | Todd C. Miller | |
build op.ps in the source tree, install op.me in source form. | |||
2000-04-02 | Must put Cw entries in LOCAL_CONFIG section or they seem to get ignored. | Todd C. Miller | |
2000-04-02 | Homegrown feature to do local mail address rewrites. Needed to build | Todd C. Miller | |
courtesan.mc and generally useful. | |||
2000-04-02 | Fix typo introduced in last commit | Todd C. Miller | |
2000-04-02 | Build courtesan-lists.mc and openbsd-lists.mc too | Todd C. Miller | |
2000-04-02 | arc4random() returns an unsigned 32-bit int but sendmail expects the | Todd 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-02 | Remove sendmail's `Build' scaffolding and add real Makefiles | Todd 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-02 | stock sendmail 8.10.0 with $Id -> $Sendmail | Todd C. Miller | |
1999-11-29 | version 1.11.3 | David Leonard | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1998-07-07 | remove the line with e2fsprogs | Artur Grabowski | |
1998-07-07 | old, big, not compiled and not used, die | Artur Grabowski | |
1998-04-05 | mkisofs 1.11.2; merged by beck | Theo de Raadt | |
1997-09-22 | Use our own fnmatch(). | Todd C. Miller | |
1997-09-17 | Opps, forgot about write.c on the alpha. | Jason Downs | |
1997-09-15 | Add mkisofs. | Jason Downs | |
1997-09-15 | mkisofs 1.11. Not wrappered, unfortunately. Stripped of most of the | Jason Downs | |
extra junk. | |||
1997-09-05 | add support for GLOBAL_AUTOCONF_CACHE | kstailey | |