Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-22 12:32:07 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-10-22 12:32:07 +0400
commit783341b6294d03dd6bfbc20df996cffc4014d426 (patch)
tree7f2f9935f0a0bb6d52a30f5779ed8195b7559b6b /winsup/cygwin/release
parenta45be63b29c662ac698c3a17d8bac5ee41c5818d (diff)
*** empty log message ***
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.3311
1 files changed, 8 insertions, 3 deletions
diff --git a/winsup/cygwin/release/1.7.33 b/winsup/cygwin/release/1.7.33
index 5b2c7a24d..11c99f305 100644
--- a/winsup/cygwin/release/1.7.33
+++ b/winsup/cygwin/release/1.7.33
@@ -1,9 +1,14 @@
What's new:
-----------
-- Introduce reading passwd/group entries directly from SAM/AD, thus allowing
- to do without /etc/passwd and /etc/group files. Introduce /etc/nsswitch.conf
- file to configure passwd/group handling.
+- Cygwin can now generate passwd/group entries directly from Windows
+ user databases (local SAM or Active Directory), thus allowing to run
+ Cygwin without having to create /etc/passwd and /etc/group files.
+ Introduce /etc/nsswitch.conf file to configure passwd/group handling.
+
+ For bordercase which require to use /etc/passwd and /etc/group files,
+ change mkpasswd/mkgroup to generate passwd/group entries compatible
+ with the entries read from SAM/AD.
- /proc/cygdrive is a new symlink pointing to the current cygdrive prefix.
This can be utilized in scripts to access paths via cygdrive prefix, even