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