Skip to content
  1. Nov 08, 2005
  2. Nov 05, 2005
  3. 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
  4. Oct 29, 2005
  5. Oct 27, 2005
  6. Oct 25, 2005
  7. Oct 21, 2005
  8. Oct 20, 2005
  9. Oct 14, 2005
  10. Oct 13, 2005
  11. Oct 06, 2005
  12. Oct 05, 2005
  13. Oct 04, 2005
  14. Sep 30, 2005
  15. Sep 27, 2005
  16. Sep 19, 2005
  17. Sep 16, 2005
  18. Sep 06, 2005
  19. Sep 04, 2005
  20. Sep 01, 2005
  21. Aug 31, 2005
  22. Aug 29, 2005
  23. Aug 24, 2005
  24. Aug 19, 2005
    • Daniel Stenberg's avatar
      Norbert Novotny had problems with FTPS and he helped me work out a patch · 710ee3b0
      Daniel Stenberg authored
      that made curl run fine in his end. The key was to make sure we do the
      SSL/TLS negotiation immediately after the TCP connect is done and not after
      a few other commands have been sent like we did previously. I don't consider
      this change necessary to obey the standards, I think this server is pickier
      than what the specs allow it to be, but I can't see how this modified
      libcurl code can add any problems to those who are interpreting the
      standards more liberally.
      710ee3b0
  25. Aug 17, 2005
  26. Aug 16, 2005
  27. Aug 15, 2005