17de7e0f | 10-Aug-2004 |
Daniel Stenberg |
minor reformat to suit the new FAQ parser |
2cea4844 | 10-Aug-2004 |
Daniel Stenberg |
ignore curllib.dsp |
fb3e19ae | 10-Aug-2004 |
Daniel Stenberg |
ignore more files |
99db7fb2 | 10-Aug-2004 |
Daniel Stenberg |
7.12.2 work in progress |
49d02726 | 10-Aug-2004 |
Daniel Stenberg |
and we're back on a clean notes sheet again |
da302426 | 10-Aug-2004 |
Daniel Stenberg |
7.12.1 notes |
811edcde | 10-Aug-2004 |
Daniel Stenberg |
added "5.8 libcurl.so.3: open failed: No such file or directory" and made some general cleanups |
4934e647 | 10-Aug-2004 |
Daniel Stenberg |
In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input is already UTF-8 encoded. We check for this case and copy the raw string manually to avoid the problem. This code can be
In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input is already UTF-8 encoded. We check for this case and copy the raw string manually to avoid the problem. This code can be made conditional in the future when OpenSSL has been fixed. Work-around brought by Alexis S. L. Carvalho.
show more ...
|
9dbd6659 | 10-Aug-2004 |
Daniel Stenberg |
more typecasts to please picky compilers |
5ddad4cd | 09-Aug-2004 |
Daniel Stenberg |
version string, krb4 link fix, added number of web mirrors and libcurl bindings |
338c2da2 | 09-Aug-2004 |
Daniel Stenberg |
GSS/Kerberos 5 for ftp |
b5cafc0b | 09-Aug-2004 |
Daniel Stenberg |
added info about my current idea about option separation between URLs on the command line |
c50ced6c | 09-Aug-2004 |
Daniel Stenberg |
adding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOW |
f4783bda | 09-Aug-2004 |
Daniel Stenberg |
--negotiate does not work without username/password, bug report #1004841 |
b55507c8 | 09-Aug-2004 |
Daniel Stenberg |
the krb4 stuff needs -lcom_err to link now, for some odd reason. This is possibly only on some platforms, but it happens on my Solaris 2.7 box and I don't know anyone else that regularly buil
the krb4 stuff needs -lcom_err to link now, for some odd reason. This is possibly only on some platforms, but it happens on my Solaris 2.7 box and I don't know anyone else that regularly build curl with krb4 support.
show more ...
|
827a8059 | 09-Aug-2004 |
Daniel Stenberg |
typecast the assigment of an unsigned variable to a signed one to prevent picky warnings |
e23ba31e | 09-Aug-2004 |
Daniel Stenberg |
->fread() should get a size_t variable passed in |
02c6fde1 | 09-Aug-2004 |
Daniel Stenberg |
made telrcv() take a ssize_t argument instead of int to better match other functions (and prevent warnings) |
d003f6e1 | 09-Aug-2004 |
Daniel Stenberg |
mention the new cool CA extraction way just documented |
1dfff248 | 06-Aug-2004 |
Daniel Stenberg |
new web mirror |
4ff9cd39 | 05-Aug-2004 |
Daniel Stenberg |
negotiate fix and new glib/GTK+ binding |
9c4ffcc2 | 05-Aug-2004 |
Daniel Stenberg |
Enrico Scholz fixed the service name to be uppercase as reported in bug report #1004105 |
6b5a04cf | 04-Aug-2004 |
Daniel Stenberg |
multi-connect fix and cookie domain fix |
55e61c09 | 04-Aug-2004 |
Daniel Stenberg |
Fixed multiple IP connects with the multi interface. This fix is influenced by Gisle Vanem's patch, only modified by me. |
de6ab3de | 04-Aug-2004 |
Daniel Stenberg |
Dylan Salisbury's fix to prevent us from accepting cookies from TLD only |