summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/lecp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix license boilerplatesSimo Sorce2013-12-031-2/+1
* Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0Benjamin Dauvergne2012-09-281-21/+3
* [core] add missing namespace definitions to internal objectsBenjamin Dauvergne2011-03-011-0/+4
* ID-FF1.2 and SAML2: remove direct access to profile->server->providersBenjamin Dauvergne2009-10-301-4/+5
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-2/+2
* ID-FF 1.2: Use new macros in logout, defederation and lecpBenjamin Dauvergne2009-03-271-15/+13
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-271-0/+1
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-0/+1
* Remove use of xmlFreeDoc for lasso_release_docBenjamin Dauvergne2008-11-041-1/+2
* * Remove ending blanksBenjamin Dauvergne2008-09-121-13/+13
* moved gtk-doc inline as is better on so many points; also added schemaFrederic Peters2008-05-151-0/+6
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* add missing profileprivate.h header for lasso_profile_clean_info functionFrederic Peters2007-04-141-0/+1
* new lasso_profile_clean_msg_info function used to clean msg_url and msg_bodyFrederic Peters2007-01-051-0/+2
* misc fixes for 1) memory leaks around XPath usage and 2) potential segfaultsFrederic Peters2007-01-031-1/+9
* harmonized LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ andFrederic Peters2006-12-281-9/+9
* replaced LASSO_ERROR_UNDEFINED by appropriate error codes in all of xml/ andFrederic Peters2006-12-281-9/+4
* fixed all occurences of returning a negative number unspecified in errors.hFrederic Peters2006-12-271-9/+9
* check for remote provider id before looking it in GHashTableFrederic Peters2006-01-231-0/+5
* char signedness for gcc 4 (id-wsf part has not been done)Frederic Peters2005-07-301-9/+10
* variables and functions shouldn't have the same namesFrederic Peters2005-02-081-5/+5
* removed all %s escaping sequences from lasso error strings; as a side effectFrederic Peters2005-02-051-2/+1
* removed extraneous liberty namespace registration and noted a future fix toFrederic Peters2005-01-291-0/+1
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
* done with documenting if-ff/* functionsFrederic Peters2005-01-211-3/+67
* removed individual debug() statements in dispose() and finalize(); replaced byFrederic Peters2005-01-041-1/+0
* added refcounting of server to other profilesFrederic Peters2004-12-301-1/+1
* documented some new/destroy/dump/... functionsFrederic Peters2004-12-301-0/+16
* documenting lasso_{login|lecp}_init_authn_requestFrederic Peters2004-12-301-2/+6
* removed old signature code from LECPFrederic Peters2004-12-281-17/+5
* generate xmlsec signatures in get_xmlNode; this should allow envelopes (inFrederic Peters2004-12-281-8/+15
* Fixed lasso_lecp_build_authn_request_envelope_msg,Frederic Peters2004-12-271-25/+76
* Replaced calls of lasso_provider_get_metadata_one withEmmanuel Raviart2004-12-261-4/+4
* Added differentiation between creating xmlnode for lasso use (the _dumpFrederic Peters2004-12-191-0/+2
* (almost) done with errors in ID-FF; remaining "return -1" have been convertedFrederic Peters2004-12-161-19/+11
* pointers are %p in format strings, not %xFrederic Peters2004-12-151-1/+1
* new LASSO_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND error codeFrederic Peters2004-12-151-2/+2
* coherent error handling for "identity not found" and "federation not found"Frederic Peters2004-12-151-5/+2
* new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunchFrederic Peters2004-12-141-4/+2
* API change in Single Sign On profile (IdP side) to allow the developer to messFrederic Peters2004-12-141-12/+2
* [API Change] For consistency with the other profiles, remote_providerID hasFrederic Peters2004-12-141-10/+11
* Added back xmlsec signature check (and disabled it in name identifier mappingFrederic Peters2004-12-101-1/+1
* overridden spelling fix caused alignment wreckageFrederic Peters2004-12-101-1/+1
* The past participle of "to override" is overridden.Emmanuel Raviart2004-12-071-1/+1
* added error checking on query strings; python tests should now passFrederic Peters2004-11-221-4/+4
* renamed lasso/environs/ to lasso/id-ff/Frederic Peters2004-11-151-1/+1
* LECP converted to new treeFrederic Peters2004-11-011-264/+246
* ds:Signature in <samlp:request/> (in login) (and the signature is not verifiedFrederic Peters2004-10-291-2/+2
* removal of \n at end of error messagesFrederic Peters2004-10-271-19/+19
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-33/+48