summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2019-10-156-51/+1
* s3: VFS: vfs_full_audit: Remove chown_fn(). No longer used.Jeremy Allison2019-10-151-18/+0
* s3: VFS: vfs_time_audit: Remove chown_fn(). No longer used.Jeremy Allison2019-10-151-24/+0
* s3: VFS: vfs_cap: Remove chown_fn().Jeremy Allison2019-10-151-30/+0
* s3: VFS: vfs_snapper: Remove chown_fn().Jeremy Allison2019-10-151-22/+0
* s3: VFS: vfs_shadow_copy2: Remove chown_fn().Jeremy Allison2019-10-151-22/+0
* s3: VFS: vfs_media_harmony: Remove chown_fn().Jeremy Allison2019-10-151-35/+0
* s3: VFS: vfs_glusterfs: Remove chown_fn().Jeremy Allison2019-10-151-15/+0
* s3: VFS: vfs_fruit: Remove chown_fn().Jeremy Allison2019-10-151-47/+0
* s3: VFS: vfs_fake_acls: Remove chown_fn().Jeremy Allison2019-10-151-41/+0
* s3: VFS: vfs_ceph_snapshots: Remove chown_fn().Jeremy Allison2019-10-151-23/+0
* s3: VFS: vfs_ceph: Remove chown_fn().Jeremy Allison2019-10-151-13/+0
* s3: VFS: vfs_catia: Remove chown_fn().Jeremy Allison2019-10-151-39/+0
* s3: VFS: vfs_cap: Remove chown_fn().Jeremy Allison2019-10-151-35/+0
* s3: torture: Remove cmd_chown() - can be replicated by cmd_open()->cmd_fchown().Jeremy Allison2019-10-151-33/+0
* s3: pysmbd: Change py_smbd_chown() to use SMB_VFS_FCHOWN() internally.Jeremy Allison2019-10-151-13/+33
* s3: smbd: Remove vfs_chown_fsp().Jeremy Allison2019-10-152-122/+0
* s3: smbd: set_nt_acl(). Now we know we always have a valid file handle, alway...Jeremy Allison2019-10-151-5/+14
* s3:libads: Do not turn on canonicalization flag for MIT KerberosAndreas Schneider2019-10-121-0/+15
* selftest: s3: add a test for spnego downgrade from krb5 to ntlmIsaac Boukris2019-10-122-0/+50
* s3:libsmb: Do not check the SPNEGO neg token for KRB5Andreas Schneider2019-10-121-50/+0
* wscript: split function check to one per line and sort alphabeticallyRalph Boehme2019-10-101-15/+62
* wscript: remove all checks for _FUNC and __FUNCRalph Boehme2019-10-101-21/+18
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-106-39/+2
* s3: VFS: vfs_time_audit: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-19/+0
* s3: VFS: vfs_time_audit: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-22/+0
* s3: VFS: vfs_syncops: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-7/+0
* s3: VFS: vfs_streams_depot: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-9/+0
* s3: VFS: vfs_snapper: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-17/+0
* s3: VFS: vfs_shadow_copy2: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-20/+0
* s3: VFS: vfs_posix_eadb: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-12/+0
* s3: VFS: vfs_media_harmony: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-36/+0
* s3: VFS: vfs_glusterfs: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-14/+0
* s3: VFS: vfs_extd_audit: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-22/+0
* s3: VFS: vfs_ceph_snapshots: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-21/+0
* s3: VFS: vfs_ceph: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-12/+0
* s3: VFS: vfs_catia: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-35/+0
* s3: VFS: vfs_cap: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-26/+0
* s3: VFS: vfs_audit: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-16/+0
* s3: VFS: vfs_acl_xattr: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-9/+0
* s3: VFS: vfs_acl_tdb: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-29/+0
* s3: VFS: vfs_fruit: Remove rmdir_fn. No longer used.Jeremy Allison2019-10-101-9/+0
* s3: VFS: vfs_unityed_media: Remove rmdir_fn. No longer used.Jeremy Allison2019-10-101-29/+0
* s3: VFS: vfs_xattr_tdb: Remove rmdir_fn. No longer used.Jeremy Allison2019-10-101-41/+0
* s3: smbd: Change rmdir_internals() to call SMB_VFS_UNLINKAT() in rmdir cases.Jeremy Allison2019-10-101-4/+14
* s3: smbd: Change recursive_rmdir() to call SMB_VFS_UNLINKAT() in rmdir case.Jeremy Allison2019-10-101-1/+5
* s3: cmd_vfs: Change cmd_pathfunc() to call SMB_VFS_UNLINKAT() in rmdir case.Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_fruit: Change fruit_rmdir_internal() to call UNLINKAT instead of...Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_streams_depot: Change RMDIR -> UNLINKAT inside streams_depot_unl...Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_streams_depot: Change RMDIR -> UNLINKAT inside stream_dir().Jeremy Allison2019-10-101-1/+4