summaryrefslogtreecommitdiffstats
path: root/source4/lib/tls/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-48/+0
| | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
* s4:tls: fix the build on SolarisBrian Lu2009-12-151-0/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4:tls Enable GnuTLS back to version 1.4 (an into the future)Andrew Bartlett2009-07-281-1/+1
| | | | | | We think we have the bug fixed. Andrew Bartlett
* Make S4 build on OpenSolaris.Jeremy Allison2009-02-241-0/+2
| | | | Jeremy.
* fixed some of the TLS problemsAndrew Tridgell2009-02-181-0/+1
| | | | | | | | | | | | | This fixes two things in the TLS support for Samba4. The first is to use a somewhat more correct hostname instead of 'Samba' when generating the test certificates. That allows TLS test clients (such as gnutls-cli) to connect to Samba4 using auto-generated certificates. The second fix is to add a call to gcry_control() to tell gcrypt to use /dev/urandom instead of /dev/random (on systems that support that). That means that test certificate generation is now very fast, which was previously an impediment to putting the TLS tests on the build farm.
* Fix indentation for some configure options.Jelmer Vernooij2009-01-151-1/+1
|
* Don't attempt to use GNUTLS >= 2.6, as it is known broken with the ↵Jelmer Vernooij2009-01-081-30/+28
| | | | socket-tls backend.
* Make it possible to disable gnutls at configure time,Simo Sorce2008-06-081-25/+36
| | | | | until someone will finally decide to fix it. (This used to be commit 0671dce355432a2a4c08ab010831eadd73e4561e)
* Make data about what subsystems/libraries are enabled available in the ↵Jelmer Vernooij2008-02-111-1/+3
| | | | | | mkconfig.mk file. (This used to be commit 4cc93a98f984d322e41f403169cfa4945b469935)
* r17674: fixed a problem on with our configure logic on systems that haveAndrew Tridgell2007-10-101-1/+1
| | | | | libgnutls but not some of the crt functions (This used to be commit 7a0264c52dd8ab1b1bb321462f66955a866d90a9)
* r17660: fixed configure testAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 28238ad8f15b8bd3c49fb0b235becca25615cfe6)
* r17659: cope with systems without the x509 gnutls functionsAndrew Tridgell2007-10-101-1/+6
| | | | (This used to be commit 8148534d9c9e566c4ecd9b29857fa96916cd9e3f)
* r17411: Try and compile on older versions of GnuTLS.Andrew Bartlett2007-10-101-0/+3
| | | | | Andrew Bartlett (This used to be commit 798c0791d8e8d10dde41a6dbceb0866265f9a709)
* r17174: Enable gnutls code, which requires the HAVE_GNUTLS CPP macro.Andrew Bartlett2007-10-101-0/+3
| | | | | Andrew Bartlett (This used to be commit f3b6e57b2336f36416e25c3a5cd793aa036b5b40)
* r15538: Use pkg-config file where possible andJelmer Vernooij2007-10-101-13/+14
| | | | | | only fall back to manual tests if that can't be found (for systems that have older versions of gnutls without the .pc file installed) (This used to be commit d77ea8f9072070f47b2b44676facaf66ed40fd17)
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
* r15231: Try to fix detection of ability of CC to generate dependenciesJelmer Vernooij2007-10-101-0/+3
| | | | (This used to be commit 11353d4b47964b762a72ec0e55221811a5a3d550)
* r8482: gnutls_x509_crt_set_subject_key_id is not available in some versionsAndrew Tridgell2007-10-101-0/+16
of gnutls. Thanks to ab for spotting this. (This used to be commit 437c4057ae4e89725ddbdd026977510beb33c009)