index
:
delta/python-packages/paste.git
2.0.3
BB-4
double_slash_at_start_of_path_fix
eliminate_cgi_parse_qsl
eliminate_cgi_parse_qsl_2
fix-has_key
gzip_work_with_generator
mainline-refactor
master
py37
py3k
pytest
python3_wsgilib_add_close_next
require_six
stringio
test_wsgirequest_charset_use_UTF-8_instead_of_iso-8859-1
tox_add_py35
tox_add_pypy
tox_coverage
bitbucket.org: Obsolete (use python-packages/paste-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paste
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix grantip on Python 3
Victor Stinner
2015-04-22
1
-1
/
+1
*
Port paste.auth to Python 3
Victor Stinner
2015-04-21
2
-11
/
+35
*
Strip trailing spaces
Victor Stinner
2015-04-21
5
-15
/
+15
*
Python 3: fix more submodules
Victor Stinner
2014-03-19
1
-4
/
+4
*
Python 3: Add b prefix to literal binary strings
Cyril Roelandt
2014-03-18
1
-1
/
+1
*
Python 3: Replace "dict.has_key(key)" with "key in dict"
Cyril Roelandt
2014-03-18
1
-1
/
+1
*
Python 3: Replace basestring with six.string_types
Cyril Roelandt
2014-03-18
3
-5
/
+7
*
Python 3: don't use tuples in function prototype
Cyril Roelandt
2014-03-18
1
-1
/
+1
*
Python 3: Replace "except Exception, exc" with "except Exception as exc:"
Cyril Roelandt
2014-03-18
1
-1
/
+1
*
Python 3: use new names of standard library modules
Cyril Roelandt
2014-03-18
3
-7
/
+11
*
allow strings and lists to be used in cookie tokens
Kristian Kvilekval
2012-10-12
1
-1
/
+3
*
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
[next]