aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add systemd example and instructions.Barak A. Pearlmutter2021-11-272-0/+34
|
* NEWS: Credit fr, eo translators.Matthias Andree2021-11-271-1/+4
|
* Update <eo> Esperanto translation to fetchmail 6.4.25.rc1Keith Bowes2021-11-271-409/+649
|
* Update <fr> French translation to fetchmail-6.4.25.rc1Frédéric Marchal2021-11-231-468/+824
|
* NEWS: Credit sv, sq, ja, pl translators.Matthias Andree2021-11-221-0/+6
|
* Update <sq> Albanian translation to fetchmail-6.4.25.rc1Besnik Bleta2021-11-221-569/+872
|
* Update <pl> Polish translation to fetchmail 6.4.25.rc1Jakub Bogusz2021-11-221-443/+741
|
* Update <ja> Japanese translation to fetchmail 6.4.25.rc1Takeshi Hamasaki2021-11-221-446/+754
|
* configure.ac: pkg-config related fixupsMatthias Andree2021-11-211-8/+9
|
* Update <sv> Swedish translation to fetchmail 6.4.25.rc1Göran Uddeborg2021-11-211-417/+670
|
* po/: record what went into tarballMatthias Andree2021-11-211-2/+4
|
* website: announce 6.4.25.Matthias Andree2021-11-211-2/+4
|
* Bump version to 6.4.25.rc1Matthias Andree2021-11-213-3/+3
|
* Update SSL configure instructions and license info.Matthias Andree2021-11-214-16/+53
|
* configure.ac: Improve pkg-config OpenSSL config.Matthias Andree2021-11-211-8/+30
|
* po/de.po: Update German translation.Matthias Andree2021-11-211-273/+288
|
* wolfSSL: support WOLFSSL_TRUST_FILE as default trust storeMatthias Andree2021-11-213-5/+52
| | | | | ...because wolfSSL 5.0.0 does not support a default trust store, unlike OpenSSL.
* getstats.py: count .am/.ac files.Matthias Andree2021-11-212-1/+2
|
* wolfSSL: workaround 5.0.0 SSL_peek() not truly blocking.Matthias Andree2021-11-211-1/+2
| | | | | | | | SSL_peek() may return 0 on blocking I/O with SSL_get_error() returning SSL_ERROR_WANT_READ. This should not occur on blocking I/O, and does not occur with OpenSSL 1.0.2, 1.1.1, 3.0. This caused a socket error right after SSL negotiation.
* wolfSSL: support 5.0.0+.Matthias Andree2021-11-2111-42/+174
|
* configure.ac: fix rpath, and duplicate library settingMatthias Andree2021-11-202-6/+6
|
* Fix X509_V_FLAG_TRUSTED_FIRST OpenSSL 1.0.2 workaroundMatthias Andree2021-11-202-5/+10
| | | | | | | | The original comparison contained a typo, 0x1000200fL == (ver & 0xfffff000L) and could never match. Fix, and also match at compile time to not even reference this flag on other OpenSSL versions.
* OpenSSL: bump minimum required version to 1.0.2fMatthias Andree2021-11-204-6/+10
| | | | | ...in order to safely remove the obsolete OpenSSL flag SSL_OP_SINGLE_DH_USE.
* LibreSSL: block, due to licensing issue.Matthias Andree2021-11-204-3/+15
| | | | See COPYING or NEWS.
* NEWS: Fix capitalization of CLAUSE.Matthias Andree2021-11-201-1/+1
|
* po/: Record what's in the 6.4.24 tarball.Matthias Andree2021-11-207-2606/+1023
|
* NEWS: add a licensing note about LibreSSL.Matthias Andree2021-11-201-0/+6
|
* website: announce 6.4.24.Matthias Andree2021-11-201-7/+14
|
* NEWS: Credit fr, cs, eo, ja translators.Matthias Andree2021-11-201-0/+4
|
* fetchmail.man: fix mandoc -Tlint, igor, aspell issuesMatthias Andree2021-11-202-203/+188
|
* Version bump to 6.4.24.Matthias Andree2021-11-203-3/+3
|
* fetchmail.man: for --auth ssh refert to sslproto.Matthias Andree2021-11-201-5/+8
|
* Update <ja> Japanese translation to fetchmail 6.4.23Takeshi Hamasaki2021-11-131-325/+616
|
* Update <fr> French translation to fetchmail-6.4.23Frédéric Marchal2021-11-131-348/+684
|
* Update <eo> Esperanto translation to fetchmail 6.4.23Keith Bowes2021-11-131-287/+512
|
* Update <cs> Czech translation to fetchmail 6.4.23Petr Pisar2021-11-131-294/+527
|
* TLS: OpenSSL 1.0.2 workaround Let's Encrypt ExpiryMatthias Andree2021-11-012-1/+26
| | | | ...of cross-signed certificate.
* NEWS: credit translators for sv and plMatthias Andree2021-11-011-0/+2
|
* Update <sv> Swedish translation to fetchmail 6.4.23Göran Uddeborg2021-11-011-298/+542
|
* Update <pl> Polish translation to fetchmail 6.4.23Jakub Bogusz2021-11-011-324/+609
|
* RELEASE-INSTRUCTIONS: Remember to set the 'latest' mark on sourceforge.net.Matthias Andree2021-10-311-0/+2
| | | | Reported by: Gene Heskett.
* Mention Bison build fix.Matthias Andree2021-10-311-0/+10
|
* rcfile_y.y: drop yytoknum cast, incompatible with bison 3.8Matthias Andree2021-10-311-2/+0
| | | | This causes configuration failures with newer Bison versions.
* website: announce 6.5.0.beta6.Matthias Andree2021-10-311-5/+4
|
* website: announce 6.4.23 release.Matthias Andree2021-10-311-9/+7
|
* po/: Update German translation and record ja/sr updates.Matthias Andree2021-10-313-1227/+682
|
* Get ready for 6.4.23.Matthias Andree2021-10-312-2/+2
|
* IMAP: improve STARTTLS error message for ssh-plugin caseMatthias Andree2021-10-313-4/+17
| | | | | | For common ssh-based IMAP PREAUTH setups (i. e. those that use a plugin - no matter its contents - and that set auth ssh), change the STARTTLS error message to suggest sslproto '' instead.
* NEWS: mention Мирослав Николић/Miroslav Nikolić as translator.Matthias Andree2021-10-311-0/+1
|
* Update <sr> Serbian translation to fetchmail-6.4.22.rc1Мирослав Николић2021-10-311-509/+844
|