13
I Use This!
Moderate Activity

Commits : Listings

Analyzed 30 days ago. based on code collected about 1 month ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SAML2:SP:initSLO: Fix array reference in template use. More... over 18 years ago
SAML20::HTTPRedirect::validateQuery - return false if validation is disabled. More... over 18 years ago
SAML20::HTTPRedirect::validateQuery - return true if validation is disabled. More... over 18 years ago
Added htmlspecialchars to most template output and to some text which is passed to the templates. More... over 18 years ago
Rewrite of SAML2 HTTP Redirect request signing, now using xmlseclibs. More... over 18 years ago
Fixed the signing procedures that calls xmlseclibs, to correctly set the exclusive canonicalization parameter XMLSecurityDSig::EXC_C14N. After tips from the xmlseclib author Rob Richards. Would be great if Hans Z. tested this afterwards as he is using a php version before 5.2, and that was the only place where this problem occured. More... over 18 years ago
Updating the SAML 2.0 authnresponse generation to use the new API in xmlseclibs for adding reference ID attribute... Basicly an updated needed to make the saml 2 part work with the new xmlseclib version More... over 18 years ago
Updating xmlseclibs to 1.2.0 and adding support for including certificate chains in shibboleth idp response More... over 18 years ago
Typo NameIDFormat versus NameIDformat. Thanks to James Hartford More... over 18 years ago
Patch from Lukas Hammerle. will allow attribute mapping and filtering with shibboleth More... over 18 years ago
Applied patch from Hans Zandbelt (with some modifications). This patch enables signing of authentication requests if there is an privatekey-element in the SP's metadata. More... over 18 years ago
Allow timestamps with arbitrary precision. More... over 18 years ago
Removing some unneccessary outcommented code More... over 18 years ago
Adding debug mode for Shibboleth AuthnResponse. If you turn on the debug option in config.php you will now get the web page showing the authnresponse, as it earlier did with SAML 2.0 More... over 18 years ago
Fix bug with timestamp handling when shibboleth is sending microseconds... Also some missing commas in the config template More... over 18 years ago
added some comments about incoming parameters... from an alternative workcopy, i had to checkin More... over 18 years ago
Adding the svn:ignore metadata on the root, so you dont get questino marks for all your metadata that you are using for testing... More... over 18 years ago
Added the possibility for the logger to get the trackID it self... Temporary thing, we shuold rewrite and improve the logging class a bit. More... over 18 years ago
Patch from Stefan Winter for retrieving radius attributes in the login-radius authentication module. More... over 18 years ago
Syntax error. replaced next with continue More... over 18 years ago
Bugfix for shib13/sp/idpdisco.php. More... over 18 years ago
Added option for 2 possible layouts of the idpdisco. The current link-list and the new dropdown box. Layout is choosen in the config.php. More... over 18 years ago
Shib13:AuthnResponse - Fix attribute parsing. More... over 18 years ago
Removed the SimpleSAML_XML_MetaDataStore class and replaced all references to it with the SimpleSAML_Metadata_MetaDataStorageHandler class. More... over 18 years ago
Add default-parameter to Configuration::getValue(...). More... over 18 years ago
As the index.php now is a php file, I moved the content out to a template file, such that it can be langualized ;) More... over 18 years ago
Added configuration options in config.php to enable and disable functionality. Also made the front page of the installation dynamic depending on what functionality that is enabled. More... over 18 years ago
Adding some samle template meta data xml files to be used with the new metadata xml medatahandler More... over 18 years ago
More or less implemeted the last part of the SAML 2.0 Metadata XML task item. Done a bit testing, but still at an early stage... More... over 18 years ago
Improved the metadata overview admin page by configuring which parameters that are optional and required in each metadata set More... over 18 years ago