summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove the metadata_construction paramIvan Kanakarakis2020-10-301-1/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Cleanup importsIvan Kanakarakis2019-10-081-15/+5
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Deprecate saml2.extension.ui - use saml2.extension.mduiIvan Kanakarakis2019-10-081-1/+0
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* 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 ↵Roland Hedberg2015-12-111-1/+1
| | | | for XML security. Support for non-XML crypto using HSMs are on the way.
* 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 Hö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
| | | | | | | In python3 strings are different, so basestring isn't available anymore. While examining these uses, all of them still work fine with six.string_types and should not need any new special handling to deal with bytes.
* Remove iteritems from dict loops for python3Clint Byrum2015-05-151-2/+2
| | | | Python3 has removed this and made .items() a view.
* Fix python3 syntax errorsClint Byrum2015-05-158-81/+81
| | | | | Retains python2.7 compatibility for all files. Fixes only syntax errors, tests still fail on python3 for various reasons.
* Moved s2repoze, xmkdsig and xmlenc under saml2.Roland Hedberg2015-05-155-15/+19
| | | | Fixed bug in mdstore.MetadataStore in handling external metadata using the new config format.
* bugfix in make_metadata toolLudwig Kraatz2015-03-041-1/+1
| | | entities_descriptor returns tuple
* 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
| | | | So it's better to be explicit.
* 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 ↵Roland Hedberg2014-06-131-0/+82
| | | | fetched from somewhere the process of signature verification is expected.
* 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 ↵Roland Hedberg2014-06-051-7/+7
| | | | advantage of this.
* 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
| | | | | | | | Conflicts: doc/examples/idp.rst example/idp2/idp.py src/saml2/attributemaps/saml_uri.py src/saml2/sigver.py
* 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
| | | | | | | | | | | | | Usually just a word or punctuation; occasionally I rewrote a sentence if I had a hard time determining what was meant by the original. (N.B. if I misunderstood something, then my re-wording will be wrong!) Also added eol to many files that were missing it, which throws off 'cat somefile' at a shell prompt (but did not yet touch anything under src/, which also has many files without eol). I did not re-line-wrap the text I changed, so that the diffs are minimized and meaningful changes are easier to spot.
* 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
| | | | http_host, now you can get what you want.
* 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
|