summaryrefslogtreecommitdiff
path: root/paste/auth
Commit message (Expand)AuthorAgeFilesLines
* Don't raise StopIteration from generator, return insteadMiro Hron?ok2018-06-081-1/+1
* Fix grantip on Python 3Victor Stinner2015-04-221-1/+1
* Port paste.auth to Python 3Victor Stinner2015-04-212-11/+35
* Strip trailing spacesVictor Stinner2015-04-215-15/+15
* Python 3: fix more submodulesVictor Stinner2014-03-191-4/+4
* Python 3: Add b prefix to literal binary stringsCyril Roelandt2014-03-181-1/+1
* Python 3: Replace "dict.has_key(key)" with "key in dict"Cyril Roelandt2014-03-181-1/+1
* Python 3: Replace basestring with six.string_typesCyril Roelandt2014-03-183-5/+7
* Python 3: don't use tuples in function prototypeCyril Roelandt2014-03-181-1/+1
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-1/+1
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-183-7/+11
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-1/+3
* auth/auth_tkt.py: enable overriding digest algorithmsJan Pokorn?2012-03-051-8/+22
* auth/auth_tkt.py: enable overriding digest algorithmsJan Pokorn?2012-03-011-14/+27
* Fix digest authentication (it was picking up commas inside of the digest auth...Toshio Kuratomi2011-12-211-4/+29
* Add fix to make digest auth with internet explorer 8 (and possibly other ver...milinnovations_andreas2010-09-291-2/+2
* Fix #443: url_unquote undefinedIan Bicking2010-09-161-1/+14
* Fix test broken by 27a36b3e1843 (for http://trac.pythonpaste.org/pythonpaste/...Taavi Burns2010-09-091-1/+1
* A probably incomplete fix for http://trac.pythonpaste.org/pythonpaste/ticket/...Ian Bicking2010-09-021-2/+3
* Quote usernames in auth_tkt tickets (http://trac.pythonpaste.org/pythonpaste/...Ian Bicking2010-09-011-16/+19
* Fix the auth_tkt middleware so it doesn't give exceptions when the token is badianb2009-03-071-9/+9
* Make cookies expire on logoutianb2009-03-051-5/+6
* Apply patch to paste.auth.auth_tkt to make it easier to get the cookies, and ...ianb2009-03-031-12/+39
* don't need to strip the trailing newline anymoreianb2009-01-081-1/+1
* Fix #257, newlines in paste.auth.cookie cookiesianb2009-01-081-0/+1
* fix auth cookie generating bad headerspjenvey2008-10-101-1/+2
* prefer hashlib over the md5/sha modules which are deprecated in Python 2.6pjenvey2008-09-173-13/+26
* Set same cookies with same domains on logout as you do on login, in auth_tktianb2008-03-081-1/+8
* Use base64.encode|decodestring, for python 2.3 compatibilityianb2007-12-171-2/+2
* Try to encode values to auth_tktianb2007-08-091-0/+8
* remove tabsianb2007-07-221-2/+2
* Fix for #174; Paste Deploy entry point for paste.auth.form brokenianb2007-05-251-1/+6
* fixed the AuthCookieHandler examplepjenvey2007-02-161-1/+1
* path from Robert Almeida, to re-enable the internal redirect to the login for...ianb2007-02-011-5/+5
* oopscce2007-01-101-2/+0
* fixing server side cache /w the nocache headercce2007-01-101-0/+2
* convert old-style classes to new-style classespjenvey2007-01-055-8/+8
* Fix for error condition in OpenID auth; patch from Christopher Bausianb2006-11-261-1/+1
* Fixed #133 from cookedm: paste.auth.form doesn't return valid headersianb2006-11-021-2/+2
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-207-49/+53
* Several name problems, small bugs, extra imports caught by pyflakesianb2006-10-204-5/+2
* Updated the docstring to specify the correct information for set_user and log...thejimmyg2006-09-011-2/+2
* Make sure timeout isn't passed in as a stringianb2006-08-211-0/+5
* better error message in paste.auth.cookieianb2006-08-211-0/+5
* Added an entry point for paste.auth.cookie; added/currected a little info to ...ianb2006-08-191-10/+91
* Patch from Brad Clements to add Paste Deploy support for paste.auth methodsianb2006-06-303-0/+55
* Added copyright header to a bunch of filesianb2006-06-133-0/+6
* This updates the paste.auth.* modules to includecce2006-02-244-28/+26
* Added to the do-it-yourself docianb2006-02-011-1/+1
* remove debugging prints from openidianb2006-01-301-4/+0