Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19199: split out the xattr NTACL code into a separate part of the posix | Andrew Tridgell | 1 | -40/+68 |
2007-10-10 | r18581: also check for SEC_STD_DELETE, and split out the check into a separate | Andrew Tridgell | 1 | -8/+21 |
2007-10-10 | r18580: map the PVFS_FLAG_READONLY bit in the posix backend onto | Andrew Tridgell | 1 | -0/+14 |
2007-10-10 | r15774: take care of the SYSTEM_SECURITY flag | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r15118: - do access checks also when the owner and group are not changed | Stefan Metzmacher | 1 | -19/+28 |
2007-10-10 | r15071: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15069: - don't crash on a NULL acl | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 1 | -9/+9 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5050: make sure we translate the generic to the specific bits before doing a | Andrew Tridgell | 1 | -5/+4 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r4615: added acl checking on directory search in pvfs | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r4595: on create check access against parent not child ... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r... | Andrew Tridgell | 1 | -2/+32 |
2007-10-10 | r4501: when copying files it is common for clients to copy the ACL. When the | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r4464: added pvfs backend support for the special CREATOR_OWNER and CREATOR_G... | Andrew Tridgell | 1 | -1/+37 |
2007-10-10 | r4448: - fixed access_mask checking on acl set | Andrew Tridgell | 1 | -2/+36 |
2007-10-10 | r4412: SEC_FILE_READ_ATTRIBUTE is always granted, even if not requested. This... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r4411: when checking for create permissions, we need to check the parent, not... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4408: added the remaining access check hooks into pvfs. All calls should now... | Andrew Tridgell | 1 | -0/+21 |
2007-10-10 | r4403: - added ACL inheritance in the pvfs backend. ACLs are now inherited on | Andrew Tridgell | 1 | -1/+163 |
2007-10-10 | r4391: bring the default ACL inline with what w2k3 uses | Andrew Tridgell | 1 | -72/+37 |
2007-10-10 | r4314: added ACL checking on unlink | Andrew Tridgell | 1 | -0/+13 |
2007-10-10 | r4205: fixed the default acl mapping from posix permissions to use the mapped | Andrew Tridgell | 1 | -33/+33 |
2007-10-10 | r4147: converted from NT_USER_TOKEN to struct security_token | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4056: modified the access check code based on results from RAW-ACLS | Andrew Tridgell | 1 | -0/+41 |
2007-10-10 | r4035: more effort on consistent naming of the access mask bits. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4026: added NT ACL checking on pvfs_open() for existing files. I need to | Andrew Tridgell | 1 | -2/+78 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 1 | -40/+40 |
2007-10-10 | r3995: improved the default ACL mapping from unix perms | Andrew Tridgell | 1 | -7/+11 |
2007-10-10 | r3990: take advantage of the uid->sid and gid->sid code to create a much | Andrew Tridgell | 1 | -14/+91 |
2007-10-10 | r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans server | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3833: NTACL is a better xattr name than DosAcl (tpot suggested this) | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL is | Andrew Tridgell | 1 | -0/+193 |