summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_acl.c
Commit message (Expand)AuthorAgeFilesLines
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-2/+2
* s4:ntvfs/posix: name->dos.attrib isn't initialized in pvfs_access_check_create()Stefan Metzmacher2011-03-221-1/+1
* s4:ntvfs/posix: grant SEC_STD_DELETE if the parent grants SEC_DIR_DELETE_CHILDStefan Metzmacher2011-03-211-10/+58
* s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell2010-11-011-2/+2
* s4-acl Merge sec_access_check() with se_access_check() from source3/Andrew Bartlett2010-10-141-1/+1
* s4:idmap Adjust code to new idmap structure names and layout.Andrew Bartlett2010-05-241-25/+15
* s4-posix: allow change ownership of files if the user has the right privilegesAndrew Tridgell2010-03-031-2/+21
* s4: Switch to S3-style id mapping data types.Kai Blin2010-02-111-9/+9
* s4:UID wrapper - Fix includesMatthias Dieter Wallnöfer2010-02-051-0/+8
* s4:ntvfs/posix/pvfs_acl - Remove unused variable "token"Matthias Dieter Wallnöfer2009-11-201-1/+0
* s4-pvfs: more fixes for ACLs on file creationAndrew Tridgell2009-10-181-11/+12
* s4-pvfs: change the handling of access checking on createAndrew Tridgell2009-10-181-46/+103
* s4-pvfs: when uwrap is enabled, ignore chown errorsAndrew Tridgell2009-10-171-0/+3
* s4-pvfs: don't auto-apply privilege bits in unix acl handling eitherAndrew Tridgell2009-10-171-7/+11
* s4-pvfs: use privileges rather than "uid == 0" in unix access checkAndrew Tridgell2009-10-171-6/+12
* s4-pvfs: fixed mask handling for SEC_FLAG_MAXIMUM_ALLOWEDAndrew Tridgell2009-10-161-2/+2
* s4-pvfs: fixed handling of SEC_FLAG_MAXIMUM_ALLOWEDAndrew Tridgell2009-10-151-1/+1
* fixed a problem with group policy writes causing policy corruptionAndrew Tridgell2009-08-051-0/+37
* fixed the sense of the pvfs_acl uwrap checkAndrew Tridgell2009-08-051-1/+1
* make the UID_WRAPPER skip checks at runtimeAndrew Tridgell2009-08-051-7/+7
* added a uid_wrapper libraryAndrew Tridgell2009-08-051-0/+8
* s4:pvfs: fix some talloc related compiler warningsStefan Metzmacher2009-02-051-1/+1
* empty access mask is only denied on SMB2Andrew Tridgell2008-09-241-1/+3
* zero access mask should give ACCESS_DENIEDAndrew Tridgell2008-09-241-0/+4
* 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