Age | Commit message (Expand) | Author |
2019-05-15 | http_negotiate: Move the Negotiate state out of the negotiatedata structure | Steve Holme |
2019-05-15 | http_ntlm: Move the NTLM state out of the ntlmdata structure | Steve Holme |
2019-05-15 | url: Move the negotiate state type into a dedicated enum | Steve Holme |
2019-05-14 | url: Remove duplicate clean up of the winbind variables in conn_shutdown() | Steve Holme |
2019-05-14 | urlapi: require a non-zero host name length when parsing URL | Daniel Stenberg |
2019-05-14 | imap: Fix typo in comment | Daniel Gustafsson |
2019-05-14 | url: Remove unnecessary initialisation from allocate_conn() | Steve Holme |
2019-05-13 | vtls: fix potential ssl_buffer stack overflow | Daniel Gustafsson |
2019-05-13 | pingpong: disable more when no pingpong enabled | Daniel Stenberg |
2019-05-13 | proxy: acknowledge DISABLE_PROXY more | Daniel Stenberg |
2019-05-13 | parsedate: CURL_DISABLE_PARSEDATE | Daniel Stenberg |
2019-05-13 | sasl: only enable if there's a protocol enabled using it | Daniel Stenberg |
2019-05-13 | mime: acknowledge CURL_DISABLE_MIME | Daniel Stenberg |
2019-05-13 | wildcard: disable from build when FTP isn't present | Daniel Stenberg |
2019-05-13 | http: CURL_DISABLE_HTTP_AUTH | Daniel Stenberg |
2019-05-13 | base64: build conditionally if there are users | Daniel Stenberg |
2019-05-13 | doh: CURL_DISABLE_DOH | Daniel Stenberg |
2019-05-12 | auth: Rename the various authentication clean up functions | Steve Holme |
2019-05-12 | easy: fix another "clarify calculation precedence" warning | Marcel Raad |
2019-05-12 | build: fix "clarify calculation precedence" warnings | Marcel Raad |
2019-05-11 | http_ntlm: Corrected the name of the include guard | Steve Holme |
2019-05-11 | http_digest: Don't expose functions when HTTP and Crypto Auth are disabled | Steve Holme |
2019-05-11 | http_negotiate: Don't expose functions when HTTP is disabled | Steve Holme |
2019-05-11 | doh: disable DOH for the cases it doesn't work | Daniel Stenberg |
2019-05-10 | vauth: Fix incorrect function description for Curl_auth_user_contains_domain() | Steve Holme |
2019-05-10 | Revert "multi: support verbose conncache closure handle" | Jay Satiro |
2019-05-10 | ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup() | Steve Holme |
2019-05-09 | http_negotiate: do not treat failure of gss_init_sec_context() as fatal | Kamil Dudka |
2019-05-09 | spnego_gssapi: fix return code on gss_init_sec_context() failure | Kamil Dudka |
2019-05-08 | http: Ignore HTTP/2 prior knowledge setting for HTTP proxies | Jay Satiro |
2019-05-08 | OpenSSL: Report -fips in version if OpenSSL is built with FIPS | Ricky Leverence |
2019-05-07 | nss: allow fifos and character devices for certificates. | Frank Gevaerts |
2019-05-06 | ssh: define USE_SSH if SSH is enabled (any backend) | Daniel Stenberg |
2019-05-05 | urlapi: add CURLUPART_ZONEID to set and get | Daniel Stenberg |
2019-05-05 | WRITEFUNCTION: add missing set_in_callback around callback | Taiyu Len |
2019-05-03 | urlapi: strip off scope id from numerical IPv6 addresses | Daniel Stenberg |
2019-05-02 | multiif.h: remove unused protos | Daniel Stenberg |
2019-05-01 | travis: upgrade the MesaLink TLS backend to v1.0.0 | Yiming Jing |
2019-05-01 | ConnectionExists: improve non-multiplexing use case | Daniel Stenberg |
2019-05-01 | multi: provide Curl_multiuse_state to update information | Daniel Stenberg |
2019-05-01 | process_pending_handles: mark queued transfers as previously pending | Daniel Stenberg |
2019-05-01 | http: mark bundle as not for multiuse on < HTTP/2 response | Daniel Stenberg |
2019-05-01 | cookie: Guard against possible NULL ptr deref | Daniel Gustafsson |
2019-04-29 | nss: provide more specific error messages on failed init | Kamil Dudka |
2019-04-29 | CURL_MAX_INPUT_LENGTH: largest acceptable string input size | Daniel Stenberg |
2019-04-27 | cmake: rename CMAKE_USE_DARWINSSL to CMAKE_USE_SECTRANSP | Simon Warta |
2019-04-23 | ntlm: Missed pre-processor || (or) during rebase for cd15acd0 | Steve Holme |
2019-04-23 | ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4 | Steve Holme |
2019-04-22 | sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 | Steve Holme |
2019-04-22 | memdebug: fix variable name | Gisle Vanem |