Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rst2html5[.py]: let configure look for it. | Matthias Andree | 2022-07-16 | 1 | -1/+1 |
| | | | | FreeBSD only has rst2html5.py, Debian only rst2html5, Fedora both. | ||||
* | manpage: switch HTML rendering to pandoc->docutils | Matthias Andree | 2022-07-16 | 1 | -6/+11 |
| | | | | remove manServer.pl | ||||
* | Makefile.am: switch to .DELETE_ON_ERROR. | Matthias Andree | 2022-07-16 | 1 | -9/+11 |
| | |||||
* | Makefile.am:import-translations: List PO updates. | Matthias Andree | 2021-12-03 | 1 | -0/+1 |
| | |||||
* | Add fetchmail-SA-2021-01.txt. CVE-2021-36386. | Matthias Andree | 2021-07-28 | 1 | -0/+1 |
| | |||||
* | --version: print OpenSSL versions build/run-time and directories | Matthias Andree | 2021-01-30 | 1 | -1/+1 |
| | |||||
* | --version: print default cert paths, and document SSL_CERT_* in manpage | Matthias Andree | 2021-01-30 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | tls-aux.c: add helper to obtain default cert paths | Matthias Andree | 2021-01-30 | 1 | -2/+6 |
| | | | | | | | | | | | ...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. | ||||
* | Makefile.am, dist-tools: check for new translations in dist-hook | Matthias Andree | 2020-08-27 | 1 | -3/+9 |
| | |||||
* | Add fm_realpath(): a malloc()ating realpath() wrapper. | Matthias Andree | 2020-05-04 | 1 | -3/+6 |
| | |||||
* | Enable parser tracing code. | Matthias Andree | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | Add .tar.lz format/dist-lzip automake option. | Matthias Andree | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | Update automake min. version to 1.12 | Matthias Andree | 2020-01-20 | 1 | -1/+1 |
| | | | | dist-xz requires automake 1.12+ | ||||
* | Refer to PO checkin helper. | Matthias Andree | 2019-08-26 | 1 | -0/+1 |
| | |||||
* | Add git-check target from bogofilter. | Matthias Andree | 2019-08-05 | 1 | -1/+9 |
| | | | | | This is meant to see if the git export contains all files required for bootstrapping, in order to find files that were not added before a commit. | ||||
* | Update to GNU gettext 0.19.8. | Matthias Andree | 2019-05-12 | 1 | -1/+1 |
| | |||||
* | Remove last traces of gethostbyname(). | Matthias Andree | 2017-04-22 | 1 | -1/+1 |
| | |||||
* | Cease creating .tar.bz2 tarballs. (Keep .tar.xz) | Matthias Andree | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'uidl-speedup-n-log-n-64' into legacy_64 | Matthias Andree | 2016-12-12 | 1 | -1/+1 |
|\ | |||||
| * | UIDL database speedup with Patricia trees. | Matthias Andree | 2016-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Import Rainer Weikusat's code that uses Patricia trees instead of linear lists. Snapshot Rainer's patch 2010-05-24 19:30:42 | ||||
* | | Fail build early if socket.o cannot be generated. | Matthias Andree | 2016-12-12 | 1 | -1/+4 |
|/ | | | | This is a hack to fail quickly on old OpenSSL versions. | ||||
* | TLS overhaul, bumping version to 6.4 | Matthias Andree | 2015-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Removes SSLv2, enables TLSv1.1 and v1.2 more easily, permits SSLv3 (only if specified) and newer TLSv1.1+ for STLS/STARTTLS. Only negotiates TLSv1 and newer by default, SSLv3 must now be specified explicitly, as a consequence of the POODLE attack. This is meant to be a minimally upgraded version, and cannot be usefully done as a 6.3.X release. It is strongly recommended that users review their configuration - especially --sslproto - per instructions in the NEWS file and manual page. It has changed semantics and in many cases --sslproto auto or perhaps --sslproto tls1.2+ should be used now. | ||||
* | Make test suite compatible with automake 1.14. | Matthias Andree | 2014-11-22 | 1 | -2/+2 |
| | |||||
* | Let distcheck call configure --with-ssl. | Matthias Andree | 2013-01-04 | 1 | -0/+3 |
| | |||||
* | Remove LSM-related stuff from the distribution. | Matthias Andree | 2012-12-23 | 1 | -4/+0 |
| | | | | | | | IBiblio no longer accepts submissions, and considers itself an archive. There is no point in our carrying forward any related material, if needed for reference purposes, it can be fetched from older versions in the Git repository. | ||||
* | Fix installation when PYTHON is enabled. | Matthias Andree | 2012-08-17 | 1 | -7/+1 |
| | | | | | | The Python-related Makefile.am parts were simplified to avoid an automake 1.11.X bug around noinst_PYTHON, Automake Bug #10995. http://lists.gnu.org/archive/html/automake-patches/2012-03/txtbYNp7SPawU.txt | ||||
* | Document fix for NTLM crash, + Security advisory (draft). | Matthias Andree | 2012-08-13 | 1 | -0/+1 |
| | |||||
* | Add fetchmail-SA-2012-01.txt. | Matthias Andree | 2012-05-03 | 1 | -0/+1 |
| | |||||
* | Validate XHTML 1.0 stuff even when skipping 1.1. | Matthias Andree | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | Add fetchmail-SA-2011-01.txt | Matthias Andree | 2011-05-30 | 1 | -0/+1 |
| | |||||
* | Bump automake requirement to 1.11, add dist-xz option. | Matthias Andree | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | Build fix for systems that don't have perl in /usr/bin (DragonFly). | Matthias Andree | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | Unconditionally use our own MD5 code. Gets linked only as needed. | Matthias Andree | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | Add fetchmail-EN-2010-03 (erratum notice). | Matthias Andree | 2010-10-16 | 1 | -0/+1 |
| | |||||
* | Update m4/ distribution list for gettext 0.17. | Matthias Andree | 2010-10-16 | 1 | -5/+6 |
| | |||||
* | Avoid compiling empty C files if NTLM is disabled. | Matthias Andree | 2010-10-09 | 1 | -1/+4 |
| | |||||
* | Factor out common NTLM code. | Matthias Andree | 2010-10-09 | 1 | -1/+1 |
| | |||||
* | Fix missing prototype for norm_charmap. | Matthias Andree | 2010-10-09 | 1 | -1/+2 |
| | |||||
* | Fix prototype warnings, remove unused functions. | Matthias Andree | 2010-10-05 | 1 | -1/+2 |
| | |||||
* | Add self-test for X.509 name matching. | Matthias Andree | 2010-08-27 | 1 | -2/+5 |
| | |||||
* | X.509 matching split out; disallow TLD wildcards. | Matthias Andree | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | BSD make compatibility for asciidoc. | Matthias Andree | 2010-06-02 | 1 | -1/+2 |
| | | | | | BSD make supports $< only in transformation rules... use them, declare automake SUFFIXES. | ||||
* | Fix asciidoc invocation; also remove output on failure. | Matthias Andree | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | Hook Mailbox-Names-UTF7 document to build and website. | Matthias Andree | 2010-05-27 | 1 | -0/+4 |
| | | | | New dependency: requires asciidoc 8. | ||||
* | Add import-translations target. | Matthias Andree | 2010-05-06 | 1 | -0/+5 |
| | |||||
* | Split string list stuff from uid.c into new idlist.c. | Matthias Andree | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | SECURITY FIX: DoS on EILSEQ in report_*() in -vv and multibyte-locales. | Matthias Andree | 2010-04-18 | 1 | -0/+1 |
| | |||||
* | Further type fixes. | Matthias Andree | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Fix trio self-test. | Matthias Andree | 2010-02-26 | 1 | -3/+3 |
| | |||||
* | Update documents/scripts after SVN -> Git move. | Matthias Andree | 2010-02-06 | 1 | -2/+1 |
| |