summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_acl.c
Commit message (Expand)AuthorAgeFilesLines
* pvfs: create a pvfs_acl subsystemStefan Metzmacher2008-06-281-0/+22
* don't mask out SEC_FILE_READ_ATTRIBUTE on SMB2Andrew Tridgell2008-05-291-1/+3
* added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell2008-05-291-0/+12
* SEC_FILE_READ_ATTRIBUTE is only automatically granted on SMB, not SMB2Andrew Tridgell2008-05-291-3/+10
* Vista returns ACCESS_DENIED hereAndrew Tridgell2008-05-271-1/+1
* fixed a valgrind error in id mappingAndrew Tridgell2008-04-141-1/+1
* ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4Kai Blin2008-04-021-18/+82
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-2/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-11/+11
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19199: split out the xattr NTACL code into a separate part of the posixAndrew Tridgell2007-10-101-40/+68
* r18581: also check for SEC_STD_DELETE, and split out the check into a separateAndrew Tridgell2007-10-101-8/+21
* r18580: map the PVFS_FLAG_READONLY bit in the posix backend ontoAndrew Tridgell2007-10-101-0/+14
* r15774: take care of the SYSTEM_SECURITY flagStefan Metzmacher2007-10-101-1/+7
* r15118: - do access checks also when the owner and group are not changedStefan Metzmacher2007-10-101-19/+28
* r15071: fix typoStefan Metzmacher2007-10-101-1/+1
* r15069: - don't crash on a NULL aclStefan Metzmacher2007-10-101-1/+9
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-1/+1
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-9/+9
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-1/+0
* r5050: make sure we translate the generic to the specific bits before doing aAndrew Tridgell2007-10-101-5/+4
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-4/+4
* r4615: added acl checking on directory search in pvfsAndrew Tridgell2007-10-101-4/+5
* r4595: on create check access against parent not child ...Andrew Tridgell2007-10-101-2/+2
* r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r...Andrew Tridgell2007-10-101-2/+32
* r4501: when copying files it is common for clients to copy the ACL. When theAndrew Tridgell2007-10-101-2/+8
* r4464: added pvfs backend support for the special CREATOR_OWNER and CREATOR_G...Andrew Tridgell2007-10-101-1/+37
* r4448: - fixed access_mask checking on acl setAndrew Tridgell2007-10-101-2/+36
* r4412: SEC_FILE_READ_ATTRIBUTE is always granted, even if not requested. This...Andrew Tridgell2007-10-101-0/+2
* r4411: when checking for create permissions, we need to check the parent, not...Andrew Tridgell2007-10-101-1/+1
* r4408: added the remaining access check hooks into pvfs. All calls should now...Andrew Tridgell2007-10-101-0/+21
* r4403: - added ACL inheritance in the pvfs backend. ACLs are now inherited onAndrew Tridgell2007-10-101-1/+163
* r4391: bring the default ACL inline with what w2k3 usesAndrew Tridgell2007-10-101-72/+37
* r4314: added ACL checking on unlinkAndrew Tridgell2007-10-101-0/+13
* r4205: fixed the default acl mapping from posix permissions to use the mappedAndrew Tridgell2007-10-101-33/+33
* r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2007-10-101-1/+1
* r4056: modified the access check code based on results from RAW-ACLSAndrew Tridgell2007-10-101-0/+41
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2007-10-101-1/+1
* r4026: added NT ACL checking on pvfs_open() for existing files. I need toAndrew Tridgell2007-10-101-2/+78
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-40/+40
* r3995: improved the default ACL mapping from unix permsAndrew Tridgell2007-10-101-7/+11
* r3990: take advantage of the uid->sid and gid->sid code to create a muchAndrew Tridgell2007-10-101-14/+91
* r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans serverAndrew Tridgell2007-10-101-0/+1
* r3833: NTACL is a better xattr name than DosAcl (tpot suggested this)Andrew Tridgell2007-10-101-5/+5
* r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell2007-10-101-0/+193