summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* CVE-2022-42898: HEIMDAL: lib/krb5: fix _krb5_get_int64 on systems where 'unsi...Stefan Metzmacher2022-11-231-1/+1
* VERSION: Bump version up to Samba 4.15.13...Jule Anger2022-11-151-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.15.12 release.samba-4.15.12Jule Anger2022-11-151-1/+1
* WHATSNEW: Add release notes for Samba 4.15.12.Jule Anger2022-11-151-2/+47
* CVE-2022-42898 source4/heimdal: PAC parse integer overflowsJoseph Sutton2022-11-151-199/+384
* CVE-2022-42898 source4/heimdal: Round #2 of scan-build warnings cleanupNicolas Williams2022-11-151-0/+1
* CVE-2022-42898 source4/heimdal: Add krb5_ret/store_[u]int64()Nicolas Williams2022-11-153-16/+133
* CVE-2022-42898 source4/heimdal: Add bswap64()Nicolas Williams2022-11-153-0/+23
* VERSION: Bump version up to Samba 4.15.12...Jule Anger2022-10-251-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.15.11 release.samba-4.15.11Jule Anger2022-10-241-1/+1
* WHATSNEW: Add release notes for Samba 4.15.11.Jule Anger2022-10-241-2/+52
* CVE-2022-3437 source4/heimdal: Pass correct length to _gssapi_verify_pad()Joseph Sutton2022-10-242-4/+2
* CVE-2022-3437 source4/heimdal: Check for overflow in _gsskrb5_get_mech()Joseph Sutton2022-10-242-1/+2
* CVE-2022-3437 source4/heimdal: Check buffer length against overflow for DES{,...Joseph Sutton2022-10-242-5/+14
* CVE-2022-3437 source4/heimdal: Check the result of _gsskrb5_get_mech()Joseph Sutton2022-10-242-1/+4
* CVE-2022-3437 source4/heimdal: Avoid undefined behaviour in _gssapi_verify_pad()Joseph Sutton2022-10-241-3/+3
* CVE-2022-3437 source4/heimdal: Don't pass NULL pointers to memcpy() in DES un...Joseph Sutton2022-10-241-6/+8
* CVE-2022-3437 source4/heimdal: Use constant-time memcmp() in unwrap_des3()Joseph Sutton2022-10-241-1/+1
* CVE-2022-3437 source4/heimdal: Use constant-time memcmp() for arcfour unwrapJoseph Sutton2022-10-241-17/+7
* CVE-2022-3437 s4/auth/tests: Add unit tests for unwrap_des3()Joseph Sutton2022-10-244-0/+1282
* CVE-2022-3437 source4/heimdal_build: Add gssapi-subsystem subsystemJoseph Sutton2022-10-241-4/+10
* CVE-2022-3437 source4/heimdal: Remove __func__ compatibility workaroundJoseph Sutton2022-10-241-4/+0
* .gitlab-ci: Work around new git restrictions arising from CVE-2022-24765Andrew Bartlett2022-10-241-0/+2
* bootstrap: Migrate to CentOS8 StreamAndreas Schneider2022-10-249-39/+19
* bootstrap: chown the whole cloned repo, not just the subfoldersAndrew Bartlett2022-10-243-3/+3
* bootstrap: Fix CentOS8 runnerAndreas Schneider2022-10-244-2/+20
* VERSION: Bump version up to Samba 4.15.11...Jule Anger2022-09-281-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.15.10 release.samba-4.15.10Jule Anger2022-09-281-1/+1
* WHATSNEW: Add release notes for Samba 4.15.10.Jule Anger2022-09-281-2/+66
* s3: smbd: Fix memory leak in smbd_server_connection_terminate_done().Jeremy Allison2022-09-281-0/+1
* 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