| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5272
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5271
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make the introduction a bit more catchy so as to guide people to G3
right away.
In G3:
- some information was given twice. Remove the duplication.
- Add env LC_ALL=C so that people send in information in English and
POSIX locale, we cannot handle i18n-ed reports.
- Remove IMAP advocacy. Doesn't belong here, and ESR's IMAP-over-POP3
advocacy is neither technically substantiated nor warranted today.
svn path=/branches/BRANCH_6-3/; revision=5270
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5269
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5268
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5267
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5266
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5265
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5264
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5263
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5261
|
|
|
|
|
|
| |
interface.c. Courtesy of Nico Golde, Debian.
svn path=/branches/BRANCH_6-3/; revision=5260
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5259
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"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
|
|
|
|
|
|
| |
Fix grammar (validate stricter -> validate more strictly).
svn path=/branches/BRANCH_6-3/; revision=5257
|
|
|
|
|
|
| |
CVE-2007-4565.
svn path=/branches/BRANCH_6-3/; revision=5256
|
|
|
|
|
|
| |
Reported by Michelle Konzack.
svn path=/branches/BRANCH_6-3/; revision=5255
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5254
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5253
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5252
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5251
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5250
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5249
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5247
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5245
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5243
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5242
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5241
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5240
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5239
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5238
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5237
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5236
|
|
|
|
|
|
| |
(I've asked him to use TP-robot, the translation project's mail bot.)
svn path=/branches/BRANCH_6-3/; revision=5235
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5233
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5232
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5231
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5230
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5229
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5228
|
|
|
|
|
|
|
| |
and Vietnamese (vi) translations from translationproject.org. Not all of them
are current, but anyways.
svn path=/branches/BRANCH_6-3/; revision=5227
|
|
|
|
|
|
| |
Indonesian (id).
svn path=/branches/BRANCH_6-3/; revision=5226
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5225
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
SSL change: enable all workarounds with SSL_CTX_set_options(ctx,SSL_OP_ALL)
svn path=/branches/BRANCH_6-3/; revision=5214
|
|
|
|
|
|
| |
Fixes Debian Bug#374514, reported by Dan Jacobson.
svn path=/branches/BRANCH_6-3/; revision=5213
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5212
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5210
|