Age | Commit message (Expand) | Author |
2018-10-08 | curl_ntlm_wb: check aprintf() return codes | Daniel Stenberg |
2018-09-13 | ntlm_wb: Fix memory leaks in ntlm_wb_response | Daniel Gustafsson |
2018-09-09 | ntlm_wb: bail out if the response gets overly large | Daniel Stenberg |
2018-02-23 | spelling fixes | Viktor Szakats |
2017-09-23 | ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header | Jay Satiro |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-07-10 | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro |
2017-02-06 | use *.sourceforge.io and misc URL updates | Viktor Szakats |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-11 | realloc: use Curl_saferealloc to avoid common mistakes | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-06 | URLs: change http to https in many places | Viktor Szakats |
2016-03-25 | vauth: Moved the NTLM authentication code to the new vauth directory | Steve Holme |
2016-02-04 | URLs: change more http to https | Viktor Szakats |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-07-16 | ntlm_wb: Fix theoretical memory leak | David Woodhouse |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-12-10 | ntlm_wb_response: fix "statement not reached" | Daniel Stenberg |
2014-11-09 | build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is defined | Steve Holme |
2014-07-16 | ntlm_wb: Avoid invoking ntlm_auth helper with empty username | David Woodhouse |
2014-07-16 | ntlm_wb: Fix hard-coded limit on NTLM auth packet size | David Woodhouse |
2014-07-12 | ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessions | Steve Holme |
2013-11-04 | winbind: Fixed ntlm_auth expecting eol following commit e17c1b25bc33eb | Steve Holme |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-09-02 | Fix NTLM winbind support to pass the torture tests | Dan Fandrich |
2011-08-28 | NTLM: header inclusion cleanup | Yang Tse |
2011-08-28 | NTLM: move NTLM core specifics into curl_ntlm_core.[ch] | Yang Tse |
2011-08-27 | NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch] | Yang Tse |