aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-20IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat
2015-01-20ipv6: enclose AF_INET6 uses with proper #ifdefs for ipv6Daniel Stenberg
2015-01-20timeval: typecast for better type (on Amiga)Chris Young
2015-01-19openssl: do public key pinning check independentlyDaniel Stenberg
2015-01-19OS400: CURLOPT_SSL_VERIFYSTATUS for ILE/RPG too.Patrick Monnerat
2015-01-18ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAPSteve Holme
2015-01-18http_negotiate: Use dynamic buffer for SPN generationSteve Holme
2015-01-18sasl_gssapi: Make Curl_sasl_build_gssapi_spn() publicSteve Holme
2015-01-18sasl_gssapi: Fixed memory leak with local SPN variableSteve Holme
2015-01-17http_negotiate.c: unused variable 'ret'Daniel Stenberg
2015-01-17gskit.h: Code policing of function pointer argumentsSteve Holme
2015-01-17vtls: Removed unimplemented overrides of curlssl_close_all()Steve Holme
2015-01-17vtls: Separate the SSL backend definition from the API setupSteve Holme
2015-01-17vtls: Fixed compilation errors when SSL not usedSteve Holme
2015-01-17http_negotiate: Added empty decoded challenge message info textSteve Holme
2015-01-17http_negotiate: Return CURLcode in Curl_input_negotiate() instead of intSteve Holme
2015-01-17http_negotiate_sspi: Prefer use of 'attrs' for context attributesSteve Holme
2015-01-17http_negotiate_sspi: Use correct return type for QuerySecurityPackageInfo()Steve Holme
2015-01-17http_negotiate_sspi: Use 'CURLcode result' for CURL result codeSteve Holme
2015-01-16curl_endian: Fixed build when 64-bit integers are not supported (Part 2)Steve Holme
2015-01-16CURLOPT_SSL_VERIFYSTATUS.3: mention it is added in version 7.41.0Daniel Stenberg
2015-01-16curlver.h: next release is 7.41.0 due to the changesDaniel Stenberg
2015-01-16RELEASE-NOTES: mention the new OCSP stapling options, bump versionDaniel Stenberg
2015-01-16opts: add CURLOPT_SSL_VERIFYSTATUS* to docs/MakefileDaniel Stenberg
2015-01-16help: add --cert-status to --help outputDaniel Stenberg
2015-01-16copyright years: after OCSP stapling changesDaniel Stenberg
2015-01-16curl: add --cert-status optionAlessandro Ghedini
2015-01-16nss: add support for the Certificate Status Request TLS extensionAlessandro Ghedini
2015-01-16gtls: add support for the Certificate Status Request TLS extensionAlessandro Ghedini
2015-01-16url: add CURLOPT_SSL_VERIFYSTATUS optionAlessandro Ghedini
2015-01-16TheArtOfHttpScripting: skip the date at the top, we have gitDaniel Stenberg
2015-01-16TheArtOfHttpScripting: phrase it TLS lib agnosticDaniel Stenberg
2015-01-16TODO: Added some SMB ideasSteve Holme
2015-01-16RELEASE-NOTES: Synced with 5f09947d28Steve Holme
2015-01-16build-openssl.bat: Added check for Perl installationSteve Holme
2015-01-16checksrc.bat: Better detection of Perl installationSteve Holme
2015-01-16curl_endian: Fixed build when 64-bit integers are not supportedSteve Holme
2015-01-15curl.h: remove extra spaceYun SangHo
2015-01-14Curl_pretransfer: reset expected transfer sizesDaniel Stenberg
2015-01-12curl_schannel.c: mark session as removed from cache if not freedMarc Hoersken
2015-01-09RELEASE-NOTES: Synced with d21b66835fSteve Holme
2015-01-09Merge pull request #134 from vszakats/mingw-m64Guenter Knauf
2015-01-09Merge pull request #136 from vszakats/mingw-allow-custom-cflagsGuenter Knauf
2015-01-09NSS: fix compiler error when built http2-enabledDaniel Stenberg
2015-01-09gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitionsSteve Holme
2015-01-09mingw build: allow to pass custom CFLAGSViktor Szakats
2015-01-08FTP: if EPSV fails on IPV6 connections, bail outDaniel Stenberg
2015-01-08FTP: fix IPv6 host using link-local addressDaniel Stenberg
2015-01-08winbuild: Added option to build with c-aresSam Schanken
2015-01-08NetWare build: added TLS-SRP enabled build.Guenter Knauf