index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
/
posix
/
pvfs_acl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:ntvfs: s/!= PROTOCOL_SMB2/< PROTOCOL_SMB2_02/
Stefan Metzmacher
2011-09-05
1
-4
/
+4
*
s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/
Stefan Metzmacher
2011-09-05
1
-1
/
+1
*
s4-modules Remove lp_ctx from init functions that no longer need it
Andrew Bartlett
2011-06-06
1
-2
/
+2
*
s4:ntvfs/posix: name->dos.attrib isn't initialized in pvfs_access_check_create()
Stefan Metzmacher
2011-03-22
1
-1
/
+1
*
s4:ntvfs/posix: grant SEC_STD_DELETE if the parent grants SEC_DIR_DELETE_CHILD
Stefan Metzmacher
2011-03-21
1
-10
/
+58
*
s4-modules: get rid of the remaining static prototypes for modules
Andrew Tridgell
2010-11-01
1
-2
/
+2
*
s4-acl Merge sec_access_check() with se_access_check() from source3/
Andrew Bartlett
2010-10-14
1
-1
/
+1
*
s4:idmap Adjust code to new idmap structure names and layout.
Andrew Bartlett
2010-05-24
1
-25
/
+15
*
s4-posix: allow change ownership of files if the user has the right privileges
Andrew Tridgell
2010-03-03
1
-2
/
+21
*
s4: Switch to S3-style id mapping data types.
Kai Blin
2010-02-11
1
-9
/
+9
*
s4:UID wrapper - Fix includes
Matthias Dieter Wallnöfer
2010-02-05
1
-0
/
+8
*
s4:ntvfs/posix/pvfs_acl - Remove unused variable "token"
Matthias Dieter Wallnöfer
2009-11-20
1
-1
/
+0
*
s4-pvfs: more fixes for ACLs on file creation
Andrew Tridgell
2009-10-18
1
-11
/
+12
*
s4-pvfs: change the handling of access checking on create
Andrew Tridgell
2009-10-18
1
-46
/
+103
*
s4-pvfs: when uwrap is enabled, ignore chown errors
Andrew Tridgell
2009-10-17
1
-0
/
+3
*
s4-pvfs: don't auto-apply privilege bits in unix acl handling either
Andrew Tridgell
2009-10-17
1
-7
/
+11
*
s4-pvfs: use privileges rather than "uid == 0" in unix access check
Andrew Tridgell
2009-10-17
1
-6
/
+12
*
s4-pvfs: fixed mask handling for SEC_FLAG_MAXIMUM_ALLOWED
Andrew Tridgell
2009-10-16
1
-2
/
+2
*
s4-pvfs: fixed handling of SEC_FLAG_MAXIMUM_ALLOWED
Andrew Tridgell
2009-10-15
1
-1
/
+1
*
fixed a problem with group policy writes causing policy corruption
Andrew Tridgell
2009-08-05
1
-0
/
+37
*
fixed the sense of the pvfs_acl uwrap check
Andrew Tridgell
2009-08-05
1
-1
/
+1
*
make the UID_WRAPPER skip checks at runtime
Andrew Tridgell
2009-08-05
1
-7
/
+7
*
added a uid_wrapper library
Andrew Tridgell
2009-08-05
1
-0
/
+8
*
s4:pvfs: fix some talloc related compiler warnings
Stefan Metzmacher
2009-02-05
1
-1
/
+1
*
empty access mask is only denied on SMB2
Andrew Tridgell
2008-09-24
1
-1
/
+3
*
zero access mask should give ACCESS_DENIED
Andrew Tridgell
2008-09-24
1
-0
/
+4
*
pvfs: create a pvfs_acl subsystem
Stefan Metzmacher
2008-06-28
1
-0
/
+22
*
don't mask out SEC_FILE_READ_ATTRIBUTE on SMB2
Andrew Tridgell
2008-05-29
1
-1
/
+3
*
added support for returning the maximal access MXAC tag in SMB2 create
Andrew Tridgell
2008-05-29
1
-0
/
+12
*
SEC_FILE_READ_ATTRIBUTE is only automatically granted on SMB, not SMB2
Andrew Tridgell
2008-05-29
1
-3
/
+10
*
Vista returns ACCESS_DENIED here
Andrew Tridgell
2008-05-27
1
-1
/
+1
*
fixed a valgrind error in id mapping
Andrew Tridgell
2008-04-14
1
-1
/
+1
*
ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4
Kai Blin
2008-04-02
1
-18
/
+82
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-2
/
+2
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-11
/
+11
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r19199: split out the xattr NTACL code into a separate part of the posix
Andrew Tridgell
2007-10-10
1
-40
/
+68
*
r18581: also check for SEC_STD_DELETE, and split out the check into a separate
Andrew Tridgell
2007-10-10
1
-8
/
+21
*
r18580: map the PVFS_FLAG_READONLY bit in the posix backend onto
Andrew Tridgell
2007-10-10
1
-0
/
+14
*
r15774: take care of the SYSTEM_SECURITY flag
Stefan Metzmacher
2007-10-10
1
-1
/
+7
*
r15118: - do access checks also when the owner and group are not changed
Stefan Metzmacher
2007-10-10
1
-19
/
+28
*
r15071: fix typo
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15069: - don't crash on a NULL acl
Stefan Metzmacher
2007-10-10
1
-1
/
+9
*
r14860: create libcli/security/security.h
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14173: change smb interface structures to always use
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
2007-10-10
1
-9
/
+9
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines
Andrew Tridgell
2007-10-10
1
-1
/
+1
[next]