e7ee1ccf | 03-May-2004 |
Daniel Stenberg |
Gisle fixed the problem with ldap_search_s() fails with "filter error": a case of using 'lud_filter' after freeing 'lud_dn'. |
98bf69f8 | 03-May-2004 |
Daniel Stenberg |
improved the name of the test |
0363fbc4 | 03-May-2004 |
Daniel Stenberg |
Added --proxy-digest, added the standard curl source header to this file. |
e3bc92ae | 03-May-2004 |
Daniel Stenberg |
fixed the pdf and html for the strerror functions |
27e76021 | 03-May-2004 |
Daniel Stenberg |
Added support for --proxy-digest |
93dde299 | 03-May-2004 |
Daniel Stenberg |
don't free(NULL) |
d42dcd60 | 03-May-2004 |
Daniel Stenberg |
Gisle Vanem: Patch for ldap.c under Windows. It works with wldap32.dll as supplied with Win-98/ME/2000/XP, so no extra .dlls are required. I've mostly tested it against Verisign's l
Gisle Vanem: Patch for ldap.c under Windows. It works with wldap32.dll as supplied with Win-98/ME/2000/XP, so no extra .dlls are required. I've mostly tested it against Verisign's ldap server. Added code in the case there are to many responses (rc = LDAP_SIZELIMIT_EXCEEDED) and print only those we got. E.g. curl ldap://directory.verisign.net/?cn,display-name,mail,info?subtree?(cn=*Nelson*) will print the first 10 results. My only problem with it is that ldap_search_s() fails with "filter error" when CURLDEBUG is defined ?! Maybe someone can spot the error.
show more ...
|
ade89799 | 30-Apr-2004 |
Daniel Stenberg |
mucho |
6e118ce5 | 30-Apr-2004 |
Daniel Stenberg |
Display "exit OK" when the exit code has been verified to be OK, and added initial basic valgrind-log scan for memory leaks it could detect. |
34be9df7 | 30-Apr-2004 |
Daniel Stenberg |
deprecated functions |
7356a677 | 30-Apr-2004 |
Daniel Stenberg |
25 and 37 are now done, only two low-prio tasks left for the 7.12 release |
f77949ef | 30-Apr-2004 |
Daniel Stenberg |
recent changes |
26b8b3fc | 30-Apr-2004 |
Daniel Stenberg |
updated with more and new info |
38cc79a5 | 30-Apr-2004 |
Daniel Stenberg |
these functions are marked to get removed from the public API "soon" |
ec113aef | 30-Apr-2004 |
Daniel Stenberg |
use the new lib/curlx.h header and modified the code to use all to-become- curlx_-functions with the new prefix to prepare this code for the future removal of several curl_-functions from the
use the new lib/curlx.h header and modified the code to use all to-become- curlx_-functions with the new prefix to prepare this code for the future removal of several curl_-functions from the public libcurl API.
show more ...
|
913e1570 | 30-Apr-2004 |
Daniel Stenberg |
New header file that offers easy access to the curlx_ functions for an app. curlx_ functions are NOT part of the offical API, but only available as source code functions from the lib director
New header file that offers easy access to the curlx_ functions for an app. curlx_ functions are NOT part of the offical API, but only available as source code functions from the lib directory in case of need.
show more ...
|
e2aaf22d | 30-Apr-2004 |
Daniel Stenberg |
support the new libcurl IDN feature, also a first attempt to display a stack trace if a test results in a 'core' file and gdb is present |
33045890 | 30-Apr-2004 |
Daniel Stenberg |
idn is a new feature that can be made required for a test |
0247642b | 30-Apr-2004 |
Daniel Stenberg |
added test 166, formpost with white space in file name |
19f5aa16 | 30-Apr-2004 |
Daniel Stenberg |
make the contents able to be any data, the previous stopped at white space |
1756499b | 30-Apr-2004 |
Daniel Stenberg |
oops, a bad strtok() was fixed by Luca |
15f9a93c | 30-Apr-2004 |
Daniel Stenberg |
include the full size of the sent response in the log |
e9928773 | 29-Apr-2004 |
Daniel Stenberg |
Gisle fixed the counting of calloc()s |
8349dde0 | 29-Apr-2004 |
Daniel Stenberg |
Introducing IDN host name testing. Test case 165 requires an IDN-capable libcurl. |
59907ebc | 29-Apr-2004 |
Daniel Stenberg |
fixed the host/proxy name issue when re-using a connection and made IDN names work when using proxy by converting the IDN-name to the ACE-encoded version before the request-URL is passed to t
fixed the host/proxy name issue when re-using a connection and made IDN names work when using proxy by converting the IDN-name to the ACE-encoded version before the request-URL is passed to the proxy.
show more ...
|