summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NTLM single-sign on adjustments (VIII)Yang Tse2011-07-311-16/+18
* NTLM single-sign on adjustments (VII)Yang Tse2011-07-291-5/+0
* socketpair() usage tracking to allow fd leak detectionYang Tse2011-07-291-27/+28
* Give the NTLM SSO helper a moment to cleanly shut down if neededDan Fandrich2011-07-281-1/+6
* Removed an extraneous \n that violated the SSO daemon protocolDan Fandrich2011-07-281-1/+1
* Fixed a couple of memory leaks in NTLM SSO supportDan Fandrich2011-07-271-1/+5
* NTLM single-sign on adjustments (IV)Yang Tse2011-07-271-1/+1
* NTLM single-sign on adjustments (III)Yang Tse2011-07-271-15/+62
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-8/+1
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* sso_ntlm_initiate: unassigned variableMichael Mueller2011-07-191-1/+1
* NTLM single-sign on supportedMandy Wu2011-07-181-0/+283
* OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage.Yang Tse2011-06-021-0/+4
* compiler warning: fixYang Tse2011-05-231-1/+1