aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add fetchmail-SA-2021-01.txt. CVE-2021-36386.Matthias Andree2021-07-281-0/+1
|
* --version: print OpenSSL versions build/run-time and directoriesMatthias Andree2021-01-301-1/+1
|
* --version: print default cert paths, and document SSL_CERT_* in manpageMatthias Andree2021-01-301-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 pathsMatthias Andree2021-01-301-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-hookMatthias Andree2020-08-271-3/+9
|
* Add fm_realpath(): a malloc()ating realpath() wrapper.Matthias Andree2020-05-041-3/+6
|
* Enable parser tracing code.Matthias Andree2020-01-301-1/+1
|
* Add .tar.lz format/dist-lzip automake option.Matthias Andree2020-01-201-1/+1
|
* Update automake min. version to 1.12Matthias Andree2020-01-201-1/+1
| | | | dist-xz requires automake 1.12+
* Refer to PO checkin helper.Matthias Andree2019-08-261-0/+1
|
* Add git-check target from bogofilter.Matthias Andree2019-08-051-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 Andree2019-05-121-1/+1
|
* Remove last traces of gethostbyname().Matthias Andree2017-04-221-1/+1
|
* Cease creating .tar.bz2 tarballs. (Keep .tar.xz)Matthias Andree2016-12-121-1/+1
|
* Merge branch 'uidl-speedup-n-log-n-64' into legacy_64Matthias Andree2016-12-121-1/+1
|\
| * UIDL database speedup with Patricia trees.Matthias Andree2016-12-111-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 Andree2016-12-121-1/+4
|/ | | | This is a hack to fail quickly on old OpenSSL versions.
* TLS overhaul, bumping version to 6.4Matthias Andree2015-01-261-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 Andree2014-11-221-2/+2
|
* Let distcheck call configure --with-ssl.Matthias Andree2013-01-041-0/+3
|
* Remove LSM-related stuff from the distribution.Matthias Andree2012-12-231-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 Andree2012-08-171-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 Andree2012-08-131-0/+1
|
* Add fetchmail-SA-2012-01.txt.Matthias Andree2012-05-031-0/+1
|
* Validate XHTML 1.0 stuff even when skipping 1.1.Matthias Andree2012-04-011-1/+1
|
* Add fetchmail-SA-2011-01.txtMatthias Andree2011-05-301-0/+1
|
* Bump automake requirement to 1.11, add dist-xz option.Matthias Andree2011-05-261-1/+1
|
* Build fix for systems that don't have perl in /usr/bin (DragonFly).Matthias Andree2011-04-291-1/+1
|
* Unconditionally use our own MD5 code. Gets linked only as needed.Matthias Andree2010-12-141-1/+1
|
* Add fetchmail-EN-2010-03 (erratum notice).Matthias Andree2010-10-161-0/+1
|
* Update m4/ distribution list for gettext 0.17.Matthias Andree2010-10-161-5/+6
|
* Avoid compiling empty C files if NTLM is disabled.Matthias Andree2010-10-091-1/+4
|
* Factor out common NTLM code.Matthias Andree2010-10-091-1/+1
|
* Fix missing prototype for norm_charmap.Matthias Andree2010-10-091-1/+2
|
* Fix prototype warnings, remove unused functions.Matthias Andree2010-10-051-1/+2
|
* Add self-test for X.509 name matching.Matthias Andree2010-08-271-2/+5
|
* X.509 matching split out; disallow TLD wildcards.Matthias Andree2010-08-271-1/+1
|
* BSD make compatibility for asciidoc.Matthias Andree2010-06-021-1/+2
| | | | | BSD make supports $< only in transformation rules... use them, declare automake SUFFIXES.
* Fix asciidoc invocation; also remove output on failure.Matthias Andree2010-05-281-1/+1
|
* Hook Mailbox-Names-UTF7 document to build and website.Matthias Andree2010-05-271-0/+4
| | | | New dependency: requires asciidoc 8.
* Add import-translations target.Matthias Andree2010-05-061-0/+5
|
* Split string list stuff from uid.c into new idlist.c.Matthias Andree2010-04-241-1/+1
|
* SECURITY FIX: DoS on EILSEQ in report_*() in -vv and multibyte-locales.Matthias Andree2010-04-181-0/+1
|
* Further type fixes.Matthias Andree2010-03-181-1/+1
|
* Fix trio self-test.Matthias Andree2010-02-261-3/+3
|
* Update documents/scripts after SVN -> Git move.Matthias Andree2010-02-061-2/+1
|
* Security fix for sdump() (X.509 cert display in verbose mode).Matthias Andree2010-02-041-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5467
* Ship fetchmail.xpm file.Matthias Andree2009-10-301-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5447
* Work around screwed Solaris /bin/sh and go for XPG shells.Matthias Andree2009-10-051-3/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5436
* Validate *.html documents as XHTML in 'make check'.Matthias Andree2009-08-181-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5420