summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6b7e0eda9..61d367530 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,24 @@
2008-07-09 Corinna Vinschen <corinna@vinschen.de>
+ * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.
+ * dcrt0.cc (child_info_spawn::handle_spawn): Drop artificial
+ supplementary group list from calling setgroups in parent.
+ * grp.cc (internal_getgroups): Drop 9x-only code. Reformat.
+ * sec_auth.cc (get_logon_server): Do everything in WCHAR only.
+ (get_user_groups): Ditto. Use wlogonserver in LookupAccountNameW
+ calls, too.
+ (is_group_member): Get logon server as first argument and use in call
+ to NetLocalGroupGetMembers.
+ (get_user_local_groups): Get logon server as first argument and use in
+ calls to NetLocalGroupEnum and LookupAccountNameW. Revamp to work
+ more correctly in domain environments.
+ (get_server_groups): Accommodate aforementioned changed function calls.
+ * security.h (get_logon_server): Change prototype accordingly.
+ * uinfo.cc (cygheap_user::env_logsrv): Accommodate changed
+ get_logon_server call.
+
+2008-07-09 Corinna Vinschen <corinna@vinschen.de>
+
* grp.cc (internal_getgroups): Also add integrity-enabled groups.
2008-07-09 Corinna Vinschen <corinna@vinschen.de>