summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.16.5 release.samba-4.16.5Jule Anger2022-09-071-1/+1
* WHATSNEW: Add release notes for Samba 4.16.5.Jule Anger2022-09-071-2/+65
* smbd: check for streams support in unix_convert()Ralph Boehme2022-09-062-2/+8
* smbd: return NT_STATUS_OBJECT_NAME_INVALID if a share doesn't support streamsRalph Boehme2022-09-061-1/+1
* smbtorture: add a test trying to create a stream on share without streams sup...Ralph Boehme2022-09-065-0/+53
* smbd: implement access checks for SMB2-GETINFO as per MS-SMB2 3.3.5.20.1Ralph Boehme2022-09-063-4/+28
* smbtorture: check required access for SMB2-GETINFORalph Boehme2022-09-063-0/+150
* s4/libcli/smb2: avoid using smb2_composite_setpathinfo() in smb2_util_setatr()Ralph Boehme2022-09-062-15/+32
* smbd: directly pass fsp to SMB_VFS_FGETXATTR() in fget_ea_dos_attribute()Ralph Boehme2022-09-061-2/+2
* smbd: add and use vfs_fget_dos_attributes()Ralph Boehme2022-09-065-5/+59
* smbtorture: add test smb2.stream.attributes2Ralph Boehme2022-09-062-0/+356
* smbtorture: rename smb2.streams.attributes to smb2.streams.attributes1Ralph Boehme2022-09-062-5/+5
* vfs_default: assert all passed in fsp's and names are non-stream typeRalph Boehme2022-09-061-38/+56
* vfs_streams_xattr: restrict which fcntl's are allowed on streamsRalph Boehme2022-09-061-0/+33
* smbd: skip access checks for stat-opens on streams in open_file()Ralph Boehme2022-09-061-22/+29
* smbd: use metadata_fsp() in get_acl_group_bits()Ralph Boehme2022-09-061-1/+1
* smbd: ignore request to set the SPARSE attribute on streamsRalph Boehme2022-09-061-0/+13
* smbd: use metadata_fsp() with SMB_VFS_FSET_DOS_ATTRIBUTES()Ralph Boehme2022-09-061-3/+2
* smbd: use metadata_fsp() with SMB_VFS_FGET_DOS_ATTRIBUTES()Ralph Boehme2022-09-062-2/+4
* smbd: use metadata_fsp() with SMB_VFS_FSET_NT_ACL()Ralph Boehme2022-09-063-4/+10
* smbd: use metadata_fsp() with SMB_VFS_FGET_NT_ACL()Ralph Boehme2022-09-067-8/+7
* CI: add a test trying to delete a stream on a pathref ("stat open") handleRalph Boehme2022-09-064-0/+132
* vfs_xattr_tdb: add "xattr_tdb:ignore_user_xattr" optionRalph Boehme2022-09-061-1/+84
* vfs_xattr_tdb: add a module configRalph Boehme2022-09-061-97/+99
* vfs_xattr_tdb: move close_xattr_db()Ralph Boehme2022-09-061-10/+10
* smdb: use fsp_is_alternate_stream() in open_file()Ralph Boehme2022-09-061-2/+2
* smbd: Introduce metadata_fsp()Volker Lendecke2022-09-062-0/+9
* smbd: Introduce fsp_is_alternate_stream()Volker Lendecke2022-09-062-0/+6
* lib:replace: Only include <sys/mount.h> on non-Linux systemsAndreas Schneider2022-08-232-1/+6
* s3: smbd: Plumb close_type parameter through close_file_in_loop(), file_close...Jeremy Allison2022-08-231-6/+9
* s3: smbd: Add "enum file_close_type close_type" parameter to file_close_conn().Jeremy Allison2022-08-233-3/+3
* s3: smbd: Add "enum file_close_type close_type" parameter to close_cnum().Jeremy Allison2022-08-233-4/+8
* s3/smbd: Use after free when iterating smbd_server_connection->connectionsJeremy Allison2022-08-231-11/+25
* s3/smbd: Use after free when iterating smbd_server_connection->connectionsJeremy Allison2022-08-231-0/+9
* s3:smbd: only clear LEASE_READ if there's no read lease is leftStefan Metzmacher2022-08-232-7/+6
* s4:torture/smb2: add smb2.lease.v[1,2]_bug_15148Stefan Metzmacher2022-08-232-0/+210
* s3:smbd: share_mode_flags_set() takes SMB2_LEASE_* valuesStefan Metzmacher2022-08-232-2/+2
* libcli/smb: Set error status if 'iov' pointer is NULLJoseph Sutton2022-08-231-1/+5
* libcli/smb: Ensure we call tevent_req_nterror() on failureJoseph Sutton2022-08-231-1/+5
* s3/util/py_net.c: fix samba-tool domain join&leave segfaultMichael Tokarev2022-08-081-4/+6
* s3:rpcclient: Goto done in cmd_samr_setuserinfo_int()Andreas Schneider2022-07-311-8/+14
* mdssvc: return all-zero policy handle if spotlight is disabledRalph Boehme2022-07-313-6/+11
* CI: fix check for correct mdsvc resonse when connecting to a share with Spotl...Ralph Boehme2022-07-313-10/+10
* mdssvc: convert mds_init_ctx() to return NTSTATUSRalph Boehme2022-07-313-28/+43
* VERSION: Bump version up to Samba 4.16.5...Jule Anger2022-07-271-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.16.4 release.samba-4.16.4Jule Anger2022-07-241-1/+1
* WHATSNEW: Add release notes for Samba 4.16.4.Jule Anger2022-07-241-2/+69
* CVE-2022-32742: s3: smbd: Harden the smbreq_bufrem() macro.Jeremy Allison2022-07-243-5/+3
* CVE-2022-32742: s4: torture: Add raw.write.bad-write test.Jeremy Allison2022-07-242-0/+91
* CVE-2022-2031 testprogs: Add test for short-lived ticket across an incoming t...Joseph Sutton2022-07-241-1/+5