summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [bindings python] configure basic loggingBenjamin Dauvergne2011-01-043-0/+9
* [ghashtable] add G_GNUC_UNUSED to remove unused static functions warningBenjamin Dauvergne2011-01-041-3/+3
* [saml2] when parsing short numbers reinitialize errnoBenjamin Dauvergne2011-01-041-1/+3
* [bindings perl] fix get_hash_of_objectsBenjamin Dauvergne2011-01-041-1/+1
* [bindings php5] remove hardcoding the php5 cli interpreterBenjamin Dauvergne2011-01-043-3/+3
* [bindings perl] downgrade requirement on perl version to 5 instead of 5.10Benjamin Dauvergne2010-12-221-1/+1
* [xml] fix null pointer access in lasso_node_get_encryptionBenjamin Dauvergne2010-12-221-1/+1
* [configure.ac] increment version and libtool version infoBenjamin Dauvergne2010-12-211-2/+2
* [saml2] fix errors in lasso)provider_get_first_http_method when a binding is ...Benjamin Dauvergne2010-12-211-3/+3
* [saml2 provider] change critical messages to debug messagesBenjamin Dauvergne2010-12-211-2/+2
* [saml2 profile] fix bug in binding_uri_to_http_method with the POST bindingBenjamin Dauvergne2010-12-211-1/+1
* [saml login] suppress unused argument warningBenjamin Dauvergne2010-12-211-1/+1
* [samlv2 logout] check that the assertion is well formed before accessing the ...Benjamin Dauvergne2010-12-171-0/+4
* [profile] prefer to lookup the session before the identity for looking up a n...Benjamin Dauvergne2010-12-171-14/+14
* [samlv2 logout] setup the NameID from the assertionBenjamin Dauvergne2010-12-171-2/+2
* [samlv2 login] do not setup conditions->notBefore/notOnOrAfter only notOnOrAf...Benjamin Dauvergne2010-12-171-5/+0
* [binding php5] add inline implementation of lasso_log since it is a private f...Benjamin Dauvergne2010-12-141-0/+22
* [saml2] make LASSO_SIGNATURE_VERIFY_HINT_FORCE as least as stringent as _MAYB...Benjamin Dauvergne2010-12-141-9/+23
* [xml] remove duplicate EncryptedKey around EncryptedData elementsBenjamin Dauvergne2010-12-141-1/+0
* [xml] add exportation of the encrypting public key in EncryptedData elementsBenjamin Dauvergne2010-12-141-0/+19
* [tools] fix xml decryptionBenjamin Dauvergne2010-12-141-9/+6
* Merge with new field in custome elementBenjamin Dauvergne2010-12-141-1/+2
* [saml2] use new encryption structure instead for internal field in LassoSaml2...Benjamin Dauvergne2010-12-142-9/+8
* [xml] add field to contains encryption parameters inside CustomElement structureBenjamin Dauvergne2010-12-142-0/+70
* [utils] fix typo in lasso_assign_sec_keyBenjamin Dauvergne2010-12-141-1/+2
* [bindings python] make constructor failure raise a lasso.Error exceptionBenjamin Dauvergne2010-12-141-1/+1
* [saml2] do not set SPNameQualifier it should be reserved for SP member of an ...Benjamin Dauvergne2010-12-131-3/+0
* [tests idwsf2] add missing include for ID-WSF stringsBenjamin Dauvergne2010-12-031-0/+1
* [tests] include the backward compatibility include for GHashTableBenjamin Dauvergne2010-12-011-1/+1
* [bindings perl] change ghashtable interface to not use GHashTableIterBenjamin Dauvergne2010-12-011-12/+19
* [bindings perl] add dependency upon the Makefile.perl for the install targetBenjamin Dauvergne2010-12-011-1/+1
* [bindings] add missing static modifier for g_hash_table_get_values replacementBenjamin Dauvergne2010-11-171-2/+2
* [tests] include header for backward compatible methods on GHashTable structuresBenjamin Dauvergne2010-11-172-0/+2
* [bindings] fix bad use of lasso_return_if_fail in ghashtable backward compati...Benjamin Dauvergne2010-11-151-2/+4
* [SAMLv2] fix segfault in has_signature by initializing local variablesBenjamin Dauvergne2010-10-201-2/+2
* Merge branch 'hotfixes-2.3.4' into releaseBenjamin Dauvergne2010-10-1318-58/+313
|\
| * Update doap and news fileBenjamin Dauvergne2010-10-133-3/+3
| * Update NEWS fileBenjamin Dauvergne2010-10-131-6/+7
| * [tests integration] adapt to string change in lcs/qommon/saml2.ptlBenjamin Dauvergne2010-10-111-1/+1
| * [SAMLv2] delete an unused local variableBenjamin Dauvergne2010-10-111-1/+0
| * [SAMLv2] user server->signature_method when signing request and responseBenjamin Dauvergne2010-10-091-2/+3
| * [tests] add non regression test on assertion consumer endpoints orderingBenjamin Dauvergne2010-10-091-1/+58
| * [core] check type of first argument of lasso_provider_get_assertion_consumer_urlBenjamin Dauvergne2010-10-091-1/+3
| * fix pardus capitalisation in NEWS fileBenjamin Dauvergne2010-10-081-1/+1
| * Update release notes and website for release 2.3.4Benjamin Dauvergne2010-10-086-5/+50
| * [xml] fix waring on use of strndup on pardusBenjamin Dauvergne2010-10-081-0/+3
| * Add missing include <errno.h>Jérôme Schneider2010-10-082-1/+3
| * [SAMLv2] handle unknown provider in artifact resolve, and also alow to ignore...Benjamin Dauvergne2010-10-071-5/+12
| * [SAMLv2] fix bad double free bug in lasso_saml20_provider_get_assertion_consu...Benjamin Dauvergne2010-10-071-1/+1
| * [core] adapt lasso_provider_get_assertion_consumer_service_url for SAMLv2Benjamin Dauvergne2010-10-071-0/+12