itojun
ef39bb4e09
pull DaemonPortOptions modifier for "optional address", from
...
8.12.x change (Modifiers=O).
this will let us use the same sendmail.cf file on IPv4/v6, and IPv4-only
kernels. (we do not really need netbsd-proto-IPv4only.cf any more)
2001-01-15 17:49:25 +00:00
lukem
5df30421b7
- don't use LOG_CONS (we don't need smrsh spamming /dev/console if syslogd
...
isn't up)
- don't use LOG_ODELAY; it's deprecated (the behaviour is the default)
2001-01-11 02:48:11 +00:00
itojun
c732fcc192
upgrade to sendmail 8.11.2.
2001-01-04 12:36:48 +00:00
itojun
8e47aad460
sendmail 8.11.2
2001-01-04 12:21:36 +00:00
itojun
437f6d0b1a
do not try to reverse-lookup IPv6 {unspecified,linklocal} addresses.
...
XXX may not be 100% right, as there are people trying to reverse-lookup
them using multicast DNS.
2001-01-04 10:35:25 +00:00
itojun
eda42ff066
canonicalize ipv6 address before reverse lookup.
...
From: Ingolf Steinbach <ingolf@jellonet.de>
XXX normally we should not perform reverse lookup for linklocals.
we should really rewrite sendmail to use getaddrinfo/getnameinfo.
2000-12-26 13:08:39 +00:00
itojun
2cd477ca56
be aware of KAME kernel-internal form returned on SIOCGIFCONF.
...
(patch sent to sendmail.org)
should fix the following issue:
http://mail-index.netbsd.org/netbsd-help/2000/11/28/0006.html
2000-12-07 06:31:51 +00:00
itojun
9dd871079e
correct use of struct in6_addr (patch submitted to sendmail.org)
2000-12-07 06:26:56 +00:00
itojun
9ae3f98360
remove a line for debugging
2000-10-31 14:43:52 +00:00
itojun
3e7ebe19d9
sync with sendmail 8.11.1.
...
added file: /usr/share/sendmail/ostype/solaris8.m4
2000-10-10 11:17:29 +00:00
itojun
e72ddc0839
sendmail 8.11.1
2000-10-10 10:57:49 +00:00
itojun
a6ede27799
(unexploitable) integer range check mistake in "sendmail -bt".
...
http://www.securityfocus.com/templates/archive.pike?threads=1&start=2000-10-08&mid=138539&fromthread=1&list=1&end=2000-10-14&
2000-10-10 09:45:50 +00:00
itojun
97c5ff842d
NetBSD has setusercontext() since Feb 2000.
...
detect it by "1.4Q or more recent" (are there better ways? - it is
not about kernel API...)
2000-08-20 19:37:45 +00:00
itojun
c333e7610b
sync with 8.11.0. (relatively large amount of changes are due to
...
rcs-id rewrites)
2000-07-23 14:24:48 +00:00
itojun
2ffe59611d
sendmail 8.11.0
2000-07-23 14:07:40 +00:00
itojun
e7ad3c6044
sync with sendmail 8.11.0beta3 about default address family (= AF_INET)
...
handling.
2000-06-18 00:02:50 +00:00
itojun
6bbde2ae91
resolve conflicts. (mainly due to $Id$ mistake in past import)
2000-06-13 17:18:26 +00:00
itojun
a297ccd8ed
sendmail/helpfile needs edit by hand.
2000-06-13 17:13:17 +00:00
itojun
e6b5cff2ac
sendmail 8.10.2
2000-06-13 16:54:40 +00:00
itojun
fcc5dc7faf
correct a post 8.10.1 bug - stock 8.10.1 starts with listening IPv6 socket
...
by default, and crushes old configuration files when sendmail gets IPv6
connection. by default listen to IPv4 socket only for backward compatibility.
turn on IPv6 support.
IPv6 socket can be enabled by the following sendmail.cf directive:
O DaemonPortOptions=Family=inet,address=0.0.0.1
O DaemonPortOptions=Family=inet6,address=::
2000-05-03 11:07:58 +00:00
itojun
e0e97ce83d
$Id$ -> Id
2000-05-03 11:02:48 +00:00
itojun
9ea68ca773
one more removal of $Id$.
2000-05-03 11:01:47 +00:00
itojun
b723212dfd
for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$.
...
supply sendmail2netbsd for future imports.
remove 8.9.x files.
populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
2000-05-03 10:50:04 +00:00
itojun
ec8cc6ac34
for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$.
...
supply sendmail2netbsd for future imports.
remove 8.9.x files.
populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
2000-05-03 10:49:07 +00:00
itojun
081aaedb27
sendmail 8.10.1
2000-05-03 09:27:16 +00:00
itojun
be16012135
remove files that should not be imported.
...
in Makefile, s/SRC/.ALLSRC/ to honor .PATH.
2000-04-28 06:19:58 +00:00
tron
ea4809da9e
Initial import of "sendmail" 8.9.3 sources.
2000-02-07 20:05:21 +00:00