summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-1/+1
* docs: update sourceforge project links [ci skip]Viktor Szakats2022-10-011-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-5/+3
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-291-5/+6
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-3/+3
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* vauth: factor base64 conversions out of authentication proceduresPatrick Monnerat2021-04-221-35/+51
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-131-6/+6
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-17/+17
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-3/+5
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-1/+5
* http_ntlm: Remove duplicate NSS initialisationSteve Holme2019-11-281-8/+1
* http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme2019-05-151-9/+14
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-7/+7
* spnego_sspi: add support for channel bindinggeorgeok2019-02-011-0/+3
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-211-1/+1
* ntlm_sspi: fix authentication using Credential Managertoughengineer2018-04-161-2/+12
* ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro2017-09-231-0/+1
* ntlm: use strict order for SSL backend #if branchesViktor Szakats2017-09-221-2/+4
* Curl_base64_encode: always call with a real data handle.Patrick Monnerat2017-09-021-3/+3
* use *.sourceforge.io and misc URL updatesViktor Szakats2017-02-061-1/+1
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* URLs: change http to https in many placesViktor Szakats2016-04-061-1/+1
* http_ntlm: Renamed from curl_ntlm.[c|h]Steve Holme2016-03-271-0/+238
* NTLM: END of refactoring/splitting/movingYang Tse2011-08-281-253/+0
* NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]Yang Tse2011-08-271-323/+3
* NTLM_WB: final congruency naming adjustmentsYang Tse2011-08-271-22/+21
* NTLM single-sign on adjustments (X)Yang Tse2011-08-261-14/+12
* http NTLM: refactoring followupSteve Holme2011-08-251-45/+20
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-19/+26
* http NTLM: remaining bits from 0001-Moved-ntlm-[...]-curl_ntlm-mod_3.patchSteve Holme2011-08-221-3/+3
* http NTLM: reinstate "nssg.h" "curl_sspi.h" header inclusionsYang Tse2011-08-151-0/+6
* http NTLM: reinstate "memdebug.h" header inclusionYang Tse2011-08-141-0/+3
* Curl_output_ntlm: remove unused variableDaniel Stenberg2011-08-141-4/+0
* http NTLM: fix 8 compiler warningsYang Tse2011-08-141-1/+1
* http NTLM: split http_ntlm.[ch] between http_ntlm.[ch] and curl_ntlm.[ch]Yang Tse2011-08-141-1141/+33
* http NTLM: change return type of Curl_input_ntlm() to CURLcodeYang Tse2011-08-131-8/+13
* http NTLM: update NTLM type-* message structure descriptions - followupYang Tse2011-08-131-3/+3
* http NTLM: update NTLM message structure notesYang Tse2011-08-121-6/+12
* http NTLM: more adjustments in preparation of code refactoringYang Tse2011-08-121-75/+91
* http NTLM: fix compiler warningYang Tse2011-08-111-1/+1
* http NTLM: Tidied up more inconsistent spacing.Steve Holme2011-08-111-92/+99
* http NTLM: Further tiding up to libcurl standardsYang Tse2011-08-091-58/+53
* http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific codeSteve Holme2011-08-091-136/+146
* NTLM single-sign on adjustments (IX)Yang Tse2011-08-071-2/+2