summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_common.c
Commit message (Expand)AuthorAgeFilesLines
* s3: modules: vfs_acl_common - Add Ralph's copyright.Jeremy Allison2016-08-311-0/+1
* vfs_acl_common: use DBG_LEVEL and remove function prefixes in DEBUG statementsRalph Boehme2016-08-301-42/+33
* vfs_acl_common: Windows style default ACLRalph Boehme2016-08-301-0/+76
* vfs_acl_xattr|tdb: add option to control default ACL styleRalph Boehme2016-08-301-6/+42
* vfs_acl_common: check for ignore_system_acls before fetching filesystem ACLRalph Boehme2016-08-301-44/+55
* vfs_acl_common: move stat stuff to a helper functionRalph Boehme2016-08-301-31/+48
* vfs_acl_tdb|xattr: use a config handleRalph Boehme2016-08-301-10/+40
* vfs_acl_common: move the ACL blob validation to a helper functionRalph Boehme2016-08-301-89/+127
* vfs_acl_common: simplify ACL logic, cleanup and talloc hierarchyRalph Boehme2016-08-301-70/+61
* vfs_acl_common: remove redundant NULL assignmentRalph Boehme2016-08-301-2/+0
* vfs_acl_common: rename pdesc_next to psd_fsRalph Boehme2016-08-301-17/+17
* vfs_acl_common: rename psd to psd_blob in get_nt_acl_internal()Ralph Boehme2016-08-301-29/+29
* Revert "vfs_acl_xattr: objects without NT ACL xattr"Ralph Boehme2016-08-301-4/+39
* vfs_acl_xattr: objects without NT ACL xattrRalph Boehme2016-07-191-39/+5
* s3/smbd: move make_default_filesystem_acl() to vfs_acl_common.cRalph Boehme2016-07-191-0/+108
* s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison2016-03-241-1/+1
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-2/+2
* vfs_acl_common: avoid setting POSIX ACLs if "ignore system acls" is setUri Simchoni2016-03-241-48/+99
* s3:vfs: Change get_acl_blob() to take a const smb_filename * parameter from c...Jeremy Allison2016-03-151-24/+24
* VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2016-03-031-2/+3
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-2/+3
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-5/+5
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-161-7/+14
* s3:smbd: convert file_struct.posix_open to a bitmap with flagsRalph Boehme2015-12-011-2/+2
* s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname()...Jeremy Allison2015-05-051-1/+18
* s3:smbd: ignore dacls with MS NFS ACEsRalph Boehme2014-12-041-0/+9
* vfs_acl_common: dacl size must be updatedRalph Boehme2014-09-111-0/+3
* 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