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