Age | Commit message (Expand) | Author | Files | Lines |
2008-08-20 | Merge commit 'origin/v4-0-test' into v4-0-test | Andrew Tridgell | 1 | -3/+11 |
2008-08-20 | added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributes | Andrew Tridgell | 1 | -0/+5 |
2008-08-18 | Allow attributes to be overwritten, not just added to | Andrew Bartlett | 1 | -3/+11 |
2008-06-30 | ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name) | Stefan Metzmacher | 2 | -163/+198 |
2008-06-17 | Change our module code to not use the special symbol name init_module() | Andrew Tridgell | 2 | -20/+0 |
2008-06-15 | Note that making ldb the event context parent seem to lead to races when | Simo Sorce | 1 | -1/+1 |
2008-06-15 | Now that we pass down the event context, start removing calls to | Simo Sorce | 1 | -0/+2 |
2008-06-14 | Ups fix typo in error type | Simo Sorce | 1 | -2/+2 |
2008-06-14 | Cosmetic fixes. | Simo Sorce | 1 | -88/+141 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -7/+27 |
2008-03-28 | Merge v4.0-test | Jelmer Vernooij | 1 | -1/+1 |
2008-03-18 | ldb: fix the standalone build | Stefan Metzmacher | 2 | -6/+6 |
2008-02-25 | Fix use of realpath, fix init functions for ldb. | Jelmer Vernooij | 1 | -5/+7 |
2008-02-25 | Fix standalone ldb build modules. | Jelmer Vernooij | 1 | -5/+5 |
2008-02-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 2 | -58/+90 |
2008-02-21 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 2 | -57/+83 |
2008-02-21 | Until the new ldb changes land, make ldb_wait set the error string. | Andrew Bartlett | 1 | -1/+7 |
2008-02-20 | Fix static module list generation for ldb. | Jelmer Vernooij | 1 | -1/+0 |
2008-02-20 | Remove more function-based inits. | Jelmer Vernooij | 2 | -56/+69 |
2008-02-20 | Allow ldb backends without init function, use init function-less ldb modules. | Jelmer Vernooij | 2 | -2/+16 |
2008-02-16 | Move responsibilities of build.h to makefile. | Jelmer Vernooij | 1 | -1/+0 |
2007-12-24 | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-24 | r26577: Fix the standalone ldb build. | Jelmer Vernooij | 1 | -11/+8 |
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26529: Indeed, this belongs in the schema module. Ranged results need to use | Andrew Bartlett | 1 | -5/+0 |
2007-12-21 | r26481: Make function for loading symbol from DSO more generic, and allow mod... | Jelmer Vernooij | 2 | -11/+25 |
2007-12-21 | r26410: Remove unnecessary static. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chain | Andrew Bartlett | 1 | -14/+10 |
2007-12-21 | r26299: Print out which module failed to initialise. | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r26192: Handle, test and implement the style of extended_dn requiest that MMC... | Andrew Bartlett | 1 | -9/+17 |
2007-12-21 | r25962: Move to more modern ldb functions loading module list. | Andrew Bartlett | 1 | -11/+12 |
2007-12-21 | r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for the | Andrew Bartlett | 1 | -13/+16 |
2007-12-21 | r25933: LDB: Don't free errstring until after the printf, in case it is one of | Andrew Bartlett | 1 | -1/+3 |
2007-12-21 | r25857: Indent | Andrew Bartlett | 1 | -1/+2 |
2007-12-21 | r25856: If the search fails, it is not valid to steal 'res'. | Andrew Bartlett | 1 | -6/+7 |
2007-12-21 | r25843: Finish check-soloading. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25755: Fix a couple of memory leaks, in particular a new leak onto the NULL | Andrew Bartlett | 1 | -2/+4 |
2007-12-21 | r25630: Allow "NULL" as memory context, for consistency with the rest of the ... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25218: After discussion with Simo, remove the subclass support from LDB. | Andrew Bartlett | 2 | -139/+1 |
2007-10-10 | r25215: replace talloc_append_string() with talloc_strdup_append_buffer() | Stefan Metzmacher | 1 | -14/+6 |
2007-10-10 | r25084: Move samba-specific code out of lib/ldb directory. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r25081: Add modules_dir member to ldb_context that is used rather than a global | Jelmer Vernooij | 2 | -13/+11 |
2007-10-10 | r24566: Remove trailing newlines in ldb_debug(), these are not required. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r24261: Fix the standalone ldb build after I moved the objectclass module out. | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r23993: Attempt to fix bug #4808, reported by mwallnoefer@yahoo.de. The issue | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 13 | -27/+13 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 12 | -12/+12 |
2007-10-10 | r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat... | Andrew Bartlett | 1 | -2/+10 |