summaryrefslogtreecommitdiffstats
path: root/source3/lib/tdb_validate.h
Commit message (Collapse)AuthorAgeFilesLines
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
| | | | | | | | We change all the headers and wscript files to use tdb_compat; this means we have one place to decide whether to use TDB1 or TDB2. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* s3-build: make sure we pick up system tdb and talloc via #include.Günther Deschner2011-04-141-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 12:56:28 CEST 2011 on sn-devel-104
* Fix the build on "opi"Volker Lendecke2009-01-291-1/+2
| | | | It did not like to include "includes.h" twice
* s3: separate tdb validation code out into its own source fileMichael Adam2009-01-281-0/+78
So this gets now linked only into its single user: winbindd (needed by winbindd_cache.c) Michael