Commit Graph

  • a268a804b7 openssl: Fixed compilation errors when OpenSSL built with 'no-tlsext' Steve Holme 2015-01-27 11:52:14 +00:00
  • 5691325440 curl_setup: Disable SMB/CIFS support when HTTP only Brad Spencer 2015-01-26 12:15:32 -04:00
  • db6bcbd83f RELEASE-NOTES: Synced with 37824498a3 Steve Holme 2015-01-23 07:57:09 +00:00
  • 37824498a3 configure: remove detection of the old yassl emulation API Daniel Stenberg 2015-01-22 23:53:52 +01:00
  • 23c6f0a344 OCSP stapling: disabled when build with BoringSSL Daniel Stenberg 2015-01-22 23:34:43 +01:00
  • d1cf5d5706 openssl: add support for the Certificate Status Request TLS extension Alessandro Ghedini 2014-06-16 15:05:17 +02:00
  • e888e30476 BoringSSL: fix build for non-configure builds Daniel Stenberg 2015-01-22 23:04:10 +01:00
  • 3d5648f9ee configure: fix BoringSSL detection and detect libresssl Daniel Stenberg 2015-01-22 22:51:17 +01:00
  • 12e45b8462 curl_sasl: Reinstate the sasl_ prefix for locally scoped functions Steve Holme 2015-01-22 20:58:15 +00:00
  • c260c9fad3 curl_sasl: Minor code policing following recent commits Steve Holme 2015-01-22 20:47:38 +00:00
  • 731e6a6662 openvms: Handle openssl/0.8.9zb version parsing John Malmberg 2015-01-15 21:28:34 -06:00
  • eb748f159a BoringSSL: detected by configure, switches off NTLM Daniel Stenberg 2015-01-22 16:34:18 +01:00
  • d6c4695dcd BoringSSL: no PKCS12 support nor ERR_remove_state Daniel Stenberg 2015-01-22 16:20:26 +01:00
  • 261208d432 BoringSSL: fix build Leith Bade 2015-01-22 22:42:50 +11:00
  • 795f013006 curl_sasl.c: chlglen is not used when cryptography is disabled Steve Holme 2015-01-20 19:28:54 +00:00
  • 71f8fdee81 curl_sasl.c: Fixed compilation warning when cyptography is disabled Steve Holme 2015-01-20 19:25:43 +00:00
  • 6005b0d99c curl_sasl.c: Fixed compilation error when USE_WINDOWS_SSPI defined Steve Holme 2015-01-20 19:21:56 +00:00
  • 7a8b2885e2 SASL: make some procedures local-scoped Patrick Monnerat 2015-01-20 18:17:55 +01:00
  • 79543caf90 SASL: common state engine for imap/pop3/smtp Patrick Monnerat 2015-01-20 17:33:05 +01:00
  • e1ea18f90e SASL: common URL option and auth capabilities decoders for all protocols Patrick Monnerat 2015-01-20 15:27:25 +01:00
  • 5f09cbcdbd IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters. Patrick Monnerat 2015-01-20 14:14:26 +01:00
  • 960b04e137 ipv6: enclose AF_INET6 uses with proper #ifdefs for ipv6 Daniel Stenberg 2015-01-20 09:03:55 +01:00
  • 089783c838 timeval: typecast for better type (on Amiga) Chris Young 2015-01-20 08:53:14 +01:00
  • be57f689b0 openssl: do public key pinning check independently Daniel Stenberg 2015-01-19 23:18:58 +01:00
  • fca58f6212 OS400: CURLOPT_SSL_VERIFYSTATUS for ILE/RPG too. Patrick Monnerat 2015-01-19 13:52:40 +01:00
  • 2cc571f9e3 ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAP Steve Holme 2015-01-18 20:25:37 +00:00
  • 1cbc8fd3d1 http_negotiate: Use dynamic buffer for SPN generation Steve Holme 2015-01-18 17:36:59 +00:00
  • 9c4fa400cf sasl_gssapi: Make Curl_sasl_build_gssapi_spn() public Steve Holme 2015-01-18 17:12:28 +00:00
  • b9fd757d03 sasl_gssapi: Fixed memory leak with local SPN variable Steve Holme 2015-01-18 17:02:55 +00:00
  • 3a9419f65a http_negotiate.c: unused variable 'ret' Daniel Stenberg 2015-01-17 23:14:40 +01:00
  • 1d25acb038 gskit.h: Code policing of function pointer arguments Steve Holme 2015-01-17 16:49:39 +00:00
  • 5d5c78b47f vtls: Removed unimplemented overrides of curlssl_close_all() Steve Holme 2015-01-17 16:41:03 +00:00
  • 8bb3443a21 vtls: Separate the SSL backend definition from the API setup Steve Holme 2015-01-17 16:03:49 +00:00
  • 30ef1a0779 vtls: Fixed compilation errors when SSL not used Steve Holme 2015-01-17 15:13:29 +00:00
  • 81b98dafa1 http_negotiate: Added empty decoded challenge message info text Steve Holme 2015-01-17 11:59:44 +00:00
  • 47438daa60 http_negotiate: Return CURLcode in Curl_input_negotiate() instead of int Steve Holme 2015-01-17 11:56:27 +00:00
  • 36e6404228 http_negotiate_sspi: Prefer use of 'attrs' for context attributes Steve Holme 2015-01-17 11:27:36 +00:00
  • 930be07067 http_negotiate_sspi: Use correct return type for QuerySecurityPackageInfo() Steve Holme 2015-01-17 11:24:06 +00:00
  • 30eb6bbdc9 http_negotiate_sspi: Use 'CURLcode result' for CURL result code Steve Holme 2015-01-17 11:20:35 +00:00
  • a2f8887b79 curl_endian: Fixed build when 64-bit integers are not supported (Part 2) Steve Holme 2015-01-16 23:01:27 +00:00
  • b2c01f02d5 CURLOPT_SSL_VERIFYSTATUS.3: mention it is added in version 7.41.0 Daniel Stenberg 2015-01-16 23:41:50 +01:00
  • c807ce73ed curlver.h: next release is 7.41.0 due to the changes Daniel Stenberg 2015-01-16 23:36:50 +01:00
  • af8928a23b RELEASE-NOTES: mention the new OCSP stapling options, bump version Daniel Stenberg 2015-01-16 23:36:02 +01:00
  • 14a6cfaddb opts: add CURLOPT_SSL_VERIFYSTATUS* to docs/Makefile Daniel Stenberg 2015-01-16 23:34:28 +01:00
  • 0b1f37e77c help: add --cert-status to --help output Daniel Stenberg 2015-01-16 23:19:36 +01:00
  • a4065ebf1c copyright years: after OCSP stapling changes Daniel Stenberg 2015-01-16 22:33:49 +01:00
  • bd0c3b3c66 curl: add --cert-status option Alessandro Ghedini 2014-06-16 20:47:26 +02:00
  • f46c6fbee0 nss: add support for the Certificate Status Request TLS extension Alessandro Ghedini 2014-06-24 23:25:59 +02:00
  • f13669a375 gtls: add support for the Certificate Status Request TLS extension Alessandro Ghedini 2014-06-16 13:21:02 +02:00
  • 3af90a6e19 url: add CURLOPT_SSL_VERIFYSTATUS option Alessandro Ghedini 2014-06-16 13:20:47 +02:00
  • 5e113a18c5 TheArtOfHttpScripting: skip the date at the top, we have git Daniel Stenberg 2015-01-16 14:17:16 +01:00
  • 5940e06f01 TheArtOfHttpScripting: phrase it TLS lib agnostic Daniel Stenberg 2015-01-16 14:16:31 +01:00
  • 5c73cdef62 TODO: Added some SMB ideas Steve Holme 2015-01-16 21:59:20 +00:00
  • 251a349055 RELEASE-NOTES: Synced with 5f09947d28 Steve Holme 2015-01-16 21:52:21 +00:00
  • 5f09947d28 build-openssl.bat: Added check for Perl installation Steve Holme 2015-01-16 20:57:36 +00:00
  • 224cf1c274 checksrc.bat: Better detection of Perl installation Steve Holme 2015-01-16 20:44:32 +00:00
  • bb12d44471 curl_endian: Fixed build when 64-bit integers are not supported Steve Holme 2015-01-16 12:31:24 +00:00
  • bcf07f8a4b curl.h: remove extra space Yun SangHo 2015-01-16 02:40:47 +09:00
  • cc28bc472e Curl_pretransfer: reset expected transfer sizes Daniel Stenberg 2015-01-14 23:31:57 +01:00
  • e9834808e9 curl_schannel.c: mark session as removed from cache if not freed Marc Hoersken 2015-01-10 17:46:02 +01:00
  • 710c38d7a4 RELEASE-NOTES: Synced with d21b66835f Steve Holme 2015-01-09 21:09:23 +00:00
  • d21b66835f Merge pull request #134 from vszakats/mingw-m64 Guenter Knauf 2015-01-09 22:03:12 +01:00
  • 4e58589b0e Merge pull request #136 from vszakats/mingw-allow-custom-cflags Guenter Knauf 2015-01-09 22:02:23 +01:00
  • e6b4b4b66d NSS: fix compiler error when built http2-enabled Daniel Stenberg 2015-01-09 21:55:31 +01:00
  • 355bf01c82 gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitions Steve Holme 2015-01-09 20:29:26 +00:00
  • b4f13a4952 mingw build: allow to pass custom CFLAGS Viktor Szakats 2015-01-09 04:36:02 +01:00
  • 99e71e6a84 FTP: if EPSV fails on IPV6 connections, bail out Daniel Stenberg 2015-01-08 20:43:32 +01:00
  • 9a452ba3a1 FTP: fix IPv6 host using link-local address Daniel Stenberg 2015-01-08 18:30:01 +01:00
  • 659d252b6f winbuild: Added option to build with c-ares Sam Schanken 2014-12-29 10:57:21 -08:00
  • c712fe01a9 NetWare build: added TLS-SRP enabled build. Guenter Knauf 2015-01-08 21:40:35 +01:00
  • 5c0e66d632 sasl_gssapi: Fixed build on NetBSD with built-in GSS-API Steve Holme 2015-01-08 19:23:53 +00:00
  • acc8089bc2 add -m64 clags when targeting mingw64, add -m32/-m64 to LDFLAGS Viktor Szakats 2015-01-08 18:19:03 +01:00
  • 34636fa47e bump: start working towards 7.40.1 Daniel Stenberg 2015-01-08 10:00:28 +01:00
  • 003076e17c THANKS: 14 new contributors from the 7.40.0 release notes Daniel Stenberg 2015-01-08 09:57:19 +01:00
  • 9ce2d70019 RELEASE-NOTES: version 7.40.0 curl-7_40_0 Daniel Stenberg 2015-01-07 23:08:53 +01:00
  • 4ce22c607b darwinssl: fix session ID keys to only reuse identical sessions Daniel Stenberg 2014-12-19 08:50:00 +01:00
  • 3df8e78860 tests: make sure CRLFs can't be used in URLs passed to proxy Daniel Stenberg 2014-12-25 23:51:43 +01:00
  • 178bd7db34 url-parsing: reject CRLFs within URLs Daniel Stenberg 2014-12-25 23:55:03 +01:00
  • f7d5ecec9c ldap: Convert attribute output to UTF-8 when Unicode Steve Holme 2015-01-07 19:45:24 +00:00
  • 4e420600c1 ldap: Convert DN output to UTF-8 when Unicode Steve Holme 2015-01-07 19:19:20 +00:00
  • 9547954978 hostip: remove 'stale' argument from Curl_fetch_addr proto Daniel Stenberg 2015-01-06 22:01:43 +00:00
  • 4626f31d0e ldap/imap: Fixed spelling mistake in comments and variable names Steve Holme 2015-01-07 13:50:56 +00:00
  • c07857e063 RELEASE-NOTES: updated with ./contributors.sh output Daniel Stenberg 2015-01-07 12:41:02 +01:00
  • 39217edb12 curl_multibyte.h: Eliminated some trailing whitespace Dan Fandrich 2015-01-05 10:08:08 +01:00
  • 241a67f73b RELEASE-NOTES: Synced with ea93252ef1 Steve Holme 2015-01-04 22:58:19 +00:00
  • ea93252ef1 ldap: Fixed Unicode usage for all Win32 builds Steve Holme 2015-01-03 21:54:11 +00:00
  • f6b168de4c ldap: Fixed memory leak from commit efb64fdf80 Steve Holme 2015-01-04 20:33:58 +00:00
  • 4113ad50e4 ldap: Fix memory leak from commit 3a805c5cc1 Steve Holme 2015-01-04 20:06:04 +00:00
  • c37dcf0edb ldap: Fixed attribute variable warnings when Unicode is enabled Steve Holme 2015-01-03 21:19:11 +00:00
  • 5359936d07 ldap: Fixed DN variable warnings when Unicode is enabled Steve Holme 2015-01-03 21:12:56 +00:00
  • ea4f98dca6 ldap: Remove the unescape_elements() function Steve Holme 2015-01-03 21:04:13 +00:00
  • f9b50910e0 ldap.c: Fixed compilation warning Steve Holme 2015-01-04 16:11:08 +00:00
  • 84143dc57d ldap: Fixed support for Unicode filter in Win32 search call Steve Holme 2015-01-03 20:58:29 +00:00
  • 747bad7c09 ldap.c: Fixed compilation warning Steve Holme 2015-01-04 15:16:04 +00:00
  • 3a805c5cc1 ldap: Fixed support for Unicode attributes in Win32 search call Steve Holme 2015-01-03 20:49:11 +00:00
  • 7241527956 ldap: Fixed memory leak from commit efb64fdf80 Steve Holme 2015-01-04 14:11:02 +00:00
  • 825b0c7968 ldap.c: Fixed compilation error Steve Holme 2015-01-04 13:08:12 +00:00
  • 2948954535 ldap.c: Fixed compilation warning Steve Holme 2015-01-04 13:04:06 +00:00
  • efb64fdf80 ldap: Fixed support for Unicode DN in Win32 search call Steve Holme 2015-01-03 20:36:10 +00:00
  • 6416dc998b ldap: Fixed Unicode user and password in Win32 bind calls Steve Holme 2015-01-03 20:16:26 +00:00