summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_modules.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r10897: added in a hackish ldb proxy module that I am using to experiment withAndrew Tridgell1-0/+1
2007-10-10r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell1-36/+30
2007-10-10r10757: remove the proxy module (it is not complete yet)Andrew Tridgell1-1/+0
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-12/+22
2007-10-10r10603: neaten up the ldb module initialisation codeAndrew Tridgell1-63/+29
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-2/+10
2007-10-10r10305: start implementing better error handlingSimo Sorce1-4/+5
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-4/+4
2007-10-10r9685: Add tests for samba3sam mapping moduleJelmer Vernooij1-0/+11
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-5/+12
2007-10-10r8669: The objectguid module belongs in Samba's ldb module collection, not inAndrew Bartlett1-5/+5
2007-10-10r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett1-0/+10
2007-10-10r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett1-0/+10
2007-10-10r7608: bug fix after yesterday's changeSimo Sorce1-1/+1
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-4/+16
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce1-8/+0
2007-10-10r6087: - remove the dlopen code for now (before it goes back, it needs to beAndrew Tridgell1-44/+1
2007-10-10r5670: simplify and clarify ldb_modules.c codeSimo Sorce1-135/+147
2007-10-10r5664: simo, please look into this. It is possible for the number of elementsAndrew Tridgell1-1/+3
2007-10-10r5585: LDB interfaces change:Simo Sorce1-29/+74
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce1-2/+2
2007-10-10r4505: Add a first very basic schema moduleSimo Sorce1-2/+2
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell1-21/+12
2007-10-10r3897: add a locking infrastructureSimo Sorce1-0/+16
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-4/+6
2007-10-10r3757: Some fixes for ldb_ldapSimo Sorce1-1/+1
2007-10-10r3755: add missing filesSimo Sorce1-0/+265