summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* smbd: remove unused current_user.{need,done}_chdir stackingStefan Metzmacher2019-09-113-35/+1
* smbd: inline change_to_user_internal() into change_to_user_and_service()Stefan Metzmacher2019-09-111-27/+19
* smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher2019-09-118-32/+35
* smbd: remove directory changing from become_user*()Stefan Metzmacher2019-09-111-2/+2
* smbd: inline change_to_user_and_service() into become_user()Stefan Metzmacher2019-09-111-1/+17
* smbd: inline change_to_user_by_session()Ralph Boehme2019-09-111-11/+5
* smbd: README.Coding fixesRalph Boehme2019-09-111-10/+20
* smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()Ralph Boehme2019-09-119-14/+22
* smbd: rename change_to_user() to change_to_user_and_service()Ralph Boehme2019-09-118-11/+19
* smbd: Enhance debugging if chdir failsVolker Lendecke2019-09-112-7/+34
* lib: Add "utok_string"Volker Lendecke2019-09-112-0/+30
* s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2019-09-118-75/+1
* s3: VFS: vfs_time_audit. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-23/+0
* s3: VFS: vfs_full_audit. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-16/+0
* s3: VFS: vfs_xattr_tdb. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-50/+0
* s3: VFS: vfs_unityed_media. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-30/+0
* s3: VFS: vfs_syncops. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-8/+0
* s3: VFS: vfs_snapper. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-18/+0
* s3: VFS: vfs_shadow_copy2. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-21/+0
* s3: VFS: vfs_media_harmony. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-37/+0
* s3: VFS: vfs_linux_xfs_sgid. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-74/+0
* s3: VFS: vfs_glusterfs. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-14/+0
* s3: VFS: vfs_extd_audit. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-23/+0
* s3: VFS: vfs_ceph_snapshots. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-22/+0
* s3: VFS: vfs_ceph. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-23/+0
* s3: VFS: vfs_catia. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-36/+0
* s3: VFS: vfs_cap. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-27/+0
* s3: VFS: vfs_audit. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-17/+0
* s3: smbd: Change mkdir_internal() to call SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-1/+6
* s3: pysmbd: Change py_smbd_mkdir() to call SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-2/+5
* s3: VFS: vfs_virusfilter: Change use of SMB_VFS_NEXT_MKDIR -> SMB_VFS_NEXT_MK...Jeremy Allison2019-09-111-2/+3
* s3: VFS: vfs_streams_depot: Change use of SMB_VFS_NEXT_MKDIR -> SMB_VFS_NEXT_...Jeremy Allison2019-09-111-8/+21
* s3: VFS: vfs_recycle: Change use of SMB_VFS_NEXT_MKDIR -> SMB_VFS_NEXT_MKDIRAT.Jeremy Allison2019-09-111-2/+10
* s3: torture: Change cmd_mkdir to call SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-1/+6
* s3: VFS: vfs_xattr_tdb. Implement mkdirat().Jeremy Allison2019-09-111-0/+54
* s3: VFS: vfs_unityed_media. Implement mkdirat().Jeremy Allison2019-09-111-0/+37
* s3: VFS: vfs_time_audit. Implement mkdirat().Jeremy Allison2019-09-111-0/+27
* s3: VFS: vfs_syncops. Implement mkdirat().Jeremy Allison2019-09-111-0/+14
* s3: VFS: vfs_snapper. Implement mkdirat().Jeremy Allison2019-09-111-0/+22
* s3: VFS: vfs_shadow_copy2. Implement mkdirat().Jeremy Allison2019-09-111-0/+25
* s3: VFS: vfs_media_harmony. Implement mkdirat().Jeremy Allison2019-09-111-0/+43
* s3: VFS: vfs_xfs_sgid. Implement mkdirat().Jeremy Allison2019-09-111-0/+79
* s3: VFS: vfs_glusterfs. Implement mkdirat().Jeremy Allison2019-09-111-0/+17
* s3: VFS: vfs_full_audit. Implement mkdirat().Jeremy Allison2019-09-111-0/+21
* s3: VFS: vfs_extd_audit. Implement mkdirat().Jeremy Allison2019-09-111-0/+27
* s3: VFS: vfs_ceph_snapshots. Implement mkdirat().Jeremy Allison2019-09-111-0/+26
* s3: VFS: vfs_ceph. Implement mkdirat().Jeremy Allison2019-09-111-0/+26
* s3: VFS: vfs_catia. Implement mkdirat().Jeremy Allison2019-09-111-0/+40
* s3: VFS: vfs_cap. Implement mkdirat().Jeremy Allison2019-09-111-0/+31
* s3: VFS: vfs_audit. Implement mkdirat().Jeremy Allison2019-09-111-0/+21