| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Removed g_assert in samlp_request_abstract object when setting required ↵ | Nicolas Clapies | 2004-08-27 | 2 | -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 Raviart | 2004-08-27 | 7 | -90/+68 | |
| | | | | | Added a Python test for defederation (currently it aborts). | |||||
| * | more on single sign on | Frederic Peters | 2004-08-27 | 2 | -22/+52 | |
| | | ||||||
| * | searches all text files for unknown functions | Frederic Peters | 2004-08-26 | 1 | -7/+15 | |
| | | ||||||
| * | improvement | Frederic Peters | 2004-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | Forgot to declare a parameter as optionnal. | Emmanuel Raviart | 2004-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | Added constant lassoHttpMethodAny. | Emmanuel Raviart | 2004-08-26 | 3 | -11/+61 | |
| | | | | | Added error constants to SWIG (and one to Python). | |||||
| * | new parameter to lasso_logout_init_... | Frederic Peters | 2004-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | fix included file name | Frederic Peters | 2004-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | Added a param to method lasso_defederation_init_notification(). Now if it is ↵ | Nicolas Clapies | 2004-08-26 | 3 | -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 Clapies | 2004-08-26 | 1 | -1/+1 | |
| | | | | | current_provider_id | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-26 | 2 | -659/+0 | |
| | | ||||||
| * | Renamed register_name_identifier.* to name_registration.* files | Nicolas Clapies | 2004-08-26 | 3 | -2/+661 | |
| | | ||||||
| * | Oups, missing commit of the new Lasso.i swig file :p | Nicolas Clapies | 2004-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | Added a param to method lasso_logout_init_request(). Now if it is set, lasso ↵ | Nicolas Clapies | 2004-08-26 | 2 | -2/+4 | |
| | | | | | can choose a specific logout protocol profile depending on the http method value of this param | |||||
| * | removed revision | Frederic Peters | 2004-08-26 | 1 | -1/+0 | |
| | | ||||||
| * | More on sso profile; sp-side | Frederic Peters | 2004-08-26 | 3 | -5/+114 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-26 | 4 | -8/+8 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | Rename constant LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILLE to ↵ | Nicolas Clapies | 2004-08-26 | 2 | -3/+3 | |
| | | | | | LASSO_PROFILE_ERROR_UNSUPPORTED_PROFILE, now can be use by all profiles | |||||
| * | new lasso documentation | Frederic Peters | 2004-08-26 | 15 | -3/+6403 | |
| | | ||||||
| * | Added remove of assertion in lasso_logout_init_request(), and ↵ | Nicolas Clapies | 2004-08-26 | 3 | -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 Raviart | 2004-08-26 | 2 | -127/+50 | |
| | | ||||||
| * | Added tests to verify if the request message is a LogoutRequest in ↵ | Nicolas Clapies | 2004-08-25 | 1 | -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 Clapies | 2004-08-25 | 1 | -0/+6 | |
| | | | | | request message is an AuthnRequest message, if not, returns a code error | |||||
| * | added include for string.h | Nicolas Clapies | 2004-08-25 | 1 | -1/+2 | |
| | | ||||||
| * | Added in lasso_login_process_authn_response_msg() setting of msg_relayState ↵ | Nicolas Clapies | 2004-08-25 | 1 | -0/+5 | |
| | | | | | from lib:RelayState of AuthnResponse message if exists, else msg_relayState is set to NULL | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-25 | 1 | -3/+0 | |
| | | ||||||
| * | fixed bug : at a done label, use to remove a provider got with ↵ | Nicolas Clapies | 2004-08-25 | 1 | -10/+20 | |
| | | | | | lasso_provider_get_ref() | |||||
| * | Added a --source-dir option to tests. | Emmanuel Raviart | 2004-08-25 | 3 | -21/+50 | |
| | | ||||||
| * | Removed obsolete Python test framework. | Emmanuel Raviart | 2004-08-25 | 19 | -3910/+27 | |
| | | ||||||
| * | Added missing private attribute, private variable and desallocation methods ↵ | Nicolas Clapies | 2004-08-25 | 2 | -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 class | Frederic Peters | 2004-08-25 | 1 | -1/+1 | |
| | | ||||||
| * | added Defederation profile; workaround lasso-sharp.snk | Frederic Peters | 2004-08-25 | 2 | -2/+5 | |
| | | ||||||
| * | added test if identity is set before removing federation | Nicolas Clapies | 2004-08-24 | 1 | -0/+8 | |
| | | ||||||
| * | removed federation and assertion | Nicolas Clapies | 2004-08-24 | 1 | -0/+8 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-24 | 1 | -9/+3 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | Corrected SWIG Defederation binding. | Emmanuel Raviart | 2004-08-24 | 2 | -1/+33 | |
| | | | | | Created Python high-level class for Defederation. | |||||
| * | updated doc conf files for defederation | Nicolas Clapies | 2004-08-24 | 2 | -20/+20 | |
| | | ||||||
| * | Continue to rename FederationTermination into Defederation. | Emmanuel Raviart | 2004-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | renamed lassoFederationTermination to lassoDefederation in lassoRequestType enum | Nicolas Clapies | 2004-08-24 | 2 | -2/+2 | |
| | | ||||||
| * | update, now use GError object for each lasso_server_get_provider_ref() | Nicolas Clapies | 2004-08-24 | 1 | -19/+27 | |
| | | ||||||
| * | renamed lasso_federation_termination_get_type to lasso_defederation_type | Nicolas Clapies | 2004-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-24 | 2 | -675/+0 | |
| | | ||||||
| * | renamed lasso/environs/federation_termination.* to lasso/environs/defederation.* | Nicolas Clapies | 2004-08-24 | 4 | -3/+678 | |
| | | ||||||
| * | Created SWIG bindings for Defederation (new name of FederationTermination). | Emmanuel Raviart | 2004-08-24 | 2 | -0/+52 | |
| | | ||||||
| * | use lassoProviderType instead of gint for provider_type params | Nicolas Clapies | 2004-08-24 | 2 | -4/+4 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-24 | 1 | -2/+8 | |
| | | ||||||
| * | Set the nameIdentifier attribute after a call to init_notification() | Nicolas Clapies | 2004-08-24 | 1 | -1/+3 | |
| | | ||||||
