summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: add round_timespec_to_nttime()Ralph Boehme2019-09-102-0/+10
* ldb: Release ldb 2.0.7ldb-2.0.7Andrew Bartlett2019-09-043-1/+286
* ldb: Extend the ldb_dn_explode test matrixAndrew Bartlett2019-09-041-4/+49
* ldb: Do not read beyond the end of the extended DN component when printingAndrew Bartlett2019-09-041-4/+8
* ldb: Add test with == true or false to boolean if statements in ldb_dn_explode()Andrew Bartlett2019-09-041-16/+16
* ldb: Rework all pointer NULL tests to use Samba's normal styleAndrew Bartlett2019-09-041-19/+33
* ldb: add some dn explode testsDouglas Bagnall2019-09-041-0/+70
* ldb: don't try to save a value that isn't thereDouglas Bagnall2019-09-041-23/+24
* ldb: Call TALLOC_FREE(filtered_msg->elements) on ldb_filter_attrs() failureAndrew Bartlett2019-09-042-0/+3
* ldb: use TALLOC_FREE() over talloc_free() in ldb_filter_attrs()Andrew Bartlett2019-09-041-2/+1
* ldb: Correct Pigeonhole principle validation in ldb_filter_attrs()Andrew Bartlett2019-09-043-9/+1013
* ldb: Fix mem-leak if talloc_realloc failsSwen Schillig2019-09-041-5/+10
* ldb_dn: free dn components on explode failureDouglas Bagnall2019-09-041-1/+1
* ldb: do not allow adding a DN as a base to itselfDouglas Bagnall2019-09-041-0/+4
* ldb: Release ldb 2.0.6ldb-2.0.6Andrew Bartlett2019-08-263-1/+286
* ldb: Free memory when repacking databaseTim Beale2019-08-261-0/+1
* ldb: Log the partition we're repackingTim Beale2019-08-261-2/+4
* ldb: Log pack format in user-friendly wayTim Beale2019-08-261-2/+15
* ldb: Change pack format defines to enumTim Beale2019-08-261-5/+8
* ldb: Move where we update the pack format versionTim Beale2019-08-263-2/+4
* ldb: Always log when the database pack format changesTim Beale2019-08-262-1/+4
* tdb: Release tdb 1.4.2Stefan Metzmacher2019-08-212-1/+74
* tdb: Inline the common part of tdb_oobVolker Lendecke2019-08-212-9/+15
* tdb: Speed up tdb_oob()Volker Lendecke2019-08-212-1/+17
* tdb: Introduce tdb_oob()Volker Lendecke2019-08-218-20/+26
* tdb: Rename tdb_oob() to tdb_notrans_oob()Volker Lendecke2019-08-212-4/+4
* docs/xml: change default for "mangled names" to "illegal"Ralph Boehme2019-07-081-1/+1
* docs-xml: change "client min protocol" to SMB2_02Stefan Metzmacher2019-07-081-1/+1
* docs-xml: change "server min protocol" to SMB2_02Stefan Metzmacher2019-07-081-1/+1
* lib/param: clang: Fix Value stored is never readNoel Power2019-07-081-5/+5
* lib/util: clang: Fix 'Null pointer passed as an argument'Noel Power2019-07-081-1/+1
* param: change default of "allocation roundup size" to 0Björn Jacke2019-07-071-2/+0
* util: Fix off-by-one error in message about overflowMartin Schwenke2019-07-051-8/+10
* util: Avoid localised underflowMartin Schwenke2019-07-051-6/+6
* ldb: Release ldb 2.0.5ldb-2.0.5Gary Lockyer2019-07-043-1/+286
* ldb: Rework index_transaction_cache_size to allow caller to specify a larger ...Gary Lockyer2019-07-041-5/+11
* ldb ldb_key_value: test ldb batchGary Lockyer2019-07-041-0/+57
* ldb key_value: Add batch_mode optionGary Lockyer2019-07-042-0/+76
* ldb: Add new internal helper function ldb_options_get()Gary Lockyer2019-07-042-0/+12
* ldb: Fix dependency on ldb_key_value_sub_txn_{mdb_}testAndrew Bartlett2019-07-041-2/+2
* ldb: Try to explain the confusing overload of the LDB_FLG_MOD_* enumeration a...Andrew Bartlett2019-07-041-7/+11
* ldb: Add tests for Ldb.write_ldif() including the FLG_SHOW_BINARY and FLAG_FO...Andrew Bartlett2019-07-041-0/+51
* pyldb: Apply flags specified by ldb.Ldb(flags=...) even if the URL is not setAndrew Bartlett2019-07-041-0/+2
* ldb/ldb_ldif: add LDB_FLAG_FORCE_NO_BASE64_LDIF flagBjörn Baumbach2019-07-043-0/+11
* ldb/ldb_ldif: add copy_raw_bytes helper variable to ldb_ldif_write_trace()Björn Baumbach2019-07-041-1/+3
* lib: Fix return of server_id_db_prune_name()Volker Lendecke2019-07-031-1/+6
* tdb: Adapt _tdb_transaction_cancel() to README.CodingVolker Lendecke2019-07-031-1/+1
* tdb: Adapt tdb_rescue() to README.CodingVolker Lendecke2019-07-031-1/+1
* lib/krb5_wrap: Fix leaking using mkstempNoel Power2019-07-031-2/+5
* lib ldb ldb_mdb: Pass the lmdb map size as an ldb optionGary Lockyer2019-07-021-17/+39