summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
...
* added some more missing unreferenceDamien Laniel2008-05-221-1/+8
|
* added some more missing unreferenceDamien Laniel2008-05-221-0/+6
|
* added some more missing unreferenceDamien Laniel2008-05-212-1/+6
|
* fixed freeing svcMDID listDamien Laniel2008-05-211-1/+1
|
* added a missing referenceDamien Laniel2008-05-211-2/+2
|
* added some more missing unreferenceDamien Laniel2008-05-216-1/+8
|
* fixed memory management during node decryptionDamien Laniel2008-05-212-21/+35
|
* unreference service node after adding it to the serverDamien Laniel2008-05-211-1/+6
|
* some commentsDamien Laniel2008-05-212-0/+2
|
* free list elementsDamien Laniel2008-05-211-0/+1
|
* make return value const instead of copying the listDamien Laniel2008-05-211-1/+1
|
* make return value const instead of copying the listDamien Laniel2008-05-211-2/+3
|
* removed warning when calling lasso_node_destroy with NULL argumentDamien Laniel2008-05-212-7/+4
|
* useless variables detroyer; they're already freed by snippetsDamien Laniel2008-05-211-35/+0
|
* removing unused variableFrederic Peters2008-05-201-1/+0
|
* fixed some reference counting and memory managementDamien Laniel2008-05-2011-38/+92
|
* avoir function calls in parameter checksDamien Laniel2008-05-201-7/+7
|
* some cleanups in id-wsf 1.1 codeDamien Laniel2008-05-205-306/+415
|
* stronger check on empty string parametersDamien Laniel2008-05-201-7/+11
|
* moved gtk-doc inline as is better on so many points; also added schemaFrederic Peters2008-05-15305-663/+2690
| | | | fragments to published doc
* allows querying a list of items with ID-WSF 2.0 data serviceDamien Laniel2008-05-142-7/+36
|
* added lasso_idwsf2_data_service_get_attribute_nodes methodFrederic Peters2008-05-142-0/+63
|
* fixed get and set queryItems in bindingsDamien Laniel2008-05-141-1/+1
|
* * validate input in lasso_profile_is_saml_queryBenjamin Dauvergne2008-05-131-0/+1
|
* fix indentation III the come backBenjamin Dauvergne2008-04-302-2/+4
|
* fix indentation bisBenjamin Dauvergne2008-04-302-8/+8
|
* fix indentationBenjamin Dauvergne2008-04-302-4/+4
|
* * lasso*login_must_authenticate: (id-ff/login.c,saml-2.0/login.c): doBenjamin Dauvergne2008-04-302-0/+8
| | | | | | | | | not consider profile->session != NULL as a proof of a previous authentication and search an assertion associated with profile->remote_providerID. That was causing a bug when a previous unsuccesfull request was making profile->session != NULL even if no authentication has been made.
* * add string translation for error LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESSBenjamin Dauvergne2008-04-301-0/+2
|
* re-added function; but fixed docstringsFrederic Peters2008-04-281-1/+12
|
* removed duplicated functionFrederic Peters2008-04-281-11/+0
|
* change g_return_val_if_fail(provider,... from last commit to ↵Benjamin Dauvergne2008-04-241-15/+15
| | | | g_return_val_if_fail(LASSO_IS_PROVIDER(provider)
* * add bad argument handling in lasso_provider_* functionsBenjamin Dauvergne2008-04-232-2/+17
|
* * in lasso_provider_get_key return NULL if provider is NULLBenjamin Dauvergne2008-04-231-0/+1
|
* * AttributeQuery contains multiple Attribute elements not juste one Benjamin Dauvergne2008-04-212-2/+2
|
* * add a finalizer to LassoNode class objectBenjamin Dauvergne2008-04-181-1/+17
|
* fixes SLO from IdP with Encrypted NameID in ID-FFDamien Laniel2008-04-091-7/+12
|
* fallback to onetime usage if no federation is foundFrederic Peters2008-04-061-1/+2
|
* const is useless, and LassoIdWsf2UtilTestResult does not exist, breaking the ↵Benjamin Dauvergne2008-03-284-4/+4
| | | | bindings
* const gboolean as argument is useless and it disturbs the bindingsBenjamin Dauvergne2008-03-282-2/+2
|
* fixed missing rename of LASSO_TYPE_PROFILE_SERVICE to LASSO_TYPE_DATA_SERVICEFrederic Peters2008-03-211-1/+1
|
* fixed data service macros to refer to data service, not to profile service; andFrederic Peters2008-03-202-12/+17
| | | | added some parameter checking in init_modify
* * fix typo in the last commit :)Benjamin Dauvergne2008-03-181-1/+1
|
* * id-wsd/data_service.c: (lasso_data_service_process_modify_response_msg)Benjamin Dauvergne2008-03-181-1/+11
| | | | | return an error code if return value from lasso_node_new_from_dump is NULL or invalid.
* * fix ticket #1 and #3.Benjamin Dauvergne2008-03-111-3/+9
|
* * login.c: (lasso_login_saml20_validate_request) fix typo.Benjamin Dauvergne2008-03-051-1/+1
|
* * lasso/saml-2.0/login.c: (lasso_login_validate_request) If consent isBenjamin Dauvergne2008-03-041-1/+5
| | | | not obtained set status code at AUTHN_FAILED (no other status code seems ok).
* * lasso/saml-2.0/login.c: lasso_login_saml20_validate_requestBenjamin Dauvergne2008-03-041-3/+5
| | | | | | | | should define response->status_code no matter what happens, especially when consent is not obtained (lasso_login_saml20_process_federation return an error code in this case but it's a normal event in the SSO workflow so status code is 'Success'). If not buildArtifactMsg fails when looking for the response status code.
* * lasso_name_id_management_process_requet: verify that request_msg is not null.Benjamin Dauvergne2008-03-031-0/+2
|
* only get session when remote provider id is not providedFrederic Peters2008-03-031-12/+11
|