summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
...
* [Core] dump custom signature parameters in lasso dumpsBenjamin Dauvergne2010-07-161-0/+32
* [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
* [Core] lasso_check_version does not return a proper error codeBenjamin Dauvergne2010-07-121-1/+1
* [Core] change return type of all error returning methodsBenjamin Dauvergne2010-07-1233-191/+191
* [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
* [Core] add macro to release an xmlNodeList objectBenjamin Dauvergne2010-06-291-0/+3
* [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-292-5/+15
* Merge branch 'issue-86'Benjamin Dauvergne2010-06-292-0/+138
* [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
* [Core] do not ignore keep_xmlnode flag inherited from parent classesBenjamin Dauvergne2010-06-151-3/+9
* Core: when reloading a dump, use the signing private key password for loading...Benjamin Dauvergne2010-06-141-1/+1
* Core: move logging function and macros to their own module, adapt perl bindingBenjamin Dauvergne2010-06-129-95/+211
* Core: move lasso_strerror declaration to errors.hBenjamin Dauvergne2010-06-122-2/+4
* SAMLv2: rename lasso_saml2_name_id_build_persistent to lasso_saml2_name_id_ne...Benjamin Dauvergne2010-06-122-0/+22
* 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
* Core: update lasso_iso_8601_gmt_to_time_t to support millisecondsBenjamin Dauvergne2010-06-102-5/+42
* 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-102-7/+35
* 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
* 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
* 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-092-0/+40
* 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
* 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
* 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
* SAML 2.0 Helper: add lasso_saml2_assertion_set_one_time_useBenjamin Dauvergne2010-05-012-1/+27
* Fix bad initialization of an rc field from revision 4837Benjamin Dauvergne2010-05-011-1/+1