summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path.Peter Eriksson2021-03-031-0/+1
* smbd: don't overwrite _mode if neither a msdfs symlink nor get_dosmode is req...Ralph Boehme2021-02-261-7/+9
* CI: verify a symlink has FILE_ATTRIBUTE_NORMAL setRalph Boehme2021-02-261-0/+14
* vfs_aixacl: fix regression from f4c2f867f035fcbe3d547d5635d058b0aec7636aRalph Boehme2021-02-261-3/+3
* vfs: restore platform specific POSIX sys_acl_set_file() functionsRalph Boehme2021-02-263-0/+164
* smbd: In conn_force_tdis_done() when forcing a connection closed force a full...Jeremy Allison2021-02-261-1/+9
* printing: use correct error out in get_correct_cversion() when openat_pathref...Ralph Boehme2021-02-221-1/+4
* printing: use correct error out in file_version_is_newer() when openat_pathre...Ralph Boehme2021-02-221-1/+3
* printing: use correct error out in file_version_is_newer() when openat_pathre...Ralph Boehme2021-02-221-1/+2
* s3:pysmbd: fix fd leak in py_smbd_create_file()Stefan Metzmacher2021-02-161-0/+3
* s3: libsmb: cli_state_save_tcon(). Don't deepcopy tcon struct when temporaril...Jeremy Allison2021-02-031-2/+28
* s3: torture: Change the SMB1-only UID-REGRESSION-TEST to do an explicit copy ...Jeremy Allison2021-02-031-5/+17
* s3: smbtorture3: Ensure run_tcon_test() always replaces any saved tcon and sh...Jeremy Allison2021-02-031-0/+5
* s3: smbtorture3: Ensure we *always* replace the saved saved_tcon even in an e...Jeremy Allison2021-02-031-1/+1
* s3: libsmb: Ensure we disconnect the temporary SMB1 tcon pointer on failure t...Jeremy Allison2021-02-031-0/+7
* s3: tests: Add regression test for bug 13992.Jeremy Allison2021-02-031-0/+20
* s3:smbd: Fix invalid memory access in posix_sys_acl_blob_get_fd()Andreas Schneider2021-02-031-1/+1
* s3:selftest: run test_smbclient_tarmode.pl with a fixed subdirectory nameStefan Metzmacher2021-02-021-2/+2
* s3:idmap_hash: reliable return ID_TYPE_BOTHStefan Metzmacher2021-01-271-0/+35
* smbd: use fsp->conn->session_info for the initial delete-on-close tokenRalph Boehme2021-01-271-21/+4
* selftest: add a test that verifies unlink works when "force user" is setRalph Boehme2021-01-272-0/+45
* vfs_error_inject: add unlinkat hookRalph Boehme2021-01-271-0/+44
* s3/auth: implement "winbind:ignore domains"Ralph Boehme2021-01-271-0/+8
* winbind: check for allowed domains in winbindd_pam_auth_pac_verify()Ralph Boehme2021-01-271-0/+8
* winbind: check for allowed domains in winbindd_dual_pam_chauthtok()Ralph Boehme2021-01-271-0/+8
* winbind: check for allowed domains in winbindd_dual_pam_chng_pswd_auth_crap()Ralph Boehme2021-01-271-0/+9
* winbind: check for allowed domains in winbindd_dual_pam_auth_crap()Ralph Boehme2021-01-271-0/+10
* winbind: check for allowed domains in winbindd_dual_pam_auth()Ralph Boehme2021-01-271-0/+9
* winbind: move "winbind:ignore domain" logic to a seperate functionRalph Boehme2021-01-273-8/+23
* selftest: add a test for "winbind:ignore domains"Ralph Boehme2021-01-272-0/+107
* winbind: handle MSG_SMB_CONF_UPDATED in the winbinds childrenRalph Boehme2021-01-271-0/+22
* winbind: set logfile after reloading configRalph Boehme2021-01-271-3/+3
* winbind: move config-reloading code to winbindd_dual.cRalph Boehme2021-01-273-17/+28
* vfs: update status of SMB_VFS_SYMLINKAT()Jeremy Allison2021-01-172-2/+2
* s3: smbd: Change smb_set_file_unix_link() to use a real directory fsp for SMB...Jeremy Allison2021-01-171-2/+29
* s3: VFS: glusterfs: Fix vfs_gluster_symlinkat() to cope with a real dirfsp.Jeremy Allison2021-01-171-2/+14
* s3: VFS: ceph: Fix cephwrap_symlinkat() to cope with real directory fsps.Jeremy Allison2021-01-171-4/+12
* vfs: directory enumeration is now handle basedRalph Boehme2021-01-152-14/+0
* vfs: update status of SMB_VFS_MKDIRAT()Ralph Boehme2021-01-152-2/+2
* pysmbd: use real dirfsp for SMB_VFS_MKDIRAT()Ralph Boehme2021-01-151-2/+26
* vfs: update status of SMB_VFS_MKNODAT()Ralph Boehme2021-01-152-2/+2
* s3: smbd: Change smb_unix_mknod() to use a real directory fsp for SMB_VFS_MKN...Jeremy Allison2021-01-151-3/+18
* s3: smbd: Move creation of parent_fname out of lp_inherit_permissions() claus...Jeremy Allison2021-01-151-11/+12
* s3: VFS: glusterfs: Fix vfs_gluster_mknodat() to cope with a real dirfsp.Jeremy Allison2021-01-151-2/+14
* s3: VFS: glusterfs: Fix missing END_PROFILE() in mkdirat() return.Jeremy Allison2021-01-151-0/+1
* s3: VFS: ceph: Fix cephwrap_mknodat() to cope with real directory fsps.Jeremy Allison2021-01-151-3/+14
* s3: VFS: ceph: Fix cephwrap_mkdirat() to cope with real directory fsps.Jeremy Allison2021-01-151-3/+12
* smbd: implement FSCTL_SMBTORTURE_IOCTL_RESPONSE_BODY_PADDING8 as reproducer f...Stefan Metzmacher2021-01-152-3/+39
* vfs: The New VFSRalph Boehme2021-01-142-0/+1102
* smbd: inherit st_ex_mode to basename from stream name in create_file_unixpath()Ralph Boehme2021-01-141-1/+3