summaryrefslogtreecommitdiff
path: root/lib/ldb/include
AgeCommit message (Expand)AuthorFilesLines
2018-08-15ldb: Add new function ldb_dn_add_child_val()Andrew Bartlett1-0/+3
2018-07-12ldb: Ban ldb 1.4.x with Samba 4.8 and earlierAndrew Bartlett1-8/+8
2017-12-10ldb ldb_index: Add an attriubute flag to require a unique value.Gary Lockyer1-0/+9
2017-09-22ldb_tdb: Read from @INDEXLIST or an override if we are using a GUID indexAndrew Bartlett2-0/+19
2017-09-22ldb_tdb: Make ldb_match_message() available to ldb_tdbAndrew Bartlett1-0/+19
2017-09-07ldb: Add new ldb_ldif_message_redacted_string() with testsAndrew Bartlett1-5/+35
2017-08-29ldb: Add LDB_UNPACK_DATA_FLAG_NO_ATTRSAndrew Bartlett1-0/+5
2017-07-02ldb:includes: protect ldb_modules.h from being used by Samba < 4.7Stefan Metzmacher1-0/+35
2017-07-02ldb: Add read_lock and read_unlock to ldb_module_opsAndrew Bartlett1-0/+4
2017-06-15ldb: relatively efficient functions for finding duplicate valuesDouglas Bagnall1-0/+51
2017-06-15ldb.h whitespaceDouglas Bagnall1-91/+91
2017-05-31ldb: Add Doxygen documentation for ldb_handle_use_global_event_context()Andrew Bartlett1-9/+13
2017-05-31ldb: Add Doxygen docs for ldb_set_require_private_event_context()Andrew Bartlett1-0/+9
2017-05-31ldb: Add Doxygen docs for ldb_handle_get_event_context()Andrew Bartlett1-4/+9
2017-05-31ldb: Add Doxygen docs for ldb_schema_set_override_indexlist()Andrew Bartlett1-0/+10
2017-05-31ldb: Add Doxygen docs for ldb_schema_attribute_set_override_handlerAndrew Bartlett1-0/+8
2017-05-31ldb: Add Doxygen comments for ldb_req_*trusted() functionsAndrew Bartlett1-5/+18
2017-05-31ldb: Add ldb_handle_use_global_event_context()Andrew Bartlett1-0/+12
2017-05-31ldb: Add ldb_set_require_private_event_context()Andrew Bartlett2-0/+9
2017-05-31ldb: Add ldb_handle_get_event_context()Andrew Bartlett2-0/+10
2017-05-31ldb: Allow a caller (in particular Samba) to handle the list of attributes wi...Andrew Bartlett3-0/+14
2017-04-19ldb: Clarify LDB_MODULES_PATH is usedJakub Hrozek1-0/+4
2017-03-09ldb: add LDB_FLG_DONT_CREATE_DBStefan Metzmacher1-0/+9
2016-12-01ldb: Add helper function ldb_schema_attribute_fill_with_syntax()Andrew Bartlett1-0/+6
2016-12-01ldb: Add helper function ldb_schema_attribute_remove_flagged()Andrew Bartlett2-0/+11
2016-12-01ldb:controls: add LDB_CONTROL_RECALCULATE_RDN_OIDStefan Metzmacher1-0/+7
2016-08-31ldb: Avoid multiple tiny allocations during full DB scanAndrew Bartlett1-4/+12
2016-07-28ldb: Add ldb_unpack_data_only_attr_list_flags()Andrew Bartlett1-0/+28
2016-07-15Revert "ldb:dlinklist: avoid -Wtautological-compare errors with gcc6"Michael Adam1-8/+0
2016-07-14ldb:dlinklist: avoid -Wtautological-compare errors with gcc6Ira Cooper1-0/+8
2016-03-09ldb controls: use uint8_t* for contextID binary blobDouglas Bagnall1-2/+2
2016-02-17ldb: add support for LDB_CONTROL_DIRSYNC_EXStefan Metzmacher1-0/+2
2016-02-17ldb: add LDB_ATTR_FLAG_FORCE_BASE64_LDIF supportStefan Metzmacher1-0/+5
2016-02-06ldb: remove outdated comment about type argument in dlistMichael Adam1-4/+0
2016-02-06ldb: remove unneeded argument type from DLIST_CONCATENATE()Michael Adam1-2/+1
2016-02-06ldb: remove uneeded type argument from DLIST_DEMOTE()Michael Adam1-2/+1
2016-02-06ldb: remove unneeded type arg from DLIST_ADD_ENDMichael Adam1-3/+2
2015-12-17lib/ldb: Clarify the intent of ldb_data_unpack_withlistGarming Sam1-6/+6
2015-12-17ldb: introduce ldb_unpack_data_withlist to unpack partial list of attributesMatthieu Patou1-0/+6
2015-12-04ldb: Move ldb_(un)pack_data into ldb_module.h for testingAdrian Cochrane2-11/+12
2015-10-26ldb: Fix python bindings to accept a string as a DNldb-1.1.22Andrew Bartlett1-0/+8
2014-12-22ldb: Allow to register extended match rulesSamuel Cabrero2-0/+19
2014-09-30ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxxMatthieu Patou1-2/+2
2014-04-02dlinklist: Fix a typoVolker Lendecke1-1/+1
2013-01-14ldb: Move doxygen comments for ldb_connect to the right placeStephen Gallagher1-13/+12
2012-11-01ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell1-0/+11
2012-08-29lib/ldb: Avoid printing secret attributes in ldb trace logsldb-1.1.12Andrew Bartlett2-0/+9
2012-08-09lib/ldb: Do not vasprintf() the tevent debug messages that will not be shownldb-1.1.10Andrew Bartlett1-0/+1
2012-06-22ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou1-0/+1
2012-06-22ldb: add the VERIFY_NAME controlMatthieu Patou1-0/+15