summaryrefslogtreecommitdiff
path: root/src/saml2/soap.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-11/+42
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Fix compile warningsIvan Kanakarakis2020-02-101-1/+1
| | | | | | | | | Test for compile warning using: find src/ -iname '*.py' | xargs -P 4 -I{} python -Wall -m py_compile {} find tests/ -iname '*.py' | xargs -P 4 -I{} python -Wall -m py_compile {} Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Fix XXE in XML parsing (related to #366)Florian RĂ¼chel2016-10-311-3/+4
| | | | | | | This fixes XXE issues on anything where pysaml2 parses XML directly as part of issue #366. It doesn't address the xmlsec issues discussed on that ticket as they are out of reach of a direct fix and need the underlying library to fix this issue.
* Fix python3 syntax errorsClint Byrum2015-05-151-2/+2
| | | | | Retains python2.7 compatibility for all files. Fixes only syntax errors, tests still fail on python3 for various reasons.
* PEP-8Roland Hedberg2014-10-021-6/+6
|
* On Copyright statement in one place.Roland Hedberg2014-09-091-13/+0
|
* EditorialRoland Hedberg2013-04-151-4/+28
|
* Final touch to ECPRoland Hedberg2013-01-251-0/+4
| | | | Worked through a NameIDMapping test
* Final touch to ECPRoland Hedberg2013-01-241-22/+41
|
* Fixed so ECP now works both on SP, IdP and Client side. Minor tweaks left.Roland Hedberg2013-01-241-2/+2
|
* Fixed artifact handlingRoland Hedberg2013-01-181-0/+1
|
* Made the test work.Roland Hedberg2013-01-181-0/+5
|
* Added missing help functionRoland Hedberg2013-01-161-0/+5
|
* Fixed authn query request-responseRoland Hedberg2013-01-141-0/+9
|
* Fixed manage_name_id request-responseRoland Hedberg2013-01-141-2/+15
| | | | Added assert_id request-response
* Added missing manage_name_id methods and fixed referencesRoland Hedberg2013-01-131-0/+4
|
* Raise exception instead of returning empty string.Roland Hedberg2013-01-131-1/+5
|
* Use the same naming format everywhere.Roland Hedberg2013-01-131-2/+2
| | | | New entity method allowed for refactoring.
* Changed pick_binding method argumentsRoland Hedberg2013-01-121-0/+8
|
* All (?) the artifact pieces in place.Roland Hedberg2013-01-071-0/+4
|
* EditorialRoland Hedberg2013-01-051-6/+2
|
* Started to add support for artifact handling.Roland Hedberg2012-12-221-0/+4
|
* Complete rewrite of the metadata handling package.Roland Hedberg2012-12-191-145/+0
| | | | Switched from using httplib2 to requests.
* Changed logging setupRoland Hedberg2012-06-271-10/+11
|
* Initial add0.4.2Roland Hedberg2012-05-231-0/+336