summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/man/man3
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce1-2/+0
Just use talloc_free() to release the memory after an ldb_search(). (This used to be commit 4f0948dab0aa5e8b6a4ce486f3668ca8dfae23db)
2007-10-10r5585: LDB interfaces change:Simo Sorce1-2/+0
changes: - ldb_wrap disappears from code and become a private structure of db_wrap.c thanks to our move to talloc in ldb code, we do not need to expose it anymore - removal of ldb_close() function form the code thanks to our move to talloc in ldb code, we do not need it anymore use talloc_free() to close and free an ldb database - some minor updates to ldb modules code to cope with the change and fix some bugs I found out during the process (This used to be commit d58be9e74b786a11a57e89df36081d55730dfe0a)
2007-10-10r1052: Remove autogenerated file.Tim Potter1-165/+0
(This used to be commit 108efcc002c2eccfd1da30fff5c11aa67af09f9e)
2007-10-10r790: started working on some documentation (manual pages) for ldbAndrew Tridgell2-0/+298
(This used to be commit dcb9d1a897f7186824e997064902f3d50bad1887)