summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up4.0.0Roland Hedberg2015-12-1113-4479/+0
* Bumped major version number since a couple of function and method APIs have c...Roland Hedberg2015-12-111-5/+5
* No more references to ontsRoland Hedberg2015-12-111-2/+2
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-1118-323/+470
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2015-12-117-82/+121
|\
| * Merge pull request #295 from rebeckag/its-dirg-changesRoland Hedberg2015-12-116-74/+117
| |\
| | * Adds support for getting extension elements from metadata.Rebecka Gulliksson2015-12-101-2/+18
| | * Use 'assertion_consumer_service_index' if no assertion_consumer_service_url i...Rebecka Gulliksson2015-12-101-3/+3
| | * Updates the example SP.Rebecka Gulliksson2015-12-101-59/+69
| | * Made service_conf.py an example file to avoid conflicts with local copy.Rebecka Gulliksson2015-12-101-0/+0
| | * Adds some attributes to the IdP user 'testuser'.Rebecka Gulliksson2015-12-101-8/+10
| | * Added documentation of indexed endpoints in pysaml config.Rebecka Gulliksson2015-12-101-2/+17
| |/
| * Merge pull request #291 from rebeckag/example_sp_cookie_fixRoland Hedberg2015-11-231-6/+3
| |\
| | * Only use six and make sure the cookie can be read.Rebecka Gulliksson2015-11-231-6/+3
| |/
| * Merge pull request #290 from rebeckag/empty_extensions_fixRoland Hedberg2015-11-221-3/+2
| |\
| | * Only create md.Extensions element if necessary.Rebecka Gulliksson2015-11-221-3/+2
| |/
* | Made MetaData instances pickleable.Roland Hedberg2015-12-0117-340/+135
|/
* Merge pull request #289 from HaToHo/masterRoland Hedberg2015-11-1914-90/+334
|\
| * Added mockHans Hörberg2015-11-192-4/+3
| * Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-197-42/+109
| |\ | |/ |/|
* | Only six not futureRoland Hedberg2015-11-192-4/+3
* | Added algsupportRoland Hedberg2015-11-194-21/+101
* | Don't fail if no xmlsec binary defined.Roland Hedberg2015-11-191-17/+5
| * Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-194-49/+255
| |\ | |/ |/|
* | In between just so Hans can get his stuff in.Roland Hedberg2015-11-191-1/+0
* | Adding support for publishing digest and signing support in metadata.Roland Hedberg2015-11-191-0/+7
* | Missing file + some PEP-8Roland Hedberg2015-11-192-390/+639
| * Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-191-1/+2
| |\ | |/ |/|
* | Allow usage of the future module.Roland Hedberg2015-11-191-1/+2
| * Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-1925-326/+500
| |\ | |/ |/|
* | Fixed a problem in parsing metadata extensions.Roland Hedberg2015-11-186-83/+167
* | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2015-11-172-105/+109
|\ \
| * \ Merge pull request #284 from rebeckag/optional_keydescriptorRoland Hedberg2015-11-172-105/+109
| |\ \
| | * | Don't assume KeyDescriptor exists in metadata, since it is optional.Rebecka Gulliksson2015-11-162-13/+52
| | * | Refactor Metadata.certs() and move it to base class.Rebecka Gulliksson2015-11-162-105/+70
| |/ /
* | | form_post are suppost to use POST not GET.Roland Hedberg2015-11-161-1/+1
* | | Corrected attribute set for Code of Conduct.Roland Hedberg2015-11-161-4/+5
* | | Don't let lower/upper case throw me off.Roland Hedberg2015-11-161-1/+1
* | | Don't let lower/upper case throw me off.Roland Hedberg2015-11-162-3/+10
* | | Fixed print of entities_descriptorRoland Hedberg2015-11-161-2/+3
* | | Transition from CoC to CoCo which is the correct name.Roland Hedberg2015-11-161-1/+4
|/ /
* | Rolled back on form_post vs postRoland Hedberg2015-11-161-10/+10
* | Check for logoutRoland Hedberg2015-11-151-2/+13
* | Corrected attribute name: email -> mail.Roland Hedberg2015-11-151-1/+1
* | RelayState may be missing.Roland Hedberg2015-11-151-7/+10
* | Cleaning up.Roland Hedberg2015-11-151-72/+103
* | Merge pull request #283 from rebeckag/test_updatesRoland Hedberg2015-11-155-44/+9
|\ \
| * | Remove test dependencies from setup.py.Rebecka Gulliksson2015-11-121-16/+0
| * | Add pymongo as test requirement in tox.Rebecka Gulliksson2015-11-121-0/+1
| * | Update tox.ini to actually run tests and make Travis use it.Rebecka Gulliksson2015-11-123-26/+8