Daniel Stenberg
|
86956c2261
white space changes only to clean up indent and source width
|
17 years ago |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 years ago |
Daniel Stenberg
|
015d5869d7
Mark Davies fixed Negotiate authentication over proxy, and also introduced
|
17 years ago |
Dan Fandrich
|
8cf0814a14
Fixed some minor type mismatches and missing consts mainly found by splint.
|
17 years ago |
Dan Fandrich
|
c321b9f704
Fixes some more out of memory handling bugs.
|
17 years ago |
Daniel Stenberg
|
359d500908
- David McCreedy made changes to allow base64 encoding/decoding to work on
|
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
|
e85e30546c
Roland Blom filed bug report #1481217
|
18 years ago |
Daniel Stenberg
|
10beb36b1c
Ulf Hrnhammar fixed a format string (printf style) problem in the Negotiate
|
19 years ago |
Daniel Stenberg
|
ab4086bc24
Updated the copyright year since changes have been this year.
|
19 years ago |
Dan Fandrich
|
9798432f56
Fixed some compiler warnings. Fixed a low incidence memory leak in the test server.
|
20 years ago |
Daniel Stenberg
|
527f70e540
Curl_base64_decode() now returns an allocated buffer
|
20 years ago |
Daniel Stenberg
|
9c4ffcc250
Enrico Scholz fixed the service name to be uppercase as reported in bug
|
20 years ago |
Daniel Stenberg
|
feb2dd2835
Replaced all uses of sprintf() with the safer snprintf(). It is just a
|
20 years ago |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
20 years ago |
Daniel Stenberg
|
4b9f8e766d
Made host name and proxy name get stored in a 'struct hostname' and set
|
20 years ago |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 years ago |
Daniel Stenberg
|
471c30372b
Markus Moeller's change to check for HAVE_SPNEGO instead of the previous
|
21 years ago |
Daniel Stenberg
|
09ccfcdcd4
Markus Moeller's SPNEGO patch applied, with my edits, additions and minor
|
21 years ago |
Daniel Stenberg
|
fd42247cac
Tim Bartley's patch that makes the GSSNEGOTIATE option work for Microsoft's
|
21 years ago |
Daniel Stenberg
|
b47462bd68
Daniel Kouril's fix to make the GSS-Negotiate work fine.
|
21 years ago |
Daniel Stenberg
|
898e067ccc
kill warnings
|
21 years ago |
Daniel Stenberg
|
e56ae1426c
Daniel Kouril's patch that adds HTTP negotiation support to libcurl was
|
21 years ago |