summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_acl_common.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_acl_common: Do not fetch the underlying NT ACL unless we need itAndrew Bartlett2013-02-041-44/+80
* vfs: Whitespace fix only to get_nt_acl_internal indentationAndrew Bartlett2013-02-041-4/+4
* vfs: Implement an improved vfs_acl_common that uses the hash of the system ACLAndrew Bartlett2013-02-041-51/+250
* vfs: Add helper function hash_blob_sha256 to vfs_acl_common.cAndrew Bartlett2013-02-041-7/+19
* s3:smbd:vfs_acl: fix a PANIC when setting an ACL fails with ACCESS_DENIEDMichael Adam2012-12-041-0/+1
* vfs_acl_common: In add_directory_inheritable_components allocate on psd as pa...Andrew Bartlett2012-11-021-4/+16
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-23/+45
* smbd: Print ACL used to create hash in vfs_xattr_commonAndrew Bartlett2012-09-111-0/+10
* Add debug message when SD hash doesn't match.Jeremy Allison2012-07-171-0/+5
* Check the return from create_acl_blobRichard Sharpe2012-05-171-4/+6
* Fix the overwriting of errno before use in a DEBUG statement and use the retu...Richard Sharpe2012-05-161-2/+5
* Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...Jeremy Allison2012-03-171-5/+20
* Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...Jeremy Allison2012-02-031-1/+36
* First part of fix for bug #8673 - NT ACL issue.Jeremy Allison2012-01-111-18/+31
* Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inherit...Jeremy Allison2011-12-021-1/+1
* Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...Jeremy Allison2011-11-301-0/+2
* Remove the setting of the inherited ACL on new files/directories. This isJeremy Allison2011-11-221-222/+0
* Remove opendir() VFS code from ACL modules.Jeremy Allison2011-11-021-48/+0
* Remove the mkdir and open functions from the ACL modules - main code paths no...Jeremy Allison2011-10-281-134/+6
* s3:vfs_acl_common: also parse xattr.NTACL version 1Stefan Metzmacher2011-10-111-0/+12
* Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.David Disseldorp2011-09-231-1/+1
* s3: Fix a c++ warningVolker Lendecke2011-09-181-1/+2
* Fix bug Bug 8422 - Infinite loop in ACL module code.Jeremy Allison2011-08-291-1/+1
* Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directoryJeremy Allison2011-08-191-2/+11
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-081-0/+1
* 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