aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_wb.c
AgeCommit message (Expand)Author
2020-06-15http: move header storage to Curl_easy from connectdataDaniel Stenberg
2020-05-30build: disable more code/data when built without proxy supportDaniel Stenberg
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-02-06ntlm_wb: Use Curl_socketpair() for greater portabilitySteve Holme
2020-02-04ntlm: Pass the Curl_easy structure to the private winbind functionsSteve Holme
2020-02-03ntlm: Ensure the HTTP header data is not stored in the challenge/responseSteve Holme
2020-02-02ntlm: Move the winbind data into the NTLM data structureSteve Holme
2019-12-13ntlm_wb: fix double-free in OOMDaniel Stenberg
2019-05-18http_ntlm_wb: Handle auth for only a single requestSteve Holme
2019-05-18http_ntlm_wb: Cleanup handshake after clean NTLM failureSteve Holme
2019-05-18http_ntlm_wb: Return the correct error on receiving an empty auth messageSteve Holme
2019-05-16http_ntlm_wb: Move the type-2 message processing into a dedicated functionSteve Holme
2019-05-15http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2018-10-08curl_ntlm_wb: check aprintf() return codesDaniel Stenberg
2018-09-13ntlm_wb: Fix memory leaks in ntlm_wb_responseDaniel Gustafsson
2018-09-09ntlm_wb: bail out if the response gets overly largeDaniel Stenberg
2018-02-23spelling fixesViktor Szakats
2017-09-23ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2017-02-06use *.sourceforge.io and misc URL updatesViktor Szakats
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-11realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-06URLs: change http to https in many placesViktor Szakats
2016-03-25vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme
2016-02-04URLs: change more http to httpsViktor Szakats
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-07-16ntlm_wb: Fix theoretical memory leakDavid Woodhouse
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-12-10ntlm_wb_response: fix "statement not reached"Daniel Stenberg
2014-11-09build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is definedSteve Holme
2014-07-16ntlm_wb: Avoid invoking ntlm_auth helper with empty usernameDavid Woodhouse
2014-07-16ntlm_wb: Fix hard-coded limit on NTLM auth packet sizeDavid Woodhouse
2014-07-12ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessionsSteve Holme
2013-11-04winbind: Fixed ntlm_auth expecting eol following commit e17c1b25bc33ebSteve Holme
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-09-02Fix NTLM winbind support to pass the torture testsDan Fandrich
2011-08-28NTLM: header inclusion cleanupYang Tse
2011-08-28NTLM: move NTLM core specifics into curl_ntlm_core.[ch]Yang Tse