Skip to content
  1. Nov 12, 2005
  2. Nov 11, 2005
  3. Nov 10, 2005
  4. Nov 08, 2005
  5. Nov 05, 2005
  6. 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
  7. Oct 29, 2005
  8. Oct 27, 2005
  9. Oct 25, 2005
  10. Oct 21, 2005
  11. Oct 20, 2005
  12. Oct 14, 2005
  13. Oct 13, 2005
  14. Oct 06, 2005
  15. Oct 05, 2005
  16. Oct 04, 2005
  17. Sep 30, 2005
  18. Sep 27, 2005
  19. Sep 19, 2005
  20. Sep 16, 2005
  21. Sep 06, 2005
  22. Sep 04, 2005
  23. Sep 01, 2005
  24. Aug 31, 2005
  25. Aug 29, 2005
  26. Aug 24, 2005