summaryrefslogtreecommitdiff
path: root/source4/lib/tls/tls.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-09s4:tls: Do not use deprecated GnuTLS typesAndreas Schneider1-7/+7
2015-09-03tls: increase Diffie-Hellman group size to 2048 bitsBjörn Jacke1-1/+1
2015-08-31lib/tls: Ensure SSLv3 is disabled in the web server by defaultAndrew Bartlett1-1/+14
2015-08-31lib/tls: Remove unused tls_init_client codeAndrew Bartlett1-73/+0
2015-04-29s4:lib/tls: fix build with gnutls 3.4Evangelos Foutras1-2/+1
2013-11-13tls: Fix CID 242014 Uninitialized scalar variableVolker Lendecke1-0/+1
2013-11-13tls: Fix some noblank line endingsVolker Lendecke1-33/+32
2013-11-11CVE-2013-4476: s4:libtls: check for safe permissions of tls private key file ...Björn Baumbach1-0/+17
2012-07-18s4-lib/tls: Try socket_send() multiple times to send partial packetsAndrew Bartlett1-13/+26
2012-02-18s4:lib/tls - include GNUTLS headers consistently using <...>Matthias Dieter Wallnöfer1-1/+1
2012-02-10s4-lib/tls: remove unused tls_support()Andrew Bartlett1-10/+0
2011-11-30s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0Matthias Dieter Wallnöfer1-0/+4
2011-08-13s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce1-10/+10
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-8/+8
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-06-19Fixed some uninitialised variablesMatthias Dieter Wallnöfer1-2/+1
2009-02-18fixed some of the TLS problemsAndrew Tridgell1-2/+8
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-5/+5
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 Vernooij1-1/+0
2008-10-12Use common util_file code.Jelmer Vernooij1-1/+1
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-16/+12
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-10r25033: Fix includeJelmer Vernooij1-0/+1
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
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 Tridgell1-3/+3
2007-10-10r17412: fix missing colonSimo Sorce1-1/+1
2007-10-10r17411: Try and compile on older versions of GnuTLS.Andrew Bartlett1-0/+4
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
2007-10-10r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett1-10/+14
2007-10-10r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett1-2/+2
2007-10-10r17168: Now that TLS (and soon SASL) is below the socket layer, we need toAndrew Bartlett1-2/+4
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-2/+1
2007-10-10r15400: Move the TLS code behind the socket interface.Andrew Bartlett1-61/+158
2007-10-10r15357: Fix the build on systems without GNUTLS.Andrew Bartlett1-2/+2
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett1-5/+5
2007-10-10r14412: init a varAndrew Tridgell1-1/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r7912: make private_path() recognise a non-relative filename, so we can haveAndrew Tridgell1-7/+21
2007-10-10r7773: fixed the tls code for the non-GNUTLS caseAndrew Tridgell1-1/+1