Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-01 | s4-ldb: removed ldb_includes.h | Andrew Tridgell | 1 | -1/+3 | |
it causes problems with the openchange build as it is not installed Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 1 21:49:47 UTC 2010 on sn-devel-104 | |||||
2010-11-01 | s4-ldb: enable ldb module version checking | Andrew Tridgell | 1 | -0/+2 | |
2010-11-01 | s4-ldb: convert the rest of the ldb modules to the new style | Andrew Tridgell | 1 | -1/+6 | |
2010-04-07 | LDB:sample_module - reintroduce accidentally removed "ldb_msg_add_fmt" statement | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
Obviously this is really needed by the "samba4.ldb" test. | |||||
2010-04-06 | LDB:sample_module.c - remove code parts which generate warnings | Matthias Dieter Wallnöfer | 1 | -4/+0 | |
Btw: The use of the "ldb_msg_add_fmt" operation directly on the request message object is strongly discouraged. Better is to make a shallow copy of this message and attach it to a new child request which is handled by the following modules. | |||||
2009-12-23 | s4: tests controls parsing and using for ldbadd/ldbedit/ldbmodify | Matthieu Patou | 1 | -1/+29 | |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -3/+1 | |
Separate again the public from the private headers. Add a new header specific for modules. Also add service function for modules as now ldb_context and ldb_module are opaque structures for them. | |||||
2008-03-18 | ldb: fix the standalone build | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 91b49365abed6f67e2b3c18b0090b4e6ff1df935) | |||||
2008-02-20 | Fix use of some modules (needed _PUBLIC_). | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit ce332130ea77159832da23bab760fa26921719e2) | |||||
2008-02-20 | Allow ldb backends without init function, use init function-less ldb modules. | Jelmer Vernooij | 1 | -7/+2 | |
(This used to be commit 141ee91272fb4dafca0149f679e17721b6a3011e) | |||||
2007-12-21 | r25842: Start working on test for loading dso's in ldb. | Jelmer Vernooij | 1 | -0/+43 | |
(This used to be commit d41ed7ca8d3954bf586126edd7aba17acc6af8a1) |