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