summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version to 4.4.0-14.4.0-1Mark Gregson2017-04-121-1/+1
* Merge pull request #3 from DataShades/identify-session-info-fixMark Gregson2017-03-091-2/+2
|\
| * Catch UnboundLocalError when session_info is not setMark Gregson2017-03-091-2/+2
* | Merge pull request #2 from DataShades/sp-repoze-scriptname-fixMark Gregson2017-03-071-3/+3
|\ \
| * | Include SCRIPT_NAME when checking whether current URL is a logout endpointMark Gregson2017-03-071-3/+3
| |/
* | Merge pull request #1 from DataShades/redirect-logout-requestsMark Gregson2017-03-071-1/+5
|\ \ | |/ |/|
| * Correctly pull the SAMLRequest from Redirect LogoutRequestsMark Gregson2017-03-071-1/+5
|/
* Merge pull request #385 from sigmavirus24/move-to-cryptographyRoland Hedberg2017-01-244-86/+42
|\
| * Swap pycrypto* for pyca/cryptographyPaul Kehrer2017-01-124-86/+42
|/
* Merge pull request #384 from ghostrocket/masterRoland Hedberg2017-01-051-1/+1
|\
| * Latest version is 4.4.0 not 4.0.4Keith Fitzgerald2016-12-201-1/+1
|/
* Merge pull request #379 from fruechel/masterRoland Hedberg2016-11-027-6/+95
|\
| * Fix XXE in XML parsing (related to #366)Florian RĂ¼chel2016-10-317-6/+95
|/
* Release versionv4.4.0roland2016-10-261-1/+1
* Merge pull request #375 from dsully/masterRoland Hedberg2016-10-263-90/+20
|\
| * Fix accidental import removal.Dan Sully2016-10-261-0/+1
| * Fix import_module call.Dan Sully2016-10-261-1/+1
| * Remove (undeclared dependency) usage of backports.test.support. This wasDan Sully2016-10-263-90/+19
* | Merge pull request #372 from ashimaathri/update-readme-with-testingRoland Hedberg2016-10-264-5/+17
|\ \ | |/ |/|
| * Update readme with instructions for running tests locallyAshima Athri2016-10-201-0/+12
| * Refactor test dependenciesAshima Athri2016-10-192-3/+3
| * Ignore virtualenv env and tox filesAshima Athri2016-10-191-2/+2
|/
* Release versionv4.3.0Roland Hedberg2016-10-141-1/+1
* Merge pull request #363 from maykinmedia/do-not-overwrite-cacheRoland Hedberg2016-10-121-0/+1
|\
| * Do not overwrite the cache with the decoded value of name_id, instead update ...Alexander Schrijver2016-10-041-0/+1
* | Merge pull request #367 from skoranda/masterRoland Hedberg2016-10-121-0/+3
|\ \
| * | Added eduMember isMemberOf mappingScott Koranda2016-10-111-0/+3
* | | Merge pull request #365 from ashimaathri/add-namespace-to-attribute-valueRoland Hedberg2016-10-121-0/+7
|\ \ \
| * | | 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
| |/ /
* | | Merge pull request #364 from ashimaathri/fix-signature-idRoland Hedberg2016-10-121-1/+1
|\ \ \ | |/ / |/| |
| * | The ID of each Signature element must be uniqueAshima Athri2016-10-051-1/+1
|/ /
* | Release versionv4.2.0Roland Hedberg2016-10-051-1/+1
* | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2016-10-052-5/+11
|\ \
| * \ Merge pull request #361 from rebeckag/eptid-fixRoland Hedberg2016-10-052-5/+11
| |\ \ | | |/ | |/|
| | * Handle list of attribute values and serialize them properly.Rebecka Gulliksson2016-10-032-5/+11
| |/
* | Release versionRoland Hedberg2016-09-301-1/+1
|/
* Merge pull request #359 from rebeckag/nest-eptidv4.1.0Roland Hedberg2016-09-292-8/+20
|\
| * Automagically nest eduPersonTargetedID in a NameID.Rebecka Gulliksson2016-09-272-8/+20
* | Merge pull request #360 from rebeckag/flatten-nested-attributesRoland Hedberg2016-09-292-8/+70
|\ \ | |/ |/|
| * Flatten eduPersonTargetedID when converting it.Rebecka Gulliksson2016-09-272-8/+70
|/
* Merge pull request #358 from rebeckag/idp2-py3Roland Hedberg2016-09-232-12/+6
|\
| * Use six instead of futures for PY3 compatibility.Rebecka Gulliksson2016-09-232-12/+6
|/
* File formating.Roland Hedberg2016-09-221-25/+26
* Fixed cookie load problemRoland Hedberg2016-09-221-4/+7
* Fixed testRoland Hedberg2016-09-221-4/+4
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2016-09-2215-77/+134
|\
| * Merge pull request #337 from jgehrcke/patch-1Roland Hedberg2016-09-221-1/+1
| |\
| | * Update docs to reflect that default want_assertions_signed is FalseJan-Philip Gehrcke2016-05-121-1/+1
| * | Merge pull request #338 from jgehrcke/patch-2Roland Hedberg2016-09-221-0/+13
| |\ \