summaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_wb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* http_ntlm_wb: Move the type-2 message processing into a dedicated functionSteve Holme2019-05-161-0/+26
* http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme2019-05-151-8/+7
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-2/+2
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-7/+8
* curl_ntlm_wb: check aprintf() return codesDaniel Stenberg2018-10-081-0/+6
* ntlm_wb: Fix memory leaks in ntlm_wb_responseDaniel Gustafsson2018-09-131-0/+1
* ntlm_wb: bail out if the response gets overly largeDaniel Stenberg2018-09-091-1/+10
* spelling fixesViktor Szakats2018-02-231-1/+1
* ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro2017-09-231-0/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-3/+3
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-13/+6
* use *.sourceforge.io and misc URL updatesViktor Szakats2017-02-061-1/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-1/+2
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-1/+1
* realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg2016-11-111-4/+4
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+1
* URLs: change http to https in many placesViktor Szakats2016-04-061-1/+1
* vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme2016-03-251-2/+2
* URLs: change more http to httpsViktor Szakats2016-02-041-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* ntlm_wb: Fix theoretical memory leakDavid Woodhouse2015-07-161-1/+1
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-9/+9
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-4/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* ntlm_wb_response: fix "statement not reached"Daniel Stenberg2014-12-101-3/+2
* build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is definedSteve Holme2014-11-091-2/+3
* ntlm_wb: Avoid invoking ntlm_auth helper with empty usernameDavid Woodhouse2014-07-161-0/+31
* ntlm_wb: Fix hard-coded limit on NTLM auth packet sizeDavid Woodhouse2014-07-161-14/+25
* ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessionsSteve Holme2014-07-121-3/+5
* winbind: Fixed ntlm_auth expecting eol following commit e17c1b25bc33ebSteve Holme2013-11-041-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-7/+7
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-7/+7
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-3/+13
* Fix NTLM winbind support to pass the torture testsDan Fandrich2011-09-021-3/+3
* NTLM: header inclusion cleanupYang Tse2011-08-281-0/+7
* NTLM: move NTLM core specifics into curl_ntlm_core.[ch]Yang Tse2011-08-281-8/+0
* NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]Yang Tse2011-08-271-0/+385