summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* In some case you want the url to be based on server_name/server_port and not ...developRoland Hedberg2013-05-241-4/+9
* Return is a protected python word so it can not be used as a parameter name i...Roland Hedberg2013-05-242-3/+14
* Not completely clear of which of HOST_NAME or SERVER_NAME is correct to use.Roland Hedberg2013-05-241-2/+2
* 'Return' is the correct parameter name in discovery.Roland Hedberg2013-05-241-4/+4
* Switched to use a simple monotonic increased identifier for authn types.Roland Hedberg2013-05-241-13/+3
* Change in parameter nameRoland Hedberg2013-05-233-9/+17
* editorialRoland Hedberg2013-05-231-1/+4
* Spelling errorRoland Hedberg2013-05-172-4/+4
* Handling error in XML documentRoland Hedberg2013-05-164-4/+11
* Added another authn contextRoland Hedberg2013-05-161-0/+2699
* Added another authn contextRoland Hedberg2013-05-161-0/+1
* Made things work after the last merge.Roland Hedberg2013-05-092-32/+46
* May not add content type if one exists in the header.Hans Hörberg2013-05-081-1/+6
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-05-074-313/+56
|\
| * Metadata needed to make the filter work.Hans Hörberg2013-05-071-0/+1
| * Metadata neede to make the filter workHans Hörberg2013-05-071-1/+0
| * Merge branch 'master' of https://github.com/rohe/pysaml2Fredrik Thulin2013-05-0610-38/+201
| |\
| * | Avoid hard xmlsec_binary requirement for ECP client.Fredrik Thulin2013-05-061-11/+16
| * | Remove unused module.Fredrik Thulin2013-05-061-271/+0
| * | Make crypto backend configurable.Fredrik Thulin2013-05-062-31/+40
* | | Use the correct attribute names.Roland Hedberg2013-05-073-19/+39
* | | Use the correct attribute names.Roland Hedberg2013-05-073-3/+4
| |/ |/|
* | Added support for entity categories - some fixes.Roland Hedberg2013-05-054-16/+21
* | Added support for entity categories.Roland Hedberg2013-05-0410-28/+186
|/
* Merge branch 'master' into less_xmlsec_pathsFredrik Thulin2013-05-0336-1681/+16487
|\
| * Merge branch 'master' of https://github.com/rohe/pysaml2Fredrik Thulin2013-05-0236-1696/+16369
| |\
| | * Updated tests to follow the changed way of handling authentication context.Roland Hedberg2013-04-281-3/+2
| | * Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-04-281-2/+5
| | |\
| | | * Merge pull request #32 from rectalogic/status_error_messageRoland Hedberg2013-04-231-2/+5
| | | |\
| | | | * Status error responses don't always have a message.Andrew Wason2013-04-231-2/+5
| | * | | Fixed handling of 'better'.Roland Hedberg2013-04-281-2/+6
| | * | | Distinguish between requested authn context and authn context in tests.Roland Hedberg2013-04-281-14/+17
| | * | | Added support for comparision types.Roland Hedberg2013-04-281-27/+115
| | * | | Switched to use the structure used in AuthnBrokerRoland Hedberg2013-04-281-25/+22
| | * | | EditorialRoland Hedberg2013-04-281-604/+698
| | |/ /
| | * | Added more information to go with the registration of an authentication mecha...Roland Hedberg2013-04-231-10/+48
| | * | Added exception for responses that are not possible to unravel :-)Roland Hedberg2013-04-233-12/+26
| | * | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-04-231-4/+6
| | |\ \ | | | |/
| | | * ProtocolBinding in AuthnRequest indicates how response should be delivered, n...Andrew Wason2013-04-231-4/+6
| | * | Removed unused importRoland Hedberg2013-04-231-1/+1
| | * | One AuthnBroker per endpoint.Roland Hedberg2013-04-232-25/+28
| | |/
| | * Cleaned up some added another test.Roland Hedberg2013-04-222-57/+133
| | * Added some more tests and methods.Roland Hedberg2013-04-222-5/+16
| | * Added factory method and test of the sameRoland Hedberg2013-04-211-1/+17
| | * Adding authn context support.. plus first testRoland Hedberg2013-04-212-4/+35
| | * Adding authn context supportRoland Hedberg2013-04-217-0/+13081
| | * Fixed metadata export/import to MongoDB store.Roland Hedberg2013-04-193-18/+64
| | * Fixed errorRoland Hedberg2013-04-191-2/+2
| | * Store Metadata in Mongo DB.Roland Hedberg2013-04-192-21/+31
| | * Fixed eptid, added eptid test and changed test orderRoland Hedberg2013-04-193-23/+31