aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop obsolete --without-included-gettext ./configure option from .spec.Matthias Andree2009-10-301-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5448
* Ship fetchmail.xpm file.Matthias Andree2009-10-301-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5447
* Clean up dist-tools, remove or update.Matthias Andree2009-10-3010-780/+29
| | | | svn path=/branches/BRANCH_6-3/; revision=5446
* Regression fix for multiline SMTP bugfix. Reported by Thomas Jarosch.Matthias Andree2009-10-282-2/+8
| | | | svn path=/branches/BRANCH_6-3/; revision=5445
* Credit translatorsMatthias Andree2009-10-211-0/+13
| | | | svn path=/branches/BRANCH_6-3/; revision=5444
* Updated Dutch translation courtesy of Erwin Poeze.Matthias Andree2009-10-211-99/+115
| | | | svn path=/branches/BRANCH_6-3/; revision=5443
* Language updates from translation project. Skipping Dutch for obvious ↵Matthias Andree2009-10-2013-59/+54
| | | | | | mistranslation (Subject: is not to be translated.) svn path=/branches/BRANCH_6-3/; revision=5442
* Put 6.3.12 on front page.Matthias Andree2009-10-051-8/+8
| | | | svn path=/branches/BRANCH_6-3/; revision=5441
* Release 6.3.12.Matthias Andree2009-10-052-3/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5439
* Update po/ files for 6.3.12 release.Matthias Andree2009-10-0522-313/+609
| | | | svn path=/branches/BRANCH_6-3/; revision=5438
* Bump version.Matthias Andree2009-10-052-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5437
* Work around screwed Solaris /bin/sh and go for XPG shells.Matthias Andree2009-10-052-3/+19
| | | | svn path=/branches/BRANCH_6-3/; revision=5436
* Add required documentation for Joost Roeleveld's virtual domain rewrite issue.Matthias Andree2009-09-231-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5435
* Add smtpaddress issue.Matthias Andree2009-09-231-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5434
* Fetchmailconf: Fix descriptions for smtpaddress and smtpname optionsMatthias Andree2009-09-232-3/+5
| | | | | | | | Smtpaddress is for RCPT TO, not MAIL FROM. Found by Gerard Seibert. 'Append to MAIL FROM line:' => 'Use domain on RCPT TO line:' 'Set RCPT To address:' => 'Set fixed RCPT TO address:' svn path=/branches/BRANCH_6-3/; revision=5433
* Update Chinese (simplified) translation, courtesy of Zheng-Yu Ji.Matthias Andree2009-09-232-112/+69
| | | | svn path=/branches/BRANCH_6-3/; revision=5432
* document sslcommonname got added in 6.3.9.Matthias Andree2009-09-221-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5431
* Merge Vietnamese translation, courtesy of Clytie Siddall.Matthias Andree2009-09-212-300/+153
| | | | svn path=/branches/BRANCH_6-3/; revision=5430
* Update: verbose documentation, HOWTO.Matthias Andree2009-08-271-0/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5429
* Document 6.3.11 free() bug workaround.Matthias Andree2009-08-271-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5428
* Mention that users should not make up information.Matthias Andree2009-08-2423-1043/+1864
| | | | svn path=/branches/BRANCH_6-3/; revision=5427
* Correct grammar, get rid of apostrophes.Matthias Andree2009-08-241-7/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=5426
* Fix SMTP_ok to cache multiline reponses...Matthias Andree2009-08-203-28/+44
| | | | | | but there are more functions that need fixing (look for smtp_response). svn path=/branches/BRANCH_6-3/; revision=5425
* Mark removal of blank-before-LF in logs as TODO.Matthias Andree2009-08-201-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5424
* Look for MD5_Init in libcrypto (not libssl).Matthias Andree2009-08-192-1/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5423
* Fix error reporting for GSSAPI on Heimdal krb5 (extra * in format string).Matthias Andree2009-08-192-1/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5422
* Ignore fetchmail-man.html; it's not XHTML.Matthias Andree2009-08-181-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5421
* Validate *.html documents as XHTML in 'make check'.Matthias Andree2009-08-182-3/+18
| | | | svn path=/branches/BRANCH_6-3/; revision=5420
* Add rationale for direct body streaming to X10.Matthias Andree2009-08-181-6/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=5419
* Add X10 on truncated message bodies.Matthias Andree2009-08-181-0/+21
| | | | svn path=/branches/BRANCH_6-3/; revision=5418
* Remove some of ESR's rants against commercial software; minor formatting fixes.Matthias Andree2009-08-181-55/+41
| | | | svn path=/branches/BRANCH_6-3/; revision=5417
* Also upload website to TU Dortmund mirror at ↵Matthias Andree2009-08-181-4/+18
| | | | | | http://mandree.home.pages.de/fetchmail/info/ svn path=/branches/BRANCH_6-3/; revision=5416
* Fix free() of unallocated memory on intact/non-verbose SSL-connections.Matthias Andree2009-08-172-2/+12
| | | | | | | Problem was improper scoping of xfree(tt). Patch courtesy of Thomas Heinz. Fixes Gentoo bug #280760. svn path=/branches/BRANCH_6-3/; revision=5415
* Translation updates: Spanish Castilian and Catalan, Polish.Matthias Andree2009-08-064-941/+419
| | | | | | Courtesy of Ernest Adrogué Calveras, Francisco Molinero, Jakub Bogusz. svn path=/branches/BRANCH_6-3/; revision=5408
* Update Japanese translation for 6.3.11, courtesy of Takeshi Hamasaki.Matthias Andree2009-08-062-293/+121
| | | | svn path=/branches/BRANCH_6-3/; revision=5407
* Update Czech translation for 6.3.11, courtesy of Petr Pisar.Matthias Andree2009-08-062-217/+111
| | | | svn path=/branches/BRANCH_6-3/; revision=5406
* Remove one version reference to avoid inconsistencies.Matthias Andree2009-08-061-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5405
* Update website for 6.3.11 release.Matthias Andree2009-08-062-2/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5404
* Add 6.3.11.Matthias Andree2009-08-061-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5403
* Bump version.Matthias Andree2009-08-061-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5402
* Update.Matthias Andree2009-08-061-8/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=5401
* Add a reference to fetchmail.man version ID.Matthias Andree2009-08-061-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5399
* Clearsign fetchmail-SA-2009-01.txt.Matthias Andree2009-08-051-4/+14
| | | | svn path=/branches/BRANCH_6-3/; revision=5398
* Bump version for security release.Matthias Andree2009-08-0524-1216/+1495
| | | | svn path=/branches/BRANCH_6-3/; revision=5397
* Report Subject Alternative Name before checking for NULs.Matthias Andree2009-08-051-4/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5396
* Revise section 2 for readability, mention recommended settings.Matthias Andree2009-08-051-6/+19
| | | | svn path=/branches/BRANCH_6-3/; revision=5395
* Add CVE information, clear unrelated part from patch.Matthias Andree2009-08-052-16/+21
| | | | svn path=/branches/BRANCH_6-3/; revision=5394
* Use sdump to display non-printing characters in certificate subject names.Matthias Andree2009-08-052-6/+17
| | | | svn path=/branches/BRANCH_6-3/; revision=5393
* Add fetchmail-SA-2009-01.txt and hook it to the tarball.Matthias Andree2009-08-052-0/+162
| | | | | | Note that the subjectAltName part of the patch is untested. svn path=/branches/BRANCH_6-3/; revision=5392
* Extend documentation, add license.Matthias Andree2009-08-051-2/+9
| | | | svn path=/branches/BRANCH_6-3/; revision=5391