| Commit message (Expand) | Author | Age | Files | Lines |
| * | auth/auth_tkt.py: enable overriding digest algorithms | Jan Pokorn? | 2012-03-05 | 1 | -8/+22 |
| * | auth/auth_tkt.py: enable overriding digest algorithms | Jan Pokorn? | 2012-03-01 | 1 | -14/+27 |
| * | Fix digest authentication (it was picking up commas inside of the digest auth... | Toshio Kuratomi | 2011-12-21 | 1 | -4/+29 |
| * | Add fix to make digest auth with internet explorer 8 (and possibly other ver... | milinnovations_andreas | 2010-09-29 | 1 | -2/+2 |
| * | Fix #443: url_unquote undefined | Ian Bicking | 2010-09-16 | 1 | -1/+14 |
| * | Fix test broken by 27a36b3e1843 (for http://trac.pythonpaste.org/pythonpaste/... | Taavi Burns | 2010-09-09 | 1 | -1/+1 |
| * | A probably incomplete fix for http://trac.pythonpaste.org/pythonpaste/ticket/... | Ian Bicking | 2010-09-02 | 1 | -2/+3 |
| * | Quote usernames in auth_tkt tickets (http://trac.pythonpaste.org/pythonpaste/... | Ian Bicking | 2010-09-01 | 1 | -16/+19 |
| * | Fix the auth_tkt middleware so it doesn't give exceptions when the token is bad | ianb | 2009-03-07 | 1 | -9/+9 |
| * | Make cookies expire on logout | ianb | 2009-03-05 | 1 | -5/+6 |
| * | Apply patch to paste.auth.auth_tkt to make it easier to get the cookies, and ... | ianb | 2009-03-03 | 1 | -12/+39 |
| * | don't need to strip the trailing newline anymore | ianb | 2009-01-08 | 1 | -1/+1 |
| * | Fix #257, newlines in paste.auth.cookie cookies | ianb | 2009-01-08 | 1 | -0/+1 |
| * | fix auth cookie generating bad headers | pjenvey | 2008-10-10 | 1 | -1/+2 |
| * | prefer hashlib over the md5/sha modules which are deprecated in Python 2.6 | pjenvey | 2008-09-17 | 3 | -13/+26 |
| * | Set same cookies with same domains on logout as you do on login, in auth_tkt | ianb | 2008-03-08 | 1 | -1/+8 |
| * | Use base64.encode|decodestring, for python 2.3 compatibility | ianb | 2007-12-17 | 1 | -2/+2 |
| * | Try to encode values to auth_tkt | ianb | 2007-08-09 | 1 | -0/+8 |
| * | remove tabs | ianb | 2007-07-22 | 1 | -2/+2 |
| * | Fix for #174; Paste Deploy entry point for paste.auth.form broken | ianb | 2007-05-25 | 1 | -1/+6 |
| * | fixed the AuthCookieHandler example | pjenvey | 2007-02-16 | 1 | -1/+1 |
| * | path from Robert Almeida, to re-enable the internal redirect to the login for... | ianb | 2007-02-01 | 1 | -5/+5 |
| * | oops | cce | 2007-01-10 | 1 | -2/+0 |
| * | fixing server side cache /w the nocache header | cce | 2007-01-10 | 1 | -0/+2 |
| * | convert old-style classes to new-style classes | pjenvey | 2007-01-05 | 5 | -8/+8 |
| * | Fix for error condition in OpenID auth; patch from Christopher Baus | ianb | 2006-11-26 | 1 | -1/+1 |
| * | Fixed #133 from cookedm: paste.auth.form doesn't return valid headers | ianb | 2006-11-02 | 1 | -2/+2 |
| * | A big commit, primarily aesthetic/whitespace in nature. This is the result o... | ianb | 2006-10-20 | 7 | -49/+53 |
| * | Several name problems, small bugs, extra imports caught by pyflakes | ianb | 2006-10-20 | 4 | -5/+2 |
| * | Updated the docstring to specify the correct information for set_user and log... | thejimmyg | 2006-09-01 | 1 | -2/+2 |
| * | Make sure timeout isn't passed in as a string | ianb | 2006-08-21 | 1 | -0/+5 |
| * | better error message in paste.auth.cookie | ianb | 2006-08-21 | 1 | -0/+5 |
| * | Added an entry point for paste.auth.cookie; added/currected a little info to ... | ianb | 2006-08-19 | 1 | -10/+91 |
| * | Patch from Brad Clements to add Paste Deploy support for paste.auth methods | ianb | 2006-06-30 | 3 | -0/+55 |
| * | Added copyright header to a bunch of files | ianb | 2006-06-13 | 3 | -0/+6 |
| * | This updates the paste.auth.* modules to include | cce | 2006-02-24 | 4 | -28/+26 |
| * | Added to the do-it-yourself doc | ianb | 2006-02-01 | 1 | -1/+1 |
| * | remove debugging prints from openid | ianb | 2006-01-30 | 1 | -4/+0 |
| * | Added a url->username translation function to the app (so we can actually try... | ianb | 2006-01-27 | 1 | -11/+48 |
| * | Fixed some little bugs; added logout_path setting, a path that implies a logo... | ianb | 2006-01-27 | 1 | -4/+34 |
| * | Added a paste.deploy entry point for open_id; added a 401 catcher option to o... | ianb | 2006-01-27 | 1 | -8/+58 |
| * | Fixed typoish thing | ianb | 2006-01-21 | 1 | -1/+1 |
| * | @@ FIX: I commented this out since I didn't know what it was supposed to do a... | bbangert | 2006-01-21 | 1 | -1/+1 |
| * | Added middleware for reading mod_auth_tkt-style signed cookies (paste.auth.au... | ianb | 2006-01-18 | 2 | -0/+414 |
| * | Indentation in docstring | ianb | 2006-01-18 | 1 | -20/+22 |
| * | moving httpserver from util sub-package up a level | cce | 2006-01-09 | 6 | -6/+6 |
| * | - removing unnecessary trailing spaces, that's all | cce | 2006-01-05 | 2 | -17/+17 |
| * | Thread safe patching | bbangert | 2006-01-05 | 1 | -47/+46 |
| * | - made the example program simpler for paste.auth.cookie, no | cce | 2006-01-03 | 1 | -8/+3 |
| * | (no commit message) | cce | 2006-01-03 | 1 | -10/+12 |