summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index a0cce104a..7e2147b51 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,20 @@
+2014-02-22 Corinna Vinschen <corinna@vinschen.de>
+
+ * external.cc (cygwin_internal): Add cases for CW_GETNSSSEP,
+ CW_GETPWSID and CW_GETGRSID.
+ * grp.cc (internal_getgrsid_from_db): New function.
+ * passwd.cc (internal_getpwsid_from_db): New function.
+ (pg_ent::setent): Add special case for call from mkpasswd/mkgroup.
+ * pwdgrp.h (internal_getpwsid_from_db): Declare.
+ (internal_getgrsid_from_db): Declare.
+ (enum nss_enum_t): Move to include/sys/cygwin.h.
+ (class pg_ent): Add comment.
+ * uinfo.cc (pwdgrp::fetch_account_from_windows): Fix typo in comment.
+ Change "UNIX" to "Unix" in domain name.
+ * include/sys/cygwin.h (cygwin_getinfo_types): Add CW_GETNSSSEP,
+ CW_GETPWSID and CW_GETGRSID.
+ (enum nss_enum_t): Define here.
+
2014-02-21 Corinna Vinschen <corinna@vinschen.de>
* pwdgrp.h (pwdgrp::fetch_account_from_windows): Add bool parameter