index
:
simplesamlphp
master
origin/HEAD
origin/errorcode-class
origin/feature/consistently-treat-scopes-with-multiple-at
origin/feature/interface-cleanup
origin/master
origin/release_1_0
origin/simplesamlphp-1.0
origin/simplesamlphp-1.10
origin/simplesamlphp-1.11
origin/simplesamlphp-1.12
origin/simplesamlphp-1.13
origin/simplesamlphp-1.14
origin/simplesamlphp-1.4
origin/simplesamlphp-1.5
origin/simplesamlphp-1.6
origin/simplesamlphp-1.7
origin/simplesamlphp-1.8
origin/simplesamlphp-1.9
origin/ssoservice-merge
origin/twigified
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
SimpleSAML
/
XML
/
SAML20
/
AuthnResponse.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the old SAML2 classes.
Olav Morken
2009-08-03
1
-981
/
+0
*
SAML2: Move constants from sspmod_saml2_Const to SAML2_Const.
Olav Morken
2009-08-03
1
-3
/
+3
*
SAML20/AuthnResponse: Send correct response code for errors.
Olav Morken
2009-07-13
1
-1
/
+1
*
SAML20_AuthnResponse: Add getStatus() function.
Olav Morken
2009-07-13
1
-9
/
+42
*
SAML20/AuthnResponse: Allow the status to be passed as an instance of sspmod_...
Olav Morken
2009-07-13
1
-11
/
+39
*
SAML2: Support configurable attribute encodings.
Olav Morken
2009-04-16
1
-11
/
+43
*
SAML2: Remove debug code for jpegPhoto.
Olav Morken
2009-04-03
1
-10
/
+3
*
SAML2: Handle unknown NameID formats.
Olav Morken
2009-04-01
1
-11
/
+54
*
Fix Conditions time validity to be session duration
Andreas Åkre Solberg
2009-03-11
1
-3
/
+10
*
Adding support for the IdP-first flow with SAML 2.0, where there is no authen...
Andreas Åkre Solberg
2009-02-06
1
-4
/
+5
*
Fix for handling NoPassive responses to Google apps when using NameIDFormats ...
Andreas Åkre Solberg
2009-01-13
1
-15
/
+25
*
Verify recipient of SAML2 assertions.
Olav Morken
2008-11-17
1
-5
/
+23
*
increase support for persistent name identifiers: for now only based on a spe...
Hans Zandbelt
2008-10-30
1
-2
/
+7
*
AuthnResponse: Use SimpleSAML_Utilities::loadPrivateKey
Olav Morken
2008-10-20
1
-10
/
+4
*
SAML2/AuthnResponse: use SimpleSAML_Utilities::loadPublicKey
Olav Morken
2008-10-20
1
-17
/
+6
*
Fix of typo in non-successfull Statuscode
Mads Freek Petersen
2008-09-09
1
-2
/
+2
*
Send non Success StatusCode as per the spec ie. as a two-level StatusCode ele...
Mads Freek Petersen
2008-09-06
1
-4
/
+6
*
SAML2-SP: Moved session creating from AuthnResponse class to AssertionConsume...
Olav Morken
2008-08-19
1
-13
/
+65
*
SAML2: Fix transient NameId for logout.
Olav Morken
2008-07-18
1
-3
/
+5
*
Create a persistent session index for SAML2 SPs.
Olav Morken
2008-07-17
1
-2
/
+4
*
SAML2 SP: Add support for CA path validation.
Olav Morken
2008-07-04
1
-4
/
+17
*
SAML2: Add support for encrypted private keys for decrypting encrypted assert...
Olav Morken
2008-07-01
1
-0
/
+3
*
SAML2: Validate signature om samlp:Response before decrypting Assertions.
Olav Morken
2008-07-01
1
-10
/
+22
*
SAML2_AuthnResponse: Code for indicating different status codes to AssertionC...
Olav Morken
2008-06-30
1
-8
/
+11
*
Update everything to use the autoloader.
Olav Morken
2008-06-06
1
-9
/
+0
*
Adding support for setting custom AttributeNameFormats
Andreas Åkre Solberg
2008-06-03
1
-5
/
+20
*
Session: Remove uses of SimpleSAML_Session::init(...).
Olav Morken
2008-05-15
1
-2
/
+2
*
Change SAML20 & Shib13 xml handlers to use generateID and generateTimestamp f...
Olav Morken
2008-05-13
1
-7
/
+7
*
Added support for IsPassive flag.
Mads Freek Petersen
2008-05-12
1
-50
/
+78
*
Added support for __default__ host configuration and __dynamic__ entity point...
Andreas Åkre Solberg
2008-04-28
1
-2
/
+11
*
Added support for encryption/decryption of assertions
Mads Freek Petersen
2008-04-22
1
-3
/
+69
*
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@505 44740490-163a-...
Mads Freek Petersen
2008-04-22
1
-8
/
+17
*
Adding a SIMPLESAML_INCPREFIX parameter before the inclusion of new files. Th...
Andreas Åkre Solberg
2008-03-05
1
-8
/
+8
*
Adding option for protecting metadata. Default is that metadata is not protec...
Andreas Åkre Solberg
2008-03-03
1
-1
/
+1
*
Adding SPNameQualifier again since some implementations need it.
Andreas Åkre Solberg
2008-02-13
1
-6
/
+14
*
Alot of template options is now moved from beeing required to beeing optional.
Andreas Åkre Solberg
2008-02-04
1
-4
/
+9
*
Implementeed better error handling. Separate static function for fatal error ...
Andreas Åkre Solberg
2008-01-31
1
-0
/
+1
*
Changed SAML2 AuthnResponse processing.
Olav Morken
2008-01-31
1
-109
/
+312
*
Changed SAML2:AuthnResponse to use the new Validator class, and cleaned up ge...
Olav Morken
2008-01-31
1
-171
/
+82
*
The session class now takes the nameid as an array with value and format, ins...
Andreas Åkre Solberg
2008-01-30
1
-33
/
+38
*
Removed references to SPNameIdentifier, and added support for at SP to define...
Andreas Åkre Solberg
2008-01-29
1
-8
/
+5
*
forgot to checkin the bitmap for favicon, here it is
Andreas Åkre Solberg
2008-01-28
1
-2
/
+2
*
More efficient session usage. Now caching only assoc array for values from lo...
Andreas Åkre Solberg
2008-01-28
1
-1
/
+0
*
Removed caching of AuthnResponses in Session object. This reduces the session...
Andreas Åkre Solberg
2008-01-28
1
-1
/
+1
*
Adding some headers in files, and setting the ID keyword in svn
Andreas Åkre Solberg
2008-01-28
1
-12
/
+6
*
Implemented more efficient storage of AuthnRequests in session. Instead of ca...
Andreas Åkre Solberg
2008-01-28
1
-24
/
+15
*
XML:SAML20: Escape variables in XML output.
Olav Morken
2008-01-24
1
-3
/
+3
*
Change SAML2 & Shib13 AuthResponse to use the new fingerprint-retrival-functi...
Olav Morken
2008-01-22
1
-19
/
+12
*
Updating the SAML 2.0 authnresponse generation to use the new API in xmlsecli...
Andreas Åkre Solberg
2008-01-17
1
-1
/
+1
*
Change the metadata set we retrieve the base64encode parameter from. Now at t...
Andreas Åkre Solberg
2008-01-11
1
-1
/
+1
*
Updated files to use the new abstraction classes for metadata instead of the ...
Andreas Åkre Solberg
2008-01-07
1
-2
/
+2
*
SAML2:AuthnResponse - Changed getInResponseTo() to use a different xPath appr...
Olav Morken
2007-12-17
1
-3
/
+4
*
SAML2:AuthnResponse - Changed functions in class to use self::<constant> inst...
Olav Morken
2007-12-17
1
-6
/
+6
*
SAML2:AuthnResponse - Changed getInResponseTo() to use class constant SAML2_P...
Olav Morken
2007-12-17
1
-1
/
+1
*
SAML2:AuthnResponse - Removed SAML2_BINDINGS_POST and SAML2_STATUS_SUCCESS un...
Olav Morken
2007-12-17
1
-4
/
+0
*
SAML2:AuthnResponse - Made SAML2_ASSERT_NS and SAML2_PROTOCOL_NS constants of...
Olav Morken
2007-12-17
1
-3
/
+7
*
SAML2:AuthnResponse - Added getInResponseTo() method to get the InResponseTo ...
Olav Morken
2007-12-17
1
-1
/
+29
*
SAML2/AuthnResponse: Encode values that may contain special characters (such ...
Olav Morken
2007-12-14
1
-9
/
+9
*
SAML2/AuthnResponse: Removed commented-out $authnResponse assignment.
Olav Morken
2007-12-13
1
-72
/
+0
*
Added support for multivalued attributes in the IdP.
Olav Morken
2007-11-30
1
-7
/
+35
*
Added SAML 2.0 IdP Discovery service. Read more here: http://rnd.feide.no/200...
Andreas Åkre Solberg
2007-10-12
1
-0
/
+1
*
Simplified metadata! tidy up in metadata. Added support for sending metadata ...
Andreas Åkre Solberg
2007-09-30
1
-2
/
+2
*
fix exception with fingerprint mismatch. Fix discovery of HTTP-HOST when Host...
Andreas Åkre Solberg
2007-09-25
1
-1
/
+1
*
Initial commit of version 0.4 of simplesamlphp
Andreas Åkre Solberg
2007-09-14
1
-0
/
+528