]> Pileus Git - ~andy/fetchmail/blob - NEWS
INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required library...
[~andy/fetchmail] / NEWS
1                                 Release Notes:
2
3 (The `lines' figures total .c, .h, .l, and .y files under version control.
4 Names in parentheses are the maintainers who handled the respective change.
5 Abbreviations: MA = Matthias Andree, ESR = Eric S. Raymond, RF = Rob Funk)
6
7 fetchmail 6.3.0 (not yet released officially):
8
9 SECURITY FIX:
10 * The POP3 UIDL code doesn't sufficiently validate/truncate the input
11   length, so a (malicious or compromised) server that sends UIDs longer
12   than 128 bytes can corrupt fetchmail's stack and crash fetchmail.
13   This vulnerability is remotely exploitable to inject code run in a
14   root shell. This is tracked under the CVE Name: CAN-2005-2335
15
16 MAJOR INCOMPATIBLE CHANGES:
17 * Remove support for --netsec/-T options, the required inet6_apps library is no
18   longer available. Matthias Andree
19
20 OTHER CHANGES:
21 * Sunil Shetye's fix to force fetchsizelimit to 1 for APOP and RPOP. (ESR)
22 * PopDel.py removed from contrib at author's request. (ESR)
23 * Matthias Andree's fix for Sunil Shetye's fetch-split patch. (ESR)
24 * Include James Stone's moldremover.py script. (ESR)
25 * Enable .fetchmailrc permissions checking under Cygwin. (ESR)
26 * Nalin Dahyabai's fix for POP3 strong authentication. (ESR)
27 * Revised Nalin Dahyabai's fix for POP3 strong authentication (the
28   original version would go into an infinite loop when CAPA failed;
29   found by David Greaves.) (MA)
30 * HOME_ETC patch for PLD Linux. (ESR)
31 * Sunil Shetye's fix for SSL configuration. (ESR)
32 * Simon Josefsson's patch for GSS library support. (ESR)
33 * Added Andrey Lelikov's recipe for Hotmail and Lycos Webmail. (ESR)
34 * Remove blank between MAIL FROM: and <, which causes Cyrus to complain.
35   Patch by Phil Endecott. (RF)
36 * Switched to automake. Matthias Andree.
37 * Build fixes for HESIOD and resolv.h trouble on FreeBSD. (MA)
38 * Fabrice Bellet's fix for Red Hat bug #113492, fetchmail hangs in IMAP
39   mode after EXPUNGE when the server (Dovecot 0.99.10) doesn't update
40   RECENT and EXISTS counts. (MA)
41 * Holger Mauermann's bounce patch, to use a NULL envelope from, not
42   write a Return-Path header (both to meet RFC-2821), changed From,
43   added Subject header, rewording the human readable part.  Fixes Debian
44   bug #316446. (MA)
45 * Merge Sunil Shetye's time.h handling fix. (MA)
46 * Merge Gerd von Egidy's patch to avoid a segfault in multidrop/received
47   mode when the Received: headers are malformatted. (MA)
48 * MIME-encode bodies and Subject headers of warning messages, limiting
49   the header to 7 bits. (MA)
50 * Normalize most locale codesets to IANA codesets, based on
51   norm_charmap.c by Markus Kuhn. (MA)
52 * Remove sleep(3) after POP3 login, patch by Brian Candler. (MA)
53 * Fix option parsing bug that trashes the showdots setting when more
54   than one server is configured. Patch by Brian Candler. (MA)
55 * Honor sslcertpath setting even if sslcertck is unset. Patch by Brian
56   Candler. (MA)
57 * SSL certificate checking fixes, don't display same error message twice
58   in succession, make sure that Common Name and fingerprint checking are
59   only done once. Print all validation warnings/errors even if not in
60   verbose mode. Patch by Brian Candler. (MA)
61 * Import Bjorn Reese and Daniel Stenberg's MIT-licensed Trio 1.10 from
62   http://daniel.haxx.se/projects/trio/ for systems that do not support
63   snprintf or vsnprintf. (MA)
64 * Clean up the horrible #ifdef HAVE_[V]SNPRINTF that made the code
65   unreadable. Use Trio where [v]snprintf is/are missing. (MA)
66 * Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the
67   kernel version instead of calling uname(1). Thanks to Paul Slootman.
68   (MA)
69 * Be more careful when swapping UID lists or writing the .fetchids file,
70   requested by Manfred Weihs. (MA)
71 * Print a warning if multidrop configuration is attempted without
72   envelope option. (MA)
73 * Split information on fetchmail versions before 6.0.0 to a separate
74   OLDNEWS file. (MA)
75 * Merge SuSE patches: (sent by Stanislav Brabec, merged by Matthias Andree)
76   - fetchmail-6.2.5-declaration.patch (double sigint_handler decl/getpass.c)
77   - fetchmail-6.2.5-implicit-declaration.patch (missing #include)
78   - fetchmail-6.2.5-random-result.patch (uninitialized variable/opie.c)
79 * Revised some bogus assertions about POP3 LAST and UIDL use in the
80   manual page. UIDL isn't flaky as the man page suggested, but a
81   reliability feature. In fact, IMAP4 code is flaky in that it relies on
82   the upstream seen flags. (MA)
83 * Miloslav Trmac's patch for fetchmailconf to support string-type values
84   of the "port" variable, avoiding "port None" corruption in .fetchmailrc.
85   To fix Redhat Bug #55623 (MA)
86 * de.po fixes from Nico Golde (MA)
87 * es.po fixes from Jesus Roncero, Debian bug #286044 (MA)
88 * sink.c fix from Cesar Eduardo Barros, to avoid double @ in address
89   when username contains an @ and the envelope sender is null, Debian
90   bug #272289 (MA)
91 * configure.ac cleanups by Miloslav Trmac (MA)
92 * Miloslav Trmac's fix to reply_hack() type, for systems where
93   sizeof(int) != sizeof(size_t). (MA)
94 * Nalin Dahyabhai's fix for driver.c to not call the private Kerberos
95   krb5_init_ets() function. Sent by Miloslav Trmac. (MA)
96 * Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient
97   space for \r\n trailers in snprintf calls. Sent by Miloslav Trmac,
98   possibly fixing Red Hat bug #114470. (MA).
99 * Nalin Dahyabhai's patch to use the krb5-config script, if present.
100   Sent by Miloslav Trmac. (MA)
101 * Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac.
102   (MA)
103 * Trivial fetchmailconf.man to redirect to fetchmail.1.
104   Reported by Miloslav Trmac. (MA)
105 * Updated and re-enabled Czech translation, by Miloslav Trmac (MA).
106 * Internationalization (i18n) updates by Miloslav Trmac. (MA)
107 * Fix "couldn't find canonical DNS name of NN (MM)" for hosts that have
108   only IPv6 addresses. Matthias Andree.
109 * Revised INSTALL after question from Brian Candler, inet6-apps is no
110   longer available: remove inet6-apps hints for IPv6, and add some
111   apologetic message for IPsec. Note the code may be removed in a future
112   version. Matthias Andree.
113 * Brian Candler's FAQ update about SSL certificate verification. (MA)
114 * Nico Golde's patch to support "proto RPOP" in the configuration file,
115   reported by Dr. Andreas Krüger, Debian bug #242384 (MA)
116 * Added Russian translation, courtesy of Pavel Maryanov of the
117   Russian translation team. (MA)
118 * Dropped da=Danish, el=Greek, ja=Japanese, sq=Albanian and tr=Turkish
119   translations which have more than 10% (61+) untranslated or fuzzy
120   messages. Matthias Andree.
121 * Skip sending POP3 PASS command when USER command failed. Matthias Andree.
122 * Run fetchmail.man through automatic spell checker. Matthias Andree.
123 * Major fetchmail(1) manual page overhaul by R. Hannes Beinert, to
124   clarify singledrop vs. multidrop operation. (MA)
125 * Make tracepolls a server option, as documented. Fixes Debian bug
126   #156094. Matthias Andree.
127 * Updated some translations. (MA)
128 * Fix some minor inaccuracies (RFC-1893 related, grammar/spelling) in
129   the manual page.
130 * Rename ESR's design notes to esrs-design-notes.html and add a new
131   design-notes.html document. The NOTES file will contain both of them.
132   Matthias Andree.
133 * Fix Debian bug #301964, fetchmail leaks sockets when SSL negotiation
134   fails. Fix suggested Goswin Brederlow. (MA)
135 * Really fix Debian Bug#207919 (garbage in Received: lines when smtphost set),
136   patch by Tobias Diedrich.  The 6.2.5 NEWS claimed Gregan's patch had fixed
137   #207919 but it had fixed #212484 instead and #207919 remained unfixed in
138   6.2.5. The entry below has been corrected to read #212484 now. (MA)
139 * When writing the PID file, write a FHS 2.3 compliant PID file.
140   Fixes Debian bug #230615. Matthias Andree.
141 * Make ODMR really silent, suppress "fetchmail: receiving message
142   data". Fixes Debian Bug#296163. Matthias Andree.
143 * Add From: header to warning emails. Debian Bug#244828. Matthias Andree.
144 * Fix IMAP code to use password of arbitrary length from configuration
145   file (although not when read interactively). Debian Bug#276424.
146   Matthias Andree
147 * Document that fetchmail may automatically enable UIDL option.
148   Debian Bug#304701. Matthias Andree.
149 * Delete oversized messages with --flush when daemon mode isn't used.
150   Debian Bug#212240. Matthias Andree.
151 * Put *BOLD* text into the manual page near --mda to state unmistakably that
152   the --mda %T and %F substitutions add single quotes, hoping to avoid bogus
153   bug reports such as Debian Bug #224564. Matthias Andree
154 * Rename lock_release to fm_lock_release, to avoid namespace collision on
155   Darwin. NetBSD PR#28543 (pkg/28543). Matthias Andree.
156
157 fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines:
158
159 * Updated Spanish, Turkish, and German translation files.
160 * Matthew Gregan's patch to handle garbage lengths from dbmail;
161   closes Debian bug #212484.
162 * Fix IMAP query so new-message count doesn't include deleted messages.
163 * Man page typo fix, closes Debian bug #205892.
164 * OpenSSL cleanup patches from levinedl@acm.org.
165 * Benjamin Drieu's patch to fix Debian bug #212240, no oversized-message
166   flushing if both "flush" and "limit" were specified.
167 * Benjamin Drieu's patch for Debian bug #156592, incorrect handing of 
168   host/port option.
169 * Smash all NULs out of headers right after the socket read.
170 * Dup-killer code now keys on an MD5 hash of the raw headers.
171 * Sunil Shetye's patches to break up fetching of sizes and UIDLs.
172
173 There are 599 people on fetchmail-friends and 748 on fetchmail-announce.
174
175 fetchmail-6.2.4 (Wed Aug 13 04:27:35 EDT 2003), 22625 lines:
176
177 * Updated German, Spanish, Catalan, and Turkish translations.
178 * IDLE is now supported using no-ops even if the server doesn't support
179   the IMAP IDLE extension.
180 * Sunil Shetye's patch to do better password shrouding.
181 * Sunil Shetye's bug-fix rollup patch.
182 * Introduce a translation item for the word "seen".
183 * Back out the hack to deal with lack of byte stuffing on some POP3 servers.
184 * Thomas Steudten's patch to improve SMTP handling of 550 errors.
185
186 There are 585 people on fetchmail-friends and 745 on fetchmail-announce.
187
188 fetchmail-6.2.3 (Thu Jul 17 14:53:00 EDT 2003), 22490 lines:
189
190 * French, German, Danish, Spanish, and Turkish translations updated.
191 * Brian Sammon's patch to deal with malformed message lines containing NULs.
192 * Fai's patch to ignore all but the first Return-Path (some spams have
193   more than one of these).
194 * Benjamin Drieu's patch to properly byte-stuff when talking to BSNTP.
195   Fixes Debian bug #184469.
196 * Benjamin Drieu's patch to enable auth=cram-md5.
197   Fixes Debian bug #185232.
198 * Sunil Shetye's configure.in patch to avoid spurious search order messages
199   from GCC.
200 * Header-reading code now copes better with lines ending in \n only.
201 * Elias Israel's patches for POP3 NTLM support and dealing with byte-
202   stuffing failures at socket level.
203
204 There are 580 people on fetchmail-friends and 750 on fetchmail-announce.
205
206 fetchmail-6.2.2 (Fri Feb 28 21:34:26 EST 2003), 22345 lines:
207
208 * Sunil Shetye's patch to improve behavior on empty messages.
209 * Conform to RFC2595; reissue capability probes after successful 
210   STARTTLS negotiation.
211 * Sunil's patch to make handling of failed STARTTLS more graceful.
212 * Sunil's JF2 fix patch for .fetchmailrc security.
213 * Christophe GIAUME <christophe@giaume.com> finished the implementation
214   of RFC2177 IDLE.
215 * Jason Tishler's fix patch for Cygwin.
216 * Support ssh-style authentication in POP3
217 * Fix for Debian bug #108977, clean up config file evaluation,
218   by Benjamin Drieu.
219
220 There are 554 people on fetchmail-friends and 727 on fetchmail-announce.
221
222 fetchmail-6.2.1 (Tue Jan 14 08:17:19 EST 2003), 22219 lines:
223
224 * Updated German, Turkish, Spanish, and Danish translation files.
225 * Integrated Sunil Shetye's patch to make mark_seen an explicit method.
226 * Removed FAQ warning about GMX and associated fetchmailconf check, 
227   we have a report that its servers are conformant now.
228 * Another Sunil patch to fix a minor bug in bouncemail generation.
229
230 There are 536 people on fetchmail-friends and 716 on fetchmail-announce.
231
232 fetchmail-6.2.0 (Fri Dec 13 00:10:07 EST 2002), 22235 lines:
233
234 * Applied Steffen Esser's fix for a buffer-overflow bug in rfc822.c
235 * Updated Danish, German, and Turkish translation files.
236 * Sunil Shetye's SMTP timeout patch.
237
238 There are 538 people on fetchmail-friends and 701 on fetchmail-announce.
239
240 fetchmail-6.1.3 (Thu Nov 28 05:35:15 EST 2002), 22203 lines:
241
242 * Updated Turkish, Danish, German, Spanish, Catalan po files.
243 * Added Slovak support.
244 * Configure.in update for autoconf 2.5 (Art Haas). 
245 * Be case-insensitive when looking for IMAP responses.
246 * Fix logout-after-idle-delivery bug (Sunil Shetye).
247 * Sunil Shetye's patch to bulletproof end-of-header detection.
248 * Sunil's fix for the STARTTLS problem -- repoll if TLS nabdshake
249   fails.  The attempt to set up STARTTLS can be suppressed with 'sslproto ""'.
250
251 There are 540 people on fetchmail-friends and 701 on fetchmail-announce.
252
253 fetchmail-6.1.2 (Thu Oct 31 11:41:02 EST 2002), 22135 lines:
254
255 * Jan Klaverstijn's verbosity-lowering patch.
256 * Updated Turkish, German, Catalan, and Danish translation files.
257 * Fix processing of POP3 messages with missing bodies.
258 * Minor fixes by Sunil Shetye: fix generation of auth fail note, handle
259   unexpected SIGALRM, plug memory leak, handle lines beginning with '\0',
260   try to bulletproof error handling against read failures.
261
262 There are 535 people on fetchmail-friends and 696 on fetchmail-announce.
263
264 fetchmail-6.1.1 (Fri Oct 18 14:53:51 EDT 2002), 22087 lines:
265
266 * OTP fix patches from Stanislav Brabec <utx@penguin.cz>
267 * fix patch for writing antispam capability correctly in conf.c.
268 * Fix patches for Debian bugs #162571, #156592.
269 * Correction to manpage re -b and qmail.
270 * Patch to disable use of STLS if auth passwd is specified.
271 * Fix specfile generation to handle SSL correctly.
272 * New Danish, Turkish, and Catalan translation files.
273 * Improved ODMR debug messages.
274 * IMAP efficiency hack; don't fetch sizes unless needed.
275 * Detect and rewrite invalid return paths beginning with @.
276 * Fix for subtle freeing bug that suppressed information in some bounce msgs.
277 * Newline fix patches for internationalization files.
278 * Fix reversed test guarding authentication-failure warnings.
279 * Fix POP3 breakage starting at 5.9.14.
280
281 There are 529 people on fetchmail-friends and 693 on fetchmail-announce.
282
283 fetchmail-6.1.0 (Sun Sep 22 18:31:23 EDT 2002), 21999 lines:
284
285 * Updated French translation.
286 * Stefan Esser's fix for potential remote vulnerability in multidrop mode.
287   This is an important security fix!
288
289 There are 519 people on fetchmail-friends and 680 on fetchmail-announce.
290
291 fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines:
292
293 * Applied Matt Kraai's fix for minor Debian bug #144539.
294 * Nerijus Baliunas's patch to support STARTTLS over IMAP.
295 * More cleanups and minor bugfixes from Sunil Shetye.
296 * Default antispam-response list is now empty.
297 * Updated de and po translations.
298
299 There are 520 people on fetchmail-friends and 683 on fetchmail-announce.
300
301  vim:tw=79 com=bf\:* ts=8 sts=8 sw=8 ai: