Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4: allow python code to dump NTACL object as well | Matthieu Patou | 2010-01-21 | 1 | -0/+1 |
| | |||||
* | Add in Metze's new code to ndr encode the user.DOSATTRIB | Stefan (metze) Metzmacher | 2009-10-28 | 1 | -4/+49 |
| | | | | | blobs. Next I'll change the create timestamp and dos attribute code to use this. | ||||
* | For some strange reason using : | Jeremy Allison | 2009-07-24 | 1 | -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, make | Jeremy Allison | 2009-07-24 | 1 | -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 Allison | 2008-11-13 | 1 | -5/+5 |
| | | | | | | format is fixed. Jeremy. | ||||
* | Share xattr implementation. | Jelmer Vernooij | 2008-10-15 | 1 | -0/+140 |