From: Samuel Cabrero Date: Mon, 30 Oct 2023 12:24:29 +0000 (+0100) Subject: WHATSNEW: Mention logged on users list removal X-Git-Tag: talloc-2.4.2~959 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de20ee1adad4a6b26e07a6cf1ac89819ceaf8ecc;p=thirdparty%2Fsamba.git WHATSNEW: Mention logged on users list removal Signed-off-by: Samuel Cabrero Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Wed Nov 1 12:52:13 UTC 2023 on atb-devel-224 --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 0f20c4779df..2bd3f02e1dc 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -42,6 +42,15 @@ in a package may locate other dependencies we no longer require. REMOVED FEATURES ================ +Get locally logged on users from utmp +------------------------------------- + +The Workstation Service Remote Protocol [MS-WKST] calls NetWkstaGetInfo +level 102 and NetWkstaEnumUsers level 0 and 1 return the list of locally +logged on users. Samba was getting the list from utmp, which is not +Y2038 safe. This feature has been completely removed and Samba will +always return an empty list. + smb.conf changes ================