Revert changes relative to lib/*.[ch] recent renaming
[platform/upstream/curl.git] / lib / curl_schannel.c
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-11-08 Oscar KoerooSSL: Several SSL-backend related fixes
2012-11-06 Daniel StenbergCURLOPT_SSL_VERIFYHOST: stop supporting the 1 value
2012-10-06 Marc Hoerskencurl_schannel.c: Fixed caching more data than required
2012-10-06 Marc Hoerskencurl_schannel: Removed buffer limit and optimized buffe...
2012-10-04 Marc Hoerskenlib/curl_schannel.c: Hide size_t conversion warning
2012-10-03 Marc Hoerskenlib/curl_schannel: Increased maximum buffer size to...
2012-09-09 Marc Hoerskencurl_schannel.c: Reference count the credential/session...
2012-07-09 Yang TseMake Curl_schannel_version() return "WinSSL"
2012-07-05 Yang Tseunicode NTLM SSPI: cleanup follow-up
2012-07-05 Yang Tseunicode NTLM SSPI: cleanup
2012-06-25 Yang Tsecurl_schannel.c: Remove redundant NULL assignments...
2012-06-25 Marc Hoerskencurl_schannel.c: Replace free() with Curl_safefree()
2012-06-20 Marc Hoerskenschannel: Implement new buffer size strategy
2012-06-20 Yang Tseschannel SSL: fix compiler warning
2012-06-20 Mark Salisburyschannel SSL: fix for renegotiate problem
2012-06-19 Daniel Stenbergschannel_connect_step2: checksrc whitespace fix
2012-06-19 Mark Salisburyschannel SSL: changes in schannel_connect_step2
2012-06-19 Mark Salisburyschannel SSL: Made send method handle unexpected cases...
2012-06-19 Marc Hoerskencurl_schannel.c: Avoid unnecessary realloc calls to...
2012-06-19 Mark Salisburyschannel SSL: Use standard Curl read/write methods
2012-06-19 Yang Tseschannel SSL: make wording of some trace messages bette...
2012-06-19 Mark Salisburyschannel SSL: Implemented SSL shutdown
2012-06-19 Mark Salisburyschannel SSL: certificate validation on WinCE
2012-06-19 Mark Salisburyschannel SSL: Added helper methods to simplify code
2012-06-16 Yang TseWin32: downplay MS bazillion type synonyms game
2012-06-15 Mark SalisburySSPI related code: Unicode support for WinCE
2012-06-14 Yang Tseschannel: fix printf-style format strings
2012-06-14 Yang TseFix bad failf() and info() usage
2012-06-14 Yang Tseschannel: fix unused parameter warnings
2012-06-14 Yang Tseschannel: fix comparisons between signed and unsigned
2012-06-14 Yang Tseschannel: fix discarding qualifier from pointer type
2012-06-14 Yang Tseschannel: fix shadowing of global declarations
2012-06-14 Yang Tseschannel: fix Curl_schannel_init() and Curl_schannel_cl...
2012-06-13 Guenter KnaufChanged Schannel string to SSL-Windows-native.
2012-06-13 Yang Tseschannel: remove version number and identify its use...
2012-06-11 Yang Tsesspi: make Curl_sspi_strerror() libcurl's sspi status...
2012-06-11 Daniel Stenbergchecksrc: shorten a few lines to comply
2012-06-11 Steve Holmesspi: Reworked Curl_sspi_version() to return version...
2012-06-11 Marc Hoerskenschannel: Code cleanup and bug fixes
2012-06-11 Marc Hoerskencurl_sspi: Added Curl_sspi_version function
2012-06-11 Marc Hoerskenschannel: Replace ASCII specific code with general...
2012-06-11 Marc Hoerskenschannel: Moved interal struct types to urldata.h
2012-06-11 Marc Hoerskenschannel: Fixed compiler warnings about pointer type...
2012-06-11 Marc Hoerskenschannel: Fixed critical typo in conditions and added...
2012-06-11 Marc Hoerskensspi: Refactored socks_sspi and schannel to use same...
2012-06-11 Marc Hoerskenschannel: Added special shutdown check for Windows...
2012-06-11 Marc Hoerskenschannel: Implemented SSL/TLS renegotiation
2012-06-11 Marc Hoerskenschannel: Save session credential handles in session...
2012-06-11 Marc Hoerskenschannel: Code cleanup
2012-06-11 Marc Hoerskenschannel: Check for required context attributes
2012-06-11 Marc Hoerskenschannel: Allow certificate and revocation checks being...
2012-06-11 Marc Hoerskenschannel: Added SSL/TLS support with Microsoft Windows...