summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed g_assert in samlp_request_abstract object when setting required ↵Nicolas Clapies2004-08-272-21/+62
| | | | attributes and elements. Added tests in federation termination notification building from QUERY export for required elements, return NULL if error, notification object if ok
* Removed SWIG Lasso.c file.Emmanuel Raviart2004-08-277-90/+68
| | | | Added a Python test for defederation (currently it aborts).
* more on single sign onFrederic Peters2004-08-272-22/+52
|
* searches all text files for unknown functionsFrederic Peters2004-08-261-7/+15
|
* improvementFrederic Peters2004-08-261-1/+1
|
* Forgot to declare a parameter as optionnal.Emmanuel Raviart2004-08-261-1/+1
|
* Added constant lassoHttpMethodAny.Emmanuel Raviart2004-08-263-11/+61
| | | | Added error constants to SWIG (and one to Python).
* new parameter to lasso_logout_init_...Frederic Peters2004-08-261-1/+1
|
* fix included file nameFrederic Peters2004-08-261-1/+1
|
* Added a param to method lasso_defederation_init_notification(). Now if it is ↵Nicolas Clapies2004-08-263-3/+6
| | | | set, lasso can choose a specific defederation protocol profile depending on the http method value of this param
* Replaced xmlFree with g_free in lasso_logout_get_next_providerID() for ↵Nicolas Clapies2004-08-261-1/+1
| | | | current_provider_id
* *** empty log message ***Nicolas Clapies2004-08-262-659/+0
|
* Renamed register_name_identifier.* to name_registration.* filesNicolas Clapies2004-08-263-2/+661
|
* Oups, missing commit of the new Lasso.i swig file :pNicolas Clapies2004-08-261-1/+1
|
* Added a param to method lasso_logout_init_request(). Now if it is set, lasso ↵Nicolas Clapies2004-08-262-2/+4
| | | | can choose a specific logout protocol profile depending on the http method value of this param
* removed revisionFrederic Peters2004-08-261-1/+0
|
* More on sso profile; sp-sideFrederic Peters2004-08-263-5/+114
|
* *** empty log message ***Nicolas Clapies2004-08-264-8/+8
|
* *** empty log message ***Nicolas Clapies2004-08-261-1/+1
|
* Rename constant LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILLE to ↵Nicolas Clapies2004-08-262-3/+3
| | | | LASSO_PROFILE_ERROR_UNSUPPORTED_PROFILE, now can be use by all profiles
* new lasso documentationFrederic Peters2004-08-2615-3/+6403
|
* Added remove of assertion in lasso_logout_init_request(), and ↵Nicolas Clapies2004-08-263-14/+25
| | | | lasso_logout_process_response_msg() if there was an error while processing a LogoutResponse with HTTP SOAP method, added a returned code error for Unsupported profile status code
* Moved SWIG constructors and destructors from Lasso.c to Lasso.i.Emmanuel Raviart2004-08-262-127/+50
|
* Added tests to verify if the request message is a LogoutRequest in ↵Nicolas Clapies2004-08-251-4/+32
| | | | lasso_login_process_request_msg() and if the response message is a LogoutResponse in lasso_logout_process_response_msg()
* Added a test in lasso_login_init_from_authn_request_msg() to verify if the ↵Nicolas Clapies2004-08-251-0/+6
| | | | request message is an AuthnRequest message, if not, returns a code error
* added include for string.hNicolas Clapies2004-08-251-1/+2
|
* Added in lasso_login_process_authn_response_msg() setting of msg_relayState ↵Nicolas Clapies2004-08-251-0/+5
| | | | from lib:RelayState of AuthnResponse message if exists, else msg_relayState is set to NULL
* *** empty log message ***Nicolas Clapies2004-08-251-3/+0
|
* fixed bug : at a done label, use to remove a provider got with ↵Nicolas Clapies2004-08-251-10/+20
| | | | lasso_provider_get_ref()
* Added a --source-dir option to tests.Emmanuel Raviart2004-08-253-21/+50
|
* Removed obsolete Python test framework.Emmanuel Raviart2004-08-2519-3910/+27
|
* Added missing private attribute, private variable and desallocation methods ↵Nicolas Clapies2004-08-252-9/+43
| | | | : LassoDefederationPrivate *private in LassoDefederation object, static GObjectClass *parent_class in C file, lasso_defederation_dispose() and lasso_defederation_finalize() in LassoFederation object
* ignore new classFrederic Peters2004-08-251-1/+1
|
* added Defederation profile; workaround lasso-sharp.snkFrederic Peters2004-08-252-2/+5
|
* added test if identity is set before removing federationNicolas Clapies2004-08-241-0/+8
|
* removed federation and assertionNicolas Clapies2004-08-241-0/+8
|
* *** empty log message ***Nicolas Clapies2004-08-241-9/+3
|
* *** empty log message ***Nicolas Clapies2004-08-241-1/+1
|
* Corrected SWIG Defederation binding.Emmanuel Raviart2004-08-242-1/+33
| | | | Created Python high-level class for Defederation.
* updated doc conf files for defederationNicolas Clapies2004-08-242-20/+20
|
* Continue to rename FederationTermination into Defederation.Emmanuel Raviart2004-08-241-1/+1
|
* renamed lassoFederationTermination to lassoDefederation in lassoRequestType enumNicolas Clapies2004-08-242-2/+2
|
* update, now use GError object for each lasso_server_get_provider_ref()Nicolas Clapies2004-08-241-19/+27
|
* renamed lasso_federation_termination_get_type to lasso_defederation_typeNicolas Clapies2004-08-241-1/+1
|
* *** empty log message ***Nicolas Clapies2004-08-242-675/+0
|
* renamed lasso/environs/federation_termination.* to lasso/environs/defederation.*Nicolas Clapies2004-08-244-3/+678
|
* Created SWIG bindings for Defederation (new name of FederationTermination).Emmanuel Raviart2004-08-242-0/+52
|
* use lassoProviderType instead of gint for provider_type paramsNicolas Clapies2004-08-242-4/+4
|
* *** empty log message ***Nicolas Clapies2004-08-241-2/+8
|
* Set the nameIdentifier attribute after a call to init_notification()Nicolas Clapies2004-08-241-1/+3
|