aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version, we're not 6.3.1 any more.Matthias Andree2005-12-201-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4582
* * SMTP/LMTP cleanup to fix these two bugs:Matthias Andree2005-12-207-84/+85
| | | | | | | | | - switch back to SMTP after having tried LMTP hosts (multiple smtphost hosts) - switch back to LMTP after sending a bounce. The patch removes the global state variable that was the root of this problem. Patch by Sunil Shetye. svn path=/branches/BRANCH_6-3/; revision=4581
* Bump version.Matthias Andree2005-12-191-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4578
* Add fetchmail-SA-2005-03.txt.Matthias Andree2005-12-192-1/+115
| | | | svn path=/branches/BRANCH_6-3/; revision=4577
* * Mark 6.3.1 released.Matthias Andree2005-12-191-4/+9
| | | | | | | * Escalate empty-header-segfault in multidrop mode to security fix (CVE-2005-4348). * Mention that OpenSSL 0.9.8 changed hash default to SHA1. svn path=/branches/BRANCH_6-3/; revision=4576
* Mention bug.Matthias Andree2005-12-191-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4575
* Snapshot 6.3.1-rc1.Matthias Andree2005-12-187-1838/+2007
| | | | svn path=/branches/BRANCH_6-3/; revision=4560
* Update.Matthias Andree2005-12-182-16/+14
| | | | svn path=/branches/BRANCH_6-3/; revision=4557
* Bump version to 6.3.1-rc1.Matthias Andree2005-12-181-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4556
* Use a simplified version of Sunil's patch to cope with servers Matthias Andree2005-12-182-5/+27
| | | | | | | such as mail.internode.on.net bld-mail04 that return the UID in response to RFC822.HEADER or RFC822.SIZE. Reported by Jason White. svn path=/branches/BRANCH_6-3/; revision=4555
* Manual page: Add "-md5" to "openssl x509" example in --sslfingerprint Matthias Andree2005-12-182-1/+3
| | | | | | | documentation. Suggested by Jason White. (Merged from trunk.) svn path=/branches/BRANCH_6-3/; revision=4553
* Do not trash destination domain if multiple messages are forwarded into theMatthias Andree2005-12-132-32/+33
| | | | | | same SMTP/LMTP connection. Reported by Joachim Feise, Berlios Bug #5849. svn path=/branches/BRANCH_6-3/; revision=4547
* Mark RPOP obsolete.Matthias Andree2005-12-131-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4546
* Bump version after -pre1 release.Matthias Andree2005-12-131-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4545
* Update.Matthias Andree2005-12-132-502/+502
| | | | svn path=/branches/BRANCH_6-3/; revision=4544
* Drop line from 6.4.0 patch that accidentally hit the branch.Matthias Andree2005-12-131-1/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=4542
* Merge patch by Sunil Sheteye to fix five bugs:Matthias Andree2005-12-133-41/+54
| | | | | | | | | | | | * Close SMTP sockets early, to reduce resource usage, trigger earlier delivery with some MTAs and avoid SIGPIPE (SIG 13) when the SMTP listener gets bored and drops the connection after timeout. * Don't treat hitting a fetch limit (PS_MAXFETCH) as error. * Fix negative "messages left on server" on idle/repoll with fetchlimit. * Properly track logout stage (STAGE_LOGOUT). * Preserve error conditions across postconnect script. svn path=/branches/BRANCH_6-3/; revision=4541
* Fix segfault (null pointer dereference) on some operating systems withMatthias Andree2005-12-112-4/+8
| | | | | | | fetchmail's obsolete DNS MX/host alias lookups in multidrop mode. Patch by Dr.-Ing. Andreas Haakh. svn path=/branches/BRANCH_6-3/; revision=4537
* Update Catalan translation to 6.3.0. Ernest Adrogué Calveras.Matthias Andree2005-12-112-261/+125
| | | | svn path=/branches/BRANCH_6-3/; revision=4536
* Mark To/Cc multidrop parsing deprecated.Matthias Andree2005-12-081-1/+4
| | | | | | Mention Simon Barner reported the man page breakage. svn path=/branches/BRANCH_6-3/; revision=4532
* Fix segfault in multidrop mode with headerless email.Matthias Andree2005-12-082-21/+12
| | | | | | | | Reported by Daniel Drake, patch by Sunil Shetye. This was actually modified from Sunil's patch to leave the if() {...} braces in the code to avoid ambiguities later. svn path=/branches/BRANCH_6-3/; revision=4530
* Plug potential memory and socket leak when polling multiple folders or when ↵Matthias Andree2005-12-082-1/+5
| | | | | | the upstream sends bogus message sizes. Patch by Sunil Shetye. svn path=/branches/BRANCH_6-3/; revision=4527
* Add some separator rulers.Matthias Andree2005-12-081-0/+12
| | | | svn path=/branches/BRANCH_6-3/; revision=4525
* Update security announcements with 6.2.5.4/6.3.0 information.Matthias Andree2005-12-082-34/+18
| | | | svn path=/branches/BRANCH_6-3/; revision=4523
* Bump version to mark we're not really 6.3.0 any more.Matthias Andree2005-12-081-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4521
* Remove bogus Netscape IMAP4rev1 Service >= 3.6 warning about BODY[TEXT] Matthias Andree2005-12-082-7/+2
| | | | | | that we are not using. Patch by Sunil Shetye. svn path=/branches/BRANCH_6-3/; revision=4519
* Move deprecation warnings up front, add a warning --sslcertck may become ↵Matthias Andree2005-12-081-10/+10
| | | | | | default. svn path=/branches/BRANCH_6-3/; revision=4517
* Actually set default SSL certificate path if --sslcertpath is unset.Matthias Andree2005-12-072-0/+4
| | | | | | Reported by Heino Tiedemann and Rob MacGregor. svn path=/branches/BRANCH_6-3/; revision=4516
* Merge gettext 0.14.3 update from branch, to match 6.2.9-rc10. Found by Sunil ↵Matthias Andree2005-12-072-4/+6
| | | | | | Shetye. svn path=/branches/BRANCH_6-3/; revision=4513
* Merge \& fixes from trunk.Matthias Andree2005-12-071-13/+13
| | | | svn path=/branches/BRANCH_6-3/; revision=4509
* Fix broken default port in POP2. Patch by Stanislav Brabec, SUSE [CZ].Matthias Andree2005-12-052-2/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=4506
* Support 'make lsm' to generate a .lsm file for ftp.ibiblio.com:/pub/Linux ↵Matthias Andree2005-12-044-1/+40
| | | | | | | | uploads. This is meant to replace the insufficient rpm2lsm script. svn path=/branches/BRANCH_6-3/; revision=4502
* Fix missing 'Debian' from bug #.Matthias Andree2005-12-041-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4501
* Snapshot what was released as 6.3.0.Matthias Andree2005-12-019-9/+9
| | | | svn path=/branches/BRANCH_6-3/; revision=4498
* Revert - RPM doesn't cope with multiple BuildArch per file.Matthias Andree2005-11-301-1/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=4497
* Build fetchmailconf as architecture-independent 'noarch' RPM.Matthias Andree2005-11-301-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4496
* Mark 6.3.0 released.Matthias Andree2005-11-301-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4495
* Bump version to 6.3.0.Matthias Andree2005-11-301-1/+1
| | | | svn path=/trunk/; revision=4493
* Snapshot 6.2.9-rc10.Matthias Andree2005-11-278-342/+731
| | | | svn path=/trunk/; revision=4490
* Fix some typos.Matthias Andree2005-11-271-8/+8
| | | | svn path=/trunk/; revision=4489
* Man page: Use \- in the manual page where appropriate so that copy & pasteMatthias Andree2005-11-272-112/+115
| | | | | | works. Based on a patch by Héctor García. svn path=/trunk/; revision=4488
* Ship bighand.png (found during 'make distcheck').Matthias Andree2005-11-271-1/+1
| | | | svn path=/trunk/; revision=4487
* Add some items to do after 6.3.0.Matthias Andree2005-11-271-0/+8
| | | | svn path=/trunk/; revision=4486
* Add PDF FAQ, formatted for duplex printing on ISO A4.Matthias Andree2005-11-274-1/+13
| | | | svn path=/trunk/; revision=4485
* For HTML FAQ, prepend a brief Table of Contents.Matthias Andree2005-11-271-18/+68
| | | | | | Add O16: why is PDF only available in ISO A4, how to make Letter. svn path=/trunk/; revision=4484
* Remove excess <hr/> spam.Matthias Andree2005-11-271-170/+83
| | | | | | | | Remove some rude answers. Update some answers to questions where ESR said 'no'. Revise header nesting. svn path=/trunk/; revision=4483
* Add a few revisions (not yet workable).Matthias Andree2005-11-271-7/+7
| | | | svn path=/trunk/; revision=4482
* Revise a check that didn't work on 64-bit SUSE Linux 10.0.Matthias Andree2005-11-271-0/+1
| | | | svn path=/trunk/; revision=4481
* Revise a check that didn't work on 64-bit SUSE Linux 10.0.Matthias Andree2005-11-271-1/+1
| | | | svn path=/trunk/; revision=4480
* Add rudimentary autobuild support.Matthias Andree2005-11-275-2/+60
| | | | | | Add a trivial self test, required for autobuild. svn path=/trunk/; revision=4479