1. 618134b Make HttpAuthHandlerNegotiate use the correct NetworkIsolationKey. by Matt Menke · 5 years ago
  2. 1384c040 Switch AssembleRawHeaders to taking a StringPiece. by David Benjamin · 6 years ago
  3. be2efac Use HostResolver from context for HttpAuth by Eric Orth · 6 years ago
  4. 4365a478 Use base::size rather than arraysize in net/. by Avi Drissman · 6 years ago
  5. 0699ffbd Make USE_KERBEROS use the BUILDFLAG system, and make services/ use it. by Nico Weber · 7 years ago
  6. 7fa1f00 change the use of raw pointers to unique_ptr and scoped_ptr on net/http by Juan Jose Lopez Jaimez · 8 years ago
  7. f22f981 Main benefits of NetLog inner classes extraction: by mikecirone · 9 years ago
  8. 4283411 net: rename BoundNetLog to NetLogWithSource by tfarina · 9 years ago
  9. 1fd259a0 Change scoped_ptr to std::unique_ptr in //net/http. by danakj · 9 years ago
  10. 5ffd5d7 [net/http auth] Support channel bindings for HTTP authentication. by asanka · 9 years ago
  11. bba302d Allow dynamic updating of authentication policies by aberent · 10 years ago
  12. ec894a5 Support Kerberos on Android by aberent · 10 years ago
  13. e4a8b88 Convert ARRAYSIZE_UNSAFE -> arraysize in net/. by viettrungluu · 11 years ago
  14. df41d0d8 Move HttpAuth::ChallengeTokenizer to its own file. by [email protected] · 11 years ago
  15. 125ef48 Use a direct include of strings headers in net/http/. by [email protected] · 12 years ago
  16. 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  17. 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
  18. e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  19. f2cb3cf net: move host_resolver files from net/base to net/dns by [email protected] · 12 years ago
  20. 9c210d9 Linux: control usage of Kerberos via use_kerberos gyp flag (on by default) by [email protected] · 14 years ago
  21. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  22. d2db029 Clean up net unit testing code. by [email protected] · 14 years ago
  23. 318e421e Revert "Clean up net unit testing code." since it breaks the shlib builder. by [email protected] · 14 years ago
  24. 472ce96 Clean up net unit testing code. by [email protected] · 14 years ago
  25. 547fc79 Cleanup: Use AUTH_SCHEME enum instead of a string. by [email protected] · 14 years ago
  26. c8386693 Clean up some HttpAuth nits. by [email protected] · 15 years ago
  27. 213b99a Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need to think about quoted values while also avoiding a string copy if the value is unquoted. by [email protected] · 15 years ago
  28. d66f881 Add more tests cases for HttpAuth::HandleChallengeResponse. by [email protected] · 15 years ago
  29. 73c4532 Stop refcounting HostResolver. by [email protected] · 15 years ago
  30. e3fe59b Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into http_util.cc (NameValuePairsIterator). In preparation for re-use of name-value pair parsing in ChromeFrame (for X-UA-Compatible header). by [email protected] · 15 years ago
  31. f660e4b HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. by [email protected] · 15 years ago
  32. 4d6a6d94 Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. by [email protected] · 15 years ago
  33. 60390d08 HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. by [email protected] · 15 years ago
  34. c4857e0 Don't evict username/password when handling "stale" digest authentication challenges. by [email protected] · 15 years ago
  35. eca50e12 Fix multi-round authentication. by [email protected] · 15 years ago
  36. cee6312 Attempt to back off from Kerberos authentication if we don't have credentials. by [email protected] · 15 years ago
  37. 597313a Don't do Negotiate with GSSAPI if default credentials are not allowed. by [email protected] · 15 years ago
  38. aef0427 Hooking GSSAPI code into HTTP authenticate Negotiate handler. by [email protected] · 15 years ago
  39. 36c8e5f7 HttpAuthHandler's are no longer refcounted. by [email protected] · 15 years ago
  40. ac5c06e HttpAuthHandlers hold onto a bound net log. by [email protected] · 15 years ago
  41. 2227c69 Auto-format style pass over files. by [email protected] · 15 years ago
  42. 76baac0 Removed filter checks in windows implementations of Negotiate and NTLM HTTP Authentication handler creation. by [email protected] · 15 years ago
  43. 7cc9929 Gracefully recover from malformed auth challenge. by [email protected] · 15 years ago
  44. 1ce73ede HttpAuthFilterWhitelist is now getting entries from the Windows by [email protected] · 15 years ago
  45. eb3cac7 Added HttpAuthFilter. by [email protected] · 15 years ago
  46. fa55e19 Added factories for HttpAuthHandler. by [email protected] · 15 years ago
  47. ac3fa8e2 Add Single Sign On support to HTTP Authentication handlers. by [email protected] · 15 years ago
  48. a950ac48 Add a unit test which checks that Negotiate is chosen over NTLM. by [email protected] · 15 years ago
  49. 14ce6e3 Fix unittest for Negotiate and NTLM auth. by [email protected] · 15 years ago
  50. 4de702f4 We should pass the service principal name (SPN) of the by [email protected] · 16 years ago
  51. ce3bd9e Fix for bug 9608. adding check that tokenized header is valid. by [email protected] · 16 years ago
  52. 3f91878 Implement the NTLM authentication scheme by porting Mozilla's implementation. by [email protected] · 16 years ago
  53. f9ee6b5 - Add preemptive authorization (new http stack only) by [email protected] · 17 years ago
  54. b85ee49 Add the auth unit-tests to SConscript and .pbxproj by [email protected] · 17 years ago
  55. c3b35c2 Initial stab at http authentication (basic + digest) in new http stack. by [email protected] · 17 years ago