summaryrefslogtreecommitdiff
path: root/gnu/dist/sendmail
AgeCommit message (Collapse)Author
2003-09-17Bump version number after parse8.359.2.8 patch has been applied.tron
2003-09-17fix prescan() bug (potentially remotely exploitable), CAN-2003-0694itojun
2003-07-05Fix obvious, very stupid bugs, that made compilation fail on 64 bit systems.martin
(unfriendly remarks removed before leaving editor)
2003-06-01Pull sendmail 8.12.9 to the head, resolve the import conflict, andatatat
make it build. Now we have $NetBSD$ tags.
2003-06-01sendmail 8.12.9atatat
2003-06-01Rewrite sendmail source conversion script to remove tags in a cleaneratatat
way, and also to add $NetBSD$ tags where possible/practical/sensible.
2003-04-16Fix some xrefs.wiz
2003-03-29Apply new patch from sendmail.org to address the new buffer overflowatatat
in address parsing. This takes us to 8.12.8p1.
2003-03-24Missed conflict from 8.12.8 import.atatat
2003-03-24Pull sendmail 8.12.8 to the head, resolve the import conflicts, andatatat
make it build.
2003-03-24Pull sendmail 8.12.8 to the head, resolve the import conflicts, andatatat
make it build.
2003-03-24sendmail 8.12.8atatat
2003-03-03Apply patch from sendmail.org to handle a new header overflow bug.atatat
2002-10-03more strict checking on command invocation.itojun
http://www.sendmail.org/smrsh.adv.txt, NetBSD PR 18516
2002-07-11'environment', not 'enviroment'wiz
2002-07-04save 1 byte for trailing dot append on dn_expand() callitojun
2002-06-26avoid possible overrun of dn_expand arg buffer.itojun
not sure if it is the reason for 8.12.5, but anyway, be cautious.
2002-06-12Don't mention db types we don't have (and related bugs).wiz
2001-10-19Remove all traces of "aux.m4" so as not to conflict with Microsoft host OS's.tv
(Since we aren't A/UX, this is not much of a loss for a NetBSD host.)
2001-08-21upgrade to 8.11.6. fixes security issue in command line parsing.itojun
2001-08-01sync with 8.11.5.itojun
2001-08-01sendmail 8.11.5itojun
2001-07-25there's no binmail(1). PR 13549itojun
2001-05-29sync with 8.11.4.itojun
2001-05-29sendmail 8.11.4itojun
2001-04-09Fix section (8, not 1)wiz
2001-03-25Make the functions passed to funopen(3) look like the manual pagethorpej
says they should. Arguably, funopen(3) and the internal stdio data structure should be changed, but that might be a pretty big issue.
2001-02-28sync with 8.11.3.itojun
2001-02-28sendmail 8.11.3itojun
2001-01-15pull DaemonPortOptions modifier for "optional address", fromitojun
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-11- don't use LOG_CONS (we don't need smrsh spamming /dev/console if syslogdlukem
isn't up) - don't use LOG_ODELAY; it's deprecated (the behaviour is the default)
2001-01-04upgrade to sendmail 8.11.2.itojun
2001-01-04sendmail 8.11.2itojun
2001-01-04do not try to reverse-lookup IPv6 {unspecified,linklocal} addresses.itojun
XXX may not be 100% right, as there are people trying to reverse-lookup them using multicast DNS.
2000-12-26canonicalize ipv6 address before reverse lookup.itojun
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-07be aware of KAME kernel-internal form returned on SIOCGIFCONF.itojun
(patch sent to sendmail.org) should fix the following issue: http://mail-index.netbsd.org/netbsd-help/2000/11/28/0006.html
2000-12-07correct use of struct in6_addr (patch submitted to sendmail.org)itojun
2000-10-31remove a line for debuggingitojun
2000-10-10sync with sendmail 8.11.1.itojun
added file: /usr/share/sendmail/ostype/solaris8.m4
2000-10-10sendmail 8.11.1itojun
2000-10-10(unexploitable) integer range check mistake in "sendmail -bt".itojun
http://www.securityfocus.com/templates/archive.pike?threads=1&start=2000-10-08&mid=138539&fromthread=1&list=1&end=2000-10-14&
2000-08-20NetBSD has setusercontext() since Feb 2000.itojun
detect it by "1.4Q or more recent" (are there better ways? - it is not about kernel API...)
2000-07-23sync with 8.11.0. (relatively large amount of changes are due toitojun
rcs-id rewrites)
2000-07-23sendmail 8.11.0itojun
2000-06-18sync with sendmail 8.11.0beta3 about default address family (= AF_INET)itojun
handling.
2000-06-13resolve conflicts. (mainly due to $Id$ mistake in past import)itojun
2000-06-13sendmail/helpfile needs edit by hand.itojun
2000-06-13sendmail 8.10.2itojun
2000-05-03correct a post 8.10.1 bug - stock 8.10.1 starts with listening IPv6 socketitojun
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$Id$ -> Iditojun