Tres Seaver
2010-09-07 ab7f3c0ea05b66841d6b1d534fcac51971647292
2010-08-09 Tres Seaver
Fix 'underline too short'.
blob@ 8e245d commitdiff | diff to current
2010-07-13 Tres Seaver
Make the InsecureCookiePlugin take a ``charset`` argument
blob@ 76e951 commitdiff | diff to current
2010-05-26 Tres Seaver
In ``repoze.who.restrict``, return headers as a list, as required by PEP333.
blob@ 5b6365 commitdiff | diff to current
2010-05-11 Chris McDonough
- Help default request classifier cope with xml submissions with an expli...
blob@ 6b7b34 commitdiff | diff to current
2010-04-26 Tres Seaver
Added ``repoze.who.config:make_api_factory_with_config``.
blob@ a349a2 commitdiff | diff to current
2010-04-20 Tres Seaver
Fixed docs for calling ``repoze.who.config:make_middleware_with_config``.
blob@ f80021 commitdiff | diff to current
2010-03-25 Tres Seaver
Prep 2.0a2 release.
blob@ c186ae commitdiff | diff to current
2010-02-26 Tres Seaver
Fixed failure to pass substution values in log message string formatting
blob@ 52bc23 commitdiff | diff to current
2010-02-25 Tres Seaver
Prep 2.0a1 release.
blob@ e25b84 commitdiff | diff to current
2010-02-25 Tres Seaver
Tweakage.
blob@ c9c1c6 commitdiff | diff to current
2010-02-23 Tres Seaver
Restored the ability to create middleware using the old 'classifier' argument
blob@ cbc983 commitdiff | diff to current
2009-12-10 Tres Seaver
The API used to allow identifier plugins to "preauthenticate" an identity.
blob@ b213af commitdiff | diff to current
2009-12-10 Tres Seaver
The ``auth_tkt`` plugin now implements the ``IAuthenticator`` interface
blob@ b0f81f commitdiff | diff to current
2009-11-13 Tres Seaver
Note backward incompatibilities.
blob@ b4b8ee commitdiff | diff to current
2009-11-12 Chris McDonough
- Fix http://bugs.repoze.org/issue102: when no challengers existed, loggi...
blob@ 581d5b commitdiff | diff to current
2009-11-08 Chris McDonough
Get rid of dependence on ez_setup.py.
blob@ 62cd25 commitdiff | diff to current
2009-11-07 Tres Seaver
Factored out the API of the middleware object to make it useful from within...
blob@ 993216 commitdiff | diff to current
2009-11-05 Tres Seaver
Prep 1.0.18 release.
blob@ 060054 commitdiff | diff to current
2009-11-05 Tres Seaver
Issue #104: AuthTkt plugin was passing an invalid cookie value in headers ...
blob@ 798feb commitdiff | diff to current
2009-11-05 Tres Seaver
Prep 1.0.17 release.
blob@ 6e136f commitdiff | diff to current
2009-11-05 Tres Seaver
Fixed the ``repoze.who.plugins.form.make_plugin`` factory's ``formcallable`...
blob@ e0d138 commitdiff | diff to current
2009-11-04 Tres Seaver
Typo.
blob@ 6b15ee commitdiff | diff to current
2009-11-04 Tres Seaver
Prep 1.0.16 release.
blob@ 028e4d commitdiff | diff to current
2009-11-04 Tres Seaver
Exposed ``formcallable`` argument for ``repoze.who.plugins.form.FormPlugin`...
blob@ 8dd881 commitdiff | diff to current
2009-11-04 Tres Seaver
Fix ReST, use ISO dates.
blob@ 7141c7 commitdiff | diff to current
2009-08-04 Chris McDonough
- Fixed an issue that caused the following symptom when using the ini con...
blob@ 21a9c5 commitdiff | diff to current
2009-06-25 Chris McDonough
Back to dev.
blob@ 1ec83d commitdiff | diff to current
2009-06-25 Chris McDonough
Prep for release.
blob@ 1849bf commitdiff | diff to current
2009-06-25 Chris McDonough
- If the form post value ``max_age`` exists while in the ``identify`` met...
blob@ a14163 commitdiff | diff to current
2009-06-25 Chris McDonough
- If the ``identity`` dict passed to the ``auth_tkt`` ``remember`` method...
blob@ 299b4c commitdiff | diff to current
2009-06-17 Chris McDonough
Prep for release.
blob@ 224a2c commitdiff | diff to current
2009-06-17 Chris McDonough
- Add a ``userid_checker`` argument to the auth_tkt identifier plugin, co...
blob@ a6f6dc commitdiff | diff to current
2009-05-20 Tres Seaver
Fix test breakage on Windows.
blob@ 1810b2 commitdiff | diff to current
2009-05-20 Tres Seaver
Issue 79: Documented issue with using ``include_ip`` in ``auth_tkt`` plugin.
blob@ 00a6d9 commitdiff | diff to current
2009-05-09 Tres Seaver
Added 'passthrough_challenge_decider', which avoids re-challenging 401 resp...
blob@ 0dd808 commitdiff | diff to current
2009-05-08 Tres Seaver
One-hundred percent unit test coverage. WOOHOO!
blob@ 9318dd commitdiff | diff to current
2009-05-08 Tres Seaver
Typo
blob@ ced7bd commitdiff | diff to current
2009-04-24 Chris McDonough
Prep for 1.0.13 release.
blob@ 2b870f commitdiff | diff to current
2009-04-24 Chris McDonough
- Patch supplied for issue #71 (http://bugs.repoze.org/issue71) whereby a...
blob@ 08b2ae commitdiff | diff to current
2009-04-20 Tres Seaver
Added a paragraph to ``IAuthenticator`` docstring, documenting that plugins...
blob@ 64ba13 commitdiff | diff to current
2009-04-20 Chris McDonough
- auth_tkt plugin tried to append REMOTE_USER_TOKENS data to existing tok...
blob@ 56d0c5 commitdiff | diff to current
2009-04-18 Tres Seaver
Extended auth_tkt plugin factory to allow passing secret in a separate file...
blob@ 0ee58d commitdiff | diff to current
2009-04-11 Chris McDonough
Get Michael's name right.
blob@ 95736b commitdiff | diff to current
2009-04-11 Chris McDonough
Prep for release.
blob@ a68075 commitdiff | diff to current
2009-04-11 Chris McDonough
- Fix auth_tkt plugin; cookie values are now quoted, making it possible t...
blob@ 8c20ba commitdiff | diff to current
2009-02-05 Chris McDonough
- Fix corner case issue of an exception raised when attempting to log whe...
blob@ afbbcd commitdiff | diff to current
2009-01-23 Chris McDonough
Whoops 2.
blob@ 2e6142 commitdiff | diff to current
2009-01-23 Chris McDonough
Whoops.
blob@ ad51f8 commitdiff | diff to current
2009-01-23 Chris McDonough
Get header right.
blob@ 07308f commitdiff | diff to current
2009-01-22 Chris McDonough
Fix for TG2 flash issue.
blob@ 9238cd commitdiff | diff to current
first | « prev | next »