summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff
Commit message (Expand)AuthorAgeFilesLines
* change g_return_val_if_fail(provider,... from last commit to g_return_val_if...Benjamin Dauvergne2008-04-241-15/+15
* * 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
* 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
* * id-ff/logout.c: (lasso_logout_init_request) free remote_provider_id before...Benjamin Dauvergne2008-02-291-1/+2
* * reflect in the documentation of lasso_server_new the fact that metadata is ...Benjamin Dauvergne2008-02-211-3/+3
* proper castingFrederic Peters2008-02-181-2/+4
* fixed assertion refcounting in lasso_login_build_assertion, changedFrederic Peters2008-02-182-7/+7
* proper casts of xmlChar*Frederic Peters2008-01-231-2/+2
* removed unused variableFrederic Peters2008-01-151-1/+0
* added support for encrypting name identifiers with id-ff 1.2Damien Laniel2007-12-052-7/+67
* store ProtocolProfile even when it is RedirectFrederic Peters2007-12-031-2/+6
* added support for sending SAMLv2 AuthnResponse over HTTP-Redirect (whichFrederic Peters2007-11-271-0/+1
* include serverprivate.h since lasso_server_get_first_providerID is used.Frederic Peters2007-11-271-0/+1
* format list in docstring with paragraphs, as this form is known by the newFrederic Peters2007-11-221-7/+12
* fixed parameter name that differed between docstring and functionFrederic Peters2007-11-221-1/+1
* fixed parameter names that different between header and source fileFrederic Peters2007-11-221-1/+1
* fixed comments pointing to the wrong functionFrederic Peters2007-11-221-2/+2
* removed direct usage of g_object_unref from lasso_*_destroy methodsFrederic Peters2007-11-222-2/+2
* formatting fix in docstringFrederic Peters2007-11-221-1/+1
* don't shout a critical error when there is no session and logoutFrederic Peters2007-11-221-1/+4
* added item types for GHashTableDamien Laniel2007-11-133-4/+6
* allow a NULL first parameter in init_notificationDamien Laniel2007-11-121-6/+13
* added a wrapper around xmlParseMemory to avoid network and DTDFrederic Peters2007-08-121-2/+1
* don't call lasso_node_destroy on a NULL variableFrederic Peters2007-07-101-1/+3
* adds all classes from ID-WSF 2 required schemas; with appropriate changes toFrederic Peters2007-07-102-3/+7
* fixed class hierarchy, with ID-WSF 2 specific stuffs going intoFrederic Peters2007-06-192-13/+0
* moved soap_envelope_request and soap_envelope_response to ProfilePrivate to a...Damien Laniel2007-06-183-12/+12
* use nameIdentifier attribute of LassoProfile for IdWsf2 profilesDamien Laniel2007-06-131-3/+0
* initialise and destroy new attributesDamien Laniel2007-06-131-0/+11
* removed IdWsf2Profile and use LassoProfile insteadDamien Laniel2007-06-131-0/+7
* coding style + commentsDamien Laniel2007-06-121-6/+19
* save provider encryption in dumps and reload it from dump + reloads the keys ...Damien Laniel2007-06-121-3/+19
* get the identity token from the current eprDamien Laniel2007-06-111-3/+3
* removed a duplicate lineDamien Laniel2007-06-111-2/+1
* differentiate between id-wsf 1 & 2 since this is what is expected in otherFrederic Peters2007-06-081-2/+3
* recognize ID-WSF 2 disco query messagesFrederic Peters2007-06-081-1/+2
* if a user hasn't been associated to a discovery metadata, give him a default ...Damien Laniel2007-06-081-10/+17
* added lasso_idwsf2_discovery_metadata_register_self and lasso_idwsf2_data_ser...Damien Laniel2007-06-081-0/+1
* noted about memleak to be fixed laterFrederic Peters2007-06-071-0/+1
* check all function arguments in session and identityDamien Laniel2007-06-072-13/+44
* check session existenceDamien Laniel2007-06-071-2/+5
* updated Copyright dates in all filesDamien Laniel2007-05-3031-31/+31
* fixed usage of an identity without federationDamien Laniel2007-05-091-3/+0
* fixed memory managementDamien Laniel2007-05-091-1/+6
* don't use misc_text_nodeDamien Laniel2007-05-091-8/+2
* don't use g_return_if_fail hereDamien Laniel2007-05-091-1/+2
* moved session check to where it's really neededDamien Laniel2007-05-091-0/+2
* replaced svcMDs with svcMDIDs in identity and moved EPRs from identity to ses...Damien Laniel2007-05-085-153/+197