summaryrefslogtreecommitdiff
path: root/source3/lib/tdb_validate.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove sys_waitpidVolker Lendecke2016-02-231-1/+1
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-191-4/+0
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.Rusty Russell2011-06-201-2/+10
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-1/+2
* Fix several places where talloc_asprintf returns were unchecked.Jeremy Allison2010-07-271-0/+13
* s3-tdb: Added missing out of memory check in rename_file_with_suffix().Andreas Schneider2010-06-161-0/+4
* s3: Open winbindd_cache.tdb with read/write access.Bo Yang2010-03-211-1/+1
* s3: let tdb_validate_child() use tdb_check()Stefan Metzmacher2009-12-071-0/+11
* More warning fixes for Solaris.Jeremy Allison2009-02-231-2/+3
* Fix the build on "opi"Volker Lendecke2009-01-291-1/+1
* s3:tdb_validate: clean up leading tabs/spaces and trailing spaces.Michael Adam2009-01-281-28/+28
* s3: separate tdb validation code out into its own source fileMichael Adam2009-01-281-0/+502