1. 07 Nov, 2005 1 commit
  2. 05 Nov, 2005 1 commit
  3. 02 Nov, 2005 2 commits
    • Daniel Stenberg's avatar
      oops · f5e85bab
      Daniel Stenberg authored
      f5e85bab
    • Daniel Stenberg's avatar
      Added: · 9a44fa83
      Daniel Stenberg authored
       1.9 Where do I buy commercial support for curl?
       1.10 How many are using curl?
       6.7 What are my obligations when using libcurl in my commerical apps?
      
      Edited a few other paragraphs slightly.
      9a44fa83
  4. 01 Nov, 2005 1 commit
  5. 31 Oct, 2005 2 commits
    • 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
    • Daniel Stenberg's avatar
      kill trailing whitespace · 43b3954f
      Daniel Stenberg authored
      43b3954f
  6. 30 Oct, 2005 1 commit
  7. 29 Oct, 2005 2 commits
  8. 28 Oct, 2005 3 commits
  9. 27 Oct, 2005 6 commits
  10. 25 Oct, 2005 3 commits
  11. 22 Oct, 2005 1 commit
    • Daniel Stenberg's avatar
      Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug report · c890149c
      Daniel Stenberg authored
        #1334338 (http://curl.haxx.se/bug/view.cgi?id=1334338). When reading an SSL
        stream from a server and the server requests a "rehandshake", the current
        code simply returns this as an error. I have no good way to test this, but
        I've added a crude attempt of dealing with this situation slightly better -
        it makes a blocking handshake if this happens. Done like this because fixing
        this the "proper" way (that would handshake asynchronously) will require
        quite some work and I really need a good way to test this to do such a
        change.
      c890149c
  12. 21 Oct, 2005 3 commits
  13. 20 Oct, 2005 6 commits
  14. 18 Oct, 2005 2 commits
  15. 14 Oct, 2005 2 commits
  16. 13 Oct, 2005 4 commits