13
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month 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
Set focus on the link/button which should be activated to go to the next page in debug mode. More... over 18 years ago
Session: removed unused protocol attribute. More... over 18 years ago
Fixed bug with session creation self::init(). Also made a config option and disabled admin login on the index page on default More... over 18 years ago
Adding admin login module (forgot to checkin this yesterday) More... over 18 years ago
Fix invalid character in .php-file (change \xA0 to a space). More... over 18 years ago
forgot to checkin the bitmap for favicon, here it is More... over 18 years ago
Added favicon and set svn:ignore on local config and metadata More... over 18 years ago
More efficient session usage. Now caching only assoc array for values from logout request. Also implemented a clean() function to call after successfully logged out. More... over 18 years ago
testing svn:ignore More... over 18 years ago
Removed caching of AuthnResponses in Session object. This reduces the session storage with approx 90%!! More... over 18 years ago
Adding a session->getsize class to measure the size of the session. I also removed the reference to the configuration class which saved 12% size of the session size... will be further reduced... hold on. More... over 18 years ago
Adding some headers in files, and setting the ID keyword in svn More... over 18 years ago
Implemented more efficient storage of AuthnRequests in session. Instead of caching the complete request object, we now cache an assoc array with the neccessary parameters. Both for SAML 2.0 and Shib 1.3. More... over 18 years ago
Missing show() call on template. This bug caused dropdown menu of disco for shib 1.3 sp to not work properly. More... over 18 years ago
Discarding error message from LDAP, instead of showing it to the user. More... over 18 years ago
Adding some documentation in the Session class. Also testing the Id svn keyword, to see if it works. I plan to add a new phpdoc header to all files, including versioning with Id More... over 18 years ago
Remove previously added magic quotes cleanup functions. More... over 18 years ago
Remove magic quotes as a part of the initialization of simpleSAMLphp. More... over 18 years ago
SAML2:IdP:Metadata: Check if GET-parameter exists before attempting to use it. More... over 18 years ago
Default template header: Added default page title. More... over 18 years ago
SAML2:SP:Metadata: Escape XML in metadata. More... over 18 years ago
SAML2:IdP:Metadata: Escape XML in metadata. More... over 18 years ago
XML:SAML20: Escape variables in XML output. More... over 18 years ago
Shib13:AuthnResponse: Escape data in xml output. More... over 18 years ago
first basic version of A-Select protocol support More... over 18 years ago
Shib13:AuthResponse: Fix code to return FALSE if the node wasn't found. More... over 18 years ago
Shib13:AuthResponse: Change to use the new node validation method. More... over 18 years ago
Added getValidatedNodes() function to XMLSecurityDSig class. More... over 18 years ago
Change SAML2 & Shib13 AuthResponse to use the new fingerprint-retrival-function in xmlseclibs. More... over 18 years ago
XMLSecurityKey: added getX509Fingerprint()-function to get the fingerprint of the X509-certificate (if the key is loaded from an X509-certificate). More... over 18 years ago