summaryrefslogtreecommitdiff
path: root/source4/lib/tls
AgeCommit message (Expand)AuthorFilesLines
2010-04-06build: add cflags from pkg_config results to header/function testsAndrew Tridgell1-4/+8
2010-04-06build: configure fixes for opensolarisAndrew Tridgell1-0/+7
2010-04-06build: updated configure checks or new syntaxAndrew Tridgell1-6/+3
2010-04-06build: fixed gnutls checkAndrew Tridgell1-1/+1
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-1/+3
2010-04-06build: check for libgpg-errorAndrew Tridgell1-1/+3
2010-04-06build: gcrypt functionsAndrew Tridgell1-1/+1
2010-04-06build: more config checksAndrew Tridgell1-0/+3
2010-04-06build: waf build for lib/tlsAndrew Tridgell1-0/+27
2009-12-15s4:tls: fix the build on SolarisBrian Lu1-0/+3
2009-10-14s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer1-1/+2
2009-08-12raise the debug level for a common messageAndrew Tridgell1-1/+1
2009-07-31s4:tls: avoid using talloc_reference() in tls_init_client()Stefan Metzmacher1-6/+2
2009-07-31s4:tls: avoid using talloc_reference() in tls_init_server()Stefan Metzmacher1-8/+1
2009-07-28s4:tls Enable GnuTLS back to version 1.4 (an into the future)Andrew Bartlett1-1/+1
2009-06-19Fixed some uninitialised variablesMatthias Dieter Wallnöfer1-2/+1
2009-02-24Make S4 build on OpenSolaris.Jeremy Allison2-1/+3
2009-02-18fixed some of the TLS problemsAndrew Tridgell3-10/+22
2009-01-15Fix indentation for some configure options.Jelmer Vernooij1-1/+1
2009-01-08Don't attempt to use GNUTLS >= 2.6, as it is known broken with the socket-tls...Jelmer Vernooij1-30/+28
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher2-7/+7
2008-12-24Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij1-1/+1
2008-12-23Fix more compiler warnings.Jelmer Vernooij1-10/+10
2008-10-23Make lp_tls_* return absolute paths.Jelmer Vernooij1-5/+5
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij2-1/+4
2008-10-12Use common util_file code.Jelmer Vernooij1-1/+1
2008-06-08Make it possible to disable gnutls at configure time,Simo Sorce1-25/+36
2008-05-18Use variables for source directory in remaining subsystems.Jelmer Vernooij1-1/+1
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-3/+1
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij1-1/+1
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-6/+2
2008-02-11Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij1-1/+3
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2-18/+17
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij1-39/+39
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-6/+6
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-7/+7
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25033: Fix includeJelmer Vernooij1-0/+1
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-0/+1
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell3-9/+6
2007-10-10r19217: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett1-1/+2
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-2/+4
2007-10-10r17674: fixed a problem on with our configure logic on systems that haveAndrew Tridgell3-5/+5
2007-10-10r17660: fixed configure testAndrew Tridgell1-1/+1
2007-10-10r17659: cope with systems without the x509 gnutls functionsAndrew Tridgell1-1/+6
2007-10-10r17412: fix missing colonSimo Sorce1-1/+1
2007-10-10r17411: Try and compile on older versions of GnuTLS.Andrew Bartlett2-0/+7
2007-10-10r17379: Pre-generate DH parameters, to avoid doing this at runtime in our tes...Andrew Bartlett1-2/+16
2007-10-10r17286: Simply fail the tls_initialise if we don't have TLS compiled in.Andrew Bartlett1-5/+2