summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_modules.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22789: fix loading of internal samba4 modulesStefan Metzmacher1-3/+3
2007-10-10r22750: dlopen() is always available now (and returns a correct error if not ...Jelmer Vernooij1-5/+0
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-2/+2
2007-10-10r21761: - Give more detail on LDAP client library failures (make it clearAndrew Bartlett1-1/+1
2007-10-10r21760: Try to pin down were some errors are coming from. Ensure we at leastAndrew Bartlett1-8/+25
2007-10-10r20588: handle extended operations in the ldb_next_request() callStefan Metzmacher1-0/+3
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-1/+1
2007-10-10r19743: merge from samba3:Stefan Metzmacher1-1/+0
2007-10-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij1-3/+12
2007-10-10r19454: In standalone build init asq tooSimo Sorce1-0/+1
2007-10-10r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell1-0/+1
2007-10-10r19196: merge from samba3:Stefan Metzmacher1-5/+4
2007-10-10r19188: merge from samba3:Stefan Metzmacher1-1/+2
2007-10-10r19112: fixed a checker warning.Andrew Tridgell1-1/+1
2007-10-10r18903: merge from samba3:Stefan Metzmacher1-2/+2
2007-10-10r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell1-1/+1
2007-10-10r17778: fix compiler warningsStefan Metzmacher1-1/+2
2007-10-10r17730: cast dlsym result to try to avoid a compiler crash on hpuxAndrew Tridgell1-1/+1
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-1/+1
2007-10-10r17474: Allow the partitions module to load modules for specific backends.Andrew Bartlett1-4/+5
2007-10-10r17473: Split loading a list of modules and initialising them into a seperateAndrew Bartlett1-42/+58
2007-10-10r17398: avoid a memleak when we are returned 0 results and make a more creati...Simo Sorce1-8/+8
2007-10-10r17397: Add const, and use a more local memory context.Andrew Bartlett1-12/+22
2007-10-10r16908: Set an error string if we can't find a backend for an operation.Andrew Bartlett1-1/+5
2007-10-10r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett1-0/+3
2007-10-10r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce1-5/+5
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-2/+21
2007-10-10r14606: Fix paths in developer mode. This allows 'make quicktest' to work whenJelmer Vernooij1-0/+5
2007-10-10r14592: Add support for loading shared modules to LDB.Jelmer Vernooij1-0/+39
2007-10-10r13992: change the way ldb_async_wait() works.Simo Sorce1-6/+0
2007-10-10r13990: Fix issues with function renaming.Jelmer Vernooij1-0/+4
2007-10-10r13973: fix the buildStefan Metzmacher1-3/+3
2007-10-10r13901: Backends need to be initialized even if there are no modulesSimo Sorce1-22/+22
2007-10-10r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij1-1/+15
2007-10-10r13823: make async_wait part of the modules opsSimo Sorce1-1/+7
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-46/+107
2007-10-10r13609: Get in the initial work on making ldb asyncSimo Sorce1-10/+0
2007-10-10r12941: Add Attribute Scoped Search controlSimo Sorce1-0/+1
2007-10-10r12909: add an ldb module for the wins.ldb,Stefan Metzmacher1-0/+1
2007-10-10r12830: this can be constStefan Metzmacher1-1/+1
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-11/+1
2007-10-10r12746: An initial version of the kludge_acls module.Andrew Bartlett1-0/+1
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-10/+11
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-1/+15
2007-10-10r12600: Add a new module to sort the objectclass attribute on store. TheAndrew Bartlett1-0/+1
2007-10-10r12599: This new LDB module (and associated changes) allows Samba4 to operateAndrew Bartlett1-0/+1
2007-10-10r12553: Steal the error string onto this context, so that the caller doesn'tAndrew Bartlett1-1/+1
2007-10-10r11953: enabled the rootdse module in the ldb modules codeAndrew Tridgell1-0/+1
2007-10-10r11567: Ldb API change patch.Simo Sorce1-60/+13
2007-10-10r10916: - finished the 'operational' ldb moduleAndrew Tridgell1-1/+1