aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2024-02-26 10:15:06 +0100
committerCorinna Vinschen <corinna@vinschen.de>2024-02-26 11:44:25 +0100
commita5744289b71a08e0cec284002629b82801813dc8 (patch)
tree09d163f5aaddc5dcd901196fb38f883fce8274d4
parent69aba646123cef13a6aa9dbec175f1e22357df2e (diff)
Cygwin: add release text for getgrent local SAM enumeration patchcygwin-3.5.1
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.5.12
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.5.1 b/winsup/cygwin/release/3.5.1
index a7d74fa6b..7ef55d17d 100644
--- a/winsup/cygwin/release/3.5.1
+++ b/winsup/cygwin/release/3.5.1
@@ -29,3 +29,5 @@ Fixes:
- 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.