Yang Tse
|
038fe54e21
fix compiler warning
|
17 years ago |
Dan Fandrich
|
c321b9f704
Fixes some more out of memory handling bugs.
|
17 years ago |
Gisle Vanem
|
1c63ceb317
Suppress the "'convbuf' might be used uninitialized in this function" warning.
|
18 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 |
Yang Tse
|
d157c29269
Fix compiler warnings
|
18 years ago |
Daniel Stenberg
|
ab4086bc24
Updated the copyright year since changes have been this year.
|
19 years ago |
Dan Fandrich
|
0ddab51ad8
Fix for a base64 decode heap buffer overflow vulnerability.
|
20 years ago |
Daniel Stenberg
|
527f70e540
Curl_base64_decode() now returns an allocated buffer
|
20 years ago |
Dan Fandrich
|
1ba47e7af9
Add 'const' to immutable arrays.
|
20 years ago |
Daniel Stenberg
|
feb2dd2835
Replaced all uses of sprintf() with the safer snprintf(). It is just a
|
20 years ago |
Daniel Stenberg
|
8e09a389c4
make sure the returned pointer is NULL when encoding fails
|
20 years ago |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
20 years ago |
Daniel Stenberg
|
4d12be9867
removed an unnecessary shift and splut up som weird two-statements-per-line
|
21 years ago |
Daniel Stenberg
|
99bc7e5fd3
oops, the decode() function got its arguments reversed in my cleanup
|
21 years ago |
Daniel Stenberg
|
e1b5e15431
More size_t cleanups in the base64 functions.
|
21 years ago |
Daniel Stenberg
|
1aba4c519b
The base64 encode function now takes a size_t for size, not an int as
|
21 years ago |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 years ago |
Daniel Stenberg
|
204f03912f
We noe use CURLDEBUG instead of MALLOCDEBUG
|
21 years ago |
Daniel Stenberg
|
52c5b57200
made a nicer output for the decode test, as it served as a nice tool for me ;-)
|
21 years ago |
Daniel Stenberg
|
73c5f24fa4
Initial take at NTLM authentication. It doesn't really work at this point
|
21 years ago |
Daniel Stenberg
|
3ddc7b9390
Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the
|
22 years ago |
Daniel Stenberg
|
a7c72b7abf
removed the local variables for emacs and vim, use the new sample.emacs
|
22 years ago |
Daniel Stenberg
|
f26a338a54
copyright year update in the source header
|
22 years ago |
Daniel Stenberg
|
ed22f75241
proper indent
|
22 years ago |
Daniel Stenberg
|
2912537533
indent fix
|
22 years ago |
Daniel Stenberg
|
1698015e3c
Curl_base64_decode() fixed by Matthew B
|
22 years ago |
Daniel Stenberg
|
ba4e69bebc
updated source code boilerplate/header
|
22 years ago |
Daniel Stenberg
|
974f314f57
copyright string (year) update
|
23 years ago |
Sterling Hughes
|
8e91d5de8e
looks nicer and is better compatible with older vim versions
|
23 years ago |