Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix portability to C90 and C++. | Matthias Andree | 2016-12-11 | 1 | -0/+1 |
| | |||||
* | Flip the switch and configure OpenSSL by default. | Matthias Andree | 2016-01-30 | 1 | -3/+2 |
| | |||||
* | Drop unneeded AC_CHECK_DECLS for SSLv2_client_method. | Matthias Andree | 2015-04-11 | 1 | -1/+0 |
| | |||||
* | Bump version. | Matthias Andree | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | Update gettext infrastructure. | Matthias Andree | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Permit build on SSLv3-disabled OpenSSL, | Matthias Andree | 2015-01-16 | 1 | -0/+1 |
| | | | | | | | providing that these also omit the declaration of SSLv3_client_method(). Related to Debian Bug#775255. Version report lists -SSLv3 on +SSL builds that omit SSLv3_client_method(). Version report lists -SSLv2 on +SSL builds that omit SSLv2_client_method(). | ||||
* | Convert most references from berlios.de to sourceforge.net. | Matthias Andree | 2014-05-21 | 1 | -1/+1 |
| | | | | Re-sign EN and SAs because that broke signatures. | ||||
* | Bump version. | Matthias Andree | 2013-04-23 | 1 | -1/+1 |
| | |||||
* | Bump version. | Matthias Andree | 2013-02-03 | 1 | -1/+1 |
| | |||||
* | Remove LSM-related stuff from the distribution. | Matthias Andree | 2012-12-23 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Repair --logfile regression of 6.3.23, | Matthias Andree | 2012-12-13 | 1 | -1/+1 |
| | | | | reported by Heinz Diehl. | ||||
* | Release 6.3.23. | Matthias Andree | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Move forward to prepare a 6.3.23 release and request translation. | Matthias Andree | 2012-12-05 | 1 | -2/+3 |
| | |||||
* | Update copyright and SecAnn' version. | Matthias Andree | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | Warn if SSL is disabled, suggest --with-ssl. | Matthias Andree | 2012-08-17 | 1 | -1/+2 |
| | |||||
* | GSSAPI build fix. | Matthias Andree | 2012-08-15 | 1 | -5/+14 |
| | | | | | | The GSSAPI-related autoconf code now matches gssapi.c better, and uses a different check to look for GSS_C_NT_HOSTBASED_SERVICE. This fixes the GSSAPI-enabled build on NetBSD 6 Beta. | ||||
* | Bump version to 6.3.22. | Matthias Andree | 2012-05-03 | 1 | -2/+2 |
| | |||||
* | Fix build on SSLv2-disabled OpenSSL setups | Matthias Andree | 2011-10-26 | 1 | -0/+5 |
| | | | | | | | | On systems where SSLv2_client_method isn't defined in OpenSSL (such as newer Debian, and Ubuntu starting with 11.10 oneiric ocelot), don't reference it (to fix the build) and print a run-time error that the OS does not support SSLv2. Fixes Debian Bug #622054, but note that that bug report has a more thorough patch that does away with SSLv2 altogether. | ||||
* | Bump version to 6.3.21, mark release date. | Matthias Andree | 2011-08-21 | 1 | -1/+1 |
| | |||||
* | Bump version to 6.3.20. | Matthias Andree | 2011-06-06 | 1 | -1/+1 |
| | |||||
* | Bump version - hopefully final release candidate. | Matthias Andree | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Bump version to -rc2. | Matthias Andree | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | Fix opie.h error handling. | Matthias Andree | 2011-05-17 | 1 | -2/+2 |
| | | | | Properly quote AC_MSG_ERROR argument. | ||||
* | Bump version. | Matthias Andree | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | Unconditionally use our own MD5 code. Gets linked only as needed. | Matthias Andree | 2010-12-14 | 1 | -11/+1 |
| | |||||
* | Get ready for 6.3.19 release. | Matthias Andree | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | Bump version. | Matthias Andree | 2010-10-22 | 1 | -1/+1 |
| | |||||
* | Request that autopoint installs gettext 0.17. | Matthias Andree | 2010-10-16 | 1 | -0/+1 |
| | | | | Should fix a MacOS X bootstrapping problem reported by Christian Ebert. | ||||
* | Remove AM_GNU_GETTEXT_VERSION to avoid @MKINSTALLDIRS@ issues on Ubuntu 10.10. | Matthias Andree | 2010-10-15 | 1 | -1/+0 |
| | |||||
* | Bump versions in preparation of release. | Matthias Andree | 2010-10-09 | 1 | -1/+1 |
| | |||||
* | Avoid compiling empty C files if NTLM is disabled. | Matthias Andree | 2010-10-09 | 1 | -0/+1 |
| | |||||
* | Bump version to -pre2. | Matthias Andree | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | Bump version. | Matthias Andree | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Fix MD5* library pickup. | Matthias Andree | 2010-05-17 | 1 | -3/+9 |
| | | | | | | | | | Avoid picking up libmd5, which fails if libwww is installed because libmd5 uses "long" rather than fixed-width types. This fails on non-32-bit machines. Only probe libmd if md5.h is found. To fix Gentoo Bug #319283, reported by Karl Hakimian. | ||||
* | Bump version to 6.3.17. | Matthias Andree | 2010-05-06 | 1 | -1/+1 |
| | |||||
* | Bump version. | Matthias Andree | 2010-04-18 | 1 | -1/+1 |
| | |||||
* | Add AM_PROG_CC_C_O. | Matthias Andree | 2010-04-08 | 1 | -0/+1 |
| | |||||
* | Remove dead code. | Matthias Andree | 2010-04-07 | 1 | -5/+0 |
| | |||||
* | Bump version. | Matthias Andree | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Update for 6.3.15 release. | Matthias Andree | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Correct MD5Init library check. | Matthias Andree | 2010-03-20 | 1 | -1/+2 |
| | |||||
* | Bump version. | Matthias Andree | 2010-03-19 | 1 | -2/+2 |
| | |||||
* | Fix MD5 compile on Solaris. | Matthias Andree | 2010-03-19 | 1 | -3/+3 |
| | |||||
* | Further type fixes. | Matthias Andree | 2010-03-18 | 1 | -3/+3 |
| | |||||
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -1/+1 |
| | | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements. | ||||
* | Properly check for h_errno declaration and include netdb.h. | Matthias Andree | 2010-03-05 | 1 | -0/+7 |
| | |||||
* | Bump version to -beta2. | Matthias Andree | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | Bump version to 6.3.15-beta1. | Matthias Andree | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Bump version for upcoming release. | Matthias Andree | 2010-02-04 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5478 |