chiark / gitweb /
[PATCH] Added tdb code from latest cvs version in the samba tree
authorgreg@kroah.com <greg@kroah.com>
Tue, 5 Aug 2003 08:26:59 +0000 (01:26 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:01:40 +0000 (21:01 -0700)
commit5ac4a56b39fed9d95850161864befe612b1a538e
treecb9ccdb64bbae97f42c94e5d99734709da77703b
parente09292061689b59da68f05eb7a74e353c283078f
[PATCH] Added tdb code from latest cvs version in the samba tree
16 files changed:
tdb/Makefile [new file with mode: 0644]
tdb/README [new file with mode: 0644]
tdb/spinlock.c [new file with mode: 0644]
tdb/spinlock.h [new file with mode: 0644]
tdb/tdb.c [new file with mode: 0644]
tdb/tdb.h [new file with mode: 0644]
tdb/tdb.magic [new file with mode: 0644]
tdb/tdbback.c [new file with mode: 0644]
tdb/tdbback.h [new file with mode: 0644]
tdb/tdbbackup.c [new file with mode: 0644]
tdb/tdbdump.c [new file with mode: 0644]
tdb/tdbtest.c [new file with mode: 0644]
tdb/tdbtool.c [new file with mode: 0644]
tdb/tdbtorture.c [new file with mode: 0644]
tdb/tdbutil.c [new file with mode: 0644]
tdb/tdbutil.h [new file with mode: 0644]