summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: don't set FTP options for FTP-disabled buildsbagder/curl-disabled-ftpDaniel Stenberg2019-05-151-1/+4
* http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme2019-05-156-30/+37
* http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme2019-05-156-28/+34
* url: Move the negotiate state type into a dedicated enumSteve Holme2019-05-151-3/+9
* url: Remove duplicate clean up of the winbind variables in conn_shutdown()Steve Holme2019-05-141-6/+0
* urlapi: require a non-zero host name length when parsing URLDaniel Stenberg2019-05-142-0/+5
* configure: error out if OpenSSL wasn't detected when asked forDaniel Stenberg2019-05-141-0/+8
* imap: Fix typo in commentDaniel Gustafsson2019-05-141-1/+1
* url: Remove unnecessary initialisation from allocate_conn()Steve Holme2019-05-141-14/+1
* CURLOPT_CAINFO.3: with Schannel, you want Windows 8 or later [ci skip]Daniel Stenberg2019-05-141-5/+6
* vtls: fix potential ssl_buffer stack overflowDaniel Gustafsson2019-05-131-4/+5
* RELEASE-NOTES: syncedDaniel Stenberg2019-05-131-6/+36
* appveyor: also build "/ci" branches like travisDaniel Stenberg2019-05-131-0/+1
* pingpong: disable more when no pingpong enabledDaniel Stenberg2019-05-132-1/+11
* proxy: acknowledge DISABLE_PROXY moreDaniel Stenberg2019-05-133-5/+38
* parsedate: CURL_DISABLE_PARSEDATEDaniel Stenberg2019-05-132-15/+37
* sasl: only enable if there's a protocol enabled using itDaniel Stenberg2019-05-131-0/+4
* mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg2019-05-135-79/+42
* wildcard: disable from build when FTP isn't presentDaniel Stenberg2019-05-137-6/+28
* http: CURL_DISABLE_HTTP_AUTHDaniel Stenberg2019-05-132-1/+20
* base64: build conditionally if there are usersDaniel Stenberg2019-05-131-1/+8
* doh: CURL_DISABLE_DOHDaniel Stenberg2019-05-133-1/+15
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-1218-53/+54
* docs/INSTALL: fix broken link [ci skip]Jay Satiro2019-05-121-1/+1
* easy: fix another "clarify calculation precedence" warningMarcel Raad2019-05-121-2/+2
* build: fix "clarify calculation precedence" warningsMarcel Raad2019-05-127-13/+15
* cmake: restore C89 compatibility of CurlTests.cMarcel Raad2019-05-121-2/+2
* http_ntlm: Corrected the name of the include guardSteve Holme2019-05-111-4/+4
* http_digest: Don't expose functions when HTTP and Crypto Auth are disabledSteve Holme2019-05-113-5/+10
* http_negotiate: Don't expose functions when HTTP is disabledSteve Holme2019-05-111-2/+2
* SECURITY-PROCESS: fix links [ci skip]Daniel Stenberg2019-05-111-4/+4
* CMake: suppress unused variable warningsMarcel Raad2019-05-111-0/+2
* doh: disable DOH for the cases it doesn't workDaniel Stenberg2019-05-116-11/+26
* checksrc.bat: Ignore snprintf warnings in docs/examplesJay Satiro2019-05-111-1/+1
* vauth: Fix incorrect function description for Curl_auth_user_contains_domain()Steve Holme2019-05-101-21/+21
* Revert "multi: support verbose conncache closure handle"Jay Satiro2019-05-102-6/+0
* ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()Steve Holme2019-05-101-9/+9
* BUG-BOUNTY: minor formatting fixes [ci skip]Daniel Stenberg2019-05-091-4/+6
* RELEASE-NOTES: syncedDaniel Stenberg2019-05-091-13/+32
* BUG-BOUNTY.md: add the Dropbox "bonus" extra payout ability [ci skip]Daniel Stenberg2019-05-091-7/+21
* http_negotiate: do not treat failure of gss_init_sec_context() as fatalKamil Dudka2019-05-091-1/+7
* spnego_gssapi: fix return code on gss_init_sec_context() failureKamil Dudka2019-05-091-1/+1
* gen_resp_file.bat: Removed unnecessary @ from all but the first commandSteve Holme2019-05-091-4/+6
* http: Ignore HTTP/2 prior knowledge setting for HTTP proxiesJay Satiro2019-05-081-0/+7
* travis: update mesalink build to xenialMarcel Raad2019-05-081-1/+1
* OpenSSL: Report -fips in version if OpenSSL is built with FIPSRicky Leverence2019-05-081-1/+5
* nss: allow fifos and character devices for certificates.Frank Gevaerts2019-05-071-1/+1
* test2100: Fix typos in test descriptionDaniel Gustafsson2019-05-061-0/+0
* ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg2019-05-066-8/+12
* winbuild: Add our standard copyright header to the winbuild batch filesSteve Holme2019-05-053-1/+66