aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-11version: Replaced SSPI feature information with version string detailsMarc Hoersken
2012-06-11sspi.c: Post Curl_sspi_version() rework code tidy upSteve Holme
2012-06-11sspi: Reworked Curl_sspi_version() to return version componentsSteve Holme
2012-06-11schannel: Code cleanup and bug fixesMarc Hoersken
2012-06-11curl_sspi: Added Curl_sspi_version functionMarc Hoersken
2012-06-11schannel: Updated mingw32 makefilesGuenter Knauf
2012-06-11schannel: Replace ASCII specific code with general definesMarc Hoersken
2012-06-11schannel: Added definitions which are missing in mingw32Marc Hoersken
2012-06-11schannel: Moved interal struct types to urldata.hMarc Hoersken
2012-06-11schannel: Fixed compiler warnings about pointer type assignmentsMarc Hoersken
2012-06-11schannel: Fixed critical typo in conditions and added buffer length checksMarc Hoersken
2012-06-11sspi: Refactored socks_sspi and schannel to use same error message functionsMarc Hoersken
2012-06-11schannel: Added special shutdown check for Windows 2000 ProfessionalMarc Hoersken
2012-06-11schannel: Implemented SSL/TLS renegotiationMarc Hoersken
2012-06-11schannel: Save session credential handles in session cacheMarc Hoersken
2012-06-11schannel: Code cleanupMarc Hoersken
2012-06-11schannel: Check for required context attributesMarc Hoersken
2012-06-11schannel: Allow certificate and revocation checks being deactivatedMarc Hoersken
2012-06-11schannel: Added SSL/TLS support with Microsoft Windows Schannel SSPIMarc Hoersken
2012-06-11http: Replaced specific SSL libraries list in https_getsock fallbackMarc Hoersken
2012-06-11connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasingMarc Hoersken
2012-06-11curl_ntlm_msgs.c: Fixed passwdlen not being used and recalculatedMarc Hoersken
2012-06-10Curl_pgrsDone: return int and acknowledge return codeDaniel Stenberg
2012-06-09smtp.c: Removed unused variableSteve Holme
2012-06-09smtp: Post apop feature code tidy upSteve Holme
2012-06-09pop3: Post apop feature code tidy upSteve Holme
2012-06-09pop3: Added support for apop authenticationSteve Holme
2012-06-09pop3: Enhanced the extended authentication mechanism detectionSteve Holme
2012-06-09pop3.c: Fixed length of SASL checkSteve Holme
2012-06-09OpenSSL: support longer certificate subject namesDaniel Stenberg
2012-06-08ssl: fix duplicated SSL handshake with multi interface and proxyKamil Dudka
2012-06-08openldap: OOM fixesDaniel Stenberg
2012-06-08sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme
2012-06-07smtp.c: Re-factored the smtp_state_*_resp() functionsSteve Holme
2012-06-06smtp: Re-factored the SMTP_AUTH* state machine constantsSteve Holme
2012-06-05smtp.c: Removed whitespaceSteve Holme
2012-06-05pop3: Another small code tidy upSteve Holme
2012-06-05smtp: Post authentication code tidy upSteve Holme
2012-06-05email: Removed duplicated header fileSteve Holme
2012-06-04sasl: Renamed Curl_sasl_decode_ntlm_type2_message()Steve Holme
2012-06-04pop3: Post authentication code tidy upSteve Holme
2012-06-04pop3: Added support for sasl digest-md5 authenticationSteve Holme
2012-06-04sasl: add reference for curl_saslYang Tse
2012-06-04Makefile.inc: tab adjustmentYang Tse
2012-06-04sasl: Added service parameter to Curl_sasl_create_digest_md5_message()Steve Holme
2012-06-04pop3: Changed the sasl mechanism detection from auth to capaSteve Holme
2012-06-04sasl: Small code tidy upSteve Holme
2012-06-04sasl: Moved digest-md5 authentication message creation from smtp.cSteve Holme
2012-06-04sasl: Small code tidy up before moving digest-md5 overSteve Holme
2012-06-03pop3: Added support for sasl cram-md5 authenticationSteve Holme