summaryrefslogtreecommitdiffstats
path: root/source4/lib/tls
Commit message (Expand)AuthorAgeFilesLines
* 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
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-1/+0
* r14412: init a varAndrew Tridgell2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-1/+1
* r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell2007-10-101-0/+4
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-2/+2
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-7/+0
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-1/+1
* r10377: Save configuration stuff to sconf.cache so it isn't annoyingly runTim Potter2007-10-101-3/+4
* r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works...Jelmer Vernooij2007-10-101-0/+4
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-1/+0
* r10336: Add sconscript for a couple more subsystems.Jelmer Vernooij2007-10-101-0/+3
* r8482: gnutls_x509_crt_set_subject_key_id is not available in some versionsAndrew Tridgell2007-10-102-0/+20
* r7912: make private_path() recognise a non-relative filename, so we can haveAndrew Tridgell2007-10-101-7/+21
* r7773: fixed the tls code for the non-GNUTLS caseAndrew Tridgell2007-10-101-1/+1
* r7769: added client support in the tls library apiAndrew Tridgell2007-10-102-12/+126
* r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell2007-10-102-5/+7
* r7750: handle STATUS_MORE_ENTRIES on send in tlsAndrew Tridgell2007-10-101-0/+4
* r7747: - simplified the ldap server buffer handlingAndrew Tridgell2007-10-102-1/+25
* r7745: better handling of recv errors in tls libraryAndrew Tridgell2007-10-101-1/+10
* r7742: abstracted out the tls code from the web server, so that our other ser...Andrew Tridgell2007-10-104-0/+646