Age | Commit message (Expand) | Author | Files | Lines |
2010-08-01 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2010-06-03 | s3-security: use shared SECINFO_DACL define. | Günther Deschner | 1 | -10/+10 |
2010-06-03 | s3-security: use shared SECINFO_SACL define. | Günther Deschner | 1 | -2/+2 |
2010-06-03 | s3-security: use shared SECINFO_GROUP define. | Günther Deschner | 1 | -10/+10 |
2010-06-03 | s3-security: use shared SECINFO_OWNER define. | Günther Deschner | 1 | -10/+10 |
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 1 | -0/+2 |
2010-05-18 | s3-secdesc: use SD_REVISION from security.idl. | Günther Deschner | 1 | -2/+2 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 |
2010-03-12 | Missed a couple more uses of conn->server_info->ptok that need to be get_curr... | Jeremy Allison | 1 | -7/+9 |
2010-03-05 | Fix for bug #7189 - Open txt files with notepad on samba shares creates problem. | Jeremy Allison | 1 | -0/+2 |
2010-02-07 | s3: fix build issue on Tru64 | Björn Jacke | 1 | -7/+7 |
2010-01-16 | Modification of fix for bug 6876 - Delete of an object whose parent folder do... | Jeremy Allison | 1 | -8/+5 |
2010-01-12 | Fix bug #6876 - Delete of an object whose parent folder does not have delete ... | Jeremy Allison | 1 | -0/+127 |
2009-12-23 | Attempt to fix one of the last two bugs with the full Windows ACL support. | Jeremy Allison | 1 | -0/+106 |
2009-12-07 | parent_sd can never be null in this function, so don't | Jeremy Allison | 1 | -1/+5 |
2009-12-07 | Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ... | Jeremy Allison | 1 | -182/+166 |
2009-12-03 | Remove smb_fname duplicates that just keep the same information as in fsp->fs... | Jeremy Allison | 1 | -4/+0 |
2009-12-02 | Restructure the ACL code some more, get the internal semantics | Jeremy Allison | 1 | -169/+130 |
2009-12-02 | Ensure check_parent_acl_common() only looks at stored | Jeremy Allison | 1 | -2/+16 |
2009-12-02 | Ensure get_nt_acl_internal() only looks at the ACL blobs, not | Jeremy Allison | 1 | -18/+22 |
2009-11-30 | Fix DEBUG 0 -> DEBUG 10 (left over code). | Jeremy Allison | 1 | -2/+4 |
2009-11-30 | Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m... | Jeremy Allison | 1 | -7/+102 |
2009-11-25 | Fix bug 6892 - When a chown operation is issued via Windows Explorer, all ACL... | Jeremy Allison | 1 | -15/+36 |
2009-10-23 | Fix bug 6802 - A created folder does not properly inherit permissions from pa... | Barry Sabsevitz | 1 | -4/+38 |
2009-10-02 | Remove lots of duplicate code and move it into one | Jeremy Allison | 1 | -17/+13 |
2009-07-27 | Fix the build breakage by #including modules/vfs_acl_common.c | Jeremy Allison | 1 | -15/+20 |
2009-07-24 | Factor out common code into vfs_acl_common.c. | Jeremy Allison | 1 | -0/+637 |