| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | SAML 2.0: in lasso_saml20_login_process_authn_response_msg always report sign... | Benjamin Dauvergne | 2010-02-10 | 1 | -10/+13 |
| * | SAML 2.0: in lasso_saml20_profile_process_any_response do not stop on missing... | Benjamin Dauvergne | 2010-02-10 | 1 | -9/+31 |
| * | Use new SAML2 strings instead of hardcoding query string field names | Benjamin Dauvergne | 2010-02-10 | 3 | -6/+7 |
| * | Add documentation about runtime flags | Benjamin Dauvergne | 2010-02-10 | 1 | -0/+39 |
| * | Remove follow-idwsf-stupid-semantic flag | Benjamin Dauvergne | 2010-02-10 | 1 | -10/+0 |
| * | Add internal methods to LassoServer to get the signature and encryption priva... | Benjamin Dauvergne | 2010-02-10 | 2 | -0/+37 |
| * | Add complete error code listing for lasso_login_process_response_msg | Benjamin Dauvergne | 2010-02-10 | 1 | -1/+25 |
| * | Update code example for LassoLogin | Benjamin Dauvergne | 2010-02-10 | 1 | -14/+78 |
| * | Add error codes, update error codes documentation, reduce changes in errors.c... | Benjamin Dauvergne | 2010-02-10 | 4 | -270/+301 |
| * | Add strings for SAML2 field names for POST, Redirect and Artifact bindings | Benjamin Dauvergne | 2010-02-10 | 1 | -0/+5 |
| * | Update documentation of the registry module | Benjamin Dauvergne | 2010-02-10 | 1 | -11/+16 |
| * | Adapt LassoProvider methods to care for protocol profile version when verifyi... | Benjamin Dauvergne | 2010-02-10 | 1 | -7/+31 |
| * | Add a function to validate query signatures using SAML 2.0 semantic | Benjamin Dauvergne | 2010-02-10 | 2 | -0/+121 |
| * | Core: in LassoServer constructors, test if private_key is loadable | Benjamin Dauvergne | 2010-02-08 | 2 | -14/+26 |
| * | 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 lasso_profile_get_request_type_from_soap_msg use lasso_xml_parse_mem... | Benjamin Dauvergne | 2010-02-04 | 1 | -2/+10 |
| * | Core: in provider.c, make lasso_provider_load_metadata_from_buffer the main m... | Benjamin Dauvergne | 2010-02-04 | 1 | -122/+62 |
| * | Core: use lasso_xml_parse_file to load affiliation file | Benjamin Dauvergne | 2010-02-04 | 1 | -1/+1 |
| * | Core: in tools.c, add function to load XML files and KeyInfo nodes | Benjamin Dauvergne | 2010-02-04 | 2 | -3/+156 |
| * | SAML 2.0: in name_id_management.c, rework lasso_name_id_management_new_from_dump | Benjamin Dauvergne | 2010-02-04 | 1 | -8/+6 |
| * | Core: add more memory tracing, add a tracing macro | Benjamin Dauvergne | 2010-02-04 | 2 | -20/+41 |
| * | Core: use lasso_node_new_from_dump to implement _new_from_dump methods | Benjamin Dauvergne | 2010-02-04 | 6 | -95/+51 |
| * | 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 | 4 | -15/+15 |
| * | Fix leaks, change signature of lasso_provider_get_sp_name_qualifier, make it ... | Benjamin Dauvergne | 2010-02-04 | 7 | -14/+16 |
| * | 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 | 55 | -478/+4 |
| * | Core: in utils.h, add macros to replace verbose g_return_val_if_fail | Benjamin Dauvergne | 2010-02-01 | 1 | -0/+12 |
| * | Core: document return values of lasso_login_validate_request_msg | Benjamin Dauvergne | 2010-02-01 | 1 | -1/+17 |
| * | Utils: lasso_unref, a safe g_object_unref, and add some document about existi... | Benjamin Dauvergne | 2010-02-01 | 2 | -9/+71 |
| * | Core: do not emit messages inside lasso_check_version | Benjamin Dauvergne | 2010-02-01 | 1 | -12/+0 |
| * | SAML 2.0: fix annotations, documentation and signatures | Benjamin Dauvergne | 2010-01-29 | 7 | -13/+10 |
| * | ID-WSF 1.0: make LassoServer.services private with respect to the bindings | Benjamin Dauvergne | 2010-01-28 | 1 | -0/+2 |
| * | ID-WSF: change name of Personal Profile namespace symbols, add symbols for ID... | Benjamin Dauvergne | 2010-01-28 | 5 | -12/+29 |
| * | Core: fix gtk-doc annotations | Benjamin Dauvergne | 2010-01-28 | 7 | -9/+15 |
| * | Core: add new macros to lasso/utils.h, fix lasso_assign_new_list_of_gobjects | Benjamin Dauvergne | 2010-01-28 | 1 | -1/+24 |
| * | 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 | 10 | -32/+123 |
| * | 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/saml-2.0/logout.c, fix missing declaration | Benjamin Dauvergne | 2010-01-26 | 1 | -1/+1 |
| * | Core: update errors.c file | Benjamin Dauvergne | 2010-01-26 | 1 | -0/+2 |
| * | 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 | 2 | -2/+8 |
| * | SAML 2.0 Logout: when in an SP initiated logout, lasso_logout_build_response_... | Benjamin Dauvergne | 2010-01-25 | 1 | -0/+19 |
| * | Fix name of LASSO_WSSEC_BAD_PASSWORD | Benjamin Dauvergne | 2010-01-25 | 3 | -6/+4 |