summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-207-199/+208
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-207-173/+176
* ipv6: enclose AF_INET6 uses with proper #ifdefs for ipv6Daniel Stenberg2015-01-201-3/+11
* timeval: typecast for better type (on Amiga)Chris Young2015-01-201-2/+2
* openssl: do public key pinning check independentlyDaniel Stenberg2015-01-191-5/+7
* ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAPSteve Holme2015-01-188-46/+46
* http_negotiate: Use dynamic buffer for SPN generationSteve Holme2015-01-181-27/+26
* sasl_gssapi: Make Curl_sasl_build_gssapi_spn() publicSteve Holme2015-01-182-2/+6
* sasl_gssapi: Fixed memory leak with local SPN variableSteve Holme2015-01-181-0/+4
* http_negotiate.c: unused variable 'ret'Daniel Stenberg2015-01-171-1/+0
* gskit.h: Code policing of function pointer argumentsSteve Holme2015-01-171-6/+7
* vtls: Removed unimplemented overrides of curlssl_close_all()Steve Holme2015-01-1714-79/+11
* vtls: Separate the SSL backend definition from the API setupSteve Holme2015-01-1710-17/+37
* vtls: Fixed compilation errors when SSL not usedSteve Holme2015-01-171-1/+2
* http_negotiate: Added empty decoded challenge message info textSteve Holme2015-01-172-2/+9
* http_negotiate: Return CURLcode in Curl_input_negotiate() instead of intSteve Holme2015-01-174-38/+39
* http_negotiate_sspi: Prefer use of 'attrs' for context attributesSteve Holme2015-01-171-3/+3
* http_negotiate_sspi: Use correct return type for QuerySecurityPackageInfo()Steve Holme2015-01-171-4/+5
* http_negotiate_sspi: Use 'CURLcode result' for CURL result codeSteve Holme2015-01-171-8/+8
* curl_endian: Fixed build when 64-bit integers are not supported (Part 2)Steve Holme2015-01-161-0/+3
* copyright years: after OCSP stapling changesDaniel Stenberg2015-01-163-3/+3
* nss: add support for the Certificate Status Request TLS extensionAlessandro Ghedini2015-01-162-0/+54
* gtls: add support for the Certificate Status Request TLS extensionAlessandro Ghedini2015-01-162-0/+47
* url: add CURLOPT_SSL_VERIFYSTATUS optionAlessandro Ghedini2015-01-165-1/+30
* curl_endian: Fixed build when 64-bit integers are not supportedSteve Holme2015-01-161-1/+4
* Curl_pretransfer: reset expected transfer sizesDaniel Stenberg2015-01-141-1/+2
* curl_schannel.c: mark session as removed from cache if not freedMarc Hoersken2015-01-121-3/+8
* Merge pull request #134 from vszakats/mingw-m64Guenter Knauf2015-01-091-1/+1
|\
| * add -m64 clags when targeting mingw64, add -m32/-m64 to LDFLAGSViktor Szakats2015-01-081-3/+1
* | Merge pull request #136 from vszakats/mingw-allow-custom-cflagsGuenter Knauf2015-01-091-3/+1
|\ \
| * | mingw build: allow to pass custom CFLAGSViktor Szakats2015-01-091-3/+1
| |/
* | NSS: fix compiler error when built http2-enabledDaniel Stenberg2015-01-091-1/+3
* | gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitionsSteve Holme2015-01-095-47/+23
* | FTP: if EPSV fails on IPV6 connections, bail outDaniel Stenberg2015-01-081-0/+7
* | FTP: fix IPv6 host using link-local addressDaniel Stenberg2015-01-082-39/+28
* | NetWare build: added TLS-SRP enabled build.Guenter Knauf2015-01-081-0/+14
* | sasl_gssapi: Fixed build on NetBSD with built-in GSS-APISteve Holme2015-01-081-1/+2
|/
* darwinssl: fix session ID keys to only reuse identical sessionsDaniel Stenberg2015-01-071-4/+5
* url-parsing: reject CRLFs within URLsDaniel Stenberg2015-01-071-0/+7
* ldap: Convert attribute output to UTF-8 when UnicodeSteve Holme2015-01-071-5/+40
* ldap: Convert DN output to UTF-8 when UnicodeSteve Holme2015-01-071-5/+27
* hostip: remove 'stale' argument from Curl_fetch_addr protoDaniel Stenberg2015-01-073-20/+14
* ldap/imap: Fixed spelling mistake in comments and variable namesSteve Holme2015-01-072-27/+27
* curl_multibyte.h: Eliminated some trailing whitespaceDan Fandrich2015-01-051-1/+1
* ldap: Fixed Unicode usage for all Win32 buildsSteve Holme2015-01-043-32/+23
* ldap: Fixed memory leak from commit efb64fdf80Steve Holme2015-01-041-4/+1
* ldap: Fix memory leak from commit 3a805c5cc1Steve Holme2015-01-041-0/+2
* ldap: Fixed attribute variable warnings when Unicode is enabledSteve Holme2015-01-041-0/+10
* ldap: Fixed DN variable warnings when Unicode is enabledSteve Holme2015-01-041-0/+6
* ldap: Remove the unescape_elements() functionSteve Holme2015-01-041-15/+3