Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-04 | Fix crashes when running RAW-ACLs against system with tdb ACL modules | Jeremy Allison | 1 | -2/+2 | |
(caused by the POSIX pathname fixes). Jeremy. | |||||
2009-02-25 | Use fsp->posix_open in preference if we have it. | Jeremy Allison | 1 | -5/+5 | |
Jeremy. | |||||
2009-02-25 | Ensure ACL modules work with POSIX paths. | Jeremy Allison | 1 | -20/+69 | |
Jeremy. | |||||
2009-02-19 | s3: Add extid to the dev/inode pair | Tim Prouty | 1 | -0/+6 | |
This extends the file_id struct to add an additional generic uint64_t field: extid. For backwards compatibility with dev/inodes stored in xattr_tdbs and acl_tdbs, the ext id is ignored for these databases. This patch should cause no functional change on systems that don't use SMB_VFS_FILE_ID_CREATE to set the extid. Existing code that uses the smb_share_mode library will need to be updated to be compatibile with the new extid. | |||||
2009-01-15 | s3: Remove an incorrect const | Tim Prouty | 1 | -1/+1 | |
2009-01-16 | s3:vfs_acl_tdb: don't leak state_path() to talloc_tos() in acl_tdb_init() | Michael Adam | 1 | -0/+2 | |
Michael | |||||
2009-01-12 | Covert several persistant tdb files to use state_path() instead of lock_path() | Steven Danneman | 1 | -1/+1 | |
2008-12-31 | Rename parent_dirname_talloc() to parent_dirname() | Volker Lendecke | 1 | -4/+1 | |
2008-12-18 | Comment out the parent inheritance code (this is incorrect) as was | Jeremy Allison | 1 | -0/+2 | |
done for POSIX ACLs. Jeremy. | |||||
2008-11-19 | Add functions to delete NTACL on posix ACL set. | Jeremy Allison | 1 | -77/+135 | |
Jeremy. | |||||
2008-11-13 | Move v2 from timestamp to 16-byte hash. Got the change in before on disk ↵ | Jeremy Allison | 1 | -20/+10 | |
format is fixed. Jeremy. | |||||
2008-11-11 | [s3]vfs_acl_tdb: fix the build. | Michael Adam | 1 | -1/+1 | |
ndr_push_struct_blob has a different signature in master as well. Michael | |||||
2008-11-10 | Fix the build (ndr_pull_struct_blob has a different signature in master). | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-11-10 | Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ↵ | Jeremy Allison | 1 | -0/+843 | |
RAW-ACLS except for the last test which uses a non-POSIX chown. More testing/documentation to follow. Jeremy. |