Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-05 | unicode NTLM SSPI: cleanup | Yang Tse | |
Reduce the number of #ifdef UNICODE directives used in source files. | |||
2012-06-15 | SSPI related code: Unicode support for WinCE | Mark Salisbury | |
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 |