summaryrefslogtreecommitdiff
path: root/gnu/dist/sendmail
AgeCommit message (Collapse)Author
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
2000-05-03one more removal of $Id$.itojun
2000-05-03for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$.itojun
supply sendmail2netbsd for future imports. remove 8.9.x files. populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
2000-05-03for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$.itojun
supply sendmail2netbsd for future imports. remove 8.9.x files. populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
2000-05-03sendmail 8.10.1itojun
2000-04-28remove files that should not be imported.itojun
in Makefile, s/SRC/.ALLSRC/ to honor .PATH.
2000-02-07Initial import of "sendmail" 8.9.3 sources.tron