index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
curl_ntlm_wb.c
Age
Commit message (
Expand
)
Author
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