]> granicus.if.org Git - curl/commit
SSPI related code: Unicode support for WinCE
authorMark Salisbury <mark.salisbury@hp.com>
Fri, 15 Jun 2012 16:05:11 +0000 (18:05 +0200)
committerYang Tse <yangsita@gmail.com>
Fri, 15 Jun 2012 16:41:49 +0000 (18:41 +0200)
commit46480bb9a1569eaf156012f33e3e7e8c3de18f87
tree28c6ee9e5b39119260f0691ecb765e771f7fed72
parent16c725dbc77b408d5b3c2b2d213063f7c2398c06
SSPI related code: Unicode support for WinCE

SSPI related code now compiles with ANSI and WCHAR versions of security
methods (WinCE requires WCHAR versions of methods).

Pulled UTF8 to WCHAR conversion methods out of idn_win32.c into their own file.

curl_sasl.c - include curl_memory.h to use correct memory functions.

getenv.c and telnet.c - WinCE compatibility fix

With some committer adjustments
13 files changed:
lib/curl_multibyte.c [new file with mode: 0644]
lib/curl_multibyte.h [new file with mode: 0644]
lib/curl_ntlm_msgs.c
lib/curl_sasl.c
lib/curl_schannel.c
lib/curl_sspi.c
lib/curl_sspi.h
lib/getenv.c
lib/http_negotiate_sspi.c
lib/idn_win32.c
lib/socks_sspi.c
lib/strerror.c
lib/telnet.c