summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-1513-138/+307
* schannel: fix printf-style format stringsYang Tse2012-06-141-26/+27
* Fix bad failf() and info() usageYang Tse2012-06-1410-32/+33
* 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-142-4/+4
* urldata.h: fix cyassl/openssl/ssl.h build clash with wincrypt.hGisle Vanem2012-06-141-0/+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-137-98/+9
* singlesocket: remove dead codeDaniel Stenberg2012-06-121-2/+3
* netrc: remove dead codeDaniel Stenberg2012-06-121-9/+2
* Revert "connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing"Yang Tse2012-06-122-49/+39
* socks_sspi.c: further cleanupYang Tse2012-06-121-75/+65
* socks_sspi.c: Clean up and removal of obsolete minor statusMarc Hoersken2012-06-121-41/+30
* Removed trailing whitespaces.Guenter Knauf2012-06-121-79/+79
* strerror.c: make Curl_sspi_strerror() always return code for errorsYang Tse2012-06-121-13/+15
* curl_sspi.h: provide sspi status definitions missing in old headersYang Tse2012-06-121-29/+237
* sspi: make Curl_sspi_strerror() libcurl's sspi status code string functionYang Tse2012-06-121-6/+6
* sspi: make Curl_sspi_strerror() libcurl's sspi status code string functionYang Tse2012-06-126-175/+347
* Revert: 634f7cfee40d4658 partiallyDaniel Stenberg2012-06-111-0/+3
* checksrc: shorten a few lines to complyDaniel Stenberg2012-06-111-8/+16
* cleanup: remove trailing whitespaceDaniel Stenberg2012-06-111-1/+1
* Makefile.vc6: Added version.lib if built with SSPISteve Holme2012-06-111-2/+3
* winbuild: Updated winbuild scripts to add schannelMarc Hoersken2012-06-111-2/+2
* mingw32: Fixed warning of USE_SSL being redefinedMarc Hoersken2012-06-111-5/+3
* sspi: Fixed incompatible parameter pointer type in Curl_sspi_versionMarc Hoersken2012-06-111-1/+2
* setup.h: Automatically define USE_SSL if USE_SCHANNEL is definedMarc Hoersken2012-06-111-1/+1
* version: Replaced SSPI feature information with version string detailsMarc Hoersken2012-06-111-6/+22
* sspi.c: Post Curl_sspi_version() rework code tidy upSteve Holme2012-06-111-26/+14
* sspi: Reworked Curl_sspi_version() to return version componentsSteve Holme2012-06-113-37/+55
* schannel: Code cleanup and bug fixesMarc Hoersken2012-06-114-52/+75
* curl_sspi: Added Curl_sspi_version functionMarc Hoersken2012-06-114-4/+56
* schannel: Updated mingw32 makefilesGuenter Knauf2012-06-111-0/+9
* schannel: Replace ASCII specific code with general definesMarc Hoersken2012-06-111-5/+5
* schannel: Added definitions which are missing in mingw32Marc Hoersken2012-06-111-0/+59
* schannel: Moved interal struct types to urldata.hMarc Hoersken2012-06-113-11/+16
* 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-114-98/+180
* 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-113-74/+143
* 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-114-0/+932
* http: Replaced specific SSL libraries list in https_getsock fallbackMarc Hoersken2012-06-111-3/+2
* connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasingMarc Hoersken2012-06-112-39/+49