summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common/ldb_modules.c
Commit message (Expand)AuthorAgeFilesLines
* r17474: Allow the partitions module to load modules for specific backends.Andrew Bartlett2007-10-101-4/+5
* r17473: Split loading a list of modules and initialising them into a seperateAndrew Bartlett2007-10-101-42/+58
* r17398: avoid a memleak when we are returned 0 results and make a more creati...Simo Sorce2007-10-101-8/+8
* r17397: Add const, and use a more local memory context.Andrew Bartlett2007-10-101-12/+22
* r16908: Set an error string if we can't find a backend for an operation.Andrew Bartlett2007-10-101-1/+5
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2007-10-101-0/+3
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-101-5/+5
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-101-2/+21
* r14606: Fix paths in developer mode. This allows 'make quicktest' to work whenJelmer Vernooij2007-10-101-0/+5
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2007-10-101-0/+39
* r13992: change the way ldb_async_wait() works.Simo Sorce2007-10-101-6/+0
* r13990: Fix issues with function renaming.Jelmer Vernooij2007-10-101-0/+4
* r13973: fix the buildStefan Metzmacher2007-10-101-3/+3
* r13901: Backends need to be initialized even if there are no modulesSimo Sorce2007-10-101-22/+22
* r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij2007-10-101-1/+15
* r13823: make async_wait part of the modules opsSimo Sorce2007-10-101-1/+7
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-46/+107
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-10/+0
* r12941: Add Attribute Scoped Search controlSimo Sorce2007-10-101-0/+1
* r12909: add an ldb module for the wins.ldb,Stefan Metzmacher2007-10-101-0/+1
* r12830: this can be constStefan Metzmacher2007-10-101-1/+1
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-11/+1
* r12746: An initial version of the kludge_acls module.Andrew Bartlett2007-10-101-0/+1
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-101-10/+11
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-1/+15
* r12600: Add a new module to sort the objectclass attribute on store. TheAndrew Bartlett2007-10-101-0/+1
* r12599: This new LDB module (and associated changes) allows Samba4 to operateAndrew Bartlett2007-10-101-0/+1
* r12553: Steal the error string onto this context, so that the caller doesn'tAndrew Bartlett2007-10-101-1/+1
* r11953: enabled the rootdse module in the ldb modules codeAndrew Tridgell2007-10-101-0/+1
* r11567: Ldb API change patch.Simo Sorce2007-10-101-60/+13
* r10916: - finished the 'operational' ldb moduleAndrew Tridgell2007-10-101-1/+1
* r10897: added in a hackish ldb proxy module that I am using to experiment withAndrew Tridgell2007-10-101-0/+1
* r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell2007-10-101-36/+30
* r10757: remove the proxy module (it is not complete yet)Andrew Tridgell2007-10-101-1/+0
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-101-12/+22
* r10603: neaten up the ldb module initialisation codeAndrew Tridgell2007-10-101-63/+29
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2007-10-101-2/+10
* r10305: start implementing better error handlingSimo Sorce2007-10-101-4/+5
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-101-4/+4
* r9685: Add tests for samba3sam mapping moduleJelmer Vernooij2007-10-101-0/+11
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-5/+12
* r8669: The objectguid module belongs in Samba's ldb module collection, not inAndrew Bartlett2007-10-101-5/+5
* r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett2007-10-101-0/+10
* r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett2007-10-101-0/+10
* r7608: bug fix after yesterday's changeSimo Sorce2007-10-101-1/+1
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-101-4/+16
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-101-8/+0
* r6087: - remove the dlopen code for now (before it goes back, it needs to beAndrew Tridgell2007-10-101-44/+1
* r5670: simplify and clarify ldb_modules.c codeSimo Sorce2007-10-101-135/+147
* r5664: simo, please look into this. It is possible for the number of elementsAndrew Tridgell2007-10-101-1/+3