summaryrefslogtreecommitdiff
path: root/paste/auth
Commit message (Expand)AuthorAgeFilesLines
...
* Added a url->username translation function to the app (so we can actually try...ianb2006-01-271-11/+48
* Fixed some little bugs; added logout_path setting, a path that implies a logo...ianb2006-01-271-4/+34
* Added a paste.deploy entry point for open_id; added a 401 catcher option to o...ianb2006-01-271-8/+58
* Fixed typoish thingianb2006-01-211-1/+1
* @@ FIX: I commented this out since I didn't know what it was supposed to do a...bbangert2006-01-211-1/+1
* Added middleware for reading mod_auth_tkt-style signed cookies (paste.auth.au...ianb2006-01-182-0/+414
* Indentation in docstringianb2006-01-181-20/+22
* moving httpserver from util sub-package up a levelcce2006-01-096-6/+6
* - removing unnecessary trailing spaces, that's allcce2006-01-052-17/+17
* Thread safe patchingbbangert2006-01-051-47/+46
* - made the example program simpler for paste.auth.cookie, nocce2006-01-031-8/+3
* (no commit message)cce2006-01-031-10/+12
* - added REMOTE_SESSION as a default environment variable to savecce2006-01-021-5/+7
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-013-36/+21
* (no commit message)cce2005-12-311-4/+3
* - upgraded docs for paste.auth.digest and paste.auth.multicce2005-12-313-103/+116
* - cleaned up documentation for paste.auth.cookiecce2005-12-316-126/+285
* Added a bunch of module docstrings so the module index looks nicer; also mark...ianb2005-12-301-1/+3
* - fixes for restructed textcce2005-12-301-18/+18
* - removed unnecessary spaces in several filescce2005-12-221-15/+15
* Open ID usage docsbbangert2005-12-211-4/+50
* OpenID consumer now works for basic authorizing, now to add some keys to the ...bbangert2005-12-211-2/+3
* Changed to comply with PEP 8 regarding class names from initial consumer code...bbangert2005-12-211-36/+29
* Move to deal with relative/absolute import issuesbbangert2005-12-201-0/+0
* Should be working now, odd import bug thoughbbangert2005-12-201-9/+14
* Close to working OpenID implementation, few tweaks to gobbangert2005-12-201-6/+235
* updated signature of cookie.py to use a 64 byte key as recommended by HMACcce2005-12-171-4/+10
* - removed super() usage in httpserver and just copied the codecce2005-12-171-4/+4
* Skeleton of OpenID, more changes coming...bbangert2005-12-161-0/+55
* added stuff for HTTP/1.1 compliance to httpservercce2005-12-151-3/+3
* (no commit message)cce2005-12-151-1/+1
* migrating tests to use util.httpserver rather than util.baseservercce2005-12-146-6/+6
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...ianb2005-12-137-0/+738