tron
71261af8cc
Bump version number after parse8.359.2.8 patch has been applied.
2003-09-17 20:23:00 +00:00
itojun
4d7e624b6d
fix prescan() bug (potentially remotely exploitable), CAN-2003-0694
2003-09-17 14:16:22 +00:00
martin
ef6eddfd4c
Fix obvious, very stupid bugs, that made compilation fail on 64 bit systems.
...
(unfriendly remarks removed before leaving editor)
2003-07-05 15:08:59 +00:00
atatat
f554d2662a
Pull sendmail 8.12.9 to the head, resolve the import conflict, and
...
make it build. Now we have $NetBSD$ tags.
2003-06-01 14:06:40 +00:00
atatat
7af571cc1a
sendmail 8.12.9
2003-06-01 14:01:14 +00:00
atatat
d507fc11c2
Rewrite sendmail source conversion script to remove tags in a cleaner
...
way, and also to add $NetBSD$ tags where possible/practical/sensible.
2003-06-01 13:59:56 +00:00
wiz
a491d673dd
Fix some xrefs.
2003-04-16 10:11:55 +00:00
atatat
d17d46630e
Apply new patch from sendmail.org to address the new buffer overflow
...
in address parsing. This takes us to 8.12.8p1.
2003-03-29 21:55:28 +00:00
atatat
5cb7f51bd6
Missed conflict from 8.12.8 import.
2003-03-24 15:14:43 +00:00
atatat
da8968cc48
Pull sendmail 8.12.8 to the head, resolve the import conflicts, and
...
make it build.
2003-03-24 15:03:59 +00:00
atatat
f580f7ff12
Pull sendmail 8.12.8 to the head, resolve the import conflicts, and
...
make it build.
2003-03-24 15:03:37 +00:00
atatat
29b190bd81
sendmail 8.12.8
2003-03-24 14:47:07 +00:00
atatat
382b4984f3
Apply patch from sendmail.org to handle a new header overflow bug.
2003-03-03 21:20:50 +00:00
itojun
29ef0d0d98
more strict checking on command invocation.
...
http://www.sendmail.org/smrsh.adv.txt , NetBSD PR 18516
2002-10-03 03:31:46 +00:00
wiz
7b9b4ac6f7
'environment', not 'enviroment'
2002-07-11 10:53:19 +00:00
itojun
27c67ca9bc
save 1 byte for trailing dot append on dn_expand() call
2002-07-04 13:27:23 +00:00
itojun
05150f5b13
avoid possible overrun of dn_expand arg buffer.
...
not sure if it is the reason for 8.12.5, but anyway, be cautious.
2002-06-26 09:25:47 +00:00
wiz
0dd9855753
Don't mention db types we don't have (and related bugs).
2002-06-12 21:56:29 +00:00
tv
d20ff568a2
Remove all traces of "aux.m4" so as not to conflict with Microsoft host OS's.
...
(Since we aren't A/UX, this is not much of a loss for a NetBSD host.)
2001-10-19 02:53:02 +00:00
itojun
3b7e3e08b4
upgrade to 8.11.6. fixes security issue in command line parsing.
2001-08-21 07:13:20 +00:00
itojun
3d03bdc5ce
sync with 8.11.5.
2001-08-01 03:27:31 +00:00
itojun
bb79953585
sendmail 8.11.5
2001-08-01 02:49:58 +00:00
itojun
ff1a865b9f
there's no binmail(1). PR 13549
2001-07-25 00:16:04 +00:00
itojun
731b8156e5
sync with 8.11.4.
2001-05-29 04:18:24 +00:00
itojun
865ea0f61c
sendmail 8.11.4
2001-05-29 03:55:36 +00:00
wiz
8dcfb111ec
Fix section (8, not 1)
2001-04-09 12:13:21 +00:00
thorpej
95319c1ddc
Make the functions passed to funopen(3) look like the manual page
...
says they should. Arguably, funopen(3) and the internal stdio data
structure should be changed, but that might be a pretty big issue.
2001-03-25 19:50:54 +00:00
itojun
6104e13fae
sync with 8.11.3.
2001-02-28 04:12:05 +00:00
itojun
a182a19e83
sendmail 8.11.3
2001-02-28 03:57:37 +00:00
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