aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update <eo> Esperanto translation to fetchmail 6.4.16-rc1Keith Bowes2021-01-311-434/+647
|
* Update <cs> Czech translation to fetchmail 6.4.16-rc1Petr Pisar2021-01-311-427/+647
|
* po/: updated po files after template (pot) update.Matthias Andree2021-01-3019-17385/+10629
|
* po/ - updated pot (PO template)Matthias Andree2021-01-3019-10629/+17385
|
* po/de.po: Update German translation to 6.4.16-rc1.Matthias Andree2021-01-301-292/+321
|
* configure.ac: don't call AC_LIB_LINKFLAGS --without-sslMatthias Andree2021-01-302-1/+3
|
* Proper line break for hostname qualification errors.Matthias Andree2021-01-301-2/+1
|
* --version: print OpenSSL versions build/run-time and directoriesMatthias Andree2021-01-305-9/+43
|
* manual: minor cleanupsMatthias Andree2021-01-301-4/+4
|
* configure.ac: Bump version to 6.4.16-rc1.Matthias Andree2021-01-301-1/+1
|
* manual: add PREFACE, add ENVIRONMENT intro, fix missing word in HOME env doc.Matthias Andree2021-01-301-1/+24
|
* NEWS: Whitespace fix.Matthias Andree2021-01-301-1/+1
|
* --version: print default cert paths, and document SSL_CERT_* in manpageMatthias Andree2021-01-305-3/+41
| | | | | | | | | When Gene Heskett was updating his OpenSSL on Debian oldstable, we figured that it might be helpful to print where OpenSSL goes look for the trusted certificate. Add this information. Also add documentation of OpenSSL's SSL_CERT_DIR/SSL_CERT_FILE environment variables.
* fetchmail.man: correct and extend duplicate-suppression behaviorMatthias Andree2021-01-302-4/+34
| | | | | | | | | This was found by Julian Bane debugging a situation where duplicate suppression did not kick in (due to envelope-recording headers, X-Original-To, Delivered-To). Historic behavior now documented in fetchmail.man and NEWS in order to reduce confusion. Gitlab, fixes issue #29.
* tls-aux.c: add helper to obtain default cert pathsMatthias Andree2021-01-304-2/+68
| | | | | | | | | | | ...and compile it as standalone test program. After "make check", you can check t.tls-aux.log in the build area for the defaults. Note that environment overrides can be made, see SSL_CTX_set_default_verify_paths(3) or, for instance, https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_default_verify_paths.html OpenSSL 3.x may ship an openssl-env(7) manual page.
* Add support for sslcertfile.Matthias Andree2021-01-032-8/+21
| | | | (cherry picked from commit 204541b6d2ccdbd2111e346f47fd69316ed3ef7d)
* [conf] Print sslcertfile in configurationEarl2021-01-031-0/+1
|
* NEWS: add one fix for 6.4.3 and give one Debian Bug ref.Matthias Andree2021-01-031-1/+2
| | | | | | | Mention 6.4.3 esmtpname/esmtppassword fix. Found while reviewing Earl Chew's same fix on 'next' branch. Reference MDA single-quoting issue by Debian Bug#347909 id.
* Mention 6.5.0.beta2 release, too.Matthias Andree2021-01-031-0/+4
|
* Record 'make distcheck' and po/update-po changes.Matthias Andree2021-01-0319-14208/+7936
|
* Record 'make distcheck' and po/update-po changes.Matthias Andree2021-01-0321-7949/+14222
|
* NEWS: Prepare for release of 6.4.15.Matthias Andree2021-01-031-6/+7
|
* Bump version to 6.4.15.Matthias Andree2021-01-032-2/+4
|
* Update copyright.Matthias Andree2021-01-033-2/+4
|
* Update copyright.Matthias Andree2021-01-031-1/+2
|
* socket.c: Update copyright according to code changes.Matthias Andree2021-01-031-1/+1
|
* NEWS: Mention Earl Chew's SMTP AUTH PLAIN truncation fix.Matthias Andree2021-01-031-1/+3
| | | | Cherry-picked from 'next' branch, 895b4748.
* [smtp] Avoid truncating PLAIN AUTH passwordsEarl2021-01-031-5/+8
| | | | | | | | Usernames or passwords with embedded CARET ^ character would have been truncated prior to this fix, breaking authentication. Gitlab: Fixes issue #23, merge request !25.
* configure.ac: fix cross-compilation with opensslFabrice Fontaine2021-01-032-3/+7
| | | | | | | | | | | | | | | | | | | | | Since commit ca372c2c4fd4fa18cf035087203069e412adfa00, cross-compilation fails on: /data/buildroot-test/instance-0/output-1/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I/data/buildroot-test/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/usr/kerberos/include -L/data/buildroot-test/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -o fetchmail socket.o getpass.o fetchmail.o env.o idle.o options.o daemon.o driver.o transact.o sink.o smtp.o idlist.o uid.o mxget.o md5ify.o cram.o gssapi.o opie.o interface.o netrc.o unmime.o conf.o checkalias.o uid_db.o lock.o rcfile_l.o rcfile_y.o ucs/norm_charmap.o fm_realpath.o pop3.o imap.o etrn.o odmr.o libfm.a -lintl -L/data/buildroot-test/instance-0/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto /usr/lib/libssl.so /usr/lib/libcrypto.so /usr/lib/libcrypto.so /data/buildroot-test/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc-buildroot-linux-uclibc/8.3.0/../../../../powerpc-buildroot-linux-uclibc/bin/ld: /usr/lib/libssl.so: error adding symbols: file in wrong format This build failure is raised because pkg-config values are overriden by AC_LIB_LINKFLAGS which can pull libraries from the host. So, don't unconditionally call AC_LIB_LINKFLAGS when cross-compiling. It should be noted that AC_LIB_LINKFLAGS is used as a fallback of case pkg-config since commit c92eb3c1895f10a9a4d3229ac883071b62db3920. Fixes: - http://autobuild.buildroot.org/results/1b24f0ada47ca1913321d148981364ce513465ac Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Merge request !23.
* manpage: disouraged -> discouragedMatthias Andree2020-12-152-3/+8
| | | | Reported by David McKelvie on fetchmail-users today.
* Update website after 6.4.14 release.Matthias Andree2020-11-261-4/+4
|
* NEWS: record 6.4.14 release dateMatthias Andree2020-11-261-1/+1
|
* po/: Record update-po results.Matthias Andree2020-11-262-400/+156
|
* Import multidrop documents, and link in FAQ.Matthias Andree2020-11-263-0/+302
|
* Bump versions to 6.4.14.Matthias Andree2020-11-262-2/+2
|
* Add romanization for Miroslav Nikolic's Cyrillic name.Matthias Andree2020-11-141-1/+1
|
* Mention Serbian translation update.Matthias Andree2020-11-081-20/+26
|
* Update <sr> Serbian translation to fetchmail 6.4.13-rc1Мирослав Николић2020-11-081-370/+630
|
* Announce fetchmail 6.4.13.Matthias Andree2020-10-251-5/+6
|
* RELEASE-INSTRUCTIONS: update:Matthias Andree2020-10-251-2/+2
|
* Label for release.Matthias Andree2020-10-252-2/+2
|
* Record automatic po/ update from make distcheck.Matthias Andree2020-10-2520-14315/+8030
|
* Update fetchmail.man for 6.4.13 release.Matthias Andree2020-10-251-6/+10
|
* Get proper Sourceforge D/L URLs into ANNOUNCE.EMAIL.Matthias Andree2020-10-211-3/+3
|
* Mention Esperanto [eo] translation, courtesy of Keith Bowes.Matthias Andree2020-10-211-0/+1
|
* Update <eo> Esperanto translation to fetchmail 6.4.13-rc1Keith Bowes2020-10-211-26/+17
|
* Mention Git repo addresses.Matthias Andree2020-10-192-0/+6
|
* Credit translator for French.Matthias Andree2020-10-161-0/+1
|
* Update <fr> French translation to fetchmail-6.4.13-rc1Frédéric Marchal2020-10-161-13/+17
|
* Fix double mention of German translation.Matthias Andree2020-10-151-1/+1
|