summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/xattr_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-1/+1
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-1/+1
* Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij2011-02-281-1/+1
* s4: ntvfs, create push_xattr_blob_tdb_raw and pull_xattr_blob_tdb_raw that do...Matthieu Patou2010-01-211-27/+49
* Fix last few includes to use new tdb location.Jelmer Vernooij2008-09-161-1/+1
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22399: fix major memory leakStefan Metzmacher2007-10-101-1/+3
* r13813: fix compiler warningsStefan Metzmacher2007-10-101-3/+3
* r5307: removed db_wrap.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-2/+2
* r4313: fixed a bug in handling new xattrs in the tdb xattr backendAndrew Tridgell2007-10-101-2/+1
* r4242: added support for storing xattrs in a tdb. This allows all advanced NTAndrew Tridgell2007-10-101-0/+232