summaryrefslogtreecommitdiffstats
path: root/source3/lib/talloc_dict.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:talloc_dict: change to only use dbwrap wrapper functionsMichael Adam2011-10-111-17/+39
| | | | Avoid direct use of the db_record and db_context structs.
* s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam2011-10-111-0/+1
|
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
| | | | Guenther
* s3-build: use talloc_dict.h only where needed.Günther Deschner2010-08-261-0/+1
| | | | Guenther
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
| | | | Guenther
* s3: Add talloc_dict.[ch]Volker Lendecke2009-08-161-0/+148