summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix clang 9 format-nonliteral warningsGary Lockyer2020-05-081-3/+3
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-089-12/+12
* s3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_A...Jeremy Allison2020-05-075-64/+1
* s3: VFS: full_audit. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-20/+0
* s3: VFS: time_audit. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-26/+0
* s3: VFS: unityed_media. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-47/+0
* s3: VFS: zfsacl. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-52/+0
* s3: VFS: snapper. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-43/+0
* s3: VFS: shadow_copy2. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-46/+0
* s3: VFS: nfs4acl_xattr. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-36/+0
* s3: VFS: media_harmony. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-58/+0
* s3: VFS: gpfs. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-51/+0
* s3: VFS: glusterfs. Remove NULL definition of get_nt_acl_fn().Jeremy Allison2020-05-071-1/+0
* s3: VFS: ceph_snapshots. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-44/+0
* s3: VFS: catia. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-38/+0
* s3: VFS: aixacl2. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-37/+0
* s3: VFS: afsacl. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-26/+0
* s3: VFS: acl_xattr. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-18/+0
* s3: VFS: acl_tdb. Remove get_nt_acl_fn().Jeremy Allison2020-05-071-18/+0
* s3: VFS: streams_xattr. Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT(...Jeremy Allison2020-05-071-2/+6
* s3: VFS: acl_common: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() i...Jeremy Allison2020-05-071-5/+6
* s3: VFS: acl_common. s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_...Jeremy Allison2020-05-071-5/+6
* s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in inherit_n...Jeremy Allison2020-05-071-5/+6
* s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in smbd_calc...Jeremy Allison2020-05-071-5/+8
* s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in smbd_chec...Jeremy Allison2020-05-071-3/+4
* s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in smbd_chec...Jeremy Allison2020-05-071-3/+7
* s3: pysmbd. Change SMB_VFS_GET_NT_ACL() to SMB_VFS_GET_NT_ACL_AT() in get_nt_...Jeremy Allison2020-05-071-2/+4
* s3: torture: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in cmd_ge...Jeremy Allison2020-05-071-3/+6
* s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in directory...Jeremy Allison2020-05-071-3/+6
* s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in get_nt_ac...Jeremy Allison2020-05-071-2/+3
* s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in user_can_...Jeremy Allison2020-05-071-1/+2
* s3: VFS: zfsacl. Add zfsacl_get_nt_acl_at().Jeremy Allison2020-05-071-0/+62
* s3: VFS: unityed_media. Add um_get_nt_acl_at().Jeremy Allison2020-05-071-0/+58
* s3: VFS: snapper. Add snapper_gmt_get_nt_acl_at().Jeremy Allison2020-05-071-0/+60
* s3: VFS: shadow_copy2. Add shadow_copy2_get_nt_acl_at().Jeremy Allison2020-05-071-0/+55
* s3: VFS: vfs4acl_xattr: Add nfs4acl_xattr_get_nt_acl_at().Jeremy Allison2020-05-071-0/+39
* s3: VFS: media_harmony: Add mh_get_nt_acl_at().Jeremy Allison2020-05-071-0/+65
* s3: VFS: gpfs. Add gpfsacl_get_nt_acl_at().Jeremy Allison2020-05-071-0/+56
* s3: VFS: Add null notice of get_nt_acl_at_fn().Jeremy Allison2020-05-071-0/+1
* s3: VFS: ceph_snapshots. Add ceph_snap_gmt_get_nt_acl_at().Jeremy Allison2020-05-071-0/+55
* s3: VFS: catia. Add catia_get_nt_acl_at().Jeremy Allison2020-05-071-0/+44
* s3: VFS: aixacl2: Add aixjfs2_get_nt_acl_at().Jeremy Allison2020-05-071-0/+41
* s3: VFS: afsacl. Add afsacl_get_nt_acl_at().Jeremy Allison2020-05-071-0/+29
* s3: VFS: acl_tdb. Add acl_tdb_get_nt_acl().Jeremy Allison2020-05-071-0/+20
* s3: VFS: acl_xattr: Add acl_xattr_get_nt_acl_at().Jeremy Allison2020-05-071-0/+19
* s3: VFS: full_audit. Add smb_full_audit_get_nt_acl_at().Jeremy Allison2020-05-071-0/+28
* s3: VFS: time_audit. Add smb_time_audit_get_nt_acl_at().Jeremy Allison2020-05-071-0/+31
* s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().Jeremy Allison2020-05-076-0/+75
* s3: VFS: acl_common: Add a dirfsp parameter to validate_nt_acl_blob().Jeremy Allison2020-05-071-18/+21
* s3: VFS: vfs_common and callers. Change get_nt_acl_common() -> get_nt_acl_com...Jeremy Allison2020-05-074-11/+31