Daniel Stenberg
|
1c3e8bbfed
checksrc: warn for assignments within if() expressions
|
8 years ago |
Alex Rousskov
|
cb4e2be7c6
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
|
8 years ago |
Daniel Stenberg
|
0649433da5
realloc: use Curl_saferealloc to avoid common mistakes
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Viktor Szakats
|
a24f71aac4
URLs: change http to https in many places
|
8 years ago |
Steve Holme
|
6012fa5aee
vauth: Moved the NTLM authentication code to the new vauth directory
|
9 years ago |
Viktor Szakats
|
d49881cb19
URLs: change more http to https
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
David Woodhouse
|
60b19630b0
ntlm_wb: Fix theoretical memory leak
|
9 years ago |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
9 years ago |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
9 years ago |
Markus Elfring
|
29c655c0a6
Bug #149: Deletion of unnecessary checks before calls of the function "free"
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Daniel Stenberg
|
f4b5f8cdf0
ntlm_wb_response: fix "statement not reached"
|
10 years ago |
Steve Holme
|
520dc64369
build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is defined
|
10 years ago |
David Woodhouse
|
223612afa2
ntlm_wb: Avoid invoking ntlm_auth helper with empty username
|
10 years ago |
David Woodhouse
|
9008f3d564
ntlm_wb: Fix hard-coded limit on NTLM auth packet size
|
10 years ago |
Steve Holme
|
aaaf9e50ec
ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessions
|
10 years ago |
Steve Holme
|
0074c9f5d1
winbind: Fixed ntlm_auth expecting eol following commit e17c1b25bc33eb
|
11 years ago |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 years ago |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Yang Tse
|
a0b207164c
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
|
12 years ago |
Yang Tse
|
6b75d2c2df
fix a bunch of MSVC compiler warnings
|
13 years ago |
Dan Fandrich
|
ded3638d97
Fix NTLM winbind support to pass the torture tests
|
13 years ago |
Yang Tse
|
05ef245170
NTLM: header inclusion cleanup
|
13 years ago |
Yang Tse
|
135f694058
NTLM: move NTLM core specifics into curl_ntlm_core.[ch]
|
13 years ago |
Yang Tse
|
260ee6b7bf
NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
|
13 years ago |