Merge commit 'release-4-0-0alpha1' into v4-0-test
[ira/wip.git] / source4 / ntvfs / posix / pvfs_acl.c
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr19199: split out the xattr NTACL code into a separate...
2007-10-10 Andrew Tridgellr18581: also check for SEC_STD_DELETE, and split out...
2007-10-10 Andrew Tridgellr18580: map the PVFS_FLAG_READONLY bit in the posix...
2007-10-10 Stefan Metzmacherr15774: take care of the SYSTEM_SECURITY flag
2007-10-10 Stefan Metzmacherr15118: - do access checks also when the owner and...
2007-10-10 Stefan Metzmacherr15071: fix typo
2007-10-10 Stefan Metzmacherr15069: - don't crash on a NULL acl
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Stefan Metzmacherr14487: split smbsrv_request into two parts, one will...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Stefan Metzmacherr14157: - pass a struct ntvfs_request to the ntvfs...
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Tridgellr6342: fixed a bad union assumption that caused ACLs...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5050: make sure we translate the generic to the specif...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4615: added acl checking on directory search in pvfs
2007-10-10 Andrew Tridgellr4595: on create check access against parent not child ...
2007-10-10 Andrew Tridgellr4584: fix pvfs backend to pass the new enhanced RAW...
2007-10-10 Andrew Tridgellr4501: when copying files it is common for clients...
2007-10-10 Andrew Tridgellr4464: added pvfs backend support for the special CREAT...
2007-10-10 Andrew Tridgellr4448: - fixed access_mask checking on acl set
2007-10-10 Andrew Tridgellr4412: SEC_FILE_READ_ATTRIBUTE is always granted, even...
2007-10-10 Andrew Tridgellr4411: when checking for create permissions, we need...
2007-10-10 Andrew Tridgellr4408: added the remaining access check hooks into...
2007-10-10 Andrew Tridgellr4403: - added ACL inheritance in the pvfs backend...
2007-10-10 Andrew Tridgellr4391: bring the default ACL inline with what w2k3...
2007-10-10 Andrew Tridgellr4314: added ACL checking on unlink
2007-10-10 Andrew Tridgellr4205: fixed the default acl mapping from posix permiss...
2007-10-10 Andrew Tridgellr4147: converted from NT_USER_TOKEN to struct security_...
2007-10-10 Andrew Tridgellr4056: modified the access check code based on results...
2007-10-10 Andrew Tridgellr4035: more effort on consistent naming of the access...
2007-10-10 Andrew Tridgellr4026: added NT ACL checking on pvfs_open() for existin...
2007-10-10 Andrew Tridgellr4011: get rid of rpc_secdes.h and replace it with...
2007-10-10 Andrew Tridgellr3995: improved the default ACL mapping from unix perms
2007-10-10 Andrew Tridgellr3990: take advantage of the uid->sid and gid->sid...
2007-10-10 Andrew Tridgellr3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMA...
2007-10-10 Andrew Tridgellr3833: NTACL is a better xattr name than DosAcl (tpot...
2007-10-10 Andrew Tridgellr3832: added NT ACL query/set to the posix NTVFS backen...