Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-20 | Fix the build, by some cut-and-paste error I got two versions of the same ↵ | Jeremy Allison | 1 | -50/+0 | |
functions here. Jeremy. | |||||
2008-11-19 | Fix build farm breakage. | Jeremy Allison | 1 | -1/+1 | |
2008-11-19 | Add functions to delete NTACL on posix ACL set. | Jeremy Allison | 1 | -0/+100 | |
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-10 | Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ↵ | Jeremy Allison | 1 | -44/+54 | |
RAW-ACLS except for the last test which uses a non-POSIX chown. More testing/documentation to follow. Jeremy. | |||||
2008-11-08 | Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass ↵ | Jeremy Allison | 1 | -1/+20 | |
RAW-ACL inheritance tests. Only access masks for SD get/set left to fix. Jeremy. | |||||
2008-11-06 | Start factoring out the inheritance differences. | Jeremy Allison | 1 | -2/+1 | |
Jeremy. | |||||
2008-11-06 | Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the ↵ | Jeremy Allison | 1 | -4/+0 | |
default ACL in place. Jeremy. | |||||
2008-11-06 | Only one more issue with NULL ACL test left to solve. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-11-06 | Fix crash in module, get more of the NULL acl test right. | Jeremy Allison | 1 | -14/+18 | |
Jeremy. | |||||
2008-11-04 | Pass all of RAW-ACLS except for inheritence. Working on that next. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-11-03 | Pass all the non-inherited S4 RAW-ACL tests. | Jeremy Allison | 1 | -0/+4 | |
Jeremy. | |||||
2008-10-31 | Get closer to passing S4 RAW-ACLs. | Jeremy Allison | 1 | -15/+76 | |
Jeremy. | |||||
2008-10-31 | Unify se_access_check with the S4 code. Will make | Jeremy Allison | 1 | -3/+3 | |
calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier for files. Jeremy. | |||||
2008-10-30 | Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr ↵ | Jeremy Allison | 1 | -0/+51 | |
module. Inheritance fails at the moment though. Jeremy. | |||||
2008-10-30 | Inherit Windows ACLs on a new directory. | Jeremy Allison | 1 | -13/+55 | |
Jeremy. | |||||
2008-10-29 | Allow a new file to inherit the Windows ACL from its parent. | Jeremy Allison | 1 | -82/+174 | |
Now to do the same for directories. Jeremy. | |||||
2008-10-08 | Fixed "might be uninitialized" warning | Tim Prouty | 1 | -2/+2 | |
2008-10-08 | Deal with inheritance from parent directory when setting Windows | Jeremy Allison | 1 | -0/+16 | |
ACLs. Jeremy. | |||||
2008-10-07 | Fix const warning. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-10-07 | Update vfs version as I've added a const to the security_descriptor paramter ↵ | Jeremy Allison | 1 | -2/+2 | |
in fset_nt_acl(). Need to watch the build farm to make sure I haven't broken the AIX or Solaris ACL modules. Jeremy. | |||||
2008-10-07 | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 1 | -22/+36 | |
Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files. Jeremy. | |||||
2008-09-23 | s3-nbt: fix remaining callers of ndr_push/pull_struct_blob. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-09-17 | Correctly get+set the NT ACL on a file. Now to make us check it on open.. | Jeremy Allison | 1 | -3/+12 | |
Jeremy. | |||||
2008-09-17 | Mark module experimental, fix crash bugs. | Jeremy Allison | 1 | -2/+9 | |
Jeremy. | |||||
2008-09-16 | First (incomplete) cut of this module. Based on Volker's original work. | Jeremy Allison | 1 | -0/+315 | |
Jeremy. |