summaryrefslogtreecommitdiff
path: root/src/saml2/ident.py
Commit message (Expand)AuthorAgeFilesLines
* Check for bytes not unicodeIvan Kanakarakis2020-05-121-1/+1
* Format codeIvan Kanakarakis2019-05-141-6/+12
* improve commentFredrik Thulin2019-05-081-1/+1
* Look for existing persistent id's before creating new ones.Fredrik Thulin2019-05-081-3/+8
* Persistent ID should not be equal to userid !Roland Hedberg2016-02-111-2/+2
* Language correction.Roland Hedberg2016-02-111-2/+2
* Fix paramter passing in logging messagesJozef Knaperek2015-10-151-5/+5
* Adapt to python3 shelve.open behavior changesClint Byrum2015-05-281-1/+1
* Fix eptid key encoding for python 3Clint Byrum2015-05-281-3/+0
* Fix bytes/strings logical issuesClint Byrum2015-05-211-2/+18
* Fix import issues with python3Clint Byrum2015-05-211-2/+2
* Fix more basestring py3k issuesClint Byrum2015-05-211-2/+3
* SPs may not use the complete NameID when referering to a entity sometimes the...Roland Hedberg2014-12-231-9/+32
* add closing method to make sure to close ident db connectionErick Tryzelaar2014-10-241-1/+2
* On Copyright statement in one place.Roland Hedberg2014-09-091-0/+13
* Merge branch 'master' of https://github.com/rhoerbe/pysaml2 into rhoerbe-masterRoland Hedberg2014-05-161-0/+1
* Prevent errors when saml authenticator is used along side of another authenti...Andreas Richter2014-04-031-2/+6
* In case of persistent NameID, use the userid.Florent2014-02-251-0/+3
* Wrong default type for new_id parameterRoland Hedberg2014-02-151-1/+1
* If no name_qualifier is chosen use the IdPs entity id.Roland Hedberg2013-06-191-0/+5
* Made all exceptions inherit from a basic pySAML2 exception.Roland Hedberg2013-06-141-3/+4
* Changed the API, added one method (find_nameid) and removed two (publish, pub...Roland Hedberg2013-04-151-25/+21
* Rewrote to use NameID instances every where where I previously used just the ...Roland Hedberg2013-02-091-19/+27
* Fixed all tests.Roland Hedberg2013-01-311-0/+6
* Worked through a ManageNameID testRoland Hedberg2013-01-251-14/+14
* Made the test work.Roland Hedberg2013-01-181-7/+25
* Fixed present test on ident. Should be rewritten and extended.Roland Hedberg2013-01-171-1/+1
* Assertion ID Request was wrongly defined to use SOAP binding.Roland Hedberg2013-01-171-1/+10
* Added loggerRoland Hedberg2013-01-161-2/+10
* Added method for handling manage nameid requestRoland Hedberg2013-01-161-1/+34
* Refactored and rewrote the nameID DB handling.Roland Hedberg2013-01-151-0/+232