summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.16.7 release.samba-4.16.7Jule Anger2022-11-151-1/+1
* WHATSNEW: Add release notes for Samba 4.16.7.Jule Anger2022-11-151-2/+48
* CVE-2022-42898 third_party/heimdal: PAC parse integer overflowsJoseph Sutton2022-11-152-218/+444
* VERSION: Bump version up to Samba 4.16.7...Jule Anger2022-11-151-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.16.6 release.samba-4.16.6Jule Anger2022-10-241-1/+1
* WHATSNEW: Add release notes for Samba 4.16.6.Jule Anger2022-10-241-2/+44
* CVE-2022-3437 third_party/heimdal: Pass correct length to _gssapi_verify_pad()Joseph Sutton2022-10-242-4/+2
* CVE-2022-3437 third_party/heimdal: Check for overflow in _gsskrb5_get_mech()Joseph Sutton2022-10-242-1/+2
* CVE-2022-3437 third_party/heimdal: Check buffer length against overflow for D...Joseph Sutton2022-10-242-5/+14
* CVE-2022-3437 third_party/heimdal: Check the result of _gsskrb5_get_mech()Joseph Sutton2022-10-242-1/+4
* CVE-2022-3437 third_party/heimdal: Avoid undefined behaviour in _gssapi_verif...Joseph Sutton2022-10-241-3/+3
* CVE-2022-3437 third_party/heimdal: Don't pass NULL pointers to memcpy() in DE...Joseph Sutton2022-10-241-6/+8
* CVE-2022-3437 third_party/heimdal: Use constant-time memcmp() in unwrap_des3()Joseph Sutton2022-10-241-1/+1
* CVE-2022-3437 third_party/heimdal: Use constant-time memcmp() for arcfour unwrapJoseph Sutton2022-10-241-7/+7
* CVE-2022-3437 s4/auth/tests: Add unit tests for unwrap_des3()Joseph Sutton2022-10-244-0/+1279
* CVE-2022-3437 third_party/heimdal_build: Add gssapi-subsystem subsystemJoseph Sutton2022-10-241-6/+12
* CVE-2022-3437 third_party/heimdal: Remove __func__ compatibility workaroundJoseph Sutton2022-10-241-4/+0
* VERSION: Bump version up to Samba 4.16.5...Jule Anger2022-09-071-2/+2
* 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