summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_acl_common.c
Commit message (Expand)AuthorAgeFilesLines
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...Jeremy Allison2011-06-071-4/+17
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-5/+5
* Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with vfs_acl...Jeremy Allison2011-04-141-3/+27
* s3-modules: Fix debug messageBjörn Baumbach2011-04-111-1/+1
* Fix bug 8072 - PANIC: create_file_acl_common frees handle two times.Jeremy Allison2011-04-091-51/+48
* lib/crypto: rename the SHA256_ functions to samba_SHA256_Andrew Tridgell2011-04-061-3/+3
* Fix bug #7987 - ACL can get lost when files are being renamed.Jeremy Allison2011-04-021-0/+40
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-2/+2
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-2/+2
* s3: Remove superfluous ;Günther Deschner2011-02-021-2/+2
* Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabledJeremy Allison2010-11-241-0/+6
* Add acl_xattr:ignore system acls boolean (normally false) to allowJeremy Allison2010-10-161-11/+35
* Add debug message to get_nt_acl_internal() to see what we got.Jeremy Allison2010-10-151-0/+7
* Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK.Jeremy Allison2010-10-151-1/+5
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* Make the vfs_acl_xattr and other modules work with NULL SD's. FixJeremy Allison2010-10-121-41/+29
* s3: Lift smbd_server_conn from file_find_di_firstVolker Lendecke2010-09-281-1/+2
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-2/+2
* s3: Fix an uninitialized variableVolker Lendecke2010-08-011-1/+1
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-10/+10
* s3-security: use shared SECINFO_SACL define.Günther Deschner2010-06-031-2/+2
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-10/+10
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-10/+10
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+2
* s3-secdesc: use SD_REVISION from security.idl.Günther Deschner2010-05-181-2/+2
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+2
* Missed a couple more uses of conn->server_info->ptok that need to be get_curr...Jeremy Allison2010-03-121-7/+9
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-051-0/+2
* s3: fix build issue on Tru64Björn Jacke2010-02-071-7/+7
* Modification of fix for bug 6876 - Delete of an object whose parent folder do...Jeremy Allison2010-01-161-8/+5
* Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2010-01-121-0/+127
* Attempt to fix one of the last two bugs with the full Windows ACL support.Jeremy Allison2009-12-231-0/+106
* parent_sd can never be null in this function, so don'tJeremy Allison2009-12-071-1/+5
* Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ...Jeremy Allison2009-12-071-182/+166
* Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison2009-12-031-4/+0
* Restructure the ACL code some more, get the internal semanticsJeremy Allison2009-12-021-169/+130
* Ensure check_parent_acl_common() only looks at storedJeremy Allison2009-12-021-2/+16
* Ensure get_nt_acl_internal() only looks at the ACL blobs, notJeremy Allison2009-12-021-18/+22
* Fix DEBUG 0 -> DEBUG 10 (left over code).Jeremy Allison2009-11-301-2/+4
* Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...Jeremy Allison2009-11-301-7/+102
* Fix bug 6892 - When a chown operation is issued via Windows Explorer, all ACL...Jeremy Allison2009-11-251-15/+36
* Fix bug 6802 - A created folder does not properly inherit permissions from pa...Barry Sabsevitz2009-10-231-4/+38
* Remove lots of duplicate code and move it into oneJeremy Allison2009-10-021-17/+13
* Fix the build breakage by #including modules/vfs_acl_common.cJeremy Allison2009-07-271-15/+20
* Factor out common code into vfs_acl_common.c.Jeremy Allison2009-07-241-0/+637