summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb_modules.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-03lib/ldb: allow ldb_get_opaque(ldb, "backend_no_debug_connect")Stefan Metzmacher1-0/+6
2024-09-27lib:ldb: Don't use RTLD_DEEPBIND by defaultAndreas Schneider1-15/+6
2024-09-27lib:ldb: Remove trailing spaces from ldb_modules.cAndreas Schneider1-17/+17
2023-10-25ldb: Fix code spellingJoseph Sutton1-2/+2
2022-12-14lib: Use talloc_asprintf_addbuf() in ldb_module_call_chain()Volker Lendecke1-7/+2
2022-04-26ldb: Introduce "colon" variable in ldb_module_connect_backend()Volker Lendecke1-2/+4
2021-03-17ldb: improve comments for ldb_module_connect_backend()Douglas Bagnall1-5/+9
2018-02-19Don't load LDB_MODULESDIR as a module fileTimur I. Bakeyev1-1/+1
2017-07-26lib: ldb: Use NULL to allocate modules not talloc_autofree_context().Jeremy Allison1-1/+11
2017-07-02ldb: Add read_lock and read_unlock to ldb_module_opsAndrew Bartlett1-0/+46
2017-05-31ldb: Create private event contexts in top level requests, chain to childrenAndrew Bartlett1-20/+0
2016-11-30ldb: Fix an unused variable warningVolker Lendecke1-0/+3
2016-11-30ldb: Fix typosVolker Lendecke1-2/+2
2016-02-06ldb: remove unneeded type arg from DLIST_ADD_ENDMichael Adam1-3/+3
2014-11-14lib/ldb: fix compiler warnings in ldb_modules_list_from_string()Stefan Metzmacher1-2/+2
2014-04-17ldb: Add a env variable to disable RTLD_DEEPBIND.Andreas Schneider1-6/+19
2013-09-16ldb: Show the type of failing operation in default error messageAndrew Bartlett1-1/+26
2012-08-29lib/ldb: Avoid printing secret attributes in ldb trace logsldb-1.1.12Andrew Bartlett1-1/+14
2011-10-27ldb:common/ldb_modules.c - fix a typo in commentMatthias Dieter Wallnöfer1-1/+1
2011-10-20ldb: ldb_errstring() takes ldb_contxt as an argumentAmitay Isaacs1-1/+1
2011-10-18ldb: Output more error information when a connect failsAndrew Bartlett1-1/+1
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+1146