summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Authn_Broker fixedtpazderka2014-12-182-4/+28
* Merge pull request #177 from tpazderka/Requested_authn_context-from-listRoland Hedberg2014-12-181-1/+3
|\
| * Requested_authn_context from listtpazderka2014-12-181-1/+3
|/
* Better error messageRoland Hedberg2014-12-152-4/+5
* Looks at the Popen returncode.Roland Hedberg2014-12-153-8/+46
* Fixed issue #176Roland Hedberg2014-12-151-2/+6
* Fixed making redirect signature work, cleaned up.Roland Hedberg2014-12-155-22/+38
* Fixed making redirect signature workRoland Hedberg2014-12-151-1/+1
* Fixed making redirect signatureRoland Hedberg2014-12-157-42/+76
* Incorrect reference spotted by Tom Briles.Roland Hedberg2014-12-121-1/+1
* Merge pull request #150 from tpazderka/MetadataStoreRoland Hedberg2014-12-1021-212/+651
|\
| * Added backward support for Metadatatpazderka2014-12-102-30/+312
| * Updated tests to pass with the redesigned MetaData importtpazderka2014-12-1018-85/+110
| * MetaData redesignedtpazderka2014-12-102-127/+259
|/
* Fixed file path problem if you run 'setup.py test'Roland Hedberg2014-12-101-3/+1
* Missing fileRoland Hedberg2014-12-101-0/+84
* Allow the addition of SessionIndexes to a LogoutRequestRoland Hedberg2014-12-103-4/+16
* Support for more argumentsRoland Hedberg2014-12-011-1/+21
* Print if HTTPS on start up.Roland Hedberg2014-12-012-2/+4
* PEP-8Roland Hedberg2014-12-011-37/+44
* Added another testRoland Hedberg2014-12-011-1/+21
* Starting to add more debug information.Roland Hedberg2014-12-011-1/+1
* Starting to add more debug information.Roland Hedberg2014-12-011-0/+1
* Allow adding an AuthnStatement instance to the Assertion construct and Server...Roland Hedberg2014-12-012-5/+15
* Fixed file name errorRoland Hedberg2014-11-161-3/+3
* When doing local import allow for importing all files within a directory.Roland Hedberg2014-11-165-2/+200
* Just to mark that we start on the next version.Roland Hedberg2014-11-141-1/+1
* Releasing new version.v2.2.0Roland Hedberg2014-11-141-1/+1
* Merge pull request #170 from erickt/pycryptoRoland Hedberg2014-11-141-1/+1
|\
| * pysaml2 needs at least pycrypto 2.2 for Crypto.RSA.importKeyErick Tryzelaar2014-11-131-1/+1
* | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2014-11-132-4/+10
|\ \
| * \ Merge pull request #169 from its-dirg/saml_metadata_fixRoland Hedberg2014-11-131-3/+9
| |\ \
| | * | Added support for endpoints as lists (read directly from JSON arrays instead ...Rebecka Gulliksson2014-11-121-3/+9
| | |/
| * | Merge pull request #168 from tpazderka/Fix_attribute_convertersRoland Hedberg2014-11-131-1/+1
| |\ \ | | |/ | |/|
| | * Fixed attribute converterstpazderka2014-11-121-1/+1
| |/
* | Tests will not fail if you don't have a MondoDB running.Roland Hedberg2014-11-132-90/+104
* | Changes in the MetaDataMDX class to allow for entity id transformation.Roland Hedberg2014-11-123-19/+36
|/
* Merge pull request #164 from erickt/logoutRoland Hedberg2014-11-109-44/+178
|\
| * allow a SP to use the configured name_id_formatErick Tryzelaar2014-11-052-8/+13
| * Use a better error message if we find a non-existing sessionErick Tryzelaar2014-11-051-2/+2
| * whitespace cleanupErick Tryzelaar2014-11-052-4/+4
| * SPEC says SP AssertionConsumerService cannot support HTTP-RedirectErick Tryzelaar2014-11-051-1/+0
| * sign authn and logout requests in the exampleErick Tryzelaar2014-11-051-0/+2
| * Fix example/idp2 logging out with SOAP, POST, or REDIRECTErick Tryzelaar2014-11-031-6/+25
| * add support for logging out to example/sp-wsgiErick Tryzelaar2014-11-033-23/+125
| * expose LogoutRequest.issuer property to fix logging out with redirectErick Tryzelaar2014-11-031-0/+4
| * explicitly set binding when calling parse_logout_request_responseErick Tryzelaar2014-11-031-1/+1
| * ignore example/sp-wsgi/sp_conf.pyErick Tryzelaar2014-11-031-0/+2
* | Don't use redirect binding on ACS endpoint.Roland Hedberg2014-11-101-2/+2
* | Don't use redirect binding on ACS endpoint.Roland Hedberg2014-11-102-2/+1