Fixed some uninitialised variables
[ira/wip.git] / source4 / lib / tls / tls.c
2009-06-19 Matthias Dieter... Fixed some uninitialised variables
2009-02-18 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-18 Andrew Tridgellfixed some of the TLS problems
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix more compiler warnings.
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijMake lp_tls_* return absolute paths.
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-20 Jelmer VernooijMake sure prototypes are always included, make some...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-12 Jelmer VernooijUse common util_file code.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-12-21 Jelmer Vernooijr26238: Add a loadparm context parameter to torture_con...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25522: Convert to standard bool types.
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25033: Fix include
2007-10-10 Jelmer Vernooijr25027: Fix more warnings.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr19217: Merge from SAMBA_4_0_RELEASE:
2007-10-10 Andrew Tridgellr18301: I discovered how to load the warnings from...
2007-10-10 Andrew Tridgellr17674: fixed a problem on with our configure logic...
2007-10-10 Simo Sorcer17412: fix missing colon
2007-10-10 Andrew Bartlettr17411: Try and compile on older versions of GnuTLS.
2007-10-10 Andrew Bartlettr17379: Pre-generate DH parameters, to avoid doing...
2007-10-10 Andrew Bartlettr17286: Simply fail the tls_initialise if we don't...
2007-10-10 Andrew Bartlettr17222: Change the function prototypes for the GENSEc...
2007-10-10 Andrew Bartlettr17197: This patch moves the encryption of bulk data...
2007-10-10 Andrew Bartlettr17168: Now that TLS (and soon SASL) is below the socke...
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Andrew Bartlettr15400: Move the TLS code behind the socket interface.
2007-10-10 Andrew Bartlettr15357: Fix the build on systems without GNUTLS.
2007-10-10 Andrew Bartlettr15356: Remove unused 'flags' argument from socket_send...
2007-10-10 Andrew Tridgellr14412: init a var
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Tridgellr7912: make private_path() recognise a non-relative...
2007-10-10 Andrew Tridgellr7773: fixed the tls code for the non-GNUTLS case
2007-10-10 Andrew Tridgellr7769: added client support in the tls library api
2007-10-10 Andrew Tridgellr7751: only enable tls on the ldaps port in ldap server...
2007-10-10 Andrew Tridgellr7750: handle STATUS_MORE_ENTRIES on send in tls
2007-10-10 Andrew Tridgellr7747: - simplified the ldap server buffer handling
2007-10-10 Andrew Tridgellr7745: better handling of recv errors in tls library
2007-10-10 Andrew Tridgellr7742: abstracted out the tls code from the web server...