summaryrefslogtreecommitdiff
path: root/lib/curl_schannel.c
Commit message (Expand)AuthorAgeFilesLines
* schannel: Removed extended error connection setup flagMarc Hoersken2013-02-051-6/+4
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-11/+21
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-19/+9
* SSL: Several SSL-backend related fixesOscar Koeroo2012-11-081-5/+13
* CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg2012-11-061-5/+2
* curl_schannel.c: Fixed caching more data than requiredMarc Hoersken2012-10-061-1/+9
* curl_schannel: Removed buffer limit and optimized buffer strategyMarc Hoersken2012-10-061-22/+5
* lib/curl_schannel.c: Hide size_t conversion warningMarc Hoersken2012-10-041-1/+1
* lib/curl_schannel: Increased maximum buffer size to factor 128Marc Hoersken2012-10-031-4/+4
* curl_schannel.c: Reference count the credential/session handleMarc Hoersken2012-09-091-3/+17
* Make Curl_schannel_version() return "WinSSL"Yang Tse2012-07-091-1/+1
* unicode NTLM SSPI: cleanup follow-upYang Tse2012-07-051-1/+1
* unicode NTLM SSPI: cleanupYang Tse2012-07-051-41/+30
* curl_schannel.c: Remove redundant NULL assignments following Curl_safefree()Yang Tse2012-06-251-5/+0
* curl_schannel.c: Replace free() with Curl_safefree()Marc Hoersken2012-06-251-16/+17
* schannel: Implement new buffer size strategyMarc Hoersken2012-06-201-9/+29
* schannel SSL: fix compiler warningYang Tse2012-06-201-1/+3
* schannel SSL: fix for renegotiate problemMark Salisbury2012-06-201-1/+1
* schannel_connect_step2: checksrc whitespace fixDaniel Stenberg2012-06-201-1/+1
* schannel SSL: changes in schannel_connect_step2Mark Salisbury2012-06-201-95/+128
* schannel SSL: Made send method handle unexpected cases betterMark Salisbury2012-06-201-7/+72
* curl_schannel.c: Avoid unnecessary realloc calls to reduce buffer sizeMarc Hoersken2012-06-191-16/+0
* schannel SSL: Use standard Curl read/write methodsMark Salisbury2012-06-191-37/+43
* schannel SSL: make wording of some trace messages better reflect realityYang Tse2012-06-191-16/+22
* schannel SSL: Implemented SSL shutdownMark Salisbury2012-06-191-12/+79
* schannel SSL: certificate validation on WinCEMark Salisbury2012-06-191-0/+127
* schannel SSL: Added helper methods to simplify codeMark Salisbury2012-06-191-65/+41
* Win32: downplay MS bazillion type synonyms gameYang Tse2012-06-161-2/+2
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-151-5/+35
* schannel: fix printf-style format stringsYang Tse2012-06-141-26/+27
* Fix bad failf() and info() usageYang Tse2012-06-141-17/+16
* schannel: fix unused parameter warningsYang Tse2012-06-141-0/+2
* schannel: fix comparisons between signed and unsignedYang Tse2012-06-141-2/+2
* schannel: fix discarding qualifier from pointer typeYang Tse2012-06-141-2/+2
* schannel: fix shadowing of global declarationsYang Tse2012-06-141-27/+27
* schannel: fix Curl_schannel_init() and Curl_schannel_cleanup() declarationsYang Tse2012-06-141-2/+2
* Changed Schannel string to SSL-Windows-native.Guenter Knauf2012-06-131-1/+1
* schannel: remove version number and identify its use with 'schannel' literalYang Tse2012-06-131-9/+5
* sspi: make Curl_sspi_strerror() libcurl's sspi status code string functionYang Tse2012-06-121-18/+10
* checksrc: shorten a few lines to complyDaniel Stenberg2012-06-111-8/+16
* sspi: Reworked Curl_sspi_version() to return version componentsSteve Holme2012-06-111-3/+8
* schannel: Code cleanup and bug fixesMarc Hoersken2012-06-111-42/+59
* curl_sspi: Added Curl_sspi_version functionMarc Hoersken2012-06-111-4/+4
* schannel: Replace ASCII specific code with general definesMarc Hoersken2012-06-111-5/+5
* schannel: Moved interal struct types to urldata.hMarc Hoersken2012-06-111-1/+0
* schannel: Fixed compiler warnings about pointer type assignmentsMarc Hoersken2012-06-111-4/+4
* schannel: Fixed critical typo in conditions and added buffer length checksMarc Hoersken2012-06-111-3/+3
* sspi: Refactored socks_sspi and schannel to use same error message functionsMarc Hoersken2012-06-111-12/+25