1. 25 Aug, 2014 2 commits
  2. 22 Aug, 2014 3 commits
  3. 18 Aug, 2014 1 commit
  4. 16 Aug, 2014 6 commits
  5. 11 Aug, 2014 1 commit
  6. 08 Aug, 2014 1 commit
  7. 07 Aug, 2014 1 commit
  8. 06 Aug, 2014 2 commits
  9. 02 Aug, 2014 1 commit
  10. 01 Aug, 2014 1 commit
  11. 31 Jul, 2014 3 commits
  12. 30 Jul, 2014 2 commits
  13. 28 Jul, 2014 1 commit
  14. 24 Jul, 2014 1 commit
  15. 23 Jul, 2014 1 commit
    • Daniel Stenberg's avatar
      http2: more and better error checking · 81cd24ad
      Daniel Stenberg authored
      1 - fixes the warnings when built without http2 support
      
      2 - adds CURLE_HTTP2, a new error code for errors detected by nghttp2
      basically when they are about http2 specific things.
      81cd24ad
  16. 22 Jul, 2014 1 commit
  17. 19 Jul, 2014 1 commit
  18. 17 Jul, 2014 1 commit
  19. 16 Jul, 2014 1 commit
    • David Woodhouse's avatar
      Remove all traces of FBOpenSSL SPNEGO support · 9ad282b1
      David Woodhouse authored
      This is just fundamentally broken. SPNEGO (RFC4178) is a protocol which
      allows client and server to negotiate the underlying mechanism which will
      actually be used to authenticate. This is *often* Kerberos, and can also
      be NTLM and other things. And to complicate matters, there are various
      different OIDs which can be used to specify the Kerberos mechanism too.
      
      A SPNEGO exchange will identify *which* GSSAPI mechanism is being used,
      and will exchange GSSAPI tokens which are appropriate for that mechanism.
      
      But this SPNEGO implementation just strips the incoming SPNEGO packet
      and extracts the token, if any. And completely discards the information
      about *which* mechanism is being used. Then we *assume* it was Kerberos,
      and feed the token into gss_init_sec_context() with the default
      mechanism (GSS_S_NO_OID for the mech_type argument).
      
      Furthermore... broken as this code is, it was never even *used* for input
      tokens anyway, because higher layers of curl would just b...
      9ad282b1
  20. 10 Jul, 2014 2 commits
  21. 05 Jul, 2014 1 commit
  22. 03 Jul, 2014 6 commits