summaryrefslogtreecommitdiff
path: root/src/saml2/request.py
Commit message (Expand)AuthorAgeFilesLines
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-5/+11
* Fix paramter passing in logging messagesJozef Knaperek2015-10-151-6/+6
* Fix import issues with python3Clint Byrum2015-05-211-1/+1
* Fix python3 syntax errorsClint Byrum2015-05-151-4/+4
* Changed debug level info->debugRoland Hedberg2014-12-281-1/+1
* Fixed making redirect signature work, cleaned up.Roland Hedberg2014-12-151-3/+8
* Fixed making redirect signatureRoland Hedberg2014-12-151-4/+7
* expose LogoutRequest.issuer property to fix logging out with redirectErick Tryzelaar2014-11-031-0/+4
* PEP-8Roland Hedberg2014-10-021-14/+14
* Update request.pymdipierro2014-08-241-1/+1
* Only validate certificate and set client certificate tp authn request.Hans Hörberg2014-03-031-4/+4
* Add functionality to generate new certificates for each authn reqeust and res...Hans Hörberg2014-02-141-4/+4
* Fixes typo in request.pyAustin Robinson2013-11-251-1/+1
* Pluralizes return_addr in request.py and entity.pyAustin Robinson2013-11-211-1/+1
* Initial pluralization of service_addrAustin Robinson2013-11-201-2/+2
* Prepare sign and ecp verify sign for soap.Hans Hörberg2013-04-161-4/+4
* Editorial plus mapping from service endpoint to request parsing function.Roland Hedberg2013-03-291-8/+32
* Fixed so ECP now works both on SP, IdP and Client side. Minor tweaks left.Roland Hedberg2013-01-241-1/+1
* Updated to follow the new API.Roland Hedberg2013-01-221-11/+4
* Fixed authn query request-responseRoland Hedberg2013-01-141-0/+12
* Fixed manage_name_id request-responseRoland Hedberg2013-01-141-1/+13
* Added missing manage_name_id methods and fixed referencesRoland Hedberg2013-01-131-0/+7
* Removed an attribute from _parse_request methodRoland Hedberg2013-01-131-0/+5
* Use the same naming format everywhere.Roland Hedberg2013-01-131-11/+11
* Changed pick_binding method argumentsRoland Hedberg2013-01-121-4/+11
* Even more refactoringRoland Hedberg2012-12-301-10/+18
* Request preparation refactoringRoland Hedberg2012-12-291-5/+8
* Changed logging setupRoland Hedberg2012-06-271-10/+5
* Changed logging setupRoland Hedberg2012-06-271-37/+17
* Initial add0.4.2Roland Hedberg2012-05-231-0/+189