summaryrefslogtreecommitdiff
path: root/source4/lib/tls
Commit message (Expand)AuthorAgeFilesLines
* Make S4 build on OpenSolaris.Jeremy Allison2009-02-242-1/+3
* fixed some of the TLS problemsAndrew Tridgell2009-02-183-10/+22
* 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 socket-tls...Jelmer Vernooij2009-01-081-30/+28
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-292-7/+7
* Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij2008-12-241-1/+1
* Fix more compiler warnings.Jelmer Vernooij2008-12-231-10/+10
* Make lp_tls_* return absolute paths.Jelmer Vernooij2008-10-231-5/+5
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-202-1/+4
* Use common util_file code.Jelmer Vernooij2008-10-121-1/+1
* Make it possible to disable gnutls at configure time,Simo Sorce2008-06-081-25/+36
* Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-3/+1
|\
| * Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2008-04-011-1/+1
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-6/+2
|/
* Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij2008-02-111-1/+3
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-212-18/+17
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-101-39/+39
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-6/+6
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-7/+7
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25033: Fix includeJelmer Vernooij2007-10-101-0/+1
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-0/+1
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-103-9/+6
* r19217: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett2007-10-101-1/+2
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-2/+4
* r17674: fixed a problem on with our configure logic on systems that haveAndrew Tridgell2007-10-103-5/+5
* r17660: fixed configure testAndrew Tridgell2007-10-101-1/+1
* r17659: cope with systems without the x509 gnutls functionsAndrew Tridgell2007-10-101-1/+6
* r17412: fix missing colonSimo Sorce2007-10-101-1/+1
* r17411: Try and compile on older versions of GnuTLS.Andrew Bartlett2007-10-102-0/+7
* r17379: Pre-generate DH parameters, to avoid doing this at runtime in our tes...Andrew Bartlett2007-10-101-2/+16
* r17286: Simply fail the tls_initialise if we don't have TLS compiled in.Andrew Bartlett2007-10-101-5/+2
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-101-10/+14
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-101-2/+2
* r17174: Enable gnutls code, which requires the HAVE_GNUTLS CPP macro.Andrew Bartlett2007-10-101-0/+3
* r17168: Now that TLS (and soon SASL) is below the socket layer, we need toAndrew Bartlett2007-10-102-3/+5
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* r15829: we need to include socket.h before we can use enum socket_typeStefan Metzmacher2007-10-101-0/+2
* r15538: Use pkg-config file where possible andJelmer Vernooij2007-10-101-13/+14
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-102-81/+164
* r15363: Fix dependencies for shared libraryJelmer Vernooij2007-10-101-2/+3
* r15357: Fix the build on systems without GNUTLS.Andrew Bartlett2007-10-101-2/+2
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-101-5/+5
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...Jelmer Vernooij2007-10-102-2/+2
* r15231: Try to fix detection of ability of CC to generate dependenciesJelmer Vernooij2007-10-101-0/+3
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r14806: Fix compiler warningsJelmer Vernooij2007-10-101-1/+1
* r14575: Move some path-related functions to libsamba-config so libsamba-utilJelmer Vernooij2007-10-101-1/+1