summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixup also prevent curl_url_set() to set a too long schemebagder/longer-url-schemeDaniel Stenberg2019-05-201-0/+3
* urlapi: increase supported scheme length to 40 bytesOmar Ramadan2019-05-202-6/+5
* lib: reduce variable scopesMarcel Raad2019-05-2023-124/+115
* ssh: move variable declaration to where it's usedMarcel Raad2019-05-201-8/+5
* ssh-libssh: remove unused variableMarcel Raad2019-05-201-3/+1
* tftp: use the current blksize for recvfrom()Daniel Stenberg2019-05-201-1/+1
* version: make ssl_version buffer match for multi_sslDaniel Gustafsson2019-05-191-0/+4
* http_ntlm_wb: Handle auth for only a single requestSteve Holme2019-05-181-3/+11
* http_ntlm_wb: Cleanup handshake after clean NTLM failureSteve Holme2019-05-181-1/+7
* http_ntlm_wb: Return the correct error on receiving an empty auth messageSteve Holme2019-05-181-3/+11
* libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg2019-05-176-104/+153
* progress: CURL_DISABLE_PROGRESS_METERDaniel Stenberg2019-05-171-49/+61
* hostip: CURL_DISABLE_SHUFFLE_DNSDaniel Stenberg2019-05-172-1/+6
* netrc: CURL_DISABLE_NETRCDaniel Stenberg2019-05-172-2/+12
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-1627-114/+24
* http_ntlm_wb: Move the type-2 message processing into a dedicated functionSteve Holme2019-05-163-15/+35
* parse_proxy: use the URL parser APIDaniel Stenberg2019-05-151-147/+82
* 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-141-0/+2
* imap: Fix typo in commentDaniel Gustafsson2019-05-141-1/+1
* url: Remove unnecessary initialisation from allocate_conn()Steve Holme2019-05-141-14/+1
* vtls: fix potential ssl_buffer stack overflowDaniel Gustafsson2019-05-131-4/+5
* 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
* easy: fix another "clarify calculation precedence" warningMarcel Raad2019-05-121-2/+2
* build: fix "clarify calculation precedence" warningsMarcel Raad2019-05-126-11/+13
* 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
* doh: disable DOH for the cases it doesn't workDaniel Stenberg2019-05-115-11/+15
* 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-101-2/+0
* ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()Steve Holme2019-05-101-9/+9
* 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
* http: Ignore HTTP/2 prior knowledge setting for HTTP proxiesJay Satiro2019-05-081-0/+7
* 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
* ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg2019-05-066-8/+12