summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/examples
Commit message (Collapse)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-052-247/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* Fix the mess with ldb includes.Simo Sorce2009-01-302-4/+0
| | | | | | | | 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.
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-2/+3
| | | | | The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful.
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-142-2/+2
| | | | (This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0)
* r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2007-10-102-6/+2
| | | | (This used to be commit db92b76a0034899f5f0dc2d012ee7709ff9a6132)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-102-2/+2
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-102-6/+6
| | | | (This used to be commit 1093875d59f1ea9b8bd82277d4f9d8366e584952)
* r12847: add some ldb examples from Brad Hards (bradh@frogmouth.net)Stefan Metzmacher2007-10-102-0/+254
metze (This used to be commit 4d32d50ccd8bd0bfb3e2d6f5aee23bce38abbc03)