| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added a url->username translation function to the app (so we can actually ↵ | ianb | 2006-01-27 | 1 | -11/+48 | |
| | | | | | try to log the user in when they complete the process). Added specific hooks for auth_tkt stuff -- should be changed in the future so it is common to all login systems. Made the login_redirect actually redirect externally, not internally. Not sure if that will work with everyone -- I guess not, if they aren't using auth_tkt with the auth_tkt hooks. But I'm not sure how it is supposed to work otherwise either. Maybe there needs to be two settings -- login_redirect and login_external_redirect. Or maybe leaving login_redirect blank should be okay, and that will cause the user to be redirected back to where they came from (another feature that should be added to this) | |||||
| * | Fixed some little bugs; added logout_path setting, a path that implies a ↵ | ianb | 2006-01-27 | 1 | -4/+34 | |
| | | | | | logout when accessed | |||||
| * | Added a paste.deploy entry point for open_id; added a 401 catcher option to ↵ | ianb | 2006-01-27 | 1 | -8/+58 | |
| | | | | | open_id (but I haven't tested that yet) | |||||
| * | 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 ↵ | bbangert | 2006-01-21 | 1 | -1/+1 | |
| | | | | | and it was bad syntax otherwise | |||||
| * | Added middleware for reading mod_auth_tkt-style signed cookies ↵ | ianb | 2006-01-18 | 2 | -0/+414 | |
| | | | | | (paste.auth.auth_tkt). Added middleware to set user and group based on IP addresses (paste.auth.grantip). Added some modules for handling ranges of IP addresses, taken from some Python Cookbook recipes -- license is unclear on these, but I've requested clarification from the author (shouldn't be released until that is clarified). | |||||
| * | 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 | |
| | | | | | | point in adding in so many features when trying to introduce a new person to this module | |||||
| * | (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 | |
| | | | | | to help solve requirements mentioned atassist http://groups.google.com/group/turbogears/browse_frm/thread/9c38012ddb4128ef/9fc9e2524433f239#9fc9e2524433f239 | |||||
| * | - fixed logic/definition problem /w multi-entry headers; | cce | 2006-01-01 | 3 | -36/+21 | |
| | | | | | | | | | | | | | | | __call__ now always returns a string value - renamed resolve to values in HTTPHeader to better reflect the public-interface for this (esp for multi-entry headers) - a few bugs in mult-entry headers - added common CGI headers to httpheaders; I know they don't really belong here, but error checking is nice - updated auth.digest and auth.basic to use httpheaders (this is what prompted the above changes) - added WWW_AUTHENTICATe header which will build a response to a digest challenge - fixed capitalization error in fileapp and added corresponding test | |||||
| * | (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 | |
| | | | | | | | | | - cleaned up documentation for paste.auth.form - cleaned up documentation for paste.auth.basic - converted InternalServerError into its own class (httpexceptions) - converted BadRequest into its own class (httpexceptions) - a few minor cleanups | |||||
| * | Added a bunch of module docstrings so the module index looks nicer; also ↵ | ianb | 2005-12-30 | 1 | -1/+3 | |
| | | | | | marked deprecated modules so they don't show up in the module index that Pudge creates | |||||
| * | - fixes for restructed text | cce | 2005-12-30 | 1 | -18/+18 | |
| | | ||||||
| * | - removed unnecessary spaces in several files | cce | 2005-12-22 | 1 | -15/+15 | |
| | | | | | - added DataApp to paste.fileapp | |||||
| * | 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 | |
| | | | | | environ and internal redirect to end-users app | |||||
| * | Changed to comply with PEP 8 regarding class names from initial consumer ↵ | bbangert | 2005-12-21 | 1 | -36/+29 | |
| | | | | | code port | |||||
| * | 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 | |
| | | ||||||
| * | - removed super() usage in httpserver and just copied the code | cce | 2005-12-17 | 1 | -4/+4 | |
| | | | | | - replaced plain sha with hmac in cookie.py | |||||
| * | Skeleton of OpenID, more changes coming... | bbangert | 2005-12-16 | 1 | -0/+55 | |
| | | ||||||
| * | added stuff for HTTP/1.1 compliance to httpserver | cce | 2005-12-15 | 1 | -3/+3 | |
| | | ||||||
| * | (no commit message) | cce | 2005-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | migrating tests to use util.httpserver rather than util.baseserver | cce | 2005-12-14 | 6 | -6/+6 | |
| | | ||||||
| * | Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ | ianb | 2005-12-13 | 7 | -0/+738 | |
| with trunk | ||||||
