summaryrefslogtreecommitdiffstats
path: root/lasso/saml-2.0/ecp.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0Benjamin Dauvergne2012-09-281-21/+4
* [core] add missing namespace definitions to internal objectsBenjamin Dauvergne2011-03-011-0/+4
* Improve safety by replacing all g_free use by lasso_releaseBenjamin Dauvergne2010-04-221-1/+1
* SAML 2.0: add support for attribute, authentication and authorization authori...Benjamin Dauvergne2010-03-271-1/+1
* SAML 2.0: overhaul for ubuquitous binding support, still need work for HTTP-A...Benjamin Dauvergne2010-01-121-0/+1
* ID-FF1.2 and SAML2: remove direct access to profile->server->providersBenjamin Dauvergne2009-10-301-2/+1
* Do not use g_new, use g_new0Benjamin Dauvergne2009-09-291-1/+1
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-7/+7
* 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-2/+3
* * Remove ending blanksBenjamin Dauvergne2008-09-121-4/+4
* moved gtk-doc inline as is better on so many points; also added schemaFrederic Peters2008-05-151-0/+6
* added a wrapper around xmlParseMemory to avoid network and DTDFrederic Peters2007-08-121-2/+2
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* misc fixes for 1) memory leaks around XPath usage and 2) potential segfaultsFrederic Peters2007-01-031-5/+15
* extra checking for wrong or NULL parametersFrederic Peters2006-12-281-4/+7
* fixing some usage of unitialized variables in SAMLv2 supportFrederic Peters2006-12-271-2/+2
* Uncommented xml free.Nicolas Clapies2006-11-301-2/+2
* Fixed memory use.Nicolas Clapies2006-11-301-4/+16
* Added private structure for LassoEcp to keep relayed data.Nicolas Clapies2006-11-301-5/+33
* removed use of unallocated variableFrederic Peters2006-11-231-2/+0
* style and missing headerFrederic Peters2006-11-231-4/+5
* fixing indentationFrederic Peters2006-11-231-1/+1
* Added missing updates about LassoEcp object.Nicolas Clapies2006-11-231-1/+27
* coding style fixesDamien Laniel2006-11-211-2/+2
* Fixed -Wall warnings and replaced a LASSO_ERROR_UNDEFINEDDamien Laniel2006-11-211-8/+11
* Fixed big mistake about PAOS naming. Added more strict check when trying to p...Nicolas Clapies2006-11-141-10/+10
* Fixed declaration line ending.Nicolas Clapies2006-11-141-1/+1
* Added ecp files.Nicolas Clapies2006-11-141-0/+239