summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/name_identifier_mapping.c
Commit message (Expand)AuthorAgeFilesLines
* Fix license boilerplatesSimo Sorce2013-12-031-2/+1
* [core] add missing namespace definitions to internal objectsBenjamin Dauvergne2011-03-011-1/+11
* Core: move logging function and macros to their own module, adapt perl bindingBenjamin Dauvergne2010-06-121-0/+1
* Initialize all uninitialized rc variablesBenjamin Dauvergne2010-04-301-1/+1
* ID-FF1.2 and SAML2: remove direct access to profile->server->providersBenjamin Dauvergne2009-10-301-11/+6
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-3/+3
* 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 ending blanksBenjamin Dauvergne2008-09-121-19/+19
* * Remove warnings:Benjamin Dauvergne2008-09-121-12/+2
* moved gtk-doc inline as is better on so many points; also added schemaFrederic Peters2008-05-151-0/+6
* fixed comments pointing to the wrong functionFrederic Peters2007-11-221-2/+2
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+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-3/+10
* harmonized LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ andFrederic Peters2006-12-281-4/+4
* replaced LASSO_ERROR_UNDEFINED by appropriate error codes in all of xml/ andFrederic Peters2006-12-281-14/+11
* fixed all occurences of returning a negative number unspecified in errors.hFrederic Peters2006-12-271-2/+4
* tests on possibly null pointersDamien Laniel2006-11-021-5/+10
* check for remote provider id before looking it in GHashTableFrederic Peters2006-01-231-0/+10
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-201-15/+19
* only use LASSO_SIGNATURE_TYPE_WITHX509 (including a <KeyInfo/> in message) ifFrederic Peters2005-03-071-2/+4
* removed all %s escaping sequences from lasso error strings; as a side effectFrederic Peters2005-02-051-13/+6
* produce 1.1 requests and notifications when interoperating with previousFrederic Peters2005-01-281-0/+5
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
* documented name_identifier_mapping.c; removed its unused dump functions; fixedFrederic Peters2005-01-201-15/+91
* made lasso_profile_set_response_status into a private functionFrederic Peters2005-01-121-0/+1
* no longer allows NULL to get the first known remote provider idFrederic Peters2005-01-121-3/+1
* Reserved space for private_data expansion, so it will be possible to maintainFrederic Peters2005-01-101-1/+17
* Removed second and third parameters of lasso_node_dump since @encoding isFrederic Peters2005-01-011-1/+1
* moved some lasso private functions to new providerprivate.h; insure it isFrederic Peters2004-12-311-0/+2
* added refcounting of server to other profilesFrederic Peters2004-12-301-1/+1
* generate xmlsec signatures in get_xmlNode; this should allow envelopes (inFrederic Peters2004-12-281-6/+8
* Added missing declaration for lasso_name_identity_mapping_new_from_dump (andFrederic Peters2004-12-241-1/+1
* Moved LassoProfile->nameIdentifier from char* to LassoSamlNameIdentifier*,Frederic Peters2004-12-181-2/+2
* (almost) done with errors in ID-FF; remaining "return -1" have been convertedFrederic Peters2004-12-161-21/+20
* coherent error handling for "identity not found" and "federation not found"Frederic Peters2004-12-151-9/+5
* replaced unknown error by 2 LASSO_PROFILE_ERROR_INVALID_HTTP_METHOD in NameFrederic Peters2004-12-141-4/+2
* new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunchFrederic Peters2004-12-141-2/+1
* more error code harmony, now with a new critical_error macroFrederic Peters2004-12-141-10/+9
* properly verify signatures and return code appriopriately (closes: #362)Frederic Peters2004-12-141-1/+1
* more error code harmonization.Frederic Peters2004-12-131-8/+6
* harmonized remote_provider tests (check and error code set toFrederic Peters2004-12-131-4/+4
* dealing with errors; now like this:Frederic Peters2004-12-131-8/+8
* properly sign soap messages in name identifier mapping profile.Frederic Peters2004-12-121-8/+4
* Added back xmlsec signature check (and disabled it in name identifier mappingFrederic Peters2004-12-101-0/+6
* reenabled signature checking on query strings (xml messages still to do)Frederic Peters2004-12-101-2/+2
* cut on some line lengthsFrederic Peters2004-11-291-1/+2
* cut some long linesFrederic Peters2004-11-261-1/+2
* added error checking on query strings; python tests should now passFrederic Peters2004-11-221-2/+2