Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | manual: add PREFACE, add ENVIRONMENT intro, fix missing word in HOME env doc. | Matthias Andree | 2021-01-30 | 1 | -1/+24 |
| | |||||
* | NEWS: Whitespace fix. | Matthias Andree | 2021-01-30 | 1 | -1/+1 |
| | |||||
* | --version: print default cert paths, and document SSL_CERT_* in manpage | Matthias Andree | 2021-01-30 | 5 | -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 behavior | Matthias Andree | 2021-01-30 | 2 | -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 paths | Matthias Andree | 2021-01-30 | 4 | -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 Andree | 2021-01-03 | 2 | -8/+21 |
| | | | | (cherry picked from commit 204541b6d2ccdbd2111e346f47fd69316ed3ef7d) | ||||
* | [conf] Print sslcertfile in configuration | Earl | 2021-01-03 | 1 | -0/+1 |
| | |||||
* | NEWS: add one fix for 6.4.3 and give one Debian Bug ref. | Matthias Andree | 2021-01-03 | 1 | -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 Andree | 2021-01-03 | 1 | -0/+4 |
| | |||||
* | Record 'make distcheck' and po/update-po changes. | Matthias Andree | 2021-01-03 | 19 | -14208/+7936 |
| | |||||
* | Record 'make distcheck' and po/update-po changes. | Matthias Andree | 2021-01-03 | 21 | -7949/+14222 |
| | |||||
* | NEWS: Prepare for release of 6.4.15. | Matthias Andree | 2021-01-03 | 1 | -6/+7 |
| | |||||
* | Bump version to 6.4.15. | Matthias Andree | 2021-01-03 | 2 | -2/+4 |
| | |||||
* | Update copyright. | Matthias Andree | 2021-01-03 | 3 | -2/+4 |
| | |||||
* | Update copyright. | Matthias Andree | 2021-01-03 | 1 | -1/+2 |
| | |||||
* | socket.c: Update copyright according to code changes. | Matthias Andree | 2021-01-03 | 1 | -1/+1 |
| | |||||
* | NEWS: Mention Earl Chew's SMTP AUTH PLAIN truncation fix. | Matthias Andree | 2021-01-03 | 1 | -1/+3 |
| | | | | Cherry-picked from 'next' branch, 895b4748. | ||||
* | [smtp] Avoid truncating PLAIN AUTH passwords | Earl | 2021-01-03 | 1 | -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 openssl | Fabrice Fontaine | 2021-01-03 | 2 | -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 -> discouraged | Matthias Andree | 2020-12-15 | 2 | -3/+8 |
| | | | | Reported by David McKelvie on fetchmail-users today. | ||||
* | Update website after 6.4.14 release. | Matthias Andree | 2020-11-26 | 1 | -4/+4 |
| | |||||
* | NEWS: record 6.4.14 release date | Matthias Andree | 2020-11-26 | 1 | -1/+1 |
| | |||||
* | po/: Record update-po results. | Matthias Andree | 2020-11-26 | 2 | -400/+156 |
| | |||||
* | Import multidrop documents, and link in FAQ. | Matthias Andree | 2020-11-26 | 3 | -0/+302 |
| | |||||
* | Bump versions to 6.4.14. | Matthias Andree | 2020-11-26 | 2 | -2/+2 |
| | |||||
* | Add romanization for Miroslav Nikolic's Cyrillic name. | Matthias Andree | 2020-11-14 | 1 | -1/+1 |
| | |||||
* | Mention Serbian translation update. | Matthias Andree | 2020-11-08 | 1 | -20/+26 |
| | |||||
* | Update <sr> Serbian translation to fetchmail 6.4.13-rc1 | Мирослав Николић | 2020-11-08 | 1 | -370/+630 |
| | |||||
* | Announce fetchmail 6.4.13. | Matthias Andree | 2020-10-25 | 1 | -5/+6 |
| | |||||
* | RELEASE-INSTRUCTIONS: update: | Matthias Andree | 2020-10-25 | 1 | -2/+2 |
| | |||||
* | Label for release. | Matthias Andree | 2020-10-25 | 2 | -2/+2 |
| | |||||
* | Record automatic po/ update from make distcheck. | Matthias Andree | 2020-10-25 | 20 | -14315/+8030 |
| | |||||
* | Update fetchmail.man for 6.4.13 release. | Matthias Andree | 2020-10-25 | 1 | -6/+10 |
| | |||||
* | Get proper Sourceforge D/L URLs into ANNOUNCE.EMAIL. | Matthias Andree | 2020-10-21 | 1 | -3/+3 |
| | |||||
* | Mention Esperanto [eo] translation, courtesy of Keith Bowes. | Matthias Andree | 2020-10-21 | 1 | -0/+1 |
| | |||||
* | Update <eo> Esperanto translation to fetchmail 6.4.13-rc1 | Keith Bowes | 2020-10-21 | 1 | -26/+17 |
| | |||||
* | Mention Git repo addresses. | Matthias Andree | 2020-10-19 | 2 | -0/+6 |
| | |||||
* | Credit translator for French. | Matthias Andree | 2020-10-16 | 1 | -0/+1 |
| | |||||
* | Update <fr> French translation to fetchmail-6.4.13-rc1 | Frédéric Marchal | 2020-10-16 | 1 | -13/+17 |
| | |||||
* | Fix double mention of German translation. | Matthias Andree | 2020-10-15 | 1 | -1/+1 |
| | |||||
* | Hint to override possibility. | Matthias Andree | 2020-10-15 | 1 | -0/+2 |
| | |||||
* | Record what update-po yielded. | Matthias Andree | 2020-10-15 | 20 | -3547/+4973 |
| | |||||
* | Credit translators. | Matthias Andree | 2020-10-15 | 1 | -0/+9 |
| | |||||
* | Update <zh_CN> Chinese (simplified) translation to fetchmail 6.4.13-rc1 | Boyuan Yang | 2020-10-15 | 1 | -353/+288 |
| | |||||
* | Update <sv> Swedish translation to fetchmail 6.4.13-rc1 | Göran Uddeborg | 2020-10-15 | 1 | -550/+365 |
| | |||||
* | Update <sq> Albanian translation to fetchmail-6.4.13-rc1 | Besnik Bleta | 2020-10-15 | 1 | -601/+384 |
| | |||||
* | Update <pl> Polish translation to fetchmail 6.4.13-rc1 | Jakub Bogusz | 2020-10-15 | 1 | -614/+389 |
| | |||||
* | Update <ja> Japanese translation to fetchmail 6.4.13-rc1 | Takeshi Hamasaki | 2020-10-15 | 1 | -618/+392 |
| | |||||
* | Update <cs> Czech translation to fetchmail 6.4.13-rc1 | Petr Pisar | 2020-10-15 | 1 | -534/+360 |
| | |||||
* | Update German translation to 6.4.13-rc2. | Matthias Andree | 2020-10-15 | 1 | -217/+236 |
| |