summaryrefslogtreecommitdiff
path: root/src/saml2/saml.py
Commit message (Expand)AuthorAgeFilesLines
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-10/+17
* Remove cast to unicodeIvan Kanakarakis2020-05-121-17/+16
* Replace decodestring for decodebytes from base64 moduleIvan Kanakarakis2020-03-181-8/+3
* Fix compile warningsIvan Kanakarakis2020-02-101-1/+1
* Allow non ascii characters in avaJohan Lundberg2018-10-041-1/+1
* Allow any namespace prefixIvan Kanakarakis2018-09-061-33/+45
* Remove redundant and unused functionsIvan Kanakarakis2018-09-061-42/+0
* Improve namingIvan Kanakarakis2018-09-061-25/+29
* Handle Python3 str and Python2 unicode uniformlyIvan Kanakarakis2018-09-061-26/+38
* Combine dicts based on xs_typeIvan Kanakarakis2018-09-041-52/+68
* Do not mess with the value if xs:type is anyTypeIvan Kanakarakis2018-09-041-9/+4
* Work on set_textIvan Kanakarakis2018-09-041-61/+85
* Merge pull request #538 from sheilatron/Docstrings4LearningIvan Kanakarakis2018-08-241-1/+10
|\
| * Docstring explanation of the NameID elementSheila Allen2018-08-141-1/+10
* | Raise ValueError for invalid attribute typeColleen Murphy2018-08-151-1/+1
|/
* Fix deprecation and resource warnings.Ivan Kanakarakis2018-08-021-14/+10
* Add more nameid-format definitionsIvan Kanakarakis2018-07-071-6/+12
* Remove invalid nameid-formatIvan Kanakarakis2018-07-071-3/+1
* fix for bad xsi:nil on complex attributevalueLeif Johansson2017-05-291-3/+5
* It's cleaner to conditionally add this attributeAshima Athri2016-10-061-2/+7
* Add a namespace for AttributeValue xsi:type valueAshima Athri2016-10-051-0/+2
* Slowly moving from six to future.backportsRoland Hedberg2016-03-091-2/+5
* 'AsTime' validator should be 'dateTime'Andrew Wason2016-01-281-1/+1
* Fix basic python3 issues in test_02_samlClint Byrum2015-05-281-1/+1
* Correct python3-incompatible assumptionsClint Byrum2015-05-281-0/+2
* Use six.string_types instead of basestringClint Byrum2015-05-151-1/+2
* Remove iteritems from dict loops for python3Clint Byrum2015-05-151-1/+1
* Fix python3 syntax errorsClint Byrum2015-05-151-2/+2
* Moved s2repoze, xmkdsig and xmlenc under saml2.Roland Hedberg2015-05-151-2/+2
* Messed up the documentation. Now trying to fix it.Roland Hedberg2014-10-281-1/+1
* Merge pull request #156 from erickt/expose-unspecified1Roland Hedberg2014-10-261-2/+2
|\
| * Expose NAMEID_FORMAT_UNSPECIFIED1Erick Tryzelaar2014-10-231-2/+2
* | use NAME_FORMAT_URI as default fallback nameFormat for better compatibility w...Patrick Brosi2014-10-081-1/+1
|/
* extended API with lists for supported NameID formats, AttributeName formats, ...rhoerbe2014-08-111-2/+13
* Remove xsi:nil from extension_attributes if there is a value.Roland Hedberg2014-04-121-0/+2
* Made all exceptions inherit from a basic pySAML2 exception.Roland Hedberg2013-06-141-1/+3
* EditorialRoland Hedberg2013-04-151-452/+508
* Refactored out session information storage.Roland Hedberg2013-03-111-8/+8
* PEP-8Roland Hedberg2013-03-091-19/+11
* Static variables for the standard consent types.Roland Hedberg2013-01-311-0/+6
* Fixed some AttributeValue problemsRoland Hedberg2013-01-121-9/+32
* Handle 'null' attribute valueRoland Hedberg2013-01-111-12/+67
* Added a couple of message/element/class specific verify methodsRoland Hedberg2013-01-101-1/+50
* Subject confirmation methods updateRoland Hedberg2013-01-091-1/+4
* Request preparation refactoringRoland Hedberg2012-12-291-0/+5
* EditorialRoland Hedberg2012-12-061-13/+34
* cleared codeRoland Hedberg2012-11-271-33/+82
* clean upRoland Hedberg2012-06-131-2/+1
* Initial add0.4.2Roland Hedberg2012-05-231-0/+1585