summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-07-22talloc: Release talloc 2.3.0talloc-2.3.0Andrew Bartlett4-2/+83
2019-07-22talloc/py_util: remove tautologically dead codeDouglas Bagnall1-12/+0
2019-07-22talloc: pytalloc_get_checked_type: survive non-talloc objectsDouglas Bagnall1-1/+1
2019-07-22talloc: add pytalloc_get_name() helperDouglas Bagnall2-0/+13
2019-07-22lib:tsocket: New function to build a tsocket_context from samba_addressSamuel Cabrero2-0/+39
2019-07-22s3:utils: New struct to fix strict aliasing issues with sockets APISamuel Cabrero2-59/+60
2019-07-18lib:util: Use GnuTLS random number generator in genrand.cAndreas Schneider3-32/+12
2019-07-17lib: Optimize file_compareVolker Lendecke1-14/+41
2019-07-10ldb ABI bump for pyldb_Ldb_AsLdbContext changeDouglas Bagnall3-1/+287
2019-07-10pyldb: ldb.register_module() checks arguments a little bitDouglas Bagnall1-3/+11
2019-07-10pyldb: remove ldb.open, which was never survivableDouglas Bagnall1-4/+0
2019-07-10pyldb: rename pyldb_Dn_AsDn() to pyldb_Dn_AS_DN()Douglas Bagnall3-19/+19
2019-07-10pyldb: check for errors in PyLdb_GetPyType()Douglas Bagnall1-3/+21
2019-07-10pyldb: fork pyldb_Ldb_AsLdbContext macro to reflect unsafenessDouglas Bagnall3-46/+51
2019-07-10pyldb: add pyldb_check_type()Douglas Bagnall2-0/+13
2019-07-10ldb: do not allow adding a DN as a base to itselfDouglas Bagnall1-0/+4
2019-07-09lib:crypto: Add GNUTLS_FIPS140_SET_(LAX|STRICT)_MODE to helpersAndreas Schneider1-0/+11
2019-07-09lib:crypto: Fix path to header file in gnutls_helpers.hAndreas Schneider1-2/+2
2019-07-08docs/xml: change default for "mangled names" to "illegal"Ralph Boehme1-1/+1
2019-07-08docs-xml: change "client min protocol" to SMB2_02Stefan Metzmacher1-1/+1
2019-07-08docs-xml: change "server min protocol" to SMB2_02Stefan Metzmacher1-1/+1
2019-07-08lib/param: clang: Fix Value stored is never readNoel Power1-5/+5
2019-07-08lib/util: clang: Fix 'Null pointer passed as an argument'Noel Power1-1/+1
2019-07-07param: change default of "allocation roundup size" to 0Björn Jacke1-2/+0
2019-07-05util: Fix off-by-one error in message about overflowMartin Schwenke1-8/+10
2019-07-05util: Avoid localised underflowMartin Schwenke1-6/+6
2019-07-04ldb: Release ldb 2.0.5ldb-2.0.5Gary Lockyer3-1/+286
2019-07-04ldb: Rework index_transaction_cache_size to allow caller to specify a larger ...Gary Lockyer1-5/+11
2019-07-04ldb ldb_key_value: test ldb batchGary Lockyer1-0/+57
2019-07-04ldb key_value: Add batch_mode optionGary Lockyer2-0/+76
2019-07-04ldb: Add new internal helper function ldb_options_get()Gary Lockyer2-0/+12
2019-07-04ldb: Fix dependency on ldb_key_value_sub_txn_{mdb_}testAndrew Bartlett1-2/+2
2019-07-04ldb: Try to explain the confusing overload of the LDB_FLG_MOD_* enumeration a...Andrew Bartlett1-7/+11
2019-07-04ldb: Add tests for Ldb.write_ldif() including the FLG_SHOW_BINARY and FLAG_FO...Andrew Bartlett1-0/+51
2019-07-04pyldb: Apply flags specified by ldb.Ldb(flags=...) even if the URL is not setAndrew Bartlett1-0/+2
2019-07-04ldb/ldb_ldif: add LDB_FLAG_FORCE_NO_BASE64_LDIF flagBjörn Baumbach3-0/+11
2019-07-04ldb/ldb_ldif: add copy_raw_bytes helper variable to ldb_ldif_write_trace()Björn Baumbach1-1/+3
2019-07-03lib: Fix return of server_id_db_prune_name()Volker Lendecke1-1/+6
2019-07-03tdb: Adapt _tdb_transaction_cancel() to README.CodingVolker Lendecke1-1/+1
2019-07-03tdb: Adapt tdb_rescue() to README.CodingVolker Lendecke1-1/+1
2019-07-03lib/krb5_wrap: Fix leaking using mkstempNoel Power1-2/+5
2019-07-02lib ldb ldb_mdb: Pass the lmdb map size as an ldb optionGary Lockyer1-17/+39
2019-07-02ldb: Release ldb 2.0.4Gary Lockyer3-1/+285
2019-07-02lib ldb: save a copy of the options on the contextGary Lockyer3-0/+46
2019-07-01lib tdb: memcmp ubsan warningGary Lockyer1-5/+7
2019-07-01lib/krb5_wrap: clang: Fix warning: Null pointer passed as an argumentNoel Power1-1/+1
2019-07-01lib/krb5_wrap: clang: Fix warning: Call to function 'mktemp' is insecureNoel Power1-1/+1
2019-07-01lib/util: clang: Fix warning: Value stored to 'ret' is never read warningNoel Power1-1/+1
2019-07-01lib/ldb/common: clang: Fix Value stored to 'ret' is never read warningNoel Power1-1/+0
2019-07-01lib/tdb/common: Fix Array access results in a null pointer dereferenceNoel Power1-1/+2