summaryrefslogtreecommitdiffstats
path: root/source4/lib/tls/tls.c
Commit message (Expand)AuthorAgeFilesLines
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-5/+5
* 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-201-1/+0
* Use common util_file code.Jelmer Vernooij2008-10-121-1/+1
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-16/+12
* 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
* r25033: Fix includeJelmer Vernooij2007-10-101-0/+1
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* 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-101-3/+3
* r17412: fix missing colonSimo Sorce2007-10-101-1/+1
* r17411: Try and compile on older versions of GnuTLS.Andrew Bartlett2007-10-101-0/+4
* 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
* r17168: Now that TLS (and soon SASL) is below the socket layer, we need toAndrew Bartlett2007-10-101-2/+4
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-101-61/+158
* 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
* r14412: init a varAndrew Tridgell2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* 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-101-12/+119
* r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell2007-10-101-4/+5
* r7750: handle STATUS_MORE_ENTRIES on send in tlsAndrew Tridgell2007-10-101-0/+4
* r7747: - simplified the ldap server buffer handlingAndrew Tridgell2007-10-101-1/+20
* 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-101-0/+420