summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed new id param formatFrederic Peters2006-11-042-4/+3
|
* name id management saml2 profile (lacks process_response)Frederic Peters2006-11-043-2/+568
|
* fixed small memory leak in saml2 sloFrederic Peters2006-11-041-0/+2
|
* fix saml2 artifact decodingFrederic Peters2006-11-031-4/+6
|
* if node was not base64, use its original value for key loading.Frederic Peters2006-11-021-1/+1
|
* set provider role; so mixed sp/idp metadata is ok.Frederic Peters2006-11-021-0/+1
|
* Added back LASSO_PROFILE_ERROR_MISSING_ARTIFACTDamien Laniel2006-11-021-0/+1
|
* new lasso_profile_is_saml_query functionFrederic Peters2006-11-024-1/+66
|
* uncomment xmlsec output directives; that should not have been commentedFrederic Peters2006-11-021-2/+2
|
* already set remote_provider_id in process_requestFrederic Peters2006-11-022-2/+24
|
* Replaced return -1 with return LASSO_ERROR_UNDEFINEDDamien Laniel2006-11-025-29/+29
|
* Added some error casesDamien Laniel2006-11-025-30/+39
|
* tests on possibly null pointersDamien Laniel2006-11-023-11/+29
|
* coding styleFrederic Peters2006-11-021-2/+2
|
* downcast nameidentifier to LassoNode* in LassoLogout; so that it works withFrederic Peters2006-11-021-1/+1
| | | | both ID-FF (LassoSamlNameIdentifier) and SAML2 (LassoSaml2NameID)
* changed LASSO_LIB_NAME_ID_POLICY_TYPE_FEDERATED to ↵Damien Laniel2006-10-311-1/+1
| | | | LASSO_LIB_NAMEID_POLICY_TYPE_FEDERATED according to the code
* removed XXX comments after Damien looked at themFrederic Peters2006-10-301-3/+1
|
* include authentication statement in saml2 assertionFrederic Peters2006-10-304-2/+165
|
* saml2 artifacts include an endpoint index; fill it with 0 for the moment.Frederic Peters2006-10-301-4/+5
|
* deal with default assertion consumer service urlFrederic Peters2006-10-291-27/+23
|
* use new error code for missing artifactFrederic Peters2006-10-292-1/+7
|
* new error code for missing artifactFrederic Peters2006-10-293-0/+4
|
* correctly clean memoryFrederic Peters2006-10-291-6/+12
|
* fixed reference to length when inflatingFrederic Peters2006-10-291-2/+2
|
* default value set to -1 and marked as optionalsFrederic Peters2006-10-291-3/+5
|
* saml-2.0 more POST supportFrederic Peters2006-10-293-1/+7
|
* s/SAMLArt/SAMLart/ (+ check for remote provider)Frederic Peters2006-10-291-1/+5
|
* handle "1" as well as "true" in booleansFrederic Peters2006-10-291-2/+12
|
* started support for AssertionConsumerServiceIndex (as alternative toFrederic Peters2006-10-294-3/+63
| | | | ProtocolBinding) (used by zxid)
* saml2 query strings are often limited to one single argFrederic Peters2006-10-291-1/+1
|
* accept PAOS bindingFrederic Peters2006-10-292-0/+3
|
* finished saml2/sso/postFrederic Peters2006-10-281-2/+7
|
* note about memory leakFrederic Peters2006-10-281-0/+1
|
* standard .cvsignoeFrederic Peters2006-10-281-0/+7
|
* handle saml2/sso/post (almost)Frederic Peters2006-10-281-0/+59
|
* handle saml2/sso/post (almost, need to fix return url)Frederic Peters2006-10-283-10/+73
|
* initialize private_key_file and certificate_file properlyFrederic Peters2006-10-283-0/+6
|
* formattingFrederic Peters2006-10-281-49/+70
|
* use external stylesheetFrederic Peters2006-10-282-6/+152
|
* rest2html is now shipped as rst2html, also looks for this oneFrederic Peters2006-10-281-3/+3
|
* return defined error codeFrederic Peters2006-10-281-1/+1
|
* cast function referenceFrederic Peters2006-10-281-1/+2
|
* standard .cvsignore for saml-2.0/ dirFrederic Peters2006-10-281-0/+7
|
* marked maxInteractTime as optionalFrederic Peters2006-10-281-9/+13
|
* LassoDiscoServiceInstance are freed through lasso_node_destroyFrederic Peters2006-10-281-2/+1
|
* fixed deflate, tested against lightbulb(opensso-php)Frederic Peters2006-10-281-6/+27
|
* Added documentation about writing a sp in java.Nicolas Clapies2006-10-271-0/+289
|
* use zlib compress2 instead of lowlevel functions, this fixes inflate.Frederic Peters2006-10-261-31/+11
|
* don't automatically fallback to redirect, this breaks some cases....Frederic Peters2006-10-261-1/+0
|
* checking pointers...Frederic Peters2006-10-264-0/+18
|