]> Pileus Git - ~andy/fetchmail/log
~andy/fetchmail
15 years agoInsert missing C6. tag to C6 header in text body.
Matthias Andree [Wed, 18 Feb 2009 13:28:33 +0000 (13:28 -0000)]
Insert missing C6. tag to C6 header in text body.

svn path=/branches/BRANCH_6-3/; revision=5266

15 years agoMinor formatting fixes.
Matthias Andree [Wed, 18 Feb 2009 13:13:32 +0000 (13:13 -0000)]
Minor formatting fixes.

svn path=/branches/BRANCH_6-3/; revision=5265

15 years agoRevise section G5 on delete-after-N-days feature, point to contrib/.
Matthias Andree [Wed, 18 Feb 2009 13:13:22 +0000 (13:13 -0000)]
Revise section G5 on delete-after-N-days feature, point to contrib/.

svn path=/branches/BRANCH_6-3/; revision=5264

15 years agoGive G5 (delete after N days) a sensible title.
Matthias Andree [Fri, 6 Feb 2009 18:29:23 +0000 (18:29 -0000)]
Give G5 (delete after N days) a sensible title.

svn path=/branches/BRANCH_6-3/; revision=5263

15 years agocase-insensitive check of SSL fingerprints (Daniel Richard G.)
Matthias Andree [Thu, 22 Jan 2009 12:11:16 +0000 (12:11 -0000)]
case-insensitive check of SSL fingerprints (Daniel Richard G.)

Daniel Richard G. writes:
| I was clearing out an old Fetchmail SVN checkout I had lying around
| here, and came across one small change that I forgot to send in.
|
| In socket.c, there's a bit of code that compares SSL certificate
| fingerprints: [...]
|
| That strcmp() call should be an strcasecmp(). At one point, I
| encountered a certificate where the fingerprint's hex digits were in a
| different case than what was expected, and the connection attempt failed
| because of that.  Not exactly what you'd call a potential MitM attack
| :-)

He's right, we can compare case-insensitively without sacrificing
fetchmail's security, so let's just do that for the sake of ease of use.

svn path=/branches/BRANCH_6-3/; revision=5262

15 years agoFix a few compiler warnings around implicit conversion or extra ";".
Matthias Andree [Wed, 14 Jan 2009 01:56:15 +0000 (01:56 -0000)]
Fix a few compiler warnings around implicit conversion or extra ";".

svn path=/branches/BRANCH_6-3/; revision=5261

15 years agoFix: Do not overlap source and destination fields in snprintf() in
Matthias Andree [Tue, 6 Jan 2009 18:00:21 +0000 (18:00 -0000)]
Fix: Do not overlap source and destination fields in snprintf() in
interface.c.  Courtesy of Nico Golde, Debian.

svn path=/branches/BRANCH_6-3/; revision=5260

15 years agoRevise future plans part a bit.
Matthias Andree [Sun, 4 Jan 2009 14:23:32 +0000 (14:23 -0000)]
Revise future plans part a bit.

svn path=/branches/BRANCH_6-3/; revision=5259

15 years agoBerlios Patch #2525, courtesy of Diego E. "Flameeyes" Pettenò:
Matthias Andree [Sun, 4 Jan 2009 14:07:07 +0000 (14:07 -0000)]
Berlios Patch #2525, courtesy of Diego E. "Flameeyes" Pettenò:

"The AC_CANONICAL_TARGET macro and the $target_os variables are used for the
target of compilers and other code-generation tools, and should not be used
during cross-compile of generic software. Replace them with
AC_CANONICAL_HOST and $host_os instead, as they should have been from the
start.

For a breakdown of what host, build and target machines are, please see
http://blog.flameeyes.eu/s/canonical-target ."

svn path=/branches/BRANCH_6-3/; revision=5258

15 years agoWRT 6.3.8 security issues, replace 'for the nonce' by 'for 6.3.8'
Matthias Andree [Wed, 17 Dec 2008 16:21:11 +0000 (16:21 -0000)]
WRT 6.3.8 security issues, replace 'for the nonce' by 'for 6.3.8'
Fix grammar (validate stricter -> validate more strictly).

svn path=/branches/BRANCH_6-3/; revision=5257

15 years agoafter 6.3.9 release, change will be -> has been fixed for CVE-2008-2711 and
Matthias Andree [Wed, 17 Dec 2008 16:15:53 +0000 (16:15 -0000)]
after 6.3.9 release, change will be -> has been fixed for CVE-2008-2711 and
CVE-2007-4565.

svn path=/branches/BRANCH_6-3/; revision=5256

15 years agoFix Debian Bug#508667: do not lose PS_MAXFETCH (13) exit status.
Matthias Andree [Mon, 15 Dec 2008 00:58:15 +0000 (00:58 -0000)]
Fix Debian Bug#508667: do not lose PS_MAXFETCH (13) exit status.

Reported by Michelle Konzack.

svn path=/branches/BRANCH_6-3/; revision=5255

15 years agoFix HTML validator warnings, add HTML and CSS logos.
Matthias Andree [Thu, 27 Nov 2008 12:49:33 +0000 (12:49 -0000)]
Fix HTML validator warnings, add HTML and CSS logos.

svn path=/branches/BRANCH_6-3/; revision=5254

15 years agoProvide Security Alerts as a list, add intro, update solution.
Matthias Andree [Thu, 27 Nov 2008 12:39:58 +0000 (12:39 -0000)]
Provide Security Alerts as a list, add intro, update solution.

svn path=/branches/BRANCH_6-3/; revision=5253

15 years agoAdd a new version of the Italian translation, courtesy of Vincenzo Campanella.
Matthias Andree [Sun, 23 Nov 2008 01:46:38 +0000 (01:46 -0000)]
Add a new version of the Italian translation, courtesy of Vincenzo Campanella.

svn path=/branches/BRANCH_6-3/; revision=5252

15 years agoAdd Italian translation, courtesy of Vincenzo Campanella.
Matthias Andree [Fri, 21 Nov 2008 14:49:32 +0000 (14:49 -0000)]
Add Italian translation, courtesy of Vincenzo Campanella.

svn path=/branches/BRANCH_6-3/; revision=5251

15 years agoSince BerliOS's SSL setup is b0rked, use http:// rather than https://
Matthias Andree [Sun, 16 Nov 2008 15:56:35 +0000 (15:56 -0000)]
Since BerliOS's SSL setup is b0rked, use http:// rather than https://

svn path=/branches/BRANCH_6-3/; revision=5250

15 years agoUpdate BerliOS release ID.
Matthias Andree [Sun, 16 Nov 2008 15:52:24 +0000 (15:52 -0000)]
Update BerliOS release ID.

svn path=/branches/BRANCH_6-3/; revision=5249

15 years agoMove 6.3.9 tag.
Matthias Andree [Sun, 16 Nov 2008 15:33:45 +0000 (15:33 -0000)]
Move 6.3.9 tag.

svn path=/branches/BRANCH_6-3/; revision=5247

15 years agoBump version to match 6.3.9.
Matthias Andree [Sun, 16 Nov 2008 15:31:07 +0000 (15:31 -0000)]
Bump version to match 6.3.9.

svn path=/branches/BRANCH_6-3/; revision=5245

15 years agoBump 6.3.9 revision.
Matthias Andree [Sun, 16 Nov 2008 15:18:22 +0000 (15:18 -0000)]
Bump 6.3.9 revision.

svn path=/branches/BRANCH_6-3/; revision=5243

15 years agoPrepare release 6.3.9.
Matthias Andree [Sun, 16 Nov 2008 15:17:37 +0000 (15:17 -0000)]
Prepare release 6.3.9.

svn path=/branches/BRANCH_6-3/; revision=5242

15 years agoUpdate po/.
Matthias Andree [Sun, 16 Nov 2008 14:16:46 +0000 (14:16 -0000)]
Update po/.

svn path=/branches/BRANCH_6-3/; revision=5241

15 years agoAdd build report.
Matthias Andree [Sun, 16 Nov 2008 14:16:07 +0000 (14:16 -0000)]
Add build report.

svn path=/branches/BRANCH_6-3/; revision=5240

15 years agoRevert inadvertent downgrade of two fixes.
Matthias Andree [Thu, 13 Nov 2008 13:54:05 +0000 (13:54 -0000)]
Revert inadvertent downgrade of two fixes.

svn path=/branches/BRANCH_6-3/; revision=5239

15 years agoEscalate SSL plug to a critical fix.
Matthias Andree [Thu, 13 Nov 2008 13:50:39 +0000 (13:50 -0000)]
Escalate SSL plug to a critical fix.

svn path=/branches/BRANCH_6-3/; revision=5238

15 years agoSSL_free(context) when SSL_connect fails, plugging memleak. By Seiichi Ikarashi.
Matthias Andree [Thu, 13 Nov 2008 11:51:49 +0000 (11:51 -0000)]
SSL_free(context) when SSL_connect fails, plugging memleak. By Seiichi Ikarashi.

svn path=/branches/BRANCH_6-3/; revision=5237

15 years agoImport new translations from translation project.
Matthias Andree [Wed, 12 Nov 2008 00:22:16 +0000 (00:22 -0000)]
Import new translations from translation project.

svn path=/branches/BRANCH_6-3/; revision=5236

15 years agoUpdate en_GB, submitted by David Lodge directly
Matthias Andree [Tue, 4 Nov 2008 18:37:12 +0000 (18:37 -0000)]
Update en_GB, submitted by David Lodge directly
(I've asked him to use TP-robot, the translation project's mail bot.)

svn path=/branches/BRANCH_6-3/; revision=5235

15 years agoRun 'make update-po' on po/.
Matthias Andree [Tue, 4 Nov 2008 14:22:55 +0000 (14:22 -0000)]
Run 'make update-po' on po/.

svn path=/branches/BRANCH_6-3/; revision=5233

15 years agoMention update of German (de) and British English (en_GB) translations.
Matthias Andree [Tue, 4 Nov 2008 14:21:32 +0000 (14:21 -0000)]
Mention update of German (de) and British English (en_GB) translations.

svn path=/branches/BRANCH_6-3/; revision=5232

15 years agoUpdate German (de) and British English (en_GB) translations.
Matthias Andree [Tue, 4 Nov 2008 14:20:01 +0000 (14:20 -0000)]
Update German (de) and British English (en_GB) translations.

svn path=/branches/BRANCH_6-3/; revision=5231

15 years agoBump version to 6.3.9-rc3.
Matthias Andree [Tue, 4 Nov 2008 14:10:24 +0000 (14:10 -0000)]
Bump version to 6.3.9-rc3.

svn path=/branches/BRANCH_6-3/; revision=5230

15 years agoMention translation updates, additions, and enablings.
Matthias Andree [Tue, 4 Nov 2008 14:10:18 +0000 (14:10 -0000)]
Mention translation updates, additions, and enablings.

svn path=/branches/BRANCH_6-3/; revision=5229

15 years agoRe-enable all translations, perhaps this re-kindles interest of translators.
Matthias Andree [Tue, 4 Nov 2008 14:09:58 +0000 (14:09 -0000)]
Re-enable all translations, perhaps this re-kindles interest of translators.

svn path=/branches/BRANCH_6-3/; revision=5228

15 years agoUpdate Albanian (sq), Czech (cs), Danish (da), Russian (ru), Turkish (tr),
Matthias Andree [Tue, 4 Nov 2008 14:09:24 +0000 (14:09 -0000)]
Update Albanian (sq), Czech (cs), Danish (da), Russian (ru), Turkish (tr),
and Vietnamese (vi) translations from translationproject.org. Not all of them
are current, but anyways.

svn path=/branches/BRANCH_6-3/; revision=5227

15 years agoAdd translations for Simplified Chinese (zh_CN), Dutch (nl), Finnish (fi), and
Matthias Andree [Tue, 4 Nov 2008 14:08:03 +0000 (14:08 -0000)]
Add translations for Simplified Chinese (zh_CN), Dutch (nl), Finnish (fi), and
Indonesian (id).

svn path=/branches/BRANCH_6-3/; revision=5226

15 years agoFix missing closing parenthesis in 'Terminating the background daemon' subsect.
Matthias Andree [Fri, 17 Oct 2008 01:11:08 +0000 (01:11 -0000)]
Fix missing closing parenthesis in 'Terminating the background daemon' subsect.

svn path=/branches/BRANCH_6-3/; revision=5225

15 years agoImprove documentation: --logfile requires --daemon mode
Matthias Andree [Tue, 8 Jul 2008 13:33:55 +0000 (13:33 -0000)]
Improve documentation: --logfile requires --daemon mode

Make this clearer, and document that --daemon is the wait
interval after completing a cycle before starting the next,
so that poll time count towards the interval.

Also take a note to make logfile more useful (used more often).

svn path=/branches/BRANCH_6-3/; revision=5216

15 years agoSSL fix: check and report if SSL_set_fd fails.
Matthias Andree [Thu, 3 Jul 2008 14:46:39 +0000 (14:46 -0000)]
SSL fix: check and report if SSL_set_fd fails.
SSL change: enable all workarounds with SSL_CTX_set_options(ctx,SSL_OP_ALL)

svn path=/branches/BRANCH_6-3/; revision=5214

15 years agoOnly print "Deleting fetchids file" if there actually is one.
Matthias Andree [Thu, 3 Jul 2008 14:35:41 +0000 (14:35 -0000)]
Only print "Deleting fetchids file" if there actually is one.
Fixes Debian Bug#374514, reported by Dan Jacobson.

svn path=/branches/BRANCH_6-3/; revision=5213

15 years agoPartially uncommit the botched commit r5117 so I can create proper changelogs.
Matthias Andree [Thu, 3 Jul 2008 14:33:53 +0000 (14:33 -0000)]
Partially uncommit the botched commit r5117 so I can create proper changelogs.

svn path=/branches/BRANCH_6-3/; revision=5212

15 years agoDocumentation and program output now /consistently/ claim that the
Matthias Andree [Mon, 30 Jun 2008 13:46:09 +0000 (13:46 -0000)]
Documentation and program output now /consistently/ claim that the
rcfile must not have more than 0700 (u=rwx,g=,o=) permissions, but
fetchmail will still silently accept additional g=x permissions for
compatibility with previous 6.2.X and 6.3.X versions.
Inconsistency (program 0710, manpage 0600) reported by Petr Uzel.

svn path=/branches/BRANCH_6-3/; revision=5211

15 years agoChange CRLF to LF in contrib/delete-later. Reported by Petr Uzel.
Matthias Andree [Sat, 28 Jun 2008 22:52:07 +0000 (22:52 -0000)]
Change CRLF to LF in contrib/delete-later. Reported by Petr Uzel.

svn path=/branches/BRANCH_6-3/; revision=5210

15 years agoUpdate timestamp.
Matthias Andree [Tue, 24 Jun 2008 13:31:10 +0000 (13:31 -0000)]
Update timestamp.

svn path=/branches/BRANCH_6-3/; revision=5209

15 years agoMark CVE-2008-2711/fetchmail-SA-2008-01 revised 2008-06-24.
Matthias Andree [Tue, 24 Jun 2008 13:30:35 +0000 (13:30 -0000)]
Mark CVE-2008-2711/fetchmail-SA-2008-01 revised 2008-06-24.

svn path=/branches/BRANCH_6-3/; revision=5208

15 years agoRecord .po updates for 6.3.9-rc2.
Matthias Andree [Tue, 24 Jun 2008 13:22:17 +0000 (13:22 -0000)]
Record .po updates for 6.3.9-rc2.

svn path=/branches/BRANCH_6-3/; revision=5206

15 years agoFix one more CVE-2008-2711 va_start() messup. Found by Petr Uzel.
Matthias Andree [Tue, 24 Jun 2008 13:06:51 +0000 (13:06 -0000)]
Fix one more CVE-2008-2711 va_start() messup. Found by Petr Uzel.
Bump release to -rc2.

svn path=/branches/BRANCH_6-3/; revision=5205

15 years agoMerge security/critical sections, fix grammar.
Matthias Andree [Tue, 24 Jun 2008 09:44:57 +0000 (09:44 -0000)]
Merge security/critical sections, fix grammar.

svn path=/branches/BRANCH_6-3/; revision=5204

15 years agoMention fetchmail-SA-2008-01.txt in DOCUMENTATION section of 6.3.9 again.
Matthias Andree [Tue, 24 Jun 2008 09:30:00 +0000 (09:30 -0000)]
Mention fetchmail-SA-2008-01.txt in DOCUMENTATION section of 6.3.9 again.

svn path=/branches/BRANCH_6-3/; revision=5202

16 years agofix typo.
Matthias Andree [Tue, 17 Jun 2008 13:10:59 +0000 (13:10 -0000)]
fix typo.

svn path=/branches/BRANCH_6-3/; revision=5201

16 years agoRecord BerliOS patch ID for CVE-2008-2711.
Matthias Andree [Tue, 17 Jun 2008 13:05:21 +0000 (13:05 -0000)]
Record BerliOS patch ID for CVE-2008-2711.

svn path=/branches/BRANCH_6-3/; revision=5200

16 years agoGnuPG-sign security announcements.
Matthias Andree [Tue, 17 Jun 2008 13:02:54 +0000 (13:02 -0000)]
GnuPG-sign security announcements.

svn path=/branches/BRANCH_6-3/; revision=5199

16 years agoAdd security announcer script.
Matthias Andree [Tue, 17 Jun 2008 12:59:26 +0000 (12:59 -0000)]
Add security announcer script.

svn path=/branches/BRANCH_6-3/; revision=5198

16 years agoTrack website in separate SVN directory (mostly symlinks for now).
Matthias Andree [Tue, 17 Jun 2008 12:43:54 +0000 (12:43 -0000)]
Track website in separate SVN directory (mostly symlinks for now).

svn path=/branches/BRANCH_6-3/; revision=5197

16 years agoAdd CVE Name CVE-2008-2711 for fetchmail-SA-2008-01.
Matthias Andree [Tue, 17 Jun 2008 12:43:03 +0000 (12:43 -0000)]
Add CVE Name CVE-2008-2711 for fetchmail-SA-2008-01.

svn path=/branches/BRANCH_6-3/; revision=5196

16 years agoAdd fetchmail-SA-2008-01.txt to DISTDOCS.
Matthias Andree [Fri, 13 Jun 2008 17:01:50 +0000 (17:01 -0000)]
Add fetchmail-SA-2008-01.txt to DISTDOCS.

svn path=/branches/BRANCH_6-3/; revision=5195

16 years agoReword fetchmail 6.3.9 availability.
Matthias Andree [Fri, 13 Jun 2008 16:40:56 +0000 (16:40 -0000)]
Reword fetchmail 6.3.9 availability.

svn path=/branches/BRANCH_6-3/; revision=5194

16 years agoFix Novell Bug #354291, fetchmail crashes in -v -v mode when logging long To:
Matthias Andree [Fri, 13 Jun 2008 16:20:49 +0000 (16:20 -0000)]
Fix Novell Bug #354291, fetchmail crashes in -v -v mode when logging long To:
headers (in excess of 2048 bytes).

svn path=/branches/BRANCH_6-3/; revision=5193

16 years agoFIXME: (driver.c::fetchmessages) mark wholesize and separatefetchbody to be unified.
Matthias Andree [Fri, 13 Jun 2008 16:20:39 +0000 (16:20 -0000)]
FIXME: (driver.c::fetchmessages) mark wholesize and separatefetchbody to be unified.

svn path=/branches/BRANCH_6-3/; revision=5192

16 years agoIgnore fetchmail.pot and *.gmo files, too.
Matthias Andree [Fri, 13 Jun 2008 16:20:29 +0000 (16:20 -0000)]
Ignore fetchmail.pot and *.gmo files, too.

svn path=/branches/BRANCH_6-3/; revision=5191

16 years agoAdd ignore files.
Matthias Andree [Fri, 13 Jun 2008 16:19:18 +0000 (16:19 -0000)]
Add ignore files.

svn path=/branches/BRANCH_6-3/; revision=5190

16 years agoOptimize UID list handling.
Matthias Andree [Thu, 29 May 2008 08:10:26 +0000 (08:10 -0000)]
Optimize UID list handling.

svn path=/branches/BRANCH_6-3/; revision=5189

16 years agoAdd a feature idea.
Matthias Andree [Wed, 28 May 2008 17:18:08 +0000 (17:18 -0000)]
Add a feature idea.

svn path=/branches/BRANCH_6-3/; revision=5188

16 years agoDocument autoconf requirement.
Matthias Andree [Sat, 24 May 2008 11:21:11 +0000 (11:21 -0000)]
Document autoconf requirement.

svn path=/branches/BRANCH_6-3/; revision=5187

16 years agoRemove AC_AIX and AC_MINIX, they are a subset of AC_USE_SYSTEM_EXTENSIONS.
Matthias Andree [Sat, 24 May 2008 11:16:58 +0000 (11:16 -0000)]
Remove AC_AIX and AC_MINIX, they are a subset of AC_USE_SYSTEM_EXTENSIONS.

svn path=/branches/BRANCH_6-3/; revision=5186

16 years agoUpdate for autoconf 2.60 and newer.
Matthias Andree [Sat, 24 May 2008 11:01:43 +0000 (11:01 -0000)]
Update for autoconf 2.60 and newer.

svn path=/branches/BRANCH_6-3/; revision=5185

16 years agoAdd debugging aid.
Matthias Andree [Wed, 21 May 2008 10:28:02 +0000 (10:28 -0000)]
Add debugging aid.

svn path=/branches/BRANCH_6-3/; revision=5184

16 years agoAdd yet another Launchpad Ubuntu bug (can't download mail with long Cc:).
Matthias Andree [Tue, 13 May 2008 16:37:07 +0000 (16:37 -0000)]
Add yet another Launchpad Ubuntu bug (can't download mail with long Cc:).

svn path=/branches/BRANCH_6-3/; revision=5183

16 years agoAdd an Ubuntu bug.
Matthias Andree [Tue, 13 May 2008 16:34:22 +0000 (16:34 -0000)]
Add an Ubuntu bug.

svn path=/branches/BRANCH_6-3/; revision=5182

16 years agoAdd Debian #480851.
Matthias Andree [Mon, 12 May 2008 13:21:02 +0000 (13:21 -0000)]
Add Debian #480851.

svn path=/branches/BRANCH_6-3/; revision=5181

16 years agoUpdate Matthias Andree's copyright; summarize external licenses.
Matthias Andree [Mon, 5 May 2008 12:02:36 +0000 (12:02 -0000)]
Update Matthias Andree's copyright; summarize external licenses.

svn path=/branches/BRANCH_6-3/; revision=5180

16 years agoRequire security audit for *scanf(). :-/
Matthias Andree [Thu, 24 Apr 2008 14:48:55 +0000 (14:48 -0000)]
Require security audit for *scanf(). :-/

svn path=/branches/BRANCH_6-3/; revision=5179

16 years agoAdd missing --ssl to 3 A.
Matthias Andree [Thu, 24 Apr 2008 08:45:14 +0000 (08:45 -0000)]
Add missing --ssl to 3 A.

svn path=/branches/BRANCH_6-3/; revision=5178

16 years agoMinor corrections in K5 (OpenSSL).
Matthias Andree [Thu, 24 Apr 2008 08:34:48 +0000 (08:34 -0000)]
Minor corrections in K5 (OpenSSL).

svn path=/branches/BRANCH_6-3/; revision=5177

16 years agoMinor corrections, use <em> for strikethrough text sections.
Matthias Andree [Thu, 24 Apr 2008 08:25:59 +0000 (08:25 -0000)]
Minor corrections, use <em> for strikethrough text sections.

svn path=/branches/BRANCH_6-3/; revision=5176

16 years agoAdd notes about Google mail.
Matthias Andree [Thu, 24 Apr 2008 08:21:45 +0000 (08:21 -0000)]
Add notes about Google mail.

svn path=/branches/BRANCH_6-3/; revision=5175

16 years agoAdd notes about Google mail.
Matthias Andree [Thu, 24 Apr 2008 08:19:35 +0000 (08:19 -0000)]
Add notes about Google mail.

svn path=/branches/BRANCH_6-3/; revision=5174

16 years agoAdd Debian Bug #475239.
Matthias Andree [Wed, 23 Apr 2008 07:44:02 +0000 (07:44 -0000)]
Add Debian Bug #475239.

svn path=/branches/BRANCH_6-3/; revision=5173

16 years agoPostpone fixing SMTP multiline reporting to after 6.3.9.
Matthias Andree [Thu, 17 Apr 2008 12:16:35 +0000 (12:16 -0000)]
Postpone fixing SMTP multiline reporting to after 6.3.9.

svn path=/branches/BRANCH_6-3/; revision=5172

16 years agoState that --logfile must pre-exist to be effective, after hint from
Matthias Andree [Mon, 31 Mar 2008 15:00:34 +0000 (15:00 -0000)]
State that --logfile must pre-exist to be effective, after hint from
N. J. Mann on fetchmail-users.

svn path=/branches/BRANCH_6-3/; revision=5171

16 years agoAdd Debian #471176/#400719
Matthias Andree [Mon, 17 Mar 2008 12:26:05 +0000 (12:26 -0000)]
Add Debian #471176/#400719

svn path=/branches/BRANCH_6-3/; revision=5170

16 years agoEscalate Novell bug #246829.
Matthias Andree [Mon, 17 Mar 2008 12:16:12 +0000 (12:16 -0000)]
Escalate Novell bug #246829.

svn path=/branches/BRANCH_6-3/; revision=5169

16 years agoRevise --sslcommonname wording after hint from Daniel Richard G. that upstream
Matthias Andree [Sat, 8 Mar 2008 10:22:03 +0000 (10:22 -0000)]
Revise --sslcommonname wording after hint from Daniel Richard G. that upstream
is usually considered an adjective, rather than a noun.

svn path=/branches/BRANCH_6-3/; revision=5168

16 years agoCredit Daniel Richard G.
Matthias Andree [Fri, 7 Mar 2008 15:08:31 +0000 (15:08 -0000)]
Credit Daniel Richard G.

svn path=/branches/BRANCH_6-3/; revision=5166

16 years agoMerge Daniel Richard G.'s --sslcommonname option.
Matthias Andree [Fri, 7 Mar 2008 13:16:58 +0000 (13:16 -0000)]
Merge Daniel Richard G.'s --sslcommonname option.
Exception from no-features policy on 6.3.X is made to keep people away from
doing more dangerous things in order to get rid of CommonName mismatch
warnings.

svn path=/branches/BRANCH_6-3/; revision=5165

16 years agoBump copyright date.
Matthias Andree [Thu, 6 Mar 2008 09:15:56 +0000 (09:15 -0000)]
Bump copyright date.

svn path=/branches/BRANCH_6-3/; revision=5164

16 years agoquote folder name when writing configuration, Berlios Bug #13207, report + fix by...
Matthias Andree [Mon, 25 Feb 2008 23:54:19 +0000 (23:54 -0000)]
quote folder name when writing configuration, Berlios Bug #13207, report + fix by Terry Brown.

svn path=/branches/BRANCH_6-3/; revision=5163

16 years agoRevise manual page, fixing Debian bug #467010 (ssl cannot come before user)
Matthias Andree [Sat, 23 Feb 2008 15:38:54 +0000 (15:38 -0000)]
Revise manual page, fixing Debian bug #467010 (ssl cannot come before user)
reported by Francesco Potortì.

svn path=/branches/BRANCH_6-3/; revision=5162

16 years agoAdd Debian Bug#467010.
Matthias Andree [Sat, 23 Feb 2008 13:35:06 +0000 (13:35 -0000)]
Add Debian Bug#467010.

svn path=/branches/BRANCH_6-3/; revision=5161

16 years agoRedo commit 'In verbose mode, log if --check mode is enabled.'
Matthias Andree [Fri, 22 Feb 2008 14:10:00 +0000 (14:10 -0000)]
Redo commit 'In verbose mode, log if --check mode is enabled.'

svn path=/branches/BRANCH_6-3/; revision=5160

16 years agoUndo accidental commit.
Matthias Andree [Fri, 22 Feb 2008 14:02:18 +0000 (14:02 -0000)]
Undo accidental commit.

svn path=/branches/BRANCH_6-3/; revision=5159

16 years agoadd two SHOULD items for 6.3.9
Matthias Andree [Fri, 22 Feb 2008 13:57:36 +0000 (13:57 -0000)]
add two SHOULD items for 6.3.9

svn path=/branches/BRANCH_6-3/; revision=5158

16 years agoescalate MSG_PEEK
Matthias Andree [Thu, 31 Jan 2008 09:20:11 +0000 (09:20 -0000)]
escalate MSG_PEEK

svn path=/branches/BRANCH_6-3/; revision=5157

16 years agoDrop dead code under FORCE_STUFFING condition.
Matthias Andree [Thu, 31 Jan 2008 09:19:07 +0000 (09:19 -0000)]
Drop dead code under FORCE_STUFFING condition.

svn path=/branches/BRANCH_6-3/; revision=5156

16 years agoDrop dead code under FORCE_STUFFING condition.
Matthias Andree [Thu, 31 Jan 2008 09:15:53 +0000 (09:15 -0000)]
Drop dead code under FORCE_STUFFING condition.

svn path=/branches/BRANCH_6-3/; revision=5155

16 years agoAdd MSG_PEEK issue.
Matthias Andree [Tue, 29 Jan 2008 13:19:58 +0000 (13:19 -0000)]
Add MSG_PEEK issue.

svn path=/branches/BRANCH_6-3/; revision=5154

16 years agoAdd grammar fixes from Dan Jacobson to fetchmail.man. Debian Bug #461642.
Matthias Andree [Mon, 21 Jan 2008 02:24:39 +0000 (02:24 -0000)]
Add grammar fixes from Dan Jacobson to fetchmail.man. Debian Bug #461642.

svn path=/branches/BRANCH_6-3/; revision=5153

16 years agoadd request:
Matthias Andree [Fri, 11 Jan 2008 14:31:50 +0000 (14:31 -0000)]
add request:
allow forcing RETR (RETR vs. TOP, fetchmail-users, drbob 2008-01-11)

svn path=/branches/BRANCH_6-3/; revision=5152

16 years agoUndocumented and untested hack: setting FETCHMAIL_POP3_FORCE_RETR in the
Matthias Andree [Fri, 11 Jan 2008 10:24:31 +0000 (10:24 -0000)]
Undocumented and untested hack: setting FETCHMAIL_POP3_FORCE_RETR in the
environment forces fetchmail to use RETR instead of TOP for POP3.

svn path=/branches/BRANCH_6-3/; revision=5151