summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Core: in xml error message handler, escape messages to fit on one lineBenjamin Dauvergne2010-06-091-2/+11
* Core: remove arrow in log messagesBenjamin Dauvergne2010-06-091-1/+1
* Binding python: call lasso_init() first in init_lasso()Benjamin Dauvergne2010-06-092-2/+1
* Binding python: add GLog handler to redirect logs to Python logger named "lasso"Benjamin Dauvergne2010-06-092-0/+44
* Utils: add function to extract/create node in listsBenjamin Dauvergne2010-06-099-1/+38
* Add new lasso_log_set_handler and lasso_log_remove_handler functionsFrederic Peters2010-06-094-0/+49
* Binding perl: fix test so that it does not raise on add_providerBenjamin Dauvergne2010-06-061-1/+1
* Bindings: keep retro compatibility for member field namesBenjamin Dauvergne2010-06-063-2/+36
* Bindings: fix camelcasing of id fieldsBenjamin Dauvergne2010-06-061-1/+4
* SAMLv2: make role checking inactive for LassoServerBenjamin Dauvergne2010-06-061-2/+4
* ID-FFv1.2: for idp initiated sso accept any nameIdPolicyBenjamin Dauvergne2010-06-061-7/+0
* SAML 2.0: add checks for proper loading of role descriptorsBenjamin Dauvergne2010-06-041-4/+13
* SAMLv2: fix error in naming of function in the documentationBenjamin Dauvergne2010-06-041-2/+2
* SAMLv2: remove HTTP-Redirect as right binding for AssertionConsumerBenjamin Dauvergne2010-05-311-1/+0
* SAMLv2: fix bug giving UnuspportedProfile for SingleSignOn with HTTP-POSTBenjamin Dauvergne2010-05-311-1/+1
* Core: fix extraction of relaystate when URLs contains only one kind of separa...Benjamin Dauvergne2010-05-311-1/+1
* Integration test: adapt to new behaviour for federation terminationBenjamin Dauvergne2010-05-312-2/+25
* SAMLv2: simplify lasso_saml20_provider_accept_http_method by only checking fo...Benjamin Dauvergne2010-05-311-12/+3
* SAML 2.0: in lasso_login_build_assertion set conditions time limit, no Subjec...Benjamin Dauvergne2010-05-311-4/+2
* SAML 2.0: in lasso_login_build_assertion do not conflate sessionNotOnOrAfter ...Benjamin Dauvergne2010-05-311-4/+0
* Website: add quicklinks for download linksBenjamin Dauvergne2010-05-112-5/+23
* Change VCS viewer link to point toward the redmine browserBenjamin Dauvergne2010-05-111-1/+1
* SAMLv2: conflate Responder and Requester when checking second level status codeBenjamin Dauvergne2010-05-111-1/+2
* SAMLv2: remove warning message for invalid signature on AuthnResponse messagesBenjamin Dauvergne2010-05-111-4/+0
* Website: add a link to a tarball of the documentation extracted from the SVNBenjamin Dauvergne2010-05-041-1/+1
* SAML 2.0 Helper: add lasso_saml2_assertion_set_one_time_useBenjamin Dauvergne2010-05-013-1/+28
* Fix bad initialization of an rc field from revision 4837Benjamin Dauvergne2010-05-011-1/+1
* Change <p> tags to <para>Benjamin Dauvergne2010-05-012-10/+10
* Add a lasso_profile_get_signature_status methodBenjamin Dauvergne2010-05-013-0/+18
* Initialize all uninitialized rc variablesBenjamin Dauvergne2010-04-3023-32/+32
* Test: only test custom namespace if ID-WSF is enabledBenjamin Dauvergne2010-04-301-1/+2
* in lasso_idwsf2_data_service_build_response_msg, allows SOAPFault as responsesBenjamin Dauvergne2010-04-281-15/+17
* Fix uninitialized local variableBenjamin Dauvergne2010-04-281-1/+1
* in lasso_session_count_assertions, do not emit warning if session is not an o...Benjamin Dauvergne2010-04-281-3/+3
* SAML 2.0: always restart initial request processing in lasso_logout_build_res...Benjamin Dauvergne2010-04-271-63/+41