OSDN Git Service

* sec_auth.cc (extract_nt_dom_user): Return domain and user name as
authorCorinna Vinschen <vinschen@redhat.com>
Wed, 30 Jul 2008 12:10:20 +0000 (12:10 +0000)
committerCorinna Vinschen <vinschen@redhat.com>
Wed, 30 Jul 2008 12:10:20 +0000 (12:10 +0000)
commit9ad68a5149a115ac37a2d39988f4580ee4670bd9
treef0ad81bafe8596633d5a7ca1325a881ba0dcc0d7
parent6451d0150d3f534b7a1046cdef4c060772d32795
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/external.cc [new file with mode: 0644]
winsup/cygwin/sec_auth.cc [new file with mode: 0644]
winsup/cygwin/security.h [new file with mode: 0644]