Age | Commit message (Expand) | Author | Files | Lines |
2009-06-30 | s4:ldb Allow rootdse module to build without ldb_private.h | Andrew Bartlett | 1 | -1/+0 |
2009-04-02 | major upgrade to the ldb attribute handling | Andrew Tridgell | 1 | -0/+3 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 1 | -4/+1 |
2009-01-30 | Explicitly include ldb_handlers.h where necessary | Simo Sorce | 1 | -5/+0 |
2009-01-30 | Fix all other modules to use ldb_module.h instead of ldb_private.h | Simo Sorce | 1 | -3/+0 |
2009-01-30 | Fix misfiled headers. | Simo Sorce | 1 | -9/+0 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -102/+3 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -1/+1 |
2008-12-17 | s4:ldb: make it possible to return per entry controls | Andrew Bartlett | 1 | -1/+2 |
2008-12-17 | s4:ldb: add infrastructure for extended dn handlers | Andrew Bartlett | 1 | -0/+3 |
2008-11-06 | don't give errors when an empty modules list is given to ldb | Andrew Tridgell | 1 | -3/+0 |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -0/+7 |
2008-09-29 | LDB ASYNC: Core files | Simo Sorce | 1 | -37/+61 |
2008-09-19 | Add support for implementing LDB modules in Python. | Jelmer Vernooij | 1 | -0/+1 |
2008-08-22 | fixed a problem with length limited ldap values | Andrew Tridgell | 1 | -1/+1 |
2008-08-20 | Remove last traces of the old 'subclass' feature | Andrew Bartlett | 1 | -7/+0 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -0/+2 |
2008-03-28 | Merge v4.0-test | Jelmer Vernooij | 1 | -1/+1 |
2008-03-18 | ldb: fix the standalone build | Stefan Metzmacher | 1 | -2/+2 |
2008-02-26 | Fix the build (again). | Jelmer Vernooij | 1 | -0/+4 |
2008-02-25 | Fix use of realpath, fix init functions for ldb. | Jelmer Vernooij | 1 | -1/+3 |
2008-02-20 | Remove more function-based inits. | Jelmer Vernooij | 1 | -11/+26 |
2007-12-21 | r26481: Make function for loading symbol from DSO more generic, and allow mod... | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r25887: Build Samba-specific ldb modules as dso's. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r25081: Add modules_dir member to ldb_context that is used rather than a global | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r21553: Remove bogus comment. | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r21496: A number of ldb control and LDAP changes, surrounding the | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r20761: let ldb modules call ldb_set_default_dns() | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointer | Stefan Metzmacher | 1 | -9/+14 |
2007-10-10 | r20168: start separating attributes and syntaxes | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r19731: Modify the ldb_map infrustructure to always map from requested | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r19455: forgot this | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r18942: add a ldb_set_create_perms() function in ldb. I didn't call it | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r18781: Move the usnCreated and usnChanged handling around again. | Andrew Bartlett | 1 | -0/+10 |
2007-10-10 | r17743: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17579: make ldb build g++ friendly | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 1 | -1/+2 |
2007-10-10 | r17474: Allow the partitions module to load modules for specific backends. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r17368: Add 'const' to ldb_match_msg(). | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r17195: Start thinking how to implement extended operations. | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r16972: Replace the sequence_number function pointer in ldb with the ldb flags. | Andrew Bartlett | 1 | -3/+2 |
2007-10-10 | r16084: Add private prototype for new ldb_connect_backend() function. | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r16083: Make it possible to initialise a backend module, without it setting up | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 1 | -0/+2 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 1 | -1/+6 |
2007-10-10 | r14592: Add support for loading shared modules to LDB. | Jelmer Vernooij | 1 | -0/+1 |