summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Liberty wsf SOAP binding.Nicolas Clapies2005-04-111-32/+75
|
* Fixed lasso_discovery_init_modify() : added missing code for liberty wsf ↵Nicolas Clapies2005-04-111-4/+10
| | | | soap binding.
* Completed discovery with support of liberty wsf soap binding.Nicolas Clapies2005-04-111-12/+43
|
* Updated Discovery : now it binds his messages in liberty wsf SOAP envelope.Nicolas Clapies2005-04-111-4/+10
|
* Fixed removed code in previous commit. Fixed some rules from liberty spec : ↵Nicolas Clapies2005-04-013-9/+69
| | | | mutli mechanism, null mechanism. Added namespace for service authentication.
* don't set status to constant string in samlp:ResponseFrederic Peters2005-03-291-1/+1
|
* properly multiply sizeof(char*) to avoid buffer overflowFrederic Peters2005-03-291-1/+1
|
* free up Status if not NULL.Frederic Peters2005-03-291-1/+1
|
* checks for Status before Assertion; so lasso doesn't restore an old assertion.Frederic Peters2005-03-291-13/+9
|
* bring back LassoSamlAssertionFrederic Peters2005-03-291-1/+3
|
* don't add assertion in samlp:Response if the signature check failedFrederic Peters2005-03-291-5/+4
|
* deals with incorrect AssertionConsumerServiceIDFrederic Peters2005-03-241-1/+15
|
* include AssertionConsumerServiceID in query stringsFrederic Peters2005-03-241-0/+1
|
* session may exist beforehand, store status neverthelessFrederic Peters2005-03-221-3/+3
|
* no success won't set SuccessFrederic Peters2005-03-221-1/+1
|
* Added REQUEST_TYPE_SASL_REQUEST returned by ↵Nicolas Clapies2005-03-213-1/+7
| | | | lasso_profile_get_request_type_from_soap_msg().
* Renamed properly attribute acces in DiscoServiceInstance object.Nicolas Clapies2005-03-211-1/+1
|
* Updated authentication service : fixed error when parsing data from client. ↵Nicolas Clapies2005-03-211-133/+51
| | | | Removed hard code to build soap envelope by call to common function from wsf_profile.h.
* Added function to build generic liberty wsf soap envelope.Nicolas Clapies2005-03-212-0/+31
|
* removed erroneously commited tests MakefileFrederic Peters2005-03-191-4/+1
|
* docstring to errorchecking testsFrederic Peters2005-03-181-0/+3
|
* include lasso_config.h since LASSO_WSF_ENABLED is usedFrederic Peters2005-03-182-0/+3
|
* added missing lasso_config.h include (necessary for LASSO_WSF_ENABLEDFrederic Peters2005-03-182-0/+4
| | | | definition)
* since wsf is no longer compiled it is no longer necessary to check or isolateFrederic Peters2005-03-182-14/+4
| | | | sasl check variable.
* don't compile id-wsf files when wsf is disabled; this cuts down buildFrederic Peters2005-03-1811-94/+157
| | | | time by a nice margin.
* Updated lasso_discovery_add_insert_entry() prototype : now it only takes a ↵Nicolas Clapies2005-03-183-71/+47
| | | | LassoServiceInstance and a LassoDiscoResourceID.
* Renamed LASSO_WSF_SUPPORT to WSF_SUPPORT in SWIG.Emmanuel Raviart2005-03-181-0/+4
|
* Updated authentication service : now it has hard coded collbacks. developer ↵Nicolas Clapies2005-03-183-124/+362
| | | | must use LassoUserAccount to inform sasl about login and password.
* Fixed dump of attribute.Nicolas Clapies2005-03-181-2/+2
|
* Fixed any attribute in snippet.Nicolas Clapies2005-03-182-3/+3
|
* Fixed process of dump for soap envelope message.Nicolas Clapies2005-03-181-2/+4
|
* First version of the "Writing a Libety PHP SP".Romain Chantereay2005-03-171-0/+377
| | | | Almost all adapted copied/pasted from "Writing a Liberty C SP".
* detect liberty QName and add appropriate namespace (closes: #416)Frederic Peters2005-03-151-0/+18
|
* added non-regression test for bug #416 (missing namespace in someFrederic Peters2005-03-151-4/+24
| | | | samlp:Response)
* warning: ISO C90 forbids mixed declarations and codeFrederic Peters2005-03-111-2/+2
|
* Complete liberty soap binding.Nicolas Clapies2005-03-119-0/+820
|
* Added liberty soap binding extension.Nicolas Clapies2005-03-1110-2/+860
|
* Added missing security mechanism.Nicolas Clapies2005-03-102-0/+18
|
* Restore ResourceID and EncryptedResourceID attributes in discovery and ↵Nicolas Clapies2005-03-105-24/+72
| | | | modify. Added security mechanism id.
* Added comments about security mech rules.Nicolas Clapies2005-03-101-0/+10
|
* Added comment about Options rules.Nicolas Clapies2005-03-101-0/+5
|
* Added comments about status rules.Nicolas Clapies2005-03-101-0/+9
|
* resourceId is for LassoResourceID and LassoEncryptedResourceID.Nicolas Clapies2005-03-102-7/+4
|
* Fixed resourceID to resourceId. Added some param tests.Nicolas Clapies2005-03-102-6/+17
|
* Added disco status codes.Nicolas Clapies2005-03-101-0/+7
|
* Added discovery directive elements.Nicolas Clapies2005-03-1014-39/+1482
|
* removed debugging outputFrederic Peters2005-03-071-1/+0
|
* use fail_unless since fail_if didn't exist in check 0.8.xFrederic Peters2005-03-071-2/+2
|
* only use xsi:type on elements that have a saml: ancestor (and added test to notFrederic Peters2005-03-072-5/+51
| | | | regress)
* return LASSO_LOGIN_ERROR_FEDERATION_NOT_FOUND inFrederic Peters2005-03-071-0/+11
| | | | | lasso_login_process_authn_response_msg when liberty status is samlp:Responder/lib:FederationDoesNotExist