Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17778: fix compiler warnings | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r17730: cast dlsym result to try to avoid a compiler crash on hpux | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r17474: Allow the partitions module to load modules for specific backends. | Andrew Bartlett | 1 | -4/+5 |
2007-10-10 | r17473: Split loading a list of modules and initialising them into a seperate | Andrew Bartlett | 1 | -42/+58 |
2007-10-10 | r17398: avoid a memleak when we are returned 0 results and make a more creati... | Simo Sorce | 1 | -8/+8 |
2007-10-10 | r17397: Add const, and use a more local memory context. | Andrew Bartlett | 1 | -12/+22 |
2007-10-10 | r16908: Set an error string if we can't find a backend for an operation. | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r16083: Make it possible to initialise a backend module, without it setting up | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc... | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 1 | -2/+21 |
2007-10-10 | r14606: Fix paths in developer mode. This allows 'make quicktest' to work when | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r14592: Add support for loading shared modules to LDB. | Jelmer Vernooij | 1 | -0/+39 |
2007-10-10 | r13992: change the way ldb_async_wait() works. | Simo Sorce | 1 | -6/+0 |
2007-10-10 | r13990: Fix issues with function renaming. | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r13973: fix the build | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r13901: Backends need to be initialized even if there are no modules | Simo Sorce | 1 | -22/+22 |
2007-10-10 | r13839: Use registration mechanism for backends as well (in the same sense | Jelmer Vernooij | 1 | -1/+15 |
2007-10-10 | r13823: make async_wait part of the modules ops | Simo Sorce | 1 | -1/+7 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 1 | -46/+107 |
2007-10-10 | r13609: Get in the initial work on making ldb async | Simo Sorce | 1 | -10/+0 |
2007-10-10 | r12941: Add Attribute Scoped Search control | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r12909: add an ldb module for the wins.ldb, | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r12830: this can be const | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 1 | -11/+1 |
2007-10-10 | r12746: An initial version of the kludge_acls module. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r12743: Remove the ugly way we had to make a second stage init and introduce | Simo Sorce | 1 | -10/+11 |
2007-10-10 | r12733: Merge ldap/ldb controls into main tree | Simo Sorce | 1 | -1/+15 |
2007-10-10 | r12600: Add a new module to sort the objectclass attribute on store. The | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r12599: This new LDB module (and associated changes) allows Samba4 to operate | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r12553: Steal the error string onto this context, so that the caller doesn't | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11953: enabled the rootdse module in the ldb modules code | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -60/+13 |
2007-10-10 | r10916: - finished the 'operational' ldb module | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10897: added in a hackish ldb proxy module that I am using to experiment with | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r10759: make modules easier to write by allowing modules to only implement the | Andrew Tridgell | 1 | -36/+30 |
2007-10-10 | r10757: remove the proxy module (it is not complete yet) | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r10753: don't require every ldb module to implement both a search_bytree() and | Andrew Tridgell | 1 | -12/+22 |
2007-10-10 | r10603: neaten up the ldb module initialisation code | Andrew Tridgell | 1 | -63/+29 |
2007-10-10 | r10477: expose transactions outside ldb and change the API once more | Simo Sorce | 1 | -2/+10 |
2007-10-10 | r10305: start implementing better error handling | Simo Sorce | 1 | -4/+5 |
2007-10-10 | r10299: remove the public (un)lock functions and introduce a transaction based | Simo Sorce | 1 | -4/+4 |
2007-10-10 | r9685: Add tests for samba3sam mapping module | Jelmer Vernooij | 1 | -0/+11 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -5/+12 |
2007-10-10 | r8669: The objectguid module belongs in Samba's ldb module collection, not in | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r8667: Further simply the provision script, by removing the 'name' attribute. | Andrew Bartlett | 1 | -0/+10 |
2007-10-10 | r8650: Use the timestamps and a new objectguid module rather than placing | Andrew Bartlett | 1 | -0/+10 |
2007-10-10 | r7608: bug fix after yesterday's change | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 1 | -4/+16 |
2007-10-10 | r6470: Remove ldb_search_free() it is not needed anymore. | Simo Sorce | 1 | -8/+0 |