summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/name_registration.c
Commit message (Expand)AuthorAgeFilesLines
* [xml] rewrite schema directed serialization/deserialization methodsBenjamin Dauvergne2011-12-161-0/+1
* [core] add missing namespace definitions to internal objectsBenjamin Dauvergne2011-03-011-1/+2
* [Core] add missing annotation to lasso_*_dump functionsBenjamin Dauvergne2010-09-271-1/+1
* [ID-FFv1.2] move all user of lasso_node_export_to_query to lasso_node_export_...Benjamin Dauvergne2010-07-161-4/+6
* Initialize all uninitialized rc variablesBenjamin Dauvergne2010-04-301-1/+1
* Improve safety by replacing all g_free use by lasso_releaseBenjamin Dauvergne2010-04-221-6/+6
* ID-FF1.2 and SAML2: remove direct access to profile->server->providersBenjamin Dauvergne2009-10-301-12/+7
* 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-2/+3
* Remove use of xmlFreeDoc for lasso_release_docBenjamin Dauvergne2008-11-041-1/+2
* * Remove ending blanksBenjamin Dauvergne2008-09-121-28/+28
* 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-1/+1
* removing white spaces on blank linesFrederic Peters2007-01-061-1/+1
* new lasso_profile_clean_msg_info function used to clean msg_url and msg_bodyFrederic Peters2007-01-051-0/+2
* memory management, avoid leaking xmlDoc*Frederic Peters2007-01-051-0/+1
* misc fixes for 1) memory leaks around XPath usage and 2) potential segfaultsFrederic Peters2007-01-031-1/+8
* replaced LASSO_ERROR_UNDEFINED by appropriate error codes in all of xml/ andFrederic Peters2006-12-281-14/+12
* fixed all occurences of returning a negative number unspecified in errors.hFrederic Peters2006-12-271-9/+16
* avoid segfaults when passing NULL to *_new_from_dumpFrederic Peters2006-12-271-0/+3
* fixed url/query construction for endpoints with query part (zxid)Frederic Peters2006-11-071-2/+2
* check for remote provider id before looking it in GHashTableFrederic Peters2006-01-231-0/+10
* starting SAML 2 logoutFrederic Peters2005-11-211-2/+2
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-201-9/+13
* char signedness for gcc 4 (id-wsf part has not been done)Frederic Peters2005-07-301-1/+1
* documented that previous changeFrederic Peters2005-05-121-1/+5
* fixed the case of idp-initiated rni with no sp defined name identifierFrederic Peters2005-05-121-1/+3
* fixing lasso_name_registration_init_request with regards toFrederic Peters2005-05-121-8/+7
* fixed lasso_name_registration_process_request_msg so that it ends withFrederic Peters2005-05-121-17/+11
* don't check other endpoint for supported profile since *they* initiated it thatFrederic Peters2005-05-111-7/+0
* return error message if name registration profile is used on an empty identityFrederic Peters2005-04-231-0/+4
* only use LASSO_SIGNATURE_TYPE_WITHX509 (including a <KeyInfo/> in message) ifFrederic Peters2005-03-071-2/+6
* removed all %s escaping sequences from lasso error strings; as a side effectFrederic Peters2005-02-051-15/+7
* 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
* done with documenting if-ff/* functionsFrederic Peters2005-01-211-6/+6
* corrected spelling of optionally.Frederic Peters2005-01-201-3/+3
* documented name_identifier_mapping.c; removed its unused dump functions; fixedFrederic Peters2005-01-201-2/+3
* documented #LassoNameRegistration and fixed some docstrings in #LassoLogoutFrederic Peters2005-01-201-7/+84
* 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/+7
* Removed second and third parameters of lasso_node_dump since @encoding isFrederic Peters2005-01-011-1/+1
* removed lasso_federation_set_local_name_identifier andFrederic Peters2005-01-011-2/+6
* moved remaining lasso[A-Z].* enums to Lasso[A-Z].*Frederic Peters2004-12-311-2/+2
* it sure must be set to NULLFrederic Peters2004-12-311-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
* documented some new/destroy/dump/... functionsFrederic Peters2004-12-301-4/+22