summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_parse.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell1-149/+56
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/+460
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)