Age | Commit message (Expand) | Author | Files | Lines |
2010-03-03 | s4-posix: allow change ownership of files if the user has the right privileges | Andrew Tridgell | 1 | -2/+21 |
2010-02-11 | s4: Switch to S3-style id mapping data types. | Kai Blin | 1 | -9/+9 |
2010-02-05 | s4:UID wrapper - Fix includes | Matthias Dieter Wallnöfer | 1 | -0/+8 |
2009-11-20 | s4:ntvfs/posix/pvfs_acl - Remove unused variable "token" | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2009-10-18 | s4-pvfs: more fixes for ACLs on file creation | Andrew Tridgell | 1 | -11/+12 |
2009-10-18 | s4-pvfs: change the handling of access checking on create | Andrew Tridgell | 1 | -46/+103 |
2009-10-17 | s4-pvfs: when uwrap is enabled, ignore chown errors | Andrew Tridgell | 1 | -0/+3 |
2009-10-17 | s4-pvfs: don't auto-apply privilege bits in unix acl handling either | Andrew Tridgell | 1 | -7/+11 |
2009-10-17 | s4-pvfs: use privileges rather than "uid == 0" in unix access check | Andrew Tridgell | 1 | -6/+12 |
2009-10-16 | s4-pvfs: fixed mask handling for SEC_FLAG_MAXIMUM_ALLOWED | Andrew Tridgell | 1 | -2/+2 |
2009-10-15 | s4-pvfs: fixed handling of SEC_FLAG_MAXIMUM_ALLOWED | Andrew Tridgell | 1 | -1/+1 |
2009-08-05 | fixed a problem with group policy writes causing policy corruption | Andrew Tridgell | 1 | -0/+37 |
2009-08-05 | fixed the sense of the pvfs_acl uwrap check | Andrew Tridgell | 1 | -1/+1 |
2009-08-05 | make the UID_WRAPPER skip checks at runtime | Andrew Tridgell | 1 | -7/+7 |
2009-08-05 | added a uid_wrapper library | Andrew Tridgell | 1 | -0/+8 |
2009-02-05 | s4:pvfs: fix some talloc related compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2008-09-24 | empty access mask is only denied on SMB2 | Andrew Tridgell | 1 | -1/+3 |
2008-09-24 | zero access mask should give ACCESS_DENIED | Andrew Tridgell | 1 | -0/+4 |
2008-06-28 | pvfs: create a pvfs_acl subsystem | Stefan Metzmacher | 1 | -0/+22 |
2008-05-29 | don't mask out SEC_FILE_READ_ATTRIBUTE on SMB2 | Andrew Tridgell | 1 | -1/+3 |
2008-05-29 | added support for returning the maximal access MXAC tag in SMB2 create | Andrew Tridgell | 1 | -0/+12 |
2008-05-29 | SEC_FILE_READ_ATTRIBUTE is only automatically granted on SMB, not SMB2 | Andrew Tridgell | 1 | -3/+10 |
2008-05-27 | Vista returns ACCESS_DENIED here | Andrew Tridgell | 1 | -1/+1 |
2008-04-14 | fixed a valgrind error in id mapping | Andrew Tridgell | 1 | -1/+1 |
2008-04-02 | ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4 | Kai Blin | 1 | -18/+82 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -11/+11 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
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 |