Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-23 | Fix bug 6802 - A created folder does not properly inherit permissions from ↵ | Barry Sabsevitz | 1 | -4/+38 | |
parent. | |||||
2009-10-02 | Remove lots of duplicate code and move it into one | Jeremy Allison | 1 | -17/+13 | |
function vfs_stat_fsp(). Stops code looking at fsp->posix_open except for exceptional circumstances. Jeremy. | |||||
2009-07-27 | Fix the build breakage by #including modules/vfs_acl_common.c | Jeremy Allison | 1 | -15/+20 | |
into acl_tdb and acl_xattr. Duplicates the code size, but keeps the code in common so I don't have to do bug fixes in two places (which is what I really cared about). Jeremy. | |||||
2009-07-24 | Factor out common code into vfs_acl_common.c. | Jeremy Allison | 1 | -0/+637 | |
Jeremy. |