lasso/lasso/id-ff
Nicolas Clapies 4909ede99e *** empty log message *** 2004-09-20 15:54:09 +00:00
..
.cvsignore Initial version 2004-06-04 12:49:18 +00:00
Makefile.am please use spaces between variable names and values 2004-09-08 15:50:02 +00:00
defederation.c Replaced call to lasso_identity_get_next_federation_remote_providerID() with lasso_identity_get_first_providerID() 2004-09-20 12:36:05 +00:00
defederation.h Added a param to method lasso_defederation_init_notification(). Now if it is set, lasso can choose a specific defederation protocol profile depending on the http method value of this param 2004-08-26 16:07:56 +00:00
identity.c Added lasso_identity_get_first_providerID(). Now it replaces lasso_identity_get_next_federation_remote_providerID() wich still exists to keep API / ABI compatibility 2004-09-20 12:23:51 +00:00
identity.h Added lasso_identity_get_first_providerID(). Now it replaces lasso_identity_get_next_federation_remote_providerID() wich still exists to keep API / ABI compatibility 2004-09-20 12:23:51 +00:00
lecp.c Made remote_providerID optional in lasso_lecp_build_authn_request_msg and in 2004-09-20 15:52:03 +00:00
lecp.h Removed Base64 encoding in lasso_lecp_build_authn_response_msg() 2004-08-09 14:45:39 +00:00
login.c the remote_providerID parameter of lasso_login_build_authn_request_msg() 2004-09-20 12:32:21 +00:00
login.h the remote_providerID parameter of lasso_login_build_authn_request_msg() 2004-09-20 12:32:21 +00:00
logout.c Made remote_providerID optional in lasso_lecp_build_authn_request_msg and in 2004-09-20 15:52:03 +00:00
logout.h *** empty log message *** 2004-09-06 15:30:54 +00:00
name_identifier_mapping.c remove removed code 2004-09-17 10:15:16 +00:00
name_identifier_mapping.h A lot of Updates ... currently it is unusable : lasso_name_registration_validate_request(), lasso_name_registration_process_response_msg(), lasso_name_identifier_mapping_validate_request() and lasso_name_identifier_mapping_process_response_msg() need to be completed 2004-09-10 14:39:01 +00:00
name_registration.c use g_strdup_printf to avoir buffer size calculations and g_snprintf to avoir 2004-09-17 17:35:26 +00:00
name_registration.h Fixed ABI and API breakage. Please don't modify function signatures (even more 2004-09-10 15:07:23 +00:00
profile.c Added name registration type in lassoRequestType enum. added test in function lasso_profile_get_request_type_from_soap_msg() 2004-09-20 14:30:43 +00:00
profile.h *** empty log message *** 2004-09-20 15:54:09 +00:00
server.c Added lasso_server_get_first_providerID() method 2004-09-20 11:58:40 +00:00
server.h Added lasso_server_get_first_providerID() method 2004-09-20 11:58:40 +00:00
session.c a bit late; fixed use of unitialized variables (-Wuninitialized needs -O) 2004-09-06 17:49:19 +00:00
session.h Moved support of provider index from session to logout. Now only the logout knows the current index of the provider id to request, and the session can only return the provider id from an index 2004-09-01 14:14:32 +00:00