Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mako is needed to run the examples.1.0.0 | Roland Hedberg | 2013-04-10 | 1 | -0/+1 |
* | Mongo DB might not be present so 'basic' tests should not depend on its prese... | Roland Hedberg | 2013-04-10 | 3 | -1/+3 |
* | Choose session storage. | Roland Hedberg | 2013-04-10 | 1 | -34/+48 |
* | MongoDB based identity cache. | Roland Hedberg | 2013-04-10 | 1 | -16/+12 |
* | Removed imports that wasn't used. | Roland Hedberg | 2013-04-10 | 1 | -6/+98 |
* | Small fixes. | Roland Hedberg | 2013-04-10 | 1 | -6/+8 |
* | Added a new configuration parameter - session_storage | Roland Hedberg | 2013-04-10 | 1 | -41/+44 |
* | New common classes | Roland Hedberg | 2013-04-10 | 2 | -0/+284 |
* | Reduced function that is not supposed to be used. | Roland Hedberg | 2013-04-10 | 1 | -22/+20 |
* | Editorial | Roland Hedberg | 2013-04-10 | 1 | -3/+3 |
* | Merge pull request #23 from lorenzogil/run-tests-from-root-directory | Roland Hedberg | 2013-04-02 | 29 | -2368/+229 |
|\ | |||||
| * | Allow running the tests inside the tests directory | Lorenzo Gil Sanchez | 2013-04-02 | 7 | -28/+45 |
| * | Add pymongo to tests_requires and remove extras_requires since it is not used | Lorenzo Gil Sanchez | 2013-04-02 | 1 | -6/+1 |
| * | Allow running the tests from the pysaml2 root directory. | Lorenzo Gil Sanchez | 2013-04-02 | 29 | -2356/+205 |
* | | Editorial | Roland Hedberg | 2013-04-02 | 1 | -2/+21 |
* | | Differentiate between SAML errors and other errors. | Roland Hedberg | 2013-04-02 | 1 | -1/+4 |
* | | Missing handling of error. | Roland Hedberg | 2013-04-02 | 1 | -4/+9 |
* | | Let the SAML2 status codes govern what exceptions are raised. | Roland Hedberg | 2013-03-29 | 1 | -3/+132 |
* | | Editorial | Roland Hedberg | 2013-03-29 | 1 | -1/+3 |
* | | Differentiate between SAML status errors and exceptions. | Roland Hedberg | 2013-03-29 | 1 | -2/+6 |
|/ | |||||
* | New method for consistency. | Roland Hedberg | 2013-03-29 | 1 | -1/+13 |
* | Editorial | Roland Hedberg | 2013-03-29 | 1 | -1/+1 |
* | Editorial plus mapping from service endpoint to request parsing function. | Roland Hedberg | 2013-03-29 | 1 | -8/+32 |
* | Mapping from service endpoint to message type. | Roland Hedberg | 2013-03-29 | 1 | -2/+16 |
* | Allow also for handling HTTP redirect not just HTTP Post. | Roland Hedberg | 2013-03-29 | 1 | -6/+11 |
* | Refactored out session information storage. | Roland Hedberg | 2013-03-11 | 8 | -130/+264 |
* | Use the HTTPbase class. | Roland Hedberg | 2013-03-09 | 1 | -7/+6 |
* | PEP-8 | Roland Hedberg | 2013-03-09 | 3 | -3/+4 |
* | PEP-8 | Roland Hedberg | 2013-03-09 | 2 | -23/+13 |
* | If no SOAP binding the other once aren't check. Caught by Hans H. | Roland Hedberg | 2013-03-09 | 1 | -2/+7 |
* | Allow choice of IdP through query parameter. | Roland Hedberg | 2013-03-09 | 1 | -0/+1 |
* | Allow choice of IdP through query parameter. | Roland Hedberg | 2013-03-09 | 1 | -39/+47 |
* | Better PEP-8 compliance | Roland Hedberg | 2013-03-08 | 1 | -259/+29 |
* | Better PEP-8 compliance | Roland Hedberg | 2013-03-08 | 1 | -1/+2 |
* | Wrong value corrected. | Roland Hedberg | 2013-03-08 | 1 | -2/+2 |
* | PEP-8 compliance | Roland Hedberg | 2013-03-08 | 1 | -16/+18 |
* | refactored | Roland Hedberg | 2013-03-08 | 1 | -14/+22 |
* | Change name on parameter. | Roland Hedberg | 2013-03-08 | 1 | -4/+4 |
* | refactored | Roland Hedberg | 2013-03-08 | 1 | -13/+7 |
* | Editorial | Roland Hedberg | 2013-03-08 | 1 | -32/+36 |
* | Editorial | Roland Hedberg | 2013-03-08 | 1 | -7/+69 |
* | Use mongodb as backend store | Roland Hedberg | 2013-03-05 | 3 | -39/+105 |
* | Added mongodict as an extra requirement. | Roland Hedberg | 2013-03-05 | 1 | -10/+6 |
* | Modified to work with the refactored crypto backend. | Roland Hedberg | 2013-03-05 | 1 | -1/+5 |
* | Editorial | Roland Hedberg | 2013-03-05 | 1 | -0/+2 |
* | Started to add code for using MongoDB as backend store. | Roland Hedberg | 2013-03-05 | 1 | -17/+23 |
* | Editorial | Roland Hedberg | 2013-03-05 | 1 | -49/+58 |
* | Mark keys more clearly for usage. | Roland Hedberg | 2013-03-05 | 1 | -34/+78 |
* | Allow for using attribute_consuming_service_index | Roland Hedberg | 2013-03-05 | 1 | -5/+11 |
* | Changed 'id' to 'sid', left over from earlier parameter change. | Roland Hedberg | 2013-03-02 | 1 | -2/+1 |