From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 686083858436; Tue, 27 Feb 2024 11:20:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 686083858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709032803; bh=kRVt2+kqu+tzsGLnXt4OlrOuIZi1RalIKMJ+XquoxgA=; h=From:To:Subject:Date:From; b=w90OIo6iEMGvttC75+azyXdy8P681YC/T9f2R8/2TmxdgCa8se5+hPcrXJMSSAHOb 30zYf80W3OjU/vooB2N/IA3fgW17t3pLWuUuXLmM+GZ4CkP/jTI2E+34yMr2ksV7pw XXdl4V8nVHp9kJDwu/GX/q+HlYVw4bBm1sQxk5/I= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/cygwin-3_5-branch] Cygwin: add release text for getgrent local SAM enumeration patch X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_5-branch X-Git-Oldrev: 69aba646123cef13a6aa9dbec175f1e22357df2e X-Git-Newrev: a5744289b71a08e0cec284002629b82801813dc8 Message-Id: <20240227112003.686083858436@sourceware.org> Date: Tue, 27 Feb 2024 11:20:03 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Da5744289b71= a08e0cec284002629b82801813dc8 commit a5744289b71a08e0cec284002629b82801813dc8 Author: Corinna Vinschen AuthorDate: Mon Feb 26 10:15:06 2024 +0100 Commit: Corinna Vinschen CommitDate: Mon Feb 26 11:44:25 2024 +0100 Cygwin: add release text for getgrent local SAM enumeration patch =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.5.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winsup/cygwin/release/3.5.1 b/winsup/cygwin/release/3.5.1 index a7d74fa6b689..7ef55d17da94 100644 --- a/winsup/cygwin/release/3.5.1 +++ b/winsup/cygwin/release/3.5.1 @@ -29,3 +29,5 @@ Fixes: =20 - Fix newgrp(1) group handling. Only allow groups already in the user token, as Windows doesn't allow otherwise. + +- Fix getgrent enumeration of local SAM accounts on domain member machines.