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>2008-07-30 16:10:20 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-07-30 16:10:20 +0400
commitb54881352d5c4d1c179726e52d00cc50f35a2080 (patch)
tree992ebd43e672facc72c850c995e713f31523d301 /winsup/cygwin/ChangeLog
parent79ea8bbb10421f19c016e44916124d9bb8efbeda (diff)
* sec_auth.cc (extract_nt_dom_user): Return domain and user name as
WCHAR. (cygwin_logon_user): Accommodate above change. Convert password to WCHAR and call LogonUserW. * external.cc (cygwin_internal): Accommodate above change. * security.h (extract_nt_dom_user): Change prototype accordingly.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index cde34cf6d..8a84c10c0 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+2008-07-30 Corinna Vinschen <corinna@vinschen.de>
+
+ * sec_auth.cc (extract_nt_dom_user): Return domain and user name as
+ WCHAR.
+ (cygwin_logon_user): Accommodate above change. Convert password to
+ WCHAR and call LogonUserW.
+ * external.cc (cygwin_internal): Accommodate above change.
+ * security.h (extract_nt_dom_user): Change prototype accordingly.
+
2008-07-30 Christopher Faylor <me+cygwin@cgf.cx>
* cygwin.din (_getutline): Remove.