summaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_wb.c
Commit message (Expand)AuthorAgeFilesLines
* 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