summaryrefslogtreecommitdiff
path: root/lib/curl_schannel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* schannel: Added special shutdown check for Windows 2000 ProfessionalMarc Hoersken2012-06-111-40/+48
* schannel: Implemented SSL/TLS renegotiationMarc Hoersken2012-06-111-10/+33
* schannel: Save session credential handles in session cacheMarc Hoersken2012-06-111-68/+126
* schannel: Code cleanupMarc Hoersken2012-06-111-11/+3
* schannel: Check for required context attributesMarc Hoersken2012-06-111-3/+19
* schannel: Allow certificate and revocation checks being deactivatedMarc Hoersken2012-06-111-2/+12
* schannel: Added SSL/TLS support with Microsoft Windows Schannel SSPIMarc Hoersken2012-06-111-0/+848