summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_basic.cc
Commit message (Expand)AuthorAgeFilesLines
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-2/+2
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-1/+2
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-0/+2
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+1
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-9/+26
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-6/+21
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-4/+6
* Allow the realm in BASIC and DIGEST challenges to not be specified.eroman@chromium.org2009-09-211-2/+10
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-0/+1
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+46