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