summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_parse.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+3
- split ldh.h out of samba's includes.h - make ldb_context and ldb_module private to the subsystem - use ltdb_ prefix for all ldb_tdb functions metze (This used to be commit f5ee40d6ce8224e280070975efc9911558fe675c)
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell1-0/+4
allocator. The way to use this is to call ldb_set_alloc() with a function pointer to whatever memory allocator you like. It includes a context pointer to allow for pool based allocators. (This used to be commit 3955c482e6c2c9e975a4bb809ec8cb6068e48e34)
2004-03-31make a more recent snapshot of ldb available to interestedAndrew Tridgell1-0/+53
people. Note that I decided to make it LGPL. ldb is not finished yet, but enough of it is there for people to get an idea of what it does, and quite a few simple tests work (This used to be commit dc6f41f9e777d37f883303ddef0d96840d80f78e)