summaryrefslogtreecommitdiff
path: root/src/saml2/client_base.py
Commit message (Expand)AuthorAgeFilesLines
* Return is a protected python word so it can not be used as a parameter name i...Roland Hedberg2013-05-241-1/+9
* Change in parameter nameRoland Hedberg2013-05-231-2/+2
* Handling error in XML documentRoland Hedberg2013-05-161-1/+3
* Added exception for responses that are not possible to unravel :-)Roland Hedberg2013-04-231-2/+4
* Added the sign_prepare parameter. Will add the Signature element but do nothi...Roland Hedberg2013-04-191-2/+4
* Prepare sign and ecp verify sign for soap.Hans Hörberg2013-04-161-2/+3
* Added missing attributeRoland Hedberg2013-04-151-0/+1
* Don't always sign the logout requests, use what the config saysLorenzo Gil Sanchez2013-04-111-1/+0
* Differentiate between SAML errors and other errors.Roland Hedberg2013-04-021-1/+4
* refactoredRoland Hedberg2013-03-081-13/+7
* Allow for using attribute_consuming_service_indexRoland Hedberg2013-03-051-5/+11
* EditorialRoland Hedberg2013-02-271-28/+29
* Rewrote to use NameID instances every where where I previously used just the ...Roland Hedberg2013-02-091-53/+59
* Reintroduce BINDING_SOAP for logout, why was it left out ? Testing ?Roland Hedberg2013-02-091-22/+22
* More versatile in handling input.Roland Hedberg2013-01-311-4/+11
* Made things easier (?), more tests.Roland Hedberg2013-01-281-5/+5
* Added IDP discoveryRoland Hedberg2013-01-281-12/+83
* Worked through a ManageNameID testRoland Hedberg2013-01-251-5/+1
* Final touch to ECPRoland Hedberg2013-01-251-12/+22
* Fixed so ECP now works both on SP, IdP and Client side. Minor tweaks left.Roland Hedberg2013-01-241-20/+115
* Updated to follow the new API.Roland Hedberg2013-01-221-28/+45
* Made the test work.Roland Hedberg2013-01-181-15/+16
* Assertion ID Request was wrongly defined to use SOAP binding.Roland Hedberg2013-01-171-2/+3
* Fixed authn query request-responseRoland Hedberg2013-01-141-2/+9
* Fixed manage_name_id request-responseRoland Hedberg2013-01-141-4/+10
* New method, not done.Roland Hedberg2013-01-131-12/+12
* Changed method argumentsRoland Hedberg2013-01-121-16/+16
* Added support for AuthnQuery.Roland Hedberg2013-01-121-6/+7
* All (?) the artifact pieces in place.Roland Hedberg2013-01-071-60/+1
* Even more refactoring and the FakeIDP for test purposes.Roland Hedberg2012-12-311-62/+48
* Even more refactoringRoland Hedberg2012-12-301-170/+9
* More refactoringRoland Hedberg2012-12-301-38/+5
* Request preparation refactoringRoland Hedberg2012-12-291-4/+27
* Starting to add support for Artifact handling.Roland Hedberg2012-12-221-1/+37
* All tests worksRoland Hedberg2012-12-211-7/+10
* Complete rewrite of the metadata handling package.Roland Hedberg2012-12-191-16/+26
* Allow to use subject_id or a name_id structure when constructing the logout r...Roland Hedberg2012-12-141-8/+14
* made vorg be dictionaryRoland Hedberg2012-12-071-1/+1
* New parameter to create_authn_requestRoland Hedberg2012-12-061-3/+12
* New methodsRoland Hedberg2012-11-191-2/+46
* Take 2Roland Hedberg2012-11-141-4/+10
* All tests works nowRoland Hedberg2012-11-141-55/+75
* More on clientsRoland Hedberg2012-11-121-9/+49
* Client class refactoringRoland Hedberg2012-11-121-5/+5
* client Base classRoland Hedberg2012-11-121-712/+206
* Separating client stuff into two partsRoland Hedberg2012-11-121-0/+1095