From 54ade28dfa707bdd9bd0b37c7865d57be82a4263 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 12 Feb 2015 08:48:34 +0000 Subject: [PATCH] * ntsec.xml: Throughout fix references to the Cygwin version number. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/ntsec.xml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index ea20f7dac..30c81f4fb 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2015-02-12 Corinna Vinschen + + * ntsec.xml: Throughout fix references to the Cygwin version number. + 2015-02-11 Warren Young * faq-using.xml (faq.using.startup-slow): New entry. diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml index 42fd83791..0d84e5dc1 100644 --- a/winsup/doc/ntsec.xml +++ b/winsup/doc/ntsec.xml @@ -117,12 +117,12 @@ treat these SIDs as identifying two separate accounts. One is "FOO\johndoe", the other one is "BAR\johndoe" or "johndoe@bar.local". Different SID, different account. Full stop. -Starting with Cygwin 1.7.33, Cygwin uses an automatic, internal +Starting with Cygwin 1.7.34, Cygwin uses an automatic, internal translation from Windows SID to POSIX UID/GID. This mechanism, which is the preferred method for the SID<=>UID/GID mapping, is described in detail in . -Prior to Cygwin 1.7.33, the last part of the SID, the so called +Prior to Cygwin 1.7.34, the last part of the SID, the so called "Relative IDentifier" (RID), was by default used as UID and/or GID when you created the /etc/passwd and /etc/group files using the @@ -266,7 +266,7 @@ documented, albeit in a confusing way and spread over multiple MSDN articles. -Starting with Cygwin 1.7.33, Cygwin utilizes an approach inspired by the +Starting with Cygwin 1.7.34, Cygwin utilizes an approach inspired by the mapping method as implemented by SFU, with a few differences for backward compatibility and to handle some border cases differently.