summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Core: move lasso_strerror declaration to errors.hBenjamin Dauvergne2010-06-122-2/+4
* add .gitignore fileBenjamin Dauvergne2010-06-121-0/+40
* Tools: add check-makefile.sh script to toolsBenjamin Dauvergne2010-06-121-0/+14
* add abi file for 2.2.91Benjamin Dauvergne2010-06-121-0/+996
* Tests: add idp6-saml2 dataBenjamin Dauvergne2010-06-123-0/+137
* Test: add python test for attribute requestingBenjamin Dauvergne2010-06-121-1/+58
* SAMLv2: rename lasso_saml2_name_id_build_persistent to lasso_saml2_name_id_ne...Benjamin Dauvergne2010-06-123-0/+23
* SAMLv2: when initializing signture on assertion, setup an ID if there is noneBenjamin Dauvergne2010-06-121-0/+3
* SAMLv2: in lasso_assertion_query_build_request_msg setup nameidBenjamin Dauvergne2010-06-121-2/+6
* Binding python: fix bad refcounting in get_logger and lasso_python_logBenjamin Dauvergne2010-06-121-7/+13
* Core: update lasso_iso_8601_gmt_to_time_t to support millisecondsBenjamin Dauvergne2010-06-102-5/+42
* Documentation: add new AssertionQuery methods to documentationBenjamin Dauvergne2010-06-101-0/+2
* Tests: new python test for setEncryptionPrivateKeyWithPasswordBenjamin Dauvergne2010-06-101-0/+12
* Fix long lines in lasso/id-ff/server.cBenjamin Dauvergne2010-06-101-6/+10
* Core: add method lasso_server_set_encryption_private_key_with_passwordBenjamin Dauvergne2010-06-103-7/+36
* SAMLv2: add new methods to class LassoAssertionQueryBenjamin Dauvergne2010-06-104-0/+126
* SAMLv2: fix initialization of subject in lasso_assertion_query_build_request_msgBenjamin Dauvergne2010-06-101-8/+10
* Import tools in utils.hBenjamin Dauvergne2010-06-101-0/+2
* Fix collision between defined symbols in tools.h and private.hBenjamin Dauvergne2010-06-101-3/+3
* Binding python: if lasso.logger exists use it for loggingBenjamin Dauvergne2010-06-101-8/+28
* Change all logging to use message()Benjamin Dauvergne2010-06-098-24/+24