| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | In some case you want the url to be based on server_name/server_port and not ↵develop | Roland Hedberg | 2013-05-24 | 1 | -4/+9 |
| | | | | | http_host, now you can get what you want. | ||||
| * | Return is a protected python word so it can not be used as a parameter name ↵ | Roland Hedberg | 2013-05-24 | 2 | -3/+14 |
| | | | | | | | in a method definition. These fixes are there to allow for the usage or return_url or return as parameter name. | ||||
| * | Not completely clear of which of HOST_NAME or SERVER_NAME is correct to use. | Roland Hedberg | 2013-05-24 | 1 | -2/+2 |
| | | |||||
| * | 'Return' is the correct parameter name in discovery. | Roland Hedberg | 2013-05-24 | 1 | -4/+4 |
| | | |||||
| * | Switched to use a simple monotonic increased identifier for authn types. | Roland Hedberg | 2013-05-24 | 1 | -13/+3 |
| | | |||||
| * | Change in parameter name | Roland Hedberg | 2013-05-23 | 3 | -9/+17 |
| | | | | | | Avoid duplicated or to some extend faulty information. Loading a MD file was faulty. | ||||
| * | editorial | Roland Hedberg | 2013-05-23 | 1 | -1/+4 |
| | | |||||
| * | Spelling error | Roland Hedberg | 2013-05-17 | 2 | -4/+4 |
| | | |||||
| * | Handling error in XML document | Roland Hedberg | 2013-05-16 | 4 | -4/+11 |
| | | |||||
| * | Added another authn context | Roland Hedberg | 2013-05-16 | 1 | -0/+2699 |
| | | |||||
| * | Added another authn context | Roland Hedberg | 2013-05-16 | 1 | -0/+1 |
| | | |||||
| * | Made things work after the last merge. | Roland Hedberg | 2013-05-09 | 2 | -32/+46 |
| | | |||||
| * | May not add content type if one exists in the header. | Hans Hörberg | 2013-05-08 | 1 | -1/+6 |
| | | |||||
| * | Merge branch 'master' of github.com:rohe/pysaml2 | Roland Hedberg | 2013-05-07 | 4 | -313/+56 |
| |\ | | | | | | | | | Conflicts: src/saml2/assertion.py | ||||
| | * | Metadata needed to make the filter work. | Hans Hörberg | 2013-05-07 | 1 | -0/+1 |
| | | | |||||
| | * | Metadata neede to make the filter work | Hans Hörberg | 2013-05-07 | 1 | -1/+0 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/rohe/pysaml2 | Fredrik Thulin | 2013-05-06 | 10 | -38/+201 |
| | |\ | | | | | | | | | | | | | | | | | | | Conflicts: src/saml2/config.py tests/idp_conf.py tests/servera_conf.py | ||||
| | * | | Avoid hard xmlsec_binary requirement for ECP client. | Fredrik Thulin | 2013-05-06 | 1 | -11/+16 |
| | | | | | | | | | | | | | | | | By providing an already initialized Config() instance, an ECP client using another CryptoBackend than xmlsec1 can be instantiated. | ||||
| | * | | Remove unused module. | Fredrik Thulin | 2013-05-06 | 1 | -271/+0 |
| | | | | | | | | | | | | | | | | Roland believes this module can be removed - leftovers from some earlier refactoring. | ||||
| | * | | Make crypto backend configurable. | Fredrik Thulin | 2013-05-06 | 2 | -31/+40 |
| | | | | | | | | | | | | | | | | With this commit, no actively used code outside sigver.py really knows about xmlsec1. | ||||
| * | | | Use the correct attribute names. | Roland Hedberg | 2013-05-07 | 3 | -19/+39 |
| | | | | |||||
| * | | | Use the correct attribute names. | Roland Hedberg | 2013-05-07 | 3 | -3/+4 |
| | |/ |/| | |||||
| * | | Added support for entity categories - some fixes. | Roland Hedberg | 2013-05-05 | 4 | -16/+21 |
| | | | |||||
| * | | Added support for entity categories. | Roland Hedberg | 2013-05-04 | 10 | -28/+186 |
| |/ | |||||
| * | Merge branch 'master' into less_xmlsec_paths | Fredrik Thulin | 2013-05-03 | 36 | -1681/+16487 |
| |\ | | | | | | | | | | | | | | | Conflicts: src/saml2/config.py src/saml2/httpbase.py tests/test_30_mdstore.py tests/test_31_config.py | ||||
| | * | Merge branch 'master' of https://github.com/rohe/pysaml2 | Fredrik Thulin | 2013-05-02 | 36 | -1696/+16369 |
| | |\ | |||||
| | | * | Updated tests to follow the changed way of handling authentication context. | Roland Hedberg | 2013-04-28 | 1 | -3/+2 |
| | | | | |||||
| | | * | Merge branch 'master' of github.com:rohe/pysaml2 | Roland Hedberg | 2013-04-28 | 1 | -2/+5 |
| | | |\ | |||||
| | | | * | Merge pull request #32 from rectalogic/status_error_message | Roland Hedberg | 2013-04-23 | 1 | -2/+5 |
| | | | |\ | | | | | | | | | | | Status error responses don't always have a message. | ||||
| | | | | * | Status error responses don't always have a message. | Andrew Wason | 2013-04-23 | 1 | -2/+5 |
| | | | | | | |||||
| | | * | | | Fixed handling of 'better'. | Roland Hedberg | 2013-04-28 | 1 | -2/+6 |
| | | | | | | |||||
| | | * | | | Distinguish between requested authn context and authn context in tests. | Roland Hedberg | 2013-04-28 | 1 | -14/+17 |
| | | | | | | |||||
| | | * | | | Added support for comparision types. | Roland Hedberg | 2013-04-28 | 1 | -27/+115 |
| | | | | | | |||||
| | | * | | | Switched to use the structure used in AuthnBroker | Roland Hedberg | 2013-04-28 | 1 | -25/+22 |
| | | | | | | |||||
| | | * | | | Editorial | Roland Hedberg | 2013-04-28 | 1 | -604/+698 |
| | | |/ / | |||||
| | | * | | Added more information to go with the registration of an authentication ↵ | Roland Hedberg | 2013-04-23 | 1 | -10/+48 |
| | | | | | | | | | | | | | | | | | mechanism. | ||||
| | | * | | Added exception for responses that are not possible to unravel :-) | Roland Hedberg | 2013-04-23 | 3 | -12/+26 |
| | | | | | |||||
| | | * | | Merge branch 'master' of github.com:rohe/pysaml2 | Roland Hedberg | 2013-04-23 | 1 | -4/+6 |
| | | |\ \ | | | |/ | |||||
| | | | * | ProtocolBinding in AuthnRequest indicates how response should be delivered, ↵ | Andrew Wason | 2013-04-23 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not how the request is being delivered. Saml2Client.prepare_for_authenticate() needs to distinguish between the request binding (how the request will be delivered) and the response binding (how the response should be delivered, indicated by ProtocolBinding in the request XML). | ||||
| | | * | | Removed unused import | Roland Hedberg | 2013-04-23 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | One AuthnBroker per endpoint. | Roland Hedberg | 2013-04-23 | 2 | -25/+28 |
| | | |/ | |||||
| | | * | Cleaned up some added another test. | Roland Hedberg | 2013-04-22 | 2 | -57/+133 |
| | | | | |||||
| | | * | Added some more tests and methods. | Roland Hedberg | 2013-04-22 | 2 | -5/+16 |
| | | | | |||||
| | | * | Added factory method and test of the same | Roland Hedberg | 2013-04-21 | 1 | -1/+17 |
| | | | | |||||
| | | * | Adding authn context support.. plus first test | Roland Hedberg | 2013-04-21 | 2 | -4/+35 |
| | | | | |||||
| | | * | Adding authn context support | Roland Hedberg | 2013-04-21 | 7 | -0/+13081 |
| | | | | |||||
| | | * | Fixed metadata export/import to MongoDB store. | Roland Hedberg | 2013-04-19 | 3 | -18/+64 |
| | | | | |||||
| | | * | Fixed error | Roland Hedberg | 2013-04-19 | 1 | -2/+2 |
| | | | | |||||
| | | * | Store Metadata in Mongo DB. | Roland Hedberg | 2013-04-19 | 2 | -21/+31 |
| | | | | |||||
| | | * | Fixed eptid, added eptid test and changed test order | Roland Hedberg | 2013-04-19 | 3 | -23/+31 |
| | | | | |||||
