Massive overhaul of networking code. Changes:
authorKen Hornstein <kenh@pobox.com>
Fri, 16 Jan 2009 02:28:54 +0000 (02:28 +0000)
committerKen Hornstein <kenh@pobox.com>
Fri, 16 Jan 2009 02:28:54 +0000 (02:28 +0000)
commit7b98850d3b8b2453b473fdfb6db52f4aa3fe39b6
tree8a6ce8adba4e3174a4cf0d5cf2939dea42618051
parent439d79535278cca4149434a457874addd94fee0f
Massive overhaul of networking code.  Changes:

- All networking interfaces now converted to new APIs (getaddrinfo() and
  the like).  All networking now supports IPv6 (with the exception of
  the built-in FTP client).
- SASL security layers are now supported for SMTP.
- Command-line and profile-based selection of the SMTP server and port.
20 files changed:
aclocal.m4
configure.in
docs/README.SASL
docs/pending-release-notes [new file with mode: 0644]
h/netdb.h [deleted file]
h/prototypes.h
man/mh-tailor.man
man/post.man
man/send.man
mts/smtp/hosts.c
mts/smtp/smtp.c
mts/smtp/smtp.h
sbr/client.c
sbr/mts.c
uip/ftpsbr.c
uip/mhlsbr.c
uip/popsbr.c
uip/post.c
uip/send.c
uip/whatnowsbr.c