index
:
delta/python-requests.git
1.26-test
2.0
2.16.0
2.20.0
3.0
3.0-requestscore
3.7_collections
add-codescanning
alex-patch-1
appveyor_fix
appveyor_test
baserock/morph
bug/5671
build_fix
cache
circle-ci
default_port_handling
dependabot/pip/bleach-3.1.1
dependabot/pip/bleach-3.1.2
dependabot/pip/bleach-3.1.4
deps
disable-security
doc_cleanup
encapsulate_urllib3_exc
faster-ci
fix-1859
fix-cookies-saved-on-redirect
fix-pickling-adapters
fix-redirect-test
fix_help_ssl_check
flake8
flake8-improvements
help
jenkins
kennethreitz-patch-1
kennethreitz-patch-2
master
none_filepointer
partII
pipenv
proposed/3.0.0
pytest-httpbin
render
revert-2706-fix-merge-setting
revert-3700-master
revert-3983-appveyor
revert-4144-move_compat_to_warn
sigmavirus24/docs/support
swap-charade-for-chardet
test
test2
test4
test5
test6
test_urllib3_dev
threedotoh
travis
travis2
twisted
update-3.0
update-notice
update-security-md
update_lock_file
updating_3.0.0
urllib1.25
urllib3-dev
v2.25.0
version
github.com: kennethreitz/requests.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
requests
/
auth.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle case when WWW-Authenticate returns multiple qops
Ian Cordasco
2013-09-13
1
-3
/
+3
*
Take advantage of the new copy method
Ian Cordasco
2013-07-27
1
-7
/
+1
*
Make the regular tests pass
Ian Cordasco
2013-07-27
1
-10
/
+12
*
Start work on sending cookies back
Ian Ross and Ian Cordasco
2013-07-27
1
-2
/
+9
*
don't replace 'Digest' in digest header value
Thomas Weißschuh
2013-05-21
1
-1
/
+1
*
Merge pull request #1242 from oviboy/master
Kenneth Reitz
2013-04-13
1
-1
/
+3
|
\
|
*
compiled regex expression in digest auth, this also works in python 2.6.x
Ovidiu Negrut
2013-03-25
1
-1
/
+2
|
*
Digest auth: case insensitive replacement of 'digest ' string with '' from WW...
Ovidiu Negrut
2013-03-11
1
-1
/
+2
*
|
Fixed typos
Pascal Borreli
2013-04-01
1
-1
/
+1
|
/
*
Use user supplied options when resending authenticated requests
Michael Komitee
2013-02-13
1
-2
/
+2
*
it`s more pep8 now
oczkers
2013-01-27
1
-4
/
+5
*
Merge pull request #1123 from andrewjesaitis/master
Kenneth Reitz
2013-01-25
1
-2
/
+4
|
\
|
*
Moves num_401_calls counter to HTTPDigestAuth
Andrew Jesaitis
2013-01-23
1
-3
/
+5
|
*
Fixes repeated 401s when using DigestAuth with a session
Andrew Jesaitis
2013-01-21
1
-2
/
+2
*
|
missing algorithm field
Juan Riaza
2013-01-22
1
-6
/
+10
|
/
*
A bit of linting.
Ian Cordasco
2012-12-17
1
-1
/
+1
*
digest works!
Kenneth Reitz
2012-12-17
1
-3
/
+1
*
remove old auth stuff
Kenneth Reitz
2012-12-17
1
-102
/
+0
*
hooks and things
Kenneth Reitz
2012-12-17
1
-125
/
+2
*
Import oauthlib without the obsolete wrapper.
Matt McClure
2012-12-12
1
-1
/
+2
*
Sign requests even if they have no body data.
Matt McClure
2012-11-27
1
-3
/
+1
*
Make OAuth handle less-common body data better.
Cory Benfield
2012-11-24
1
-8
/
+22
*
Making the code more PEP8 compliant
Radu Voicilas
2012-10-09
1
-1
/
+1
*
Change variable name "_cond" -> "_oauth_signed".
ayanamist
2012-08-28
1
-3
/
+3
*
Try to keep the header too if content-type is application/x-www-form-urlencoded
ayanamist
2012-08-28
1
-1
/
+2
*
Fix the comment too.
ayanamist
2012-08-28
1
-2
/
+1
*
Correct OAuth1 with query or data.
ayanamist
2012-08-28
1
-24
/
+25
*
Cleanup #800
Kenneth Reitz
2012-08-25
1
-14
/
+17
*
Fix kennethreitz/requests#790
ayanamist
2012-08-20
1
-1
/
+2
*
Save credentials in the HTTPDigestAuth object and replay them if the user reu...
Peter Montagner
2012-08-18
1
-74
/
+82
*
Release connection in digest auth 401 handler to allow the connection to be r...
Peter Montagner
2012-08-18
1
-0
/
+5
*
Whitespace fixes following PEP8.
Locker537
2012-08-16
1
-0
/
+3
*
Solves #722
Kenneth Reitz
2012-07-27
1
-1
/
+5
*
Merge pull request #647 from mkomitee/kerberos
Kenneth Reitz
2012-07-26
1
-0
/
+130
|
\
|
*
Implement GSSAPI/Kerberos authentication for requests
Michael Komitee
2012-06-01
1
-0
/
+130
*
|
Fix infinite loop on wrong Digest Authentication (Issue #547)
Victoria Mo
2012-07-14
1
-3
/
+3
*
|
vendored oauthlib
Kenneth Reitz
2012-06-28
1
-9
/
+7
*
|
Sign querystring parameters in OAuth 1.0
Marty Alchin
2012-06-18
1
-2
/
+2
*
|
Make sure OAuth doesn't fall off, which happens in particular when encounteri...
Marty Alchin
2012-06-13
1
-1
/
+1
|
/
*
replace utils.randombytes with os.urandom
Shivaram Lingamneni
2012-05-15
1
-2
/
+3
*
Unicode fix for py3
Ib Lundgren
2012-05-15
1
-4
/
+4
*
Better content-type detection and unicode fix
Ib Lundgren
2012-05-15
1
-6
/
+43
*
quiet spurious pyflakes errors
Shivaram Lingamneni
2012-05-03
1
-1
/
+3
*
upper case automatically
Kenneth Reitz
2012-05-02
1
-0
/
+6
*
syntax errors
Kenneth Reitz
2012-05-01
1
-4
/
+4
*
hax
Kenneth Reitz
2012-05-01
1
-0
/
+3
*
missed an import
Kenneth Reitz
2012-05-01
1
-1
/
+1
*
only import oauthlib in python2
Kenneth Reitz
2012-05-01
1
-3
/
+5
*
Trim down OAuth1 callable logic
Idan Gazit
2012-05-01
1
-28
/
+11
*
Fix order of return values from OAuth Client.sign()
Idan Gazit
2012-05-01
1
-1
/
+2
[next]