888182c1 | 02-Oct-2000 |
Daniel Stenberg |
adjusted for curl_easy_getinfo |
d5ad450d | 02-Oct-2000 |
Daniel Stenberg |
getinfo.c replaces the former writeout.c |
b0274a55 | 02-Oct-2000 |
Daniel Stenberg |
Added curl_easy_getinfo() |
e372a440 | 29-Sep-2000 |
Daniel Stenberg |
#include <malloc.h> was removed, it causes warnings on openbsd |
91bda565 | 28-Sep-2000 |
Daniel Stenberg |
include base64.h instead of base64_krb.h |
13962adc | 28-Sep-2000 |
Daniel Stenberg |
7.3 commit |
221f1c2c | 28-Sep-2000 |
Daniel Stenberg |
replaced the old base64 stuff with the new ones |
0e0b7271 | 26-Sep-2000 |
Daniel Stenberg |
more configure options explained |
3396d973 | 26-Sep-2000 |
Daniel Stenberg |
a --krb4 usage example added |
c4fc2319 | 26-Sep-2000 |
Daniel Stenberg |
added krb4-info |
bac96e9f | 26-Sep-2000 |
Daniel Stenberg |
Added strlcpy() since it turns out some krb4-implementations don't include their own, even if mine did! |
00505c92 | 26-Sep-2000 |
Daniel Stenberg |
moved the RAND_status() and RAND_screen() checks to the openssl section added strlcpy() check in the krb4 section |
60ee571b | 26-Sep-2000 |
Daniel Stenberg |
CRYPTO_free() of course, it makes it run with previous openssl versions too |
bdfe654a | 25-Sep-2000 |
Daniel Stenberg |
The last week's changes |
32e013eb | 25-Sep-2000 |
Daniel Stenberg |
-c and -t is no longer prefered |
d03db1cd | 25-Sep-2000 |
Daniel Stenberg |
corrected curl_write() for kerberos |
1dac7f4d | 25-Sep-2000 |
Daniel Stenberg |
Martin Hedenfalk added sec_fflush_fd() |
ad01481b | 25-Sep-2000 |
Daniel Stenberg |
krb4 transfers get a sec_fflush_fd() to get uploads to work |
28ad7dc4 | 25-Sep-2000 |
Daniel Stenberg |
a single cookie does not require a trailing semicolon anymore |
e40f0be7 | 25-Sep-2000 |
Daniel Stenberg |
No longer uses Free() as that was removed from OpenSSL with 0.9.6 |
f353258f | 25-Sep-2000 |
Daniel Stenberg |
corrected bad data re-use and buffer problems |
1754d616 | 21-Sep-2000 |
Daniel Stenberg |
Added CURLOPT_KRB4LEVEL |
48187176 | 21-Sep-2000 |
Daniel Stenberg |
updated |
43d75c5f | 21-Sep-2000 |
Daniel Stenberg |
added docs/examples now only includes specified files in src/ as I tend to store debug-source files in there as well! |
35e901a2 | 21-Sep-2000 |
Daniel Stenberg |
Added krb4 support for libcurl 7.3 |