Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enhance verbose logging in multidrop header parsing. | Matthias Andree | 2010-10-12 | 1 | -3/+11 |
| | |||||
* | Add release date. | Matthias Andree | 2010-10-10 | 1 | -1/+1 |
| | |||||
* | Update po/ files. | Matthias Andree | 2010-10-10 | 22 | -1387/+1404 |
| | |||||
* | Bump versions in preparation of release. | Matthias Andree | 2010-10-09 | 2 | -2/+2 |
| | |||||
* | Mark Krb5 broken and deprecated. | Matthias Andree | 2010-10-09 | 1 | -0/+4 |
| | |||||
* | Revise NEWS file for upcoming 6.3.18. | Matthias Andree | 2010-10-09 | 1 | -28/+36 |
| | |||||
* | Return proper PS_AUTHFAIL if we don't get the right SASL challenge. | Matthias Andree | 2010-10-09 | 1 | -0/+1 |
| | |||||
* | POP3: autoprobe NTLM. | Matthias Andree | 2010-10-09 | 3 | -19/+39 |
| | |||||
* | NTLM: cancel properly in case of failure. | Matthias Andree | 2010-10-09 | 1 | -4/+17 |
| | |||||
* | GSSAPI: Be more tolerant about server's SASL challenge. | Matthias Andree | 2010-10-09 | 1 | -2/+4 |
| | |||||
* | Avoid compiling empty C files if NTLM is disabled. | Matthias Andree | 2010-10-09 | 2 | -1/+5 |
| | |||||
* | Merge branch 'master' of gitorious.org:fetchmail/fetchmail | Matthias Andree | 2010-10-09 | 11 | -122/+123 |
|\ | |||||
| * | Factor out common NTLM code. | Matthias Andree | 2010-10-09 | 5 | -96/+88 |
| | | |||||
| * | Remove excess assignment. | Matthias Andree | 2010-10-09 | 1 | -2/+0 |
| | | |||||
| * | Fix dead assignments. | Matthias Andree | 2010-10-09 | 2 | -2/+2 |
| | | |||||
| * | Fix missing initialization for make check. | Matthias Andree | 2010-10-09 | 1 | -0/+2 |
| | | |||||
| * | Fix Intel C++ var shadowing warnings. | Matthias Andree | 2010-10-09 | 1 | -5/+5 |
| | | |||||
| * | Fix missing prototype for norm_charmap. | Matthias Andree | 2010-10-09 | 4 | -3/+12 |
| | | |||||
| * | Fix Intel C++ warnings. | Matthias Andree | 2010-10-09 | 1 | -16/+16 |
| | | |||||
* | | Fix typo: cleartest -> cleartext. | Matthias Andree | 2010-10-05 | 1 | -1/+1 |
| | | |||||
* | | Fix excess boldface. | Matthias Andree | 2010-10-05 | 1 | -1/+2 |
|/ | |||||
* | Make CompUserResp/CheckUserAuth fwd decls true prototypes. | Matthias Andree | 2010-10-05 | 1 | -2/+2 |
| | |||||
* | Degrade Debian Bug #531589 | Matthias Andree | 2010-10-05 | 1 | -5/+5 |
| | |||||
* | Fix prototype warnings, remove unused functions. | Matthias Andree | 2010-10-05 | 6 | -98/+28 |
| | |||||
* | Fix typo, CRAM-Md5 -> CRAM-MD5, in -V mode. | Matthias Andree | 2010-10-05 | 3 | -5/+5 |
| | | | | Reported by Marcel Telka, marcel at telka.sk. | ||||
* | Import updated translations. | Matthias Andree | 2010-09-27 | 23 | -6107/+6929 |
| | |||||
* | Add missing LF. | Matthias Andree | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | Format UID lists properly (in debug mode). | Matthias Andree | 2010-09-27 | 1 | -4/+4 |
| | |||||
* | Add Debian Bug #531589 assessment. | Matthias Andree | 2010-09-27 | 1 | -0/+4 |
| | |||||
* | Reduce verbosity of GSSAPI reporting. | Matthias Andree | 2010-09-27 | 1 | -2/+4 |
| | |||||
* | Validate challenge to AUTH[ENTICATE] GSSAPI and warn if malformed. | Matthias Andree | 2010-09-27 | 1 | -0/+7 |
| | |||||
* | Change comment. | Matthias Andree | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | Revise FAQ R15 a little bit. | Matthias Andree | 2010-09-27 | 1 | -1/+3 |
| | |||||
* | Mention --principal for KRB4 only, and deprecate. | Matthias Andree | 2010-09-27 | 2 | -2/+6 |
| | |||||
* | Remove item. | Matthias Andree | 2010-09-26 | 1 | -2/+0 |
| | |||||
* | Fix fuzzy translation. | Matthias Andree | 2010-09-25 | 2 | -116/+120 |
| | |||||
* | Bump version to -pre2. | Matthias Andree | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | Document GSSAPI cancellation fix. | Matthias Andree | 2010-09-25 | 1 | -0/+5 |
| | |||||
* | contrib: Add a patch to assist debugging GSSAPI. | Matthias Andree | 2010-09-25 | 1 | -0/+30 |
| | |||||
* | Remove some unneeded SASL cancellations. | Matthias Andree | 2010-09-25 | 1 | -7/+0 |
| | |||||
* | Cancel SASL AUTH properly on GSSAPI errors. | Matthias Andree | 2010-09-25 | 2 | -3/+2 |
| | |||||
* | Report GSSAPI errors later, to ease debugging. | Matthias Andree | 2010-09-25 | 1 | -2/+5 |
| | |||||
* | Actually use GSS status string length field. | Matthias Andree | 2010-09-25 | 1 | -4/+3 |
| | |||||
* | Reindent gssapi.c a bit. | Matthias Andree | 2010-09-25 | 1 | -14/+15 |
| | |||||
* | Refer user to FAQ item #R15 on authfail with automatic scheme selection. | Matthias Andree | 2010-09-25 | 1 | -0/+3 |
| | |||||
* | Fix typo in FAQ H3. | Matthias Andree | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | Add FAQ item #R15 on authentication failures. | Matthias Andree | 2010-09-25 | 2 | -46/+75 |
| | |||||
* | Revise GSSAPI/Kerberos V documentation. | Matthias Andree | 2010-09-25 | 1 | -5/+7 |
| | |||||
* | Update Chinese (simplified) translation. Courtesy of Ji Zheng-Yu. | Matthias Andree | 2010-09-25 | 2 | -378/+426 |
| | |||||
* | Document source code better. | Matthias Andree | 2010-09-07 | 1 | -1/+19 |
| |