diff options
author | Jule Anger <janger@samba.org> | 2023-01-26 11:07:21 +0100 |
---|---|---|
committer | Jule Anger <janger@samba.org> | 2023-01-26 18:43:17 +0100 |
commit | c67be71304897c2ce31c7a789d14c9c745814495 (patch) | |
tree | d6202e03dc86068167cc01e20377716b7f80a475 | |
parent | 85331e00b6f41171c239fec0593b0c1ca133e9a6 (diff) | |
download | samba-c67be71304897c2ce31c7a789d14c9c745814495.tar.gz |
WHATSNEW: Add release notes for Samba 4.17.5.
Signed-off-by: Jule Anger <janger@samba.org>
-rw-r--r-- | WHATSNEW.txt | 85 |
1 files changed, 83 insertions, 2 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 40f99a45a90..5eb0a0281c1 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,4 +1,86 @@ ============================== + Release Notes for Samba 4.17.5 + January 26, 2023 + ============================== + + +This is the latest stable release of the Samba 4.17 release series. + + +Changes since 4.17.4 +-------------------- + +o Jeremy Allison <jra@samba.org> + * BUG 14808: smbc_getxattr() return value is incorrect. + * BUG 15172: Compound SMB2 FLUSH+CLOSE requests from MacOSX are not handled + correctly. + * BUG 15210: synthetic_pathref AFP_AfpInfo failed errors. + * BUG 15226: samba-tool gpo listall fails IPv6 only - finddcs() fails to find + DC when there is only an AAAA record for the DC in DNS. + * BUG 15236: smbd crashes if an FSCTL request is done on a stream handle. + * BUG 15277: DFS links don't work anymore on Mac clients since 4.17. + * BUG 15283: vfs_virusfilter segfault on access, directory edgecase + (accessing NULL value). + +o Samuel Cabrero <scabrero@samba.org> + * BUG 15240: CVE-2022-38023 [SECURITY] Samba should refuse RC4 (aka md5) + based SChannel on NETLOGON (additional changes). + +o Volker Lendecke <vl@samba.org> + * BUG 15243: %U for include directive doesn't work for share listing + (netshareenum). + * BUG 15266: Shares missing from netshareenum response in samba 4.17.4. + * BUG 15269: ctdb: use-after-free in run_proc. + +o Stefan Metzmacher <metze@samba.org> + * BUG 15243: %U for include directive doesn't work for share listing + (netshareenum). + * BUG 15266: Shares missing from netshareenum response in samba 4.17.4. + * BUG 15280: irpc_destructor may crash during shutdown. + * BUG 15286: auth3_generate_session_info_pac leaks wbcAuthUserInfo. + +o Andreas Schneider <asn@samba.org> + * BUG 15268: smbclient segfaults with use after free on an optimized build. + +o Jones Syue <jonessyue@qnap.com> + * BUG 15282: smbstatus leaking files in msg.sock and msg.lock. + +o Andrew Walker <awalker@ixsystems.com> + * BUG 15164: Leak in wbcCtxPingDc2. + * BUG 15265: Access based share enum does not work in Samba 4.16+. + * BUG 15267: Crash during share enumeration. + * BUG 15271: rep_listxattr on FreeBSD does not properly check for reads off + end of returned buffer. + +o Florian Weimer <fweimer@redhat.com> + * BUG 15281: Avoid relying on C89 features in a few places. + + +####################################### +Reporting bugs & Development Discussion +####################################### + +Please discuss this release on the samba-technical mailing list or by +joining the #samba-technical:matrix.org matrix room, or +#samba-technical IRC channel on irc.libera.chat. + + +If you do report problems then please try to send high quality +feedback. If you don't provide vital information to help us track down +the problem then you will probably be ignored. All bug reports should +be filed under the Samba 4.1 and newer product in the project's Bugzilla +database (https://bugzilla.samba.org/). + + +====================================================================== +== Our Code, Our Bugs, Our Responsibility. +== The Samba Team +====================================================================== + + +Release notes for older releases follow: +---------------------------------------- + ============================== Release Notes for Samba 4.17.4 December 15, 2022 ============================== @@ -152,8 +234,7 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- ============================== Release Notes for Samba 4.17.3 November 15, 2022 |