Dan Fandrich
|
0994d7811f
Removed some redundant type casts
|
16 years ago |
Yang Tse
|
ac18b471d2
libcurl internal base64.h header file renamed to curl_base64.h
|
16 years ago |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 years ago |
Dan Fandrich
|
9f44a95522
Renamed several libcurl error codes and options to make them more general
|
17 years ago |
Yang Tse
|
94b253fde7
Steve Little's fixes to allow compilation on VMS 64-bit mode
|
17 years ago |
Yang Tse
|
b039d883e5
proper fix for compiler warning
|
17 years ago |
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.
|
19 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 |