summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_common.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-04vfs_acl_common: Do not fetch the underlying NT ACL unless we need itAndrew Bartlett1-44/+80
2013-02-04vfs: Whitespace fix only to get_nt_acl_internal indentationAndrew Bartlett1-4/+4
2013-02-04vfs: Implement an improved vfs_acl_common that uses the hash of the system ACLAndrew Bartlett1-51/+250
2013-02-04vfs: Add helper function hash_blob_sha256 to vfs_acl_common.cAndrew Bartlett1-7/+19
2012-12-04s3:smbd:vfs_acl: fix a PANIC when setting an ACL fails with ACCESS_DENIEDMichael Adam1-0/+1
2012-11-02vfs_acl_common: In add_directory_inheritable_components allocate on psd as pa...Andrew Bartlett1-4/+16
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett1-23/+45
2012-09-11smbd: Print ACL used to create hash in vfs_xattr_commonAndrew Bartlett1-0/+10
2012-07-17Add debug message when SD hash doesn't match.Jeremy Allison1-0/+5
2012-05-17Check the return from create_acl_blobRichard Sharpe1-4/+6
2012-05-16Fix the overwriting of errno before use in a DEBUG statement and use the retu...Richard Sharpe1-2/+5
2012-03-17Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...Jeremy Allison1-5/+20
2012-02-03Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...Jeremy Allison1-1/+36
2012-01-11First part of fix for bug #8673 - NT ACL issue.Jeremy Allison1-18/+31
2011-12-02Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inherit...Jeremy Allison1-1/+1
2011-11-30Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...Jeremy Allison1-0/+2
2011-11-22Remove the setting of the inherited ACL on new files/directories. This isJeremy Allison1-222/+0
2011-11-02Remove opendir() VFS code from ACL modules.Jeremy Allison1-48/+0
2011-10-28Remove the mkdir and open functions from the ACL modules - main code paths no...Jeremy Allison1-134/+6
2011-10-11s3:vfs_acl_common: also parse xattr.NTACL version 1Stefan Metzmacher1-0/+12
2011-09-23Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.David Disseldorp1-1/+1
2011-09-18s3: Fix a c++ warningVolker Lendecke1-1/+2
2011-08-29Fix bug Bug 8422 - Infinite loop in ACL module code.Jeremy Allison1-1/+1
2011-08-19Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directoryJeremy Allison1-2/+11
2011-07-08lib/util Move bitmap.c to lib/utilAndrew Bartlett1-0/+1
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-07Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...Jeremy Allison1-4/+17
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-5/+5
2011-04-14Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with vfs_acl...Jeremy Allison1-3/+27
2011-04-11s3-modules: Fix debug messageBjörn Baumbach1-1/+1
2011-04-09Fix bug 8072 - PANIC: create_file_acl_common frees handle two times.Jeremy Allison1-51/+48
2011-04-06lib/crypto: rename the SHA256_ functions to samba_SHA256_Andrew Tridgell1-3/+3
2011-04-02Fix bug #7987 - ACL can get lost when files are being renamed.Jeremy Allison1-0/+40
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-2/+2
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett1-2/+2
2011-02-02s3: Remove superfluous ;Günther Deschner1-2/+2
2010-11-24Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabledJeremy Allison1-0/+6
2010-10-16Add acl_xattr:ignore system acls boolean (normally false) to allowJeremy Allison1-11/+35
2010-10-15Add debug message to get_nt_acl_internal() to see what we got.Jeremy Allison1-0/+7
2010-10-15Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK.Jeremy Allison1-1/+5
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-10-12Make the vfs_acl_xattr and other modules work with NULL SD's. FixJeremy Allison1-41/+29
2010-09-28s3: Lift smbd_server_conn from file_find_di_firstVolker Lendecke1-1/+2
2010-08-31s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett1-2/+2
2010-08-01s3: Fix an uninitialized variableVolker Lendecke1-1/+1
2010-06-03s3-security: use shared SECINFO_DACL define.Günther Deschner1-10/+10
2010-06-03s3-security: use shared SECINFO_SACL define.Günther Deschner1-2/+2
2010-06-03s3-security: use shared SECINFO_GROUP define.Günther Deschner1-10/+10