summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [SAMLv2] comment on SessionIndex support hackBenjamin Dauvergne2010-07-191-0/+8
* [SAMLv2] remove empty files, wrongly committedBenjamin Dauvergne2010-07-197-6/+0
* [SAMLv2/SSO] when processing AuthnResponse with binding HTTP-Post only the as...Benjamin Dauvergne2010-07-191-9/+24
* [Binding java] return empty list for NULL GList value, not nullBenjamin Dauvergne2010-07-161-1/+1
* [ID-FFv1.2] add missing namespace declarationsBenjamin Dauvergne2010-07-162-0/+2
* [SAMLv2] add support for encrypted private keysBenjamin Dauvergne2010-07-163-20/+58
* [ID-FFv1.2] move all user of lasso_node_export_to_query to lasso_node_export_...Benjamin Dauvergne2010-07-164-16/+23
* [Core] Change lasso_apply_signature to use quark stored annotated signature p...Benjamin Dauvergne2010-07-161-2/+17
* [Core] add password parameter to lasso_sign_nodeBenjamin Dauvergne2010-07-163-8/+16
* [Code] add a lasso_node_export_to_query_with_password methodBenjamin Dauvergne2010-07-162-0/+41
* [Core] add a password parameter to lasso_query_signBenjamin Dauvergne2010-07-164-6/+24
* [Core] dump custom signature parameters in lasso dumpsBenjamin Dauvergne2010-07-161-0/+32
* [Tests/python] add test case for WebSSO with providers using encrypted keysBenjamin Dauvergne2010-07-166-4/+171
* [Core] add lasso_node_set_signature and lasso_node_get_signatureBenjamin Dauvergne2010-07-162-0/+89
* [Core] extract signature adding into base class method lasso_node_get_xmlNodeBenjamin Dauvergne2010-07-129-155/+78
* [SAMLv2] if service provider supports logout, add a SessionIndex from the ass...Benjamin Dauvergne2010-07-121-0/+6
* [Tests] add a sso then slo soap testBenjamin Dauvergne2010-07-121-0/+206
* [Core] lasso_check_version does not return a proper error codeBenjamin Dauvergne2010-07-121-1/+1
* [Bindings] make is_rc only check for lasso_error_t typeBenjamin Dauvergne2010-07-121-1/+1
* [Bindings php5] simplify is_object in php_code.pyBenjamin Dauvergne2010-07-121-2/+1
* [Core] change return type of all error returning methodsBenjamin Dauvergne2010-07-1233-191/+191
* [Bindings java] use is_int instead of custom methods or codeBenjamin Dauvergne2010-07-121-5/+2
* [Bindings perl] add lasso_errot_t to type to map to T_IV typemap (integer types)Benjamin Dauvergne2010-07-121-1/+1
* [Bindings] add lasso_error_t to return code typesBenjamin Dauvergne2010-07-121-1/+1
* [Binding java] use is_rc to match error return typeBenjamin Dauvergne2010-07-121-2/+2
* [Binding php5] use is_rc to match error return typeBenjamin Dauvergne2010-07-121-1/+1
* [Core] add lasso_error_t to list of integer typesBenjamin Dauvergne2010-07-121-1/+1
* [Core] add a lasso_error_t typedefBenjamin Dauvergne2010-07-123-1/+42
* [Provider] Fix loading of provider without a public keyBenjamin Dauvergne2010-07-051-15/+32
* [Python binding] do not throw lasso.Error for python exceptionsBenjamin Dauvergne2010-07-051-1/+1
* [Perl binding] make include from $(srcdir) works in Perl bindingBenjamin Dauvergne2010-06-292-4/+5
* [Bindings] accept simple string in string<->xmlNode converterBenjamin Dauvergne2010-06-296-45/+69
* [Core] add macro to release an xmlNodeList objectBenjamin Dauvergne2010-06-291-0/+3
* [ID-WSF2] add idwsf2 test script to test suiteBenjamin Dauvergne2010-06-292-3/+7
* [Core] add macro to release GList of xmlNodeListBenjamin Dauvergne2010-06-291-0/+3
* [Core] add macros to manipulate xmlNodeList and GList of xmlNodeListBenjamin Dauvergne2010-06-291-0/+21
* Merge branch 'issue-101'Benjamin Dauvergne2010-06-291-52/+72
* Merge branch 'issue-88'Benjamin Dauvergne2010-06-296-21/+57
* Merge branch 'issue-86'Benjamin Dauvergne2010-06-294-1/+158
* [Tests/integration] add G_DEBUG=gc-friendly env. var to valgrind-wrapperBenjamin Dauvergne2010-06-181-1/+1
* [XML] in lasso_node_export_to_paos_request check return value of lasso_node_g...Benjamin Dauvergne2010-06-171-0/+4
* [XML] in _lasso_node_export_to_base64 check return value of lasso_node_export...Benjamin Dauvergne2010-06-171-0/+2
* [XML] in _lasso_node_export_to_xml check return value of lasso_node_get_xmlNodeBenjamin Dauvergne2010-06-171-0/+3
* Comment out custom silent rules if automake < 1.11Benjamin Dauvergne2010-06-153-0/+6
* [Core] do not ignore keep_xmlnode flag inherited from parent classesBenjamin Dauvergne2010-06-151-3/+9
* Test: add non regression test for reloading a server dump with encrypted keysBenjamin Dauvergne2010-06-145-0/+74
* Core: when reloading a dump, use the signing private key password for loading...Benjamin Dauvergne2010-06-141-1/+1
* Binding python: fix freeing of list return values for methods with the transf...Benjamin Dauvergne2010-06-141-3/+3
* Binding python: find a work around for random behaviour of PyImport_ImportModuleBenjamin Dauvergne2010-06-121-2/+6
* Core: move logging function and macros to their own module, adapt perl bindingBenjamin Dauvergne2010-06-1210-95/+232