summaryrefslogtreecommitdiff
path: root/lib/ext2fs/tdb.h
AgeCommit message (Collapse)AuthorFilesLines
2011-11-05libext2fs: don't leak tdb_null out of the shared library namespaceTheodore Ts'o1-2/+0
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-5/+5
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-02-17Update to latest samba tdb library before LGPLv3 changeTheodore Ts'o1-1/+19
The major changes were: * Fix realloc() leak on failure case from Jim Meyering * Fixed various problems in transaction lock code * Made transaction_brlock() static * Added more fine-grained locking features Moved from svn revision #22080 to #23590 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-04-04Add tdb from Samba into libext2fs library.Theodore Ts'o1-0/+197
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>