summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove the metadata_construction paramIvan Kanakarakis2020-10-301-1/+1
* Cleanup importsIvan Kanakarakis2019-10-081-15/+5
* Deprecate saml2.extension.ui - use saml2.extension.mduiIvan Kanakarakis2019-10-081-1/+0
* Add eIDAS RequestedAttributes node supportivan2017-10-081-0/+28
* Add eIDAS SPType node supportivan2017-10-081-0/+16
* Remove leading space before hashbang.Peter Tripp2016-08-291-1/+1
* Fixed importsRoland Hedberg2016-05-261-12/+0
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-111-1/+1
* Made MetaData instances pickleable.Roland Hedberg2015-12-015-107/+16
* Don't fail if no xmlsec binary defined.Roland Hedberg2015-11-191-17/+5
* Fixed print of entities_descriptorRoland Hedberg2015-11-161-2/+3
* Fix for check if a parameter is None.Hans HoĢˆrberg2015-10-011-1/+1
* Write unicode string instead of bytes to stdout in tools/make_metadata.pyRebecka Gulliksson2015-09-091-1/+1
* WS security XML supportRoland Hedberg2015-06-141-0/+1
* Use six.string_types instead of basestringClint Byrum2015-05-151-3/+3
* Remove iteritems from dict loops for python3Clint Byrum2015-05-151-2/+2
* Fix python3 syntax errorsClint Byrum2015-05-158-81/+81
* Moved s2repoze, xmkdsig and xmlenc under saml2.Roland Hedberg2015-05-155-15/+19
* bugfix in make_metadata toolLudwig Kraatz2015-03-041-1/+1
* Allow the addition of SessionIndexes to a LogoutRequestRoland Hedberg2014-12-101-1/+0
* Make make_metadata care about the -v argument.Roland Hedberg2014-11-081-0/+2
* Metadata instance is empty until something has been loaded.Roland Hedberg2014-10-031-1/+1
* Allow signature verification even on local files.Roland Hedberg2014-06-181-1/+7
* A tool that verifies the correctness of a metadata file is the file is fetche...Roland Hedberg2014-06-131-0/+82
* Fixed problem with signing metadata.Roland Hedberg2014-06-091-5/+9
* Don't mind empty lines.Roland Hedberg2014-06-051-1/+3
* Allow choice of output type.Roland Hedberg2014-06-051-1/+1
* Fixed some remaining issuesRoland Hedberg2014-06-051-1/+1
* Added dumps method to MetadataStore, changed merge_metadata.py to take advant...Roland Hedberg2014-06-051-7/+7
* Updated some documentationRoland Hedberg2014-06-051-1/+9
* Script that merges several metadata streams into one.Roland Hedberg2014-06-051-0/+93
* Merge branch 'master' of https://github.com/rhoerbe/pysaml2 into rhoerbe-masterRoland Hedberg2014-05-161-1/+1
* Added tool to keep attributemaps in sync. Ran it on the standard maps.Roland Hedberg2014-04-151-0/+140
* Various spelling/grammar tweaks and typo fixes.Hank Leininger2014-04-021-3/+1
* Fixed a problem with filtering assertion by required/optional attributes.Roland Hedberg2014-03-271-0/+1
* Add proper main entry point to avoid execution when import.Florent2014-02-271-10/+14
* Useful tool for large metadata files.Roland Hedberg2013-12-161-0/+2
* removed unused importRoland Hedberg2013-11-121-1/+0
* Path to xmlsec binary should not be hard coded into the script.Roland Hedberg2013-06-261-1/+2
* Added some more log infoRoland Hedberg2013-05-301-2/+4
* In some case you want the url to be based on server_name/server_port and not ...developRoland Hedberg2013-05-242-5/+87
* Read metadata from somewhere and dump it in the MD format.Roland Hedberg2013-05-231-26/+36
* Added namespace tag definition.Roland Hedberg2013-05-161-1/+1
* Support configurable crypto backends.Fredrik Thulin2013-05-061-15/+9
* Added support for entity categories.Roland Hedberg2013-05-041-4/+8
* Adding authn context supportRoland Hedberg2013-04-211-38/+145
* Modified to work with the refactored crypto backend.Roland Hedberg2013-03-051-1/+5
* Parse arg config errorRoland Hedberg2013-01-021-1/+1
* The examples are also working (at least for me) now.Roland Hedberg2012-12-211-566/+64
* All tests worksRoland Hedberg2012-12-211-87/+536