summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'excl-c14n-fix'Benjamin Dauvergne2011-11-291-0/+26
|\
| * [core] fix wrong XML canonicalization when assertion is extracted without its...Benjamin Dauvergne2011-11-221-0/+26
| * [misc] apply changes to remove warning blocking compilation with gcc 4.5.2 an...Benjamin Dauvergne2011-11-211-1/+1
* | [saml2] add missing extension point for LassoSaml2SubjectConfirmationDataBenjamin Dauvergne2011-11-181-0/+10
* | [xml] allow to store XSchema data into a private stuctureBenjamin Dauvergne2011-11-182-65/+117
* | [core] add missing break to switch/caseBenjamin Dauvergne2011-11-181-0/+1
* | [misc] apply changes to remove warning blocking compilation with gcc 4.5.2 an...Benjamin Dauvergne2011-10-181-1/+1
* | [xml saml-2.0] add missing annotation for binding generation to header for La...Benjamin Dauvergne2011-10-181-1/+1
* | [xml saml-2.0] add a class to handle the KeyInfoConfirmationData typeBenjamin Dauvergne2011-10-134-0/+254
* | [xml] allow node classes to not defined their nodename, useful for simple TypeBenjamin Dauvergne2011-10-131-2/+7
* | [id-wsf2 profile] check provider->private_data->roles instead of provider->roleBenjamin Dauvergne2011-10-101-1/+8
* | [id-wsf discovery] provider can now contain multiple public keys, only consid...Benjamin Dauvergne2011-10-101-2/+7
* | [saml-2.0] augment lasso_saml20_provider_get_first_http_method to verify pres...Benjamin Dauvergne2011-10-101-1/+52
* | [xml] if a SNIPPET_LIST_NODES as the SNIPPET_ANY flag, allows really any kind...Benjamin Dauvergne2011-10-101-6/+3
* | [xml] allows LassoMiscText.init_from_xml to parse any xmlNodeBenjamin Dauvergne2011-10-101-7/+13
* | [xml] only try to map an xmlNode to a class ame if the node has a namespaceBenjamin Dauvergne2011-10-101-1/+1
* | [xml saml-2.0] change AttributeValue snippets to accept any childrenBenjamin Dauvergne2011-10-101-1/+1
* | [xml] create a static version of lasso_node_new_from_xmlNode_with_type withou...Benjamin Dauvergne2011-10-071-9/+21
* | [core] finish transition from single encryption key to multiple onesBenjamin Dauvergne2011-05-302-10/+9
* | [core] start of support multiple keys for encryptionBenjamin Dauvergne2011-05-191-1/+1
* | [core] first try at multiple signing keys supportBenjamin Dauvergne2011-05-192-116/+143
* | [utils] add macros to append to and release a list of xmlSecKey*Benjamin Dauvergne2011-05-192-19/+10
* | [xml] use g_strndup instead of strndup, as it is more portableBenjamin Dauvergne2011-05-181-3/+1
* | [saml2] add proper error code for partial logout status codeBenjamin Dauvergne2011-05-083-0/+12
* | [saml2] fix build_request_msg for AuthzDecision assertion queriesBenjamin Dauvergne2011-05-081-5/+7
* | [saml2] if Status is not Success pass continue processing the responseBenjamin Dauvergne2011-04-211-1/+2
* | [saml2] for any RequestDenied SAML2 response return LASSO_PROFILE_ERROR_REQUE...Benjamin Dauvergne2011-04-211-0/+3
* | [core] add a generic LASSO_PROFILE_ERROR_REQUEST_DENIEDBenjamin Dauvergne2011-04-212-1/+9
* | [core] make LassoServerLoadMetadataFlag enum a typedefBenjamin Dauvergne2011-04-204-10/+10
* | [tools] redirect xmlsec errors to lasso error handlerBenjamin Dauvergne2011-04-141-0/+12
* | [tools] use LASSO_LOG_DOMAIN instead of magic constantBenjamin Dauvergne2011-04-141-3/+4
* | [Makefile] move lasso/xml/tools.h to public headersBenjamin Dauvergne2011-04-141-2/+2
* | [core] add flags parameter to lasso_server_load_metadata to tune signature ch...Benjamin Dauvergne2011-04-144-28/+97
* | [core] update documentation of lasso_server_load_metadataBenjamin Dauvergne2011-04-041-7/+8
* | [core] make lasso_server_load_metadata load any metadata fileBenjamin Dauvergne2011-04-045-36/+110
* | [server] in lasso_server_load_metadata do not duplicate checks already made b...Benjamin Dauvergne2011-04-041-7/+1
* | [xml] if signature reference is empty check that signed node is the document ...Benjamin Dauvergne2011-04-041-2/+3
* | [core] rename lasso_server_load_federation to lasso_server_load_metadataBenjamin Dauvergne2011-04-042-8/+5
* | [core] add a loaded_entity_ids output parameter to lasso_server_load_federationBenjamin Dauvergne2011-03-304-5/+17
* | [core] add a blacklisted_entity_ids parameter to lasso_server_load_federationBenjamin Dauvergne2011-03-304-6/+15
* | [core] add a lasso_server_load_federation methodBenjamin Dauvergne2011-03-292-0/+74
* | [core] add a private constructor to build LassoProvider object from an xmlNodeBenjamin Dauvergne2011-03-293-17/+41
* | [saml2] add and internal method to load a federation metadata fileBenjamin Dauvergne2011-03-292-0/+52
* | [saml2] improve reporting of errors when loading a provider metadata fileBenjamin Dauvergne2011-03-291-2/+7
* | [xml] allow empty reference in XML signature (document signature)Benjamin Dauvergne2011-03-292-7/+20
* | [xml] make id_attr_name parameter optional for lasso_verify_signatureBenjamin Dauvergne2011-03-291-4/+6
* | [xml] fix lasso_node_get_xmlnode_for_any_typeBenjamin Dauvergne2011-03-071-1/+10
* | [core] add missing namespace definitions to internal objectsBenjamin Dauvergne2011-03-0110-6/+37
|/
* [wsf] fix wsf preprocessor conditionalsBenjamin Dauvergne2011-01-046-2/+9
* [saml2] when parsing short numbers reinitialize errnoBenjamin Dauvergne2011-01-041-1/+3