summaryrefslogtreecommitdiff
path: root/requests/auth.py
Commit message (Expand)AuthorAgeFilesLines
* vendored oauthlibKenneth Reitz2012-06-281-9/+7
* Sign querystring parameters in OAuth 1.0Marty Alchin2012-06-181-2/+2
* Make sure OAuth doesn't fall off, which happens in particular when encounteri...Marty Alchin2012-06-131-1/+1
* replace utils.randombytes with os.urandomShivaram Lingamneni2012-05-151-2/+3
* Unicode fix for py3Ib Lundgren2012-05-151-4/+4
* Better content-type detection and unicode fixIb Lundgren2012-05-151-6/+43
* quiet spurious pyflakes errorsShivaram Lingamneni2012-05-031-1/+3
* upper case automaticallyKenneth Reitz2012-05-021-0/+6
* syntax errorsKenneth Reitz2012-05-011-4/+4
* haxKenneth Reitz2012-05-011-0/+3
* missed an importKenneth Reitz2012-05-011-1/+1
* only import oauthlib in python2Kenneth Reitz2012-05-011-3/+5
* Trim down OAuth1 callable logicIdan Gazit2012-05-011-28/+11
* Fix order of return values from OAuth Client.sign()Idan Gazit2012-05-011-1/+2
* Fix Content-Type validation in OAuth1 callableIdan Gazit2012-05-011-2/+3
* Initial implementation of OAuth1 request signing with OAuthLibIdan Gazit2012-05-011-1/+44
* Fix infinite loop on wrong Digest AuthenticationPierre Chapuis2012-04-121-0/+2
* Clarify digest hash method namesIdan Gazit2012-04-111-9/+9
* Remove unused importIdan Gazit2012-03-131-1/+1
* latin1, remove unicode_literalsKenneth Reitz2012-02-151-3/+1
* oh snapKenneth Reitz2012-01-231-3/+1
* blahKenneth Reitz2012-01-231-2/+10
* blahKenneth Reitz2012-01-231-8/+14
* move digest to new register_hookKenneth Reitz2012-01-211-1/+1
* Fix bug in HTTP-digest auth w/ URI having query stringTom Moertel2012-01-101-1/+3
* quotesv0.8.6Kenneth Reitz2011-12-181-2/+2
* keep auth DRYKenneth Reitz2011-12-181-4/+8
* Add Proxy Authorization supportChristopher Davis2011-12-171-0/+8
* Converted auth to use callable objects instead of tuples.Idan Gazit2011-11-171-47/+25
* add query data to digest pathKenneth Reitz2011-11-071-1/+2
* oops, debugging printsKenneth Reitz2011-10-231-6/+0
* Digest authentication support!Kenneth Reitz2011-10-231-1/+93
* auth tuple fixKenneth Reitz2011-10-231-2/+2
* more advanced authentication mechanismKenneth Reitz2011-10-231-1/+29
* fix base64 encoding for httpbasicKenneth Reitz2011-10-231-2/+2
* httpbasic authentication cleanupKenneth Reitz2011-10-231-2/+4
* initial auth module w/ httpbasic authKenneth Reitz2011-10-231-0/+29