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