aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revise FAQ R15 a little bit.Matthias Andree2010-09-271-1/+3
|
* Mention --principal for KRB4 only, and deprecate.Matthias Andree2010-09-272-2/+6
|
* Remove item.Matthias Andree2010-09-261-2/+0
|
* Fix fuzzy translation.Matthias Andree2010-09-252-116/+120
|
* Bump version to -pre2.Matthias Andree2010-09-251-1/+1
|
* Document GSSAPI cancellation fix.Matthias Andree2010-09-251-0/+5
|
* contrib: Add a patch to assist debugging GSSAPI.Matthias Andree2010-09-251-0/+30
|
* Remove some unneeded SASL cancellations.Matthias Andree2010-09-251-7/+0
|
* Cancel SASL AUTH properly on GSSAPI errors.Matthias Andree2010-09-252-3/+2
|
* Report GSSAPI errors later, to ease debugging.Matthias Andree2010-09-251-2/+5
|
* Actually use GSS status string length field.Matthias Andree2010-09-251-4/+3
|
* Reindent gssapi.c a bit.Matthias Andree2010-09-251-14/+15
|
* Refer user to FAQ item #R15 on authfail with automatic scheme selection.Matthias Andree2010-09-251-0/+3
|
* Fix typo in FAQ H3.Matthias Andree2010-09-251-1/+1
|
* Add FAQ item #R15 on authentication failures.Matthias Andree2010-09-252-46/+75
|
* Revise GSSAPI/Kerberos V documentation.Matthias Andree2010-09-251-5/+7
|
* Update Chinese (simplified) translation. Courtesy of Ji Zheng-Yu.Matthias Andree2010-09-252-378/+426
|
* Document source code better.Matthias Andree2010-09-071-1/+19
|
* Fix typo/wording.Matthias Andree2010-09-021-2/+2
|
* Update cs fr it ja pl translations.Matthias Andree2010-08-316-1897/+2167
|
* Mark AUTH issue TODOMatthias Andree2010-08-291-0/+2
|
* Mark repoll feature as TODO.Matthias Andree2010-08-281-0/+2
|
* Note restriction of GSSAPI creds fix.Matthias Andree2010-08-281-0/+2
|
* Update German translation.Matthias Andree2010-08-281-369/+397
|
* Don't try to match trailing literals in sscanf,Matthias Andree2010-08-282-5/+19
| | | | | but rather note how much input was consumed, stop short of the string, and use strncasecmp to match explicitly.
* Remove dead variable/assignment.Matthias Andree2010-08-281-2/+1
|
* parse response to FETCH in a more flexible mannerSunil Shetye2010-08-282-37/+41
| | | | remove for loop in imap_fetch_headers()
* Add one TODO item.Matthias Andree2010-08-281-0/+2
|
* Bump version.Matthias Andree2010-08-271-1/+1
|
* Add self-test for X.509 name matching.Matthias Andree2010-08-272-2/+7
|
* X.509 matching split out; disallow TLD wildcards.Matthias Andree2010-08-275-37/+92
|
* Disallow X.509 wildcard matches in domain literals.Matthias Andree2010-08-272-4/+27
|
* Require that X.509 wildcards start with "*.",Matthias Andree2010-08-272-1/+4
| | | | rather than just "*", to make abuse harder.
* Factor out name/wildcard matching code.Matthias Andree2010-08-271-17/+23
|
* Avoid wedging Exchange 2007 with GSSAPI.Matthias Andree2010-08-215-21/+72
| | | | | | | | | Exchange 2007 wedges if we try GSSAPI authentication and fail for lack of suitable credentails (for instance, because the user did not run kinit). Only try GSSAPI automatically if we have credentials. Reported by Patrick Rynhart, Debian Bug #568455, and Alan Murrell, to the fetchmail-users list.
* Decode and report GSSAPI errors in more detail.Matthias Andree2010-08-202-1/+34
|
* Format string fix: use %s for gen_send/gen_transact.Matthias Andree2010-08-201-2/+2
|
* Mention TLS/getauth timeout in NEWSMatthias Andree2010-08-051-0/+3
|
* Apply timeout to getauth() methods.Matthias Andree2010-08-051-0/+2
| | | | | | | This is to fix detecting timeouts during TLS negotiation, which is part of getauth() in STARTTLS-like modes. Reported by Thomas Jarosch.
* Add OpenSSL acknowledgment.Matthias Andree2010-07-082-0/+8
|
* Mention OpenSSL link exception.Matthias Andree2010-07-081-1/+3
|
* Clarify GPL is v2; fix link to FSF website gnu.org.Matthias Andree2010-07-081-2/+2
|
* Correct typo: IMAP7 -> UTF7.Matthias Andree2010-07-021-1/+1
|
* Incorrect headers: Refer user to bad-header optionMatthias Andree2010-06-172-1/+5
| | | | BerliOS Bug #17272 by Björn Voigt.
* Fix some rare or minor issues found with Clang 2.7 analyzer.Matthias Andree2010-06-034-6/+10
|
* Copy icon here for a more stable build.Matthias Andree2010-06-022-1/+0
|
* BSD make compatibility for asciidoc.Matthias Andree2010-06-021-1/+2
| | | | | BSD make supports $< only in transformation rules... use them, declare automake SUFFIXES.
* Add symlink to ASCIIDOC icons.Matthias Andree2010-05-281-0/+1
|
* Fix asciidoc invocation; also remove output on failure.Matthias Andree2010-05-281-1/+1
|
* S2.3: Note that the shift changes from +/- to &/- in MUTF-7.Matthias Andree2010-05-281-3/+4
|