aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix 6.3.6 regression: repoll upon socket error after STLS failure.Matthias Andree2007-02-032-13/+16
| | | | | | Berlios Bug #10133, reported by Andrej Kacian. svn path=/branches/BRANCH_6-3/; revision=5022
* Do not send the real password with KPOP.Matthias Andree2007-02-021-5/+15
| | | | svn path=/branches/BRANCH_6-3/; revision=5021
* Add Miloslav Trmac's patch to fix KPOP regression in 6.3.6.Matthias Andree2007-02-022-18/+31
| | | | svn path=/branches/BRANCH_6-3/; revision=5020
* Update translations.Matthias Andree2007-02-024-893/+901
| | | | svn path=/branches/BRANCH_6-3/; revision=5019
* Add a few comments around Python detection.Matthias Andree2007-01-171-0/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=5018
* Add Daniel Leidert's fetchmail.logrotate sample.Matthias Andree2007-01-142-29/+98
| | | | | | | Ask him for a license, he wanted a permit-all kind of license. Also give a short introduction. svn path=/branches/BRANCH_6-3/; revision=5017
* Add ideas.Matthias Andree2007-01-141-0/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=5016
* Update Copyright.Matthias Andree2007-01-101-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5015
* r6396@balu: mandree | 2007-01-06 09:45:01 +0100Matthias Andree2007-01-061-1/+1
| | | | | | Fix typo, only change -> only safe. svn path=/branches/BRANCH_6-3/; revision=5014
* r6394@balu: mandree | 2007-01-06 02:33:35 +0100Matthias Andree2007-01-061-0/+3
| | | | | | Update. svn path=/branches/BRANCH_6-3/; revision=5013
* Track r5010 as 6.3.6 release.Matthias Andree2007-01-051-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5011
* Use --no-strict so PDF build doesn't fail because of unresolvable external ↵Matthias Andree2007-01-051-1/+1
| | | | | | links. svn path=/branches/BRANCH_6-3/; revision=5009
* Don't leave busted fetchmail-FAQ.pdf behind.Matthias Andree2007-01-051-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5008
* r5010@balu: mandree | 2007-01-04 00:25:36 +0100Matthias Andree2007-01-041-4/+7
| | | | | | Bump version and revise header comments. svn path=/branches/BRANCH_6-3/; revision=5007
* r5009@balu: mandree | 2007-01-04 00:25:10 +0100Matthias Andree2007-01-042-8/+10
| | | | | | Update. svn path=/branches/BRANCH_6-3/; revision=5006
* r5008@balu: mandree | 2007-01-04 00:24:58 +0100Matthias Andree2007-01-041-64/+73
| | | | | | Revise general and 6.3.6 sections for clarity. svn path=/branches/BRANCH_6-3/; revision=5005
* Add a comment.Matthias Andree2006-12-301-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5004
* Document that the logfile option does not detect logfile rotation.Matthias Andree2006-12-281-20/+22
| | | | | | Revise a bit to be clearer and more precise. svn path=/branches/BRANCH_6-3/; revision=5003
* Document that the logfile option does not detect logfile rotation.Matthias Andree2006-12-281-1/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5002
* * When HOME and FETCHMAILHOME are unset, be sure to copy user databaseMatthias Andree2006-12-192-1/+3
| | | | | | information, lest it be overwritten later. Patch by Jim Correia. svn path=/branches/BRANCH_6-3/; revision=5001
* Snapshot fetchmail 6.3.6-rc5.Matthias Andree2006-12-1911-3495/+4190
| | | | svn path=/branches/BRANCH_6-3/; revision=4999
* Add remaining issue from Isaac Wilcox's list.Matthias Andree2006-12-191-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4998
* Drop fixed issue.Matthias Andree2006-12-191-3/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=4997
* update.Matthias Andree2006-12-191-338/+355
| | | | svn path=/branches/BRANCH_6-3/; revision=4996
* * When requesting Kerberos V4, V5 or GSSAPI, complain and exit with syntax errorMatthias Andree2006-12-192-0/+29
| | | | | | | | | if any of these requested features has not been compiled in. Reported by Isaac Wilcox. * --version will now add +KRB4 or +KRB5 if Kerberos v4 or v5, respectively, have been compiled in. Reported by Isaac Wilcox. svn path=/branches/BRANCH_6-3/; revision=4995
* Fix Debian Bug#400950, certificate CN overrides --user option. Now it's only aMatthias Andree2006-12-183-4/+8
| | | | | | default and --user takes precedence. svn path=/branches/BRANCH_6-3/; revision=4994
* Revise a bit for clarity.Matthias Andree2006-12-161-4/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=4993
* Document that exit codes 24, 25, 26, 28, 29 are internal-use.Matthias Andree2006-12-161-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4992
* Drop PS_TRUNCATED (27), which is never returned.Matthias Andree2006-12-164-5/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4991
* Patch by Sunil Shetye:Matthias Andree2006-12-162-3/+18
| | | | | | | Track IDLE start time for IMAP, some servers do not reset their internal counters when sending information asynchronously. svn path=/branches/BRANCH_6-3/; revision=4990
* Remove excess no-op strcpy() after strdup() found by Andreas Krennmair.Matthias Andree2006-12-122-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4989
* Fix crash on systems that do not provide strdup() in out-of-memory conditions.Matthias Andree2006-12-123-1/+7
| | | | | | Patch by Andreas Krennmair. svn path=/branches/BRANCH_6-3/; revision=4988
* Shuffle 0*.html files from ML archive into contrib/ directory.Matthias Andree2006-12-117-7/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=4987
* Call res_init() at the beginning of the poll, if the computer has res_search().Matthias Andree2006-12-083-3/+27
| | | | | | | | This is supposed to re-read /etc/resolv.conf in order to pick up changes made by dhcpcd, dhclient, pppd, openvpn or similar. To fix Debian Bug #389270 (DNS errors in daemon mode) and others. svn path=/branches/BRANCH_6-3/; revision=4986
* Note that some systems include gettext in libc.Matthias Andree2006-12-081-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4985
* Update.Matthias Andree2006-12-051-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4984
* Update.Matthias Andree2006-12-051-0/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=4983
* Update to -rc4.Matthias Andree2006-12-033-812/+376
| | | | svn path=/branches/BRANCH_6-3/; revision=4982
* Remove reference of exit code 15 to IMAP IDLE.Matthias Andree2006-11-292-2/+5
| | | | | | Reported by Isaac Wilcox. svn path=/branches/BRANCH_6-3/; revision=4981
* Add.Matthias Andree2006-11-291-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4980
* Detail on missed CAPA probes.Matthias Andree2006-11-292-3/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=4979
* Detail on missing CAPA probes.Matthias Andree2006-11-292-3/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=4978
* Add Ian D. Allen's 'lack of detail' issue for 6.3.7.Matthias Andree2006-11-291-0/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=4977
* Fix bogus authentication failure with --auth password when CAPA fails.Matthias Andree2006-11-291-9/+13
| | | | svn path=/branches/BRANCH_6-3/; revision=4976
* Update to -rc3.Matthias Andree2006-11-271-38/+38
| | | | svn path=/branches/BRANCH_6-3/; revision=4975
* Fix +GSS feature reporting.Matthias Andree2006-11-271-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4974
* Update.Matthias Andree2006-11-271-2/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4972
* Bump version.Matthias Andree2006-11-2714-251/+263
| | | | svn path=/branches/BRANCH_6-3/; revision=4971
* - mark CAPA as done even if it failsMatthias Andree2006-11-271-24/+46
| | | | | | | | | | | - do not override strong authenticators to PASSWORD if CAPA fails - let TLS code cater for failing CAPA (and break the connection if TLS is mandatory, but CAPA fails) - prevent USER/PASS authentication if other authenticators are configured - trash shroud store after use svn path=/branches/BRANCH_6-3/; revision=4970
* Plug a tiny memory leak when recovering from TLS-related socket errors.Matthias Andree2006-11-271-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4969