summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/sample_module.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-07LDB:sample_module - reintroduce accidentally removed "ldb_msg_add_fmt" statementMatthias Dieter Wallnöfer1-0/+2
Obviously this is really needed by the "samba4.ldb" test.
2010-04-06LDB:sample_module.c - remove code parts which generate warningsMatthias Dieter Wallnöfer1-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-23s4: tests controls parsing and using for ldbadd/ldbedit/ldbmodifyMatthieu Patou1-1/+29
2009-01-30Fix the mess with ldb includes.Simo Sorce1-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-18ldb: fix the standalone buildStefan Metzmacher1-1/+1
metze (This used to be commit 91b49365abed6f67e2b3c18b0090b4e6ff1df935)
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
(This used to be commit ce332130ea77159832da23bab760fa26921719e2)
2008-02-20Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij1-7/+2
(This used to be commit 141ee91272fb4dafca0149f679e17721b6a3011e)
2007-12-21r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij1-0/+43
(This used to be commit d41ed7ca8d3954bf586126edd7aba17acc6af8a1)