summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [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
| * | [binding python] prevent warning in wrapper_top.c under hardy with gcc 4.2.4Benjamin Dauvergne2011-11-181-1/+2
| * | [core] add missing break to switch/caseBenjamin Dauvergne2011-11-181-0/+1
|/ /
* | [bindings] fix bug introduced in last commitBenjamin Dauvergne2011-11-081-2/+2
* | [bindings] fix tree traversal on windowsBenjamin Dauvergne2011-10-181-4/+6
* | [misc] apply changes to remove warning blocking compilation with gcc 4.5.2 an...Benjamin Dauvergne2011-10-182-2/+2
* | [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-135-0/+258
* | [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
* | [tests] add non-regression tests concerning the parsing of any xmlNode tree b...Benjamin Dauvergne2011-10-101-1/+30
* | [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
* | [configure.ac] default AM_MAINTAINER_MODE to enableBenjamin Dauvergne2011-09-091-1/+1
* | [configure.ac] remove useless semi-colonsBenjamin Dauvergne2011-07-081-1/+1
* | Fix wrong version exported in the PHP bindingBenjamin Dauvergne2011-07-081-1/+3
* | Change the glob expression to match darwin $host_osBenjamin Dauvergne2011-06-031-4/+3
* | [java] try to make test works under Mac Os XBenjamin Dauvergne2011-05-302-3/+10
* | [core] finish transition from single encryption key to multiple onesBenjamin Dauvergne2011-05-302-10/+9
* | [bindings perl] remove --as-needed from linker flags, it is not supported evr...Benjamin Dauvergne2011-05-271-1/+0
* | Disable metadata loading test with the UK federation filesBenjamin Dauvergne2011-05-271-0/+5
* | Merge branch 'multi-certificates'Benjamin Dauvergne2011-05-239-122/+423
|\ \
| * | [core] start of support multiple keys for encryptionBenjamin Dauvergne2011-05-191-1/+1
| * | [tests] add unit test for the provider with multiple key featureBenjamin Dauvergne2011-05-191-0/+120
| * | [tests] add sample metadata for testing metadata with multiple key descriptorsBenjamin Dauvergne2011-05-195-0/+163
| * | [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
| * | [bindings perl] in Makefile.am, gives a default template to mktempBenjamin Dauvergne2011-05-191-1/+1
* | | [bindings perl] in Makefile.am, gives a default template to mktempBenjamin Dauvergne2011-05-191-1/+1
|/ /
* | [xml] use g_strndup instead of strndup, as it is more portableBenjamin Dauvergne2011-05-181-3/+1
* | [tests] fix broken renater metadata fileBenjamin Dauvergne2011-05-172-1483/+4137
* | [tests] move renater metadata files into the metadata/ subdirectoryBenjamin Dauvergne2011-05-163-2/+2
* | [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
* | Merge branch 'load-federation'Benjamin Dauvergne2011-04-1418-37/+27842
|\ \
| * | [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-146-31/+109
| * | [core] update documentation of lasso_server_load_metadataBenjamin Dauvergne2011-04-041-7/+8