summaryrefslogtreecommitdiffstats
path: root/librpc/idl/xattr.idl
Commit message (Collapse)AuthorAgeFilesLines
* idl: Provide a common wrapper for the data to hash for a non-POSIX ACLAndrew Bartlett2013-02-041-0/+12
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Christian Ambach <ambi@samba.org>
* posixacls: Add IDL changes for vfs_acl_xattr using hash of the sys aclAndrew Bartlett2012-10-111-0/+13
| | | | | | | | This will isolate the hash of the ACL from any intermediate mapping that the POSIX -> NT mapping subsystem might need to do, and which might change if we need to correct that mapping. Andrew Bartlett
* s4: allow python code to dump NTACL object as wellMatthieu Patou2010-01-211-0/+1
|
* Add in Metze's new code to ndr encode the user.DOSATTRIBStefan (metze) Metzmacher2009-10-281-4/+49
| | | | | blobs. Next I'll change the create timestamp and dos attribute code to use this.
* For some strange reason using :Jeremy Allison2009-07-241-1/+1
| | | | | | | uint8 hash[XATTR_SD_HASH_SIZE]; doesn't have the same effect as : uint8 hash[64]; Jeremy.
* Fix hash function in acl_xattr to be SHA256, makeJeremy Allison2009-07-241-2/+13
| | | | | | | | the hash function selectable. Upgrade version. Compiles but not fully tested yet (coming). Make vfs_acl_tdb.c compile - this needs updating to match acl_xattr (also coming soon). Jeremy.
* Move v2 from timestamp to 16-byte hash. Got the change in before on disk ↵Jeremy Allison2008-11-131-5/+5
| | | | | | format is fixed. Jeremy.
* Share xattr implementation.Jelmer Vernooij2008-10-151-0/+140