summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/xattr.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-24For some strange reason using :Jeremy Allison1-1/+1
uint8 hash[XATTR_SD_HASH_SIZE]; doesn't have the same effect as : uint8 hash[64]; Jeremy.
2009-07-24Fix hash function in acl_xattr to be SHA256, makeJeremy Allison1-2/+12
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.
2009-02-25Rerun pidl.Jelmer Vernooij1-0/+2
2008-12-16Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij1-0/+91
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.