Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 years ago |
Dan Fandrich
|
16b95fc773
Enabled a few more gcc warnings with --enable-debug. Renamed a few
|
17 years ago |
Dan Fandrich
|
8cf0814a14
Fixed some minor type mismatches and missing consts mainly found by splint.
|
17 years ago |
Daniel Stenberg
|
2f8f12e82e
Andrew Wansink provided an NTLM bugfix: in the case the server sets the flag
|
17 years ago |
Gunter Knauf
|
2a1345ae9f
added netdb.h for NetWare CLIB since gethostname() is defined there.
|
17 years ago |
Dan Fandrich
|
d46d995766
Fixed some out of memory handling issues.
|
17 years ago |
Yang Tse
|
5be7b543d8
Update NTLM flag and description
|
17 years ago |
Dan Fandrich
|
c321b9f704
Fixes some more out of memory handling bugs.
|
17 years ago |
Daniel Stenberg
|
39aac63521
silence two cases of "comparison between signed and unsigned"
|
18 years ago |
Yang Tse
|
3a634a273a
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
|
18 years ago |
Daniel Stenberg
|
354c8dcd82
- David McCreedy did NTLM changes mainly for non-ASCII platforms:
|
18 years ago |
Daniel Stenberg
|
359d500908
- David McCreedy made changes to allow base64 encoding/decoding to work on
|
18 years ago |
Yang Tse
|
0ed285e84d
prototype for gethostname is in unistd.h
|
18 years ago |
Daniel Stenberg
|
44d84ac164
Avoid typecasting a signed char to an int when using is*() functions, as that
|
18 years ago |
Daniel Stenberg
|
b0f6e7cee4
Michele Bini fixed how the hostname is put in NTLM packages. As servers
|
18 years ago |
Yang Tse
|
d157c29269
Fix compiler warnings
|
18 years ago |
Daniel Stenberg
|
2bd3033f68
NTLM2 session response support
|
18 years ago |
Gisle Vanem
|
e4a4b562c4
readint_le() not needed in USE_WINDOWS_SSPI code.
|
18 years ago |
Daniel Stenberg
|
be285cde3f
Michele Bini modified the NTLM code to work for his "weird IIS case"
|
18 years ago |
Daniel Stenberg
|
92c0de518e
Quagmire reported that he needed to raise a NTLM buffer for SSPI to work
|
19 years ago |
Daniel Stenberg
|
175335808b
Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled
|
19 years ago |
Daniel Stenberg
|
943aea6267
Make sure that the user and domain strings fit in the target buffer before we
|
19 years ago |
Gisle Vanem
|
06c3bec65d
Avoid gcc warning "dereferencing type-punned pointer
|
19 years ago |
Daniel Stenberg
|
58d628c9f8
Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn't
|
19 years ago |
Daniel Stenberg
|
3fe5311967
Dmitry Bartsevich made the SSPI support work on Windows 9x as well
|
19 years ago |
Daniel Stenberg
|
6e61939382
GnuTLS support added. There's now a "generic" SSL layer that we use all over
|
19 years ago |
Daniel Stenberg
|
ec4e653c6f
hushing up more warnings
|
19 years ago |
Gisle Vanem
|
76c24a0d82
Avoid "unused variable" warnings.
|
19 years ago |
Dan Fandrich
|
fb9ae9d0e2
Fixed some compiler warnings.
|
19 years ago |
Daniel Stenberg
|
d1d35ba85f
Christopher R. Palmer made it possible to build libcurl with the
|
19 years ago |