diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-01-31 22:16:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-01-31 22:16:23 +0000 |
commit | 6ae74f9b7a1ec9170efa53cab74e889eb1697a50 (patch) | |
tree | 8bad50e9cdd67c73ebf90abb902b5c86adfa8ecb /NEWS | |
parent | 8fa6b11990283115b0751212222ff6aaaaf81e60 (diff) | |
download | fetchmail-6ae74f9b7a1ec9170efa53cab74e889eb1697a50.tar.gz fetchmail-6ae74f9b7a1ec9170efa53cab74e889eb1697a50.tar.bz2 fetchmail-6ae74f9b7a1ec9170efa53cab74e889eb1697a50.zip |
Graceful socket closing.
svn path=/trunk/; revision=2726
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,11 @@ Things to do: +Scrollbars on fetchmailconf help windows (Debian bug #51770). + +Log bounced messages via syslog (Debian bug #50184). + +Notify user by mail when pop server nonexistent (Debian bug #47143). + In the SSL support, we need to add server certificate validation (In other words, does the certificate match the system we are trying to contact?). Also, add authentication of Certifying Authority (Is this @@ -15,12 +21,18 @@ package will have two security verifications instead of one... (The `lines' figures total .c, .h, .l, and .y files under version control.) +* Close down sockets using shutdown(2) and discarding read data until we + get a TCP FIN. With any luck this will squash our socket leak. +* Added Martijn Lievaart's sendmail hacks for multidrop to the contrib + directory. +* Debian buglist cleanup. + fetchmail-5.2.5 (Mon Jan 31 02:02:48 EST 2000), 18445 lines: * Fixed bugs in BSMTP generation reported by Jaap Lutz. * Make fetchmailconf better at handling backslashes in usernames and passwords. -* Jochen Hayeek's patch to handle spaces in UID usernames. +* Jochen Hayek's patch to handle spaces in UID usernames. There are 279 people on fetchmail-friends and 497 on fetchmail-announce. |