aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-24sectransp: handle errSSLPeerAuthCompleted from SSLRead()Daniel Stenberg
2019-05-24Fix typo.Gisle Vanem
2019-05-23md4: include the mbedtls config.h to get the MD4 infoDaniel Stenberg
2019-05-23md4: build correctly with openssl without MD4Daniel Stenberg
2019-05-23config-win32: add support for if_nametoindex and getsocknameZenju
2019-05-23url: fix bad #ifdefDaniel Stenberg
2019-05-23Revert "progress: CURL_DISABLE_PROGRESS_METER"Daniel Stenberg
2019-05-22sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-05-22PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg
2019-05-22configure/cmake: check for if_nametoindex()Daniel Stenberg
2019-05-22parse_proxy: use the IPv6 zone id if givenDaniel Stenberg
2019-05-21url: convert the zone id from a IPv6 URL to correct scope idDaniel Stenberg
2019-05-21udpateconninfo: mark variable unusedDaniel Gustafsson
2019-05-21ftp: move ftp_ccc in under featureflagDaniel Gustafsson
2019-05-20mbedtls: enable use of EC keysGuy Poizat
2019-05-20urlapi: increase supported scheme length to 40 bytesOmar Ramadan
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-20ssh: move variable declaration to where it's usedMarcel Raad
2019-05-20ssh-libssh: remove unused variableMarcel Raad
2019-05-20tftp: use the current blksize for recvfrom()Daniel Stenberg
2019-05-19version: make ssl_version buffer match for multi_sslDaniel Gustafsson
2019-05-18http_ntlm_wb: Handle auth for only a single requestSteve Holme
2019-05-18http_ntlm_wb: Cleanup handshake after clean NTLM failureSteve Holme
2019-05-18http_ntlm_wb: Return the correct error on receiving an empty auth messageSteve Holme
2019-05-17libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg
2019-05-17progress: CURL_DISABLE_PROGRESS_METERDaniel Stenberg
2019-05-17hostip: CURL_DISABLE_SHUFFLE_DNSDaniel Stenberg
2019-05-17netrc: CURL_DISABLE_NETRCDaniel Stenberg
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-05-16http_ntlm_wb: Move the type-2 message processing into a dedicated functionSteve Holme
2019-05-15parse_proxy: use the URL parser APIDaniel Stenberg
2019-05-15http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme
2019-05-15http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme
2019-05-15url: Move the negotiate state type into a dedicated enumSteve Holme
2019-05-14url: Remove duplicate clean up of the winbind variables in conn_shutdown()Steve Holme
2019-05-14urlapi: require a non-zero host name length when parsing URLDaniel Stenberg
2019-05-14imap: Fix typo in commentDaniel Gustafsson
2019-05-14url: Remove unnecessary initialisation from allocate_conn()Steve Holme
2019-05-13vtls: fix potential ssl_buffer stack overflowDaniel Gustafsson
2019-05-13pingpong: disable more when no pingpong enabledDaniel Stenberg
2019-05-13proxy: acknowledge DISABLE_PROXY moreDaniel Stenberg
2019-05-13parsedate: CURL_DISABLE_PARSEDATEDaniel Stenberg
2019-05-13sasl: only enable if there's a protocol enabled using itDaniel Stenberg
2019-05-13mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg
2019-05-13wildcard: disable from build when FTP isn't presentDaniel Stenberg
2019-05-13http: CURL_DISABLE_HTTP_AUTHDaniel Stenberg
2019-05-13base64: build conditionally if there are usersDaniel Stenberg
2019-05-13doh: CURL_DISABLE_DOHDaniel Stenberg
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme