| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Core: in xml_insure_namespace do not segfault if ns is NULL | Benjamin Dauvergne | 2010-03-02 | 1 | -1/+1 |
| * | Core: add a level argument to lasso_xmlnode_to_string and _lasso_node_export_... | Benjamin Dauvergne | 2010-03-02 | 4 | -9/+28 |
| * | SAML 2.0: LassoSaml2ConditionAbstract does not match its element name anymore... | Benjamin Dauvergne | 2010-02-22 | 1 | -0/+3 |
| * | Add lasso_string_to_xsd_integer, to parse xsd:integer values | Benjamin Dauvergne | 2010-02-22 | 2 | -0/+33 |
| * | SAML 2.0: fix bad name of Condition element, keep xmlNode as it is abstract | Benjamin Dauvergne | 2010-02-22 | 1 | -1/+2 |
| * | SAML 2.0: if assertion possess a signed original_xmlnode return it instead of... | Benjamin Dauvergne | 2010-02-17 | 1 | -1/+18 |
| * | Core: use lasso_xmlnode_to_string in LassoNode export functions | Benjamin Dauvergne | 2010-02-17 | 1 | -95/+33 |
| * | Core: add a lasso_xmlnode_to_string function | Benjamin Dauvergne | 2010-02-17 | 2 | -0/+33 |
| * | Core: add error exit to lasso_node_new_from_xmlNode | Benjamin Dauvergne | 2010-02-17 | 1 | -0/+4 |
| * | in tools.c, add defines to permit import of timegm | Benjamin Dauvergne | 2010-02-17 | 1 | -0/+3 |
| * | Core: fix lasso_iso_8601_gmt_to_time_t, use timegm instead of mktime | Benjamin Dauvergne | 2010-02-17 | 1 | -1/+1 |
| * | ID-WSF 2.0: add strings for Discovery service Actions | Benjamin Dauvergne | 2010-02-17 | 28 | -48/+53 |
| * | Core: in lasso_verify_signature, fix conditional about single reference | Benjamin Dauvergne | 2010-02-15 | 1 | -1/+1 |
| * | ID-WSF 2.0: moved strings to their own header | Benjamin Dauvergne | 2010-02-15 | 3 | -859/+938 |
| * | Add saml2_strings.h to dist | Benjamin Dauvergne | 2010-02-12 | 1 | -1/+2 |
| * | Use defined symbols instead of magic constants | Benjamin Dauvergne | 2010-02-12 | 1 | -2/+2 |
| * | Add LASSO_SAML2_FIELD_ENCODING | Benjamin Dauvergne | 2010-02-12 | 1 | -0/+1 |
| * | Fix lasso_get_relaystate_from_query, support semi-colon and parameter at begi... | Benjamin Dauvergne | 2010-02-12 | 1 | -7/+22 |
| * | Documentation: fix typos in saml2_strings.h documentation, add new string sym... | Benjamin Dauvergne | 2010-02-10 | 1 | -10/+10 |
| * | SAML 2.0: move SAML 2.0 strings to their own header, add documentation | Benjamin Dauvergne | 2010-02-10 | 2 | -199/+406 |
| * | Documentation: document LsasoSamlp2NameIDPolicy | Benjamin Dauvergne | 2010-02-10 | 1 | -1/+18 |
| * | Documentation: complete non finished documentation comments | Benjamin Dauvergne | 2010-02-10 | 18 | -59/+70 |
| * | SAML 2.0: when verifying query signature, do not presume order of field and s... | Benjamin Dauvergne | 2010-02-10 | 1 | -32/+77 |
| * | SAML 2.0: complete list of field names for SAML 2.0 | Benjamin Dauvergne | 2010-02-10 | 1 | -3/+6 |
| * | Core: in tools.c, enhance urlencoded_to_string to support semu-colon separator | Benjamin Dauvergne | 2010-02-10 | 1 | -9/+21 |
| * | Use new SAML2 strings instead of hardcoding query string field names | Benjamin Dauvergne | 2010-02-10 | 2 | -2/+2 |
| * | Add strings for SAML2 field names for POST, Redirect and Artifact bindings | Benjamin Dauvergne | 2010-02-10 | 1 | -0/+5 |
| * | Add a function to validate query signatures using SAML 2.0 semantic | Benjamin Dauvergne | 2010-02-10 | 2 | -0/+121 |
| * | in lasso_xmlsec_load_private_key_from_buffer, do not let xmlSecBase64Decode s... | Benjamin Dauvergne | 2010-02-08 | 1 | -0/+2 |
| * | Core: Finish support for all XMLDsig key formats | Benjamin Dauvergne | 2010-02-04 | 1 | -41/+78 |
| * | Core: in lasso_xmlsec_load_key_info add flag to let xmlSec load certificates | Benjamin Dauvergne | 2010-02-04 | 1 | -0/+1 |
| * | Core: in tools.c, add function to load XML files and KeyInfo nodes | Benjamin Dauvergne | 2010-02-04 | 2 | -3/+156 |
| * | Core: add more memory tracing, add a tracing macro | Benjamin Dauvergne | 2010-02-04 | 1 | -20/+34 |
| * | SAML 2.0: in samlp2_response.c, simplify code path for assertion encryption | Benjamin Dauvergne | 2010-02-04 | 1 | -21/+15 |
| * | Fix leaks | Benjamin Dauvergne | 2010-02-04 | 2 | -11/+6 |
| * | Fix leaks, change signature of lasso_provider_get_sp_name_qualifier, make it ... | Benjamin Dauvergne | 2010-02-04 | 1 | -1/+4 |
| * | in lasso/xml/tools.c, remove leaks of xmlSecKey and xmlNode | Benjamin Dauvergne | 2010-02-04 | 1 | -9/+11 |
| * | in lasso_xmlsec_load_private_key, do not leak the file buffer, in lasso_node_... | Benjamin Dauvergne | 2010-02-04 | 2 | -5/+7 |
| * | ID-WSF: remove useless new_from_message methods | Benjamin Dauvergne | 2010-02-01 | 54 | -476/+0 |
| * | ID-WSF: change name of Personal Profile namespace symbols, add symbols for ID... | Benjamin Dauvergne | 2010-01-28 | 2 | -8/+25 |
| * | XML: add missing element-type annotations | Benjamin Dauvergne | 2010-01-28 | 5 | -5/+5 |
| * | ID-WSF 1.0 & 2.0: complete lasso-sections.txt, add internal API to access SOA... | Benjamin Dauvergne | 2010-01-26 | 2 | -2/+16 |
| * | Core XML: make lasso_node_set_custom_namespace/nodename take const string | Benjamin Dauvergne | 2010-01-26 | 2 | -4/+5 |
| * | Core XML: add function to get the namespace of a LassoNode | Benjamin Dauvergne | 2010-01-26 | 2 | -0/+28 |
| * | in lasso/xml/saml_attribute_value.h, fix typo in content type annotation | Benjamin Dauvergne | 2010-01-25 | 1 | -1/+1 |
| * | in lasso/xml/sa_sasl_response.h, add GList content type annotation to field '... | Benjamin Dauvergne | 2010-01-25 | 1 | -1/+1 |
| * | Add new macro lasso_list_add_new_xml_node | Benjamin Dauvergne | 2010-01-25 | 1 | -2/+2 |
| * | Fix name of LASSO_WSSEC_BAD_PASSWORD | Benjamin Dauvergne | 2010-01-25 | 1 | -2/+2 |
| * | in saml2_name_id.c, include utils.h to benefit from replacement for g_strcmp0 | Benjamin Dauvergne | 2010-01-20 | 1 | -0/+1 |
| * | Fix LASSO_WSSEC_BAD_PASSWORD error, reformat wsse_username_token.c | Benjamin Dauvergne | 2010-01-20 | 1 | -11/+20 |