| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Propagate change of name for LASSO_PP_ defines | Benjamin Dauvergne | 2010-02-10 | 2 | -10/+10 |
| * | 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 |
| * | fix bad operation in bindings.py | Benjamin Dauvergne | 2010-02-05 | 1 | -1/+1 |
| * | Bindings: restore ID-WSF constants, improve python getters, | Benjamin Dauvergne | 2010-02-04 | 4 | -89/+89 |
| * | Core: Finish support for all XMLDsig key formats | Benjamin Dauvergne | 2010-02-04 | 4 | -42/+116 |
| * | Binding python: fix getter for non-object fields | Benjamin Dauvergne | 2010-02-04 | 1 | -5/+13 |
| * | Core: in lasso_xmlsec_load_key_info add flag to let xmlSec load certificates | Benjamin Dauvergne | 2010-02-04 | 1 | -0/+1 |
| * | Tests: add more checking to dump generation code in login_tests.c | Benjamin Dauvergne | 2010-02-04 | 1 | -5/+9 |
| * | Tests: adapt server constructor settings to recent changes | Benjamin Dauvergne | 2010-02-04 | 1 | -2/+7 |
| * | 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 |
| * | Binding java: Makefile.am has multiple target rules, it cannot support parall... | Benjamin Dauvergne | 2010-02-04 | 1 | -0/+2 |
| * | 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 |
| * | Tests: in valgrind suppressions file add more GLib suppressions | Benjamin Dauvergne | 2010-02-04 | 1 | -0/+117 |
| * | Tests: in basic_tests.c, re-enable parsing of LassoWsuTimestamp objects | Benjamin Dauvergne | 2010-02-04 | 1 | -5/+1 |
| * | Core: use lasso_node_new_from_dump to implement _new_from_dump methods | Benjamin Dauvergne | 2010-02-04 | 6 | -95/+51 |
| * | Binding perl: add cleanup for temporary data of trampoline code | Benjamin Dauvergne | 2010-02-04 | 1 | -13/+25 |
| * | 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 | 6 | -15/+17 |
| * | 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 |
| * | Binding perl: many improvements | Benjamin Dauvergne | 2010-02-01 | 5 | -149/+75 |
| * | Bindings: re-add binding for lasso_session_get_assertions for perl, special c... | Benjamin Dauvergne | 2010-02-01 | 2 | -1/+1 |
| * | Bindings: use lasso_return_xxx macros instead of GLib ones | Benjamin Dauvergne | 2010-02-01 | 4 | -43/+43 |
| * | ID-WSF: remove useless new_from_message methods | Benjamin Dauvergne | 2010-02-01 | 56 | -502/+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 |
| * | Bindings: os.path.relpath is only present since python 2.6, add a local imple... | Benjamin Dauvergne | 2010-02-01 | 1 | -0/+16 |
| * | Add a dist-hook to remove .svn directories before taring the dist | Benjamin Dauvergne | 2010-02-01 | 1 | -0/+3 |
| * | Bindings: make binding generation more silent | Benjamin Dauvergne | 2010-02-01 | 4 | -20/+29 |
| * | Binding java: use eager evalutation to get list of sources files | Benjamin Dauvergne | 2010-02-01 | 1 | -1/+1 |
| * | Bindings: use 'absolute' header paths to produces bindings | Benjamin Dauvergne | 2010-01-29 | 1 | -11/+21 |