Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-07-27 | Fix several places where talloc_asprintf returns were unchecked. | Jeremy Allison | 1 | -0/+13 | |
Jeremy. | |||||
2010-06-16 | s3-tdb: Added missing out of memory check in rename_file_with_suffix(). | Andreas Schneider | 1 | -0/+4 | |
2010-03-21 | s3: Open winbindd_cache.tdb with read/write access. | Bo Yang | 1 | -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-07 | s3: let tdb_validate_child() use tdb_check() | Stefan Metzmacher | 1 | -0/+11 | |
metze | |||||
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 1 | -2/+3 | |
Jeremy. | |||||
2009-01-29 | Fix the build on "opi" | Volker Lendecke | 1 | -1/+1 | |
It did not like to include "includes.h" twice | |||||
2009-01-28 | s3:tdb_validate: clean up leading tabs/spaces and trailing spaces. | Michael Adam | 1 | -28/+28 | |
Michael | |||||
2009-01-28 | s3: separate tdb validation code out into its own source file | Michael Adam | 1 | -0/+502 | |
So this gets now linked only into its single user: winbindd (needed by winbindd_cache.c) Michael |