summaryrefslogtreecommitdiff
path: root/source3/lib/tdb_validate.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-21s3: Open winbindd_cache.tdb with read/write access.Bo Yang1-1/+1
Open winbindd_cache.tdb with read/write access when validate the cache, otherwise, validation fails to get lock in tdb_check. It results in validation failure even the cache is good. Signed-off-by: Bo Yang <boyang@samba.org>
2009-12-07s3: let tdb_validate_child() use tdb_check()Stefan Metzmacher1-0/+11
metze
2009-02-23More warning fixes for Solaris.Jeremy Allison1-2/+3
Jeremy.
2009-01-29Fix the build on "opi"Volker Lendecke1-1/+1
It did not like to include "includes.h" twice
2009-01-28s3:tdb_validate: clean up leading tabs/spaces and trailing spaces.Michael Adam1-28/+28
Michael
2009-01-28s3: separate tdb validation code out into its own source fileMichael Adam1-0/+502
So this gets now linked only into its single user: winbindd (needed by winbindd_cache.c) Michael