summaryrefslogtreecommitdiff
path: root/src/saml2/saml.py
Commit message (Expand)AuthorAgeFilesLines
* 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