Skip to content
  1. Jan 10, 2006
    • Daniel Stenberg's avatar
      When using a bad path over FTP, as in when libcurl couldn't CWD into all · 44313386
      Daniel Stenberg authored
      given subdirs, libcurl would still "remember" the full path as if it is the
      current directory libcurl is in so that the next curl_easy_perform() would
      get really confused if it tried the same path again - as it would not issue
      any CWD commands at all, assuming it is already in the "proper" dir.
      
      Starting now, a failed CWD command sets a flag that prevents the path to be
      "remembered" after returning.
      44313386
  2. Jan 08, 2006
  3. Jan 07, 2006
  4. Jan 06, 2006
  5. Jan 04, 2006
  6. Dec 16, 2005
  7. Dec 06, 2005
  8. Dec 01, 2005
  9. Nov 28, 2005
  10. Nov 24, 2005
  11. Nov 17, 2005
  12. Nov 16, 2005
  13. Nov 13, 2005
  14. Nov 12, 2005
  15. Nov 11, 2005
  16. Nov 10, 2005
  17. Nov 08, 2005
  18. Nov 05, 2005
  19. Oct 31, 2005
    • Daniel Stenberg's avatar
      Vilmos Nebehaj improved libcurl's LDAP abilities: · b91421b1
      Daniel Stenberg authored
      The LDAP code in libcurl can't handle LDAP servers of LDAPv3 nor binary
      attributes in LDAP objects. So, I made a quick patch to address these
      problems.
      
      The solution is simple: if we connect to an LDAP server, first try LDAPv3
      (which is the preferred protocol as of now) and then fall back to LDAPv2.
      In case of binary attributes, we first convert them to base64, just like the
      openldap client does. It uses ldap_get_values_len() instead of
      ldap_get_values() to be able to retrieve binary attributes correctly. I
      defined the necessary LDAP macros in lib/ldap.c to be able to compile
      libcurl without the presence of libldap
      b91421b1
  20. Oct 29, 2005
  21. Oct 27, 2005
  22. Oct 25, 2005
  23. Oct 21, 2005
  24. Oct 20, 2005
  25. Oct 14, 2005
  26. Oct 13, 2005
  27. Oct 06, 2005
  28. Oct 05, 2005
  29. Oct 04, 2005
  30. Sep 30, 2005
  31. Sep 27, 2005