summaryrefslogtreecommitdiff
path: root/source3/lib/tdb_validate.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
Guenther
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-1/+2
Guenther
2010-07-27Fix several places where talloc_asprintf returns were unchecked.Jeremy Allison1-0/+13
Jeremy.
2010-06-16s3-tdb: Added missing out of memory check in rename_file_with_suffix().Andreas Schneider1-0/+4
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