summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
* [xml] fix wrong forward declarationBenjamin Dauvergne2012-05-051-2/+2
* [xml] add missing includeBenjamin Dauvergne2012-05-051-0/+2
* [xml] fix typosBenjamin Dauvergne2012-05-052-5/+5
* [lasso] add missing GObjectIntrospection annotations to lasso_node_get_origin...Benjamin Dauvergne2012-05-051-1/+1
* [lasso] add missing GObjectIntrospection annotations to lasso_misc_text_node_...Benjamin Dauvergne2012-05-051-1/+1
* Merge branch 'release-2.4.0'Benjamin Dauvergne2012-05-058-75/+402
|\
| * [saml2] modify behaviour of lasso_saml2_assertion_add_attribute_with_nodeBenjamin Dauvergne2012-04-061-2/+10
| * [core] including glib headers directly is deprecated, we must only use <glib....Benjamin Dauvergne2012-03-252-2/+2
| * [key] add methods to send message using SAML 2.0 redirect and post bindingsBenjamin Dauvergne2012-03-176-71/+368
| * [saml2] fix handling of SingleSignOnServer in lasso_saml20_provider_get_first...Benjamin Dauvergne2012-03-171-2/+24
* | fix wrong EXTRA_DIST in lasso/xml/dsig/Makefile.amBenjamin Dauvergne2012-04-272-2/+36
* | fix compilation error with xmlsec 1.2.18 / freebsd (#1365)Thomas NOEL2012-04-261-0/+1
* | build: do not include multiple glib headersFrédéric Péters2012-04-023-3/+2
|/
* Incompatibility with clang: local functions with closure does not workBenjamin Dauvergne2011-12-291-4/+6
* [id-ff 1.2] change websso with artifact binding to work as SAML 2.0Benjamin Dauvergne2011-12-231-21/+48
* [id-ff 1.2] in lasso_login_build_assertion() always add the assertion to the ...Benjamin Dauvergne2011-12-221-7/+4
* [doc] do some documentation fixingBenjamin Dauvergne2011-12-223-4/+7
* [id-ff 1.2] provision the SessionIndex into the assertionsBenjamin Dauvergne2011-12-221-0/+6
* [id-ff 1.1] add support for multiple SessionIndex to lib:LogoutRequestBenjamin Dauvergne2011-12-223-80/+103
* [saml 2.0] use the new SessionIndex storage for SLO managementBenjamin Dauvergne2011-12-222-115/+89
* [core] add support for thin-sessions environment flag, to reduce size of Lass...Benjamin Dauvergne2011-12-223-0/+9
* [core] add simpler storage for SessionIndexes in the LassoSessionBenjamin Dauvergne2011-12-223-30/+400
* [id-ff 1.2] add lasso_saml_name_identifier_equals() to compare NameIDsBenjamin Dauvergne2011-12-192-0/+17
* [saml2] fix lasso_saml20_logout_validate_request when more than one SessionIn...Benjamin Dauvergne2011-12-161-7/+20
* [Makefile] add strings.h to the dsig module includesBenjamin Dauvergne2011-12-161-1/+2
* [xml/saml2] replace magic string by a defineBenjamin Dauvergne2011-12-161-4/+4
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-16254-634/+634
* [xml] in is_interaction_request.h move new field to the end of the structure ...Benjamin Dauvergne2011-12-161-2/+1
* [xml] rewrite schema directed serialization/deserialization methodsBenjamin Dauvergne2011-12-1620-557/+661
* [xml] add LASSO_XMLENC_PREFIX and LASSO_XMLENC_HREF definesBenjamin Dauvergne2011-12-161-0/+14
* [xml] add missing nodes to LassoIsInteractionRequestBenjamin Dauvergne2011-12-162-3/+6
* [xml] change saml_advice.h to declarer the real node typeBenjamin Dauvergne2011-12-161-2/+1
* [xml] complete missing namespace declarations for child nodesBenjamin Dauvergne2011-12-1663-114/+168
* [core] mark private_data field of the LassoKey structure as privateBenjamin Dauvergne2011-12-161-0/+1
* [Makefile] fix missing soap11 nodes when compiling for MingwBenjamin Dauvergne2011-12-161-0/+1
* [core] fix uninitialized pointer to a GError structureBenjamin Dauvergne2011-12-161-1/+1
* [core] move XMLDsig related nodes in their own sub-library, add X509Data node...Benjamin Dauvergne2011-12-1618-42/+432
* [provider] fix doc commentBenjamin Dauvergne2011-12-081-4/+3
* [id-ff] move LassoLogout to use LassoSignatureContextBenjamin Dauvergne2011-12-081-135/+98
* [logging] add an error() macroBenjamin Dauvergne2011-12-081-0/+17
* [id-ff] move LassoLogin to use LassoSignatureContextBenjamin Dauvergne2011-12-081-92/+49
* [core] rename lasso_provider_set_specific_signing_key to lasso_provider_set_s...Benjamin Dauvergne2011-12-052-3/+3
* [core] add the HMAC-SHA1 shared secret signature methodBenjamin Dauvergne2011-12-055-1/+105
* [core] refactor lasso_query_verify_signature and lasso_saml2_query_verify_sig...Benjamin Dauvergne2011-12-051-149/+108
* [core] add lasso_provider_add_key to add other key for signature validationBenjamin Dauvergne2011-12-052-0/+43
* [core] add method lasso_provider_set_specific_signing_keyBenjamin Dauvergne2011-12-052-0/+32
* [core] add a new class LassoKeyBenjamin Dauvergne2011-12-054-3/+359
* [core] set the xmlSec log handler globallyBenjamin Dauvergne2011-12-052-14/+11
* [saml2] introduce a lasso_saml2_assertion_get_audirence_restrictions to facto...Benjamin Dauvergne2011-12-052-20/+33
* [core] introduce the LassoSignatureContext context, to pass around signature ...Benjamin Dauvergne2011-12-0510-494/+604