summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf
Commit message (Expand)AuthorAgeFilesLines
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-167-27/+27
* [id-wsf discovery] provider can now contain multiple public keys, only consid...Benjamin Dauvergne2011-10-101-2/+7
* [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequalBenjamin Dauvergne2010-10-012-12/+14
* [ID-WSFv1] fix other misuses of the macro lasso_foreachBenjamin Dauvergne2010-09-272-5/+6
* [ID-WSFv1&ID-WSFv2] separate better strings for ID-WSF from other stringsBenjamin Dauvergne2010-09-098-0/+9
* [Core] remove now useless .cvsignore filesBenjamin Dauvergne2010-07-211-7/+0
* [Core] change return type of all error returning methodsBenjamin Dauvergne2010-07-126-58/+58
* Initialize all uninitialized rc variablesBenjamin Dauvergne2010-04-302-2/+2
* Improve safety by replacing all g_list_free use by lasso_release_listBenjamin Dauvergne2010-04-221-1/+1
* Improve safety by replacing all g_free use by lasso_releaseBenjamin Dauvergne2010-04-224-11/+12
* ID-WSF 1.0: fix bad header name in all inclusive header lasso/id-wsf/id_wsf.hBenjamin Dauvergne2010-03-081-9/+9
* Core: add missing return value owner semantic annotations to gettersBenjamin Dauvergne2010-02-174-20/+22
* ID-WSF 2.0: fix lots of bad usage of g_strcmp0Benjamin Dauvergne2010-02-171-2/+2
* Documentation: complete non finished documentation commentsBenjamin Dauvergne2010-02-102-17/+22
* ID-WSF: remove useless new_from_message methodsBenjamin Dauvergne2010-02-011-2/+4
* ID-WSF: change name of Personal Profile namespace symbols, add symbols for ID...Benjamin Dauvergne2010-01-283-4/+4
* Core: fix gtk-doc annotationsBenjamin Dauvergne2010-01-282-2/+2
* ID-WSF 1.0 & 2.0: complete lasso-sections.txt, add internal API to access SOA...Benjamin Dauvergne2010-01-264-7/+7
* Documentation: distribute stylesheet, fix documentation comments, compelte la...Benjamin Dauvergne2010-01-181-1/+8
* ID-WSF: mark API as Private not InternalBenjamin Dauvergne2010-01-181-1/+1
* ID-WSF 1.0: change name of utils.{c,h} file for documentation parsingBenjamin Dauvergne2010-01-183-2/+2
* XML: move SOAP API to its own sub directoryBenjamin Dauvergne2010-01-045-9/+9
* ID-WSF 2.0&ID-WSF: in profile.c, wsf_profile.c, errors.c, errors.h, and in l...Benjamin Dauvergne2010-01-041-1/+1
* ID-WSF: in id_ff_extensions.c, add SECTION gtk-doc declarationBenjamin Dauvergne2010-01-041-0/+1
* ID-WSF: in interaction_profile_service.{c,h}, make initialization of a redire...Benjamin Dauvergne2010-01-042-2/+2
* ID-WSF: in discovery.c:lasso_discovery_init_resource_offering, add doc annota...Benjamin Dauvergne2010-01-041-3/+4
* ID-WSF: in discovery.c, update documentation annotationsBenjamin Dauvergne2010-01-041-18/+17
* ID-WSF: in data_service.c:lasso_data_service_init_query check absent resource...Benjamin Dauvergne2010-01-042-210/+339
* ID-WSF: in wsf_profile.c, fix mem leaksBenjamin Dauvergne2010-01-041-6/+9
* ID-FF1.2 and SAML2: remove direct access to profile->server->providersBenjamin Dauvergne2009-10-301-3/+3
* Do not use g_new, use g_new0Benjamin Dauvergne2009-09-291-1/+1
* ID-WSF 1.0: use the common wsse:Security objectBenjamin Dauvergne2009-09-111-7/+13
* ID-WSF 1.0: Fixed missing or deprecated functions in public headersBenjamin Dauvergne2009-08-287-77/+25
* Docs: change the doc production and lot of other fixesBenjamin Dauvergne2009-08-268-5/+49
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-2613-55/+530
* ID-WSF 1.0: remove absent header file from the Makefile.amBenjamin Dauvergne2009-08-261-1/+0
* ID-WSF: Lots of modificationsBenjamin Dauvergne2009-08-2610-1297/+1628
* ID-WSF 1.0: fix off-by one ref counting error in lasso_wsf_profile_init_soap_...Benjamin Dauvergne2009-08-261-1/+1
* ID-WSF 1.0: improve error recovery in lasso_wsf_profile_comply_with_saml_auth...Benjamin Dauvergne2009-08-261-18/+39
* ID-WSF 1.0: fix memory leakBenjamin Dauvergne2009-08-261-1/+0
* Rework cleanup handlingBenjamin Dauvergne2009-04-222-52/+52
* Core: rename lasso_release_xmlchar to lasso_release_xml_stringBenjamin Dauvergne2009-03-271-5/+5
* ID-WSF 2.0: make it work with --enabe-debuggingBenjamin Dauvergne2009-03-273-12/+12
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-277-0/+7
* documentation-related fixesDamien Laniel2009-01-261-1/+2
* added documentation for id-wsf 2.0 functionsDamien Laniel2009-01-262-7/+16
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-246-10/+16
* removed unused destroy functions (only defined in .c or .h files)Damien Laniel2009-01-221-3/+1
* fixed fault code and use a more precise fault stringDamien Laniel2008-12-121-1/+1
* if no identity is found while building disco response, create a soap fault re...Damien Laniel2008-12-121-2/+7