Fix error handling in ldb.add().
[sfrench/samba-autobuild/.git] / source4 / lib / tls /
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-11 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-11 Jelmer VernooijMake data about what subsystems/libraries are enabled...
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 Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25033: Fix include
2007-10-10 Jelmer Vernooijr25027: Fix more warnings.
2007-10-10 Jelmer Vernooijr24712: No longer expose the 'BOOL' data type in any...
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 Andrew Tridgellr17660: fixed configure test
2007-10-10 Andrew Tridgellr17659: cope with systems without the x509 gnutls functions
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 Bartlettr17174: Enable gnutls code, which requires the HAVE_GNU...
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 Stefan Metzmacherr15829: we need to include socket.h before we can use...
2007-10-10 Jelmer Vernooijr15538: Use pkg-config file where possible and
2007-10-10 Andrew Bartlettr15400: Move the TLS code behind the socket interface.
2007-10-10 Jelmer Vernooijr15363: Fix dependencies for shared library
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 Jelmer Vernooijr15274: Drop default EXT_LIB_ prefix for external libra...
2007-10-10 Jelmer Vernooijr15231: Try to fix detection of ability of CC to genera...
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Jelmer Vernooijr14806: Fix compiler warnings
2007-10-10 Jelmer Vernooijr14575: Move some path-related functions to libsamba...
2007-10-10 Jelmer Vernooijr14477: Remove the NOPROTO property - it's no longer...
2007-10-10 Andrew Tridgellr14412: init a var
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Andrew Tridgellr11596: switched the libcli/raw/ code over to using...
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Tim Potterr10377: Save configuration stuff to sconf.cache so...
2007-10-10 Jelmer Vernooijr10366: More scons fixes. Building et, asn1, lex and...
2007-10-10 Jelmer Vernooijr10348: Add scons scripts for remaining subsystems...
2007-10-10 Jelmer Vernooijr10336: Add sconscript for a couple more subsystems.
2007-10-10 Andrew Tridgellr8482: gnutls_x509_crt_set_subject_key_id is not availa...
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...