| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | - added REMOTE_SESSION as a default environment variable to save | cce | 2006-01-02 | 1 | -5/+7 |
| * | - fixed logic/definition problem /w multi-entry headers; | cce | 2006-01-01 | 3 | -36/+21 |
| * | (no commit message) | cce | 2005-12-31 | 1 | -4/+3 |
| * | - upgraded docs for paste.auth.digest and paste.auth.multi | cce | 2005-12-31 | 3 | -103/+116 |
| * | - cleaned up documentation for paste.auth.cookie | cce | 2005-12-31 | 6 | -126/+285 |
| * | Added a bunch of module docstrings so the module index looks nicer; also mark... | ianb | 2005-12-30 | 1 | -1/+3 |
| * | - fixes for restructed text | cce | 2005-12-30 | 1 | -18/+18 |
| * | - removed unnecessary spaces in several files | cce | 2005-12-22 | 1 | -15/+15 |
| * | Open ID usage docs | bbangert | 2005-12-21 | 1 | -4/+50 |
| * | OpenID consumer now works for basic authorizing, now to add some keys to the ... | bbangert | 2005-12-21 | 1 | -2/+3 |
| * | Changed to comply with PEP 8 regarding class names from initial consumer code... | bbangert | 2005-12-21 | 1 | -36/+29 |
| * | Move to deal with relative/absolute import issues | bbangert | 2005-12-20 | 1 | -0/+0 |
| * | Should be working now, odd import bug though | bbangert | 2005-12-20 | 1 | -9/+14 |
| * | Close to working OpenID implementation, few tweaks to go | bbangert | 2005-12-20 | 1 | -6/+235 |
| * | updated signature of cookie.py to use a 64 byte key as recommended by HMAC | cce | 2005-12-17 | 1 | -4/+10 |