summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/provider.h
Commit message (Expand)AuthorAgeFilesLines
* id-ff/providerprivate.h,id-ff/provider.h: make lasso_provider_verify_signatur...Benjamin Dauvergne2013-12-181-0/+3
* Fix license boilerplatesSimo Sorce2013-12-031-2/+1
* [core] rename lasso_provider_set_specific_signing_key to lasso_provider_set_s...Benjamin Dauvergne2011-12-051-1/+1
* [core] add lasso_provider_add_key to add other key for signature validationBenjamin Dauvergne2011-12-051-0/+2
* [core] add method lasso_provider_set_specific_signing_keyBenjamin Dauvergne2011-12-051-0/+4
* [core] add a private constructor to build LassoProvider object from an xmlNodeBenjamin Dauvergne2011-03-291-1/+2
* [Core] fix change of enumeration valueBenjamin Dauvergne2010-08-051-2/+2
* [Core] change return type of all error returning methodsBenjamin Dauvergne2010-07-121-1/+1
* SAML 2.0&ID-FF 1.2: simplify and complete metadata loading for multi-role sup...Benjamin Dauvergne2010-03-271-9/+46
* SAML 2.0: add support for attribute, authentication and authorization authori...Benjamin Dauvergne2010-03-271-5/+22
* Fix leaks, change signature of lasso_provider_get_sp_name_qualifier, make it ...Benjamin Dauvergne2010-02-041-1/+1
* SAML 2.0: overhaul for ubuquitous binding support, still need work for HTTP-A...Benjamin Dauvergne2010-01-121-0/+2
* Core: in provider.h, add LASSO_PROVIDER_ROLE_BOTHBenjamin Dauvergne2010-01-121-3/+5
* Core: in provider.h, add new SAML 2.0 HTTP-Method, PAOSBenjamin Dauvergne2010-01-121-0/+2
* Core: in provider.c, add lasso_provider_verify_single_node_signatureBenjamin Dauvergne2010-01-041-0/+3
* Core: factorize code to obtain a SPNameQualifierBenjamin Dauvergne2009-10-301-0/+2
* Core: add const modifier to return value of lasso_provider_get_metadata_listBenjamin Dauvergne2009-09-291-1/+1
* Core: Add const modifiers to LassoProvider methodsBenjamin Dauvergne2009-09-291-9/+9
* Add method to Provider to retrieve default NameIDFormatBenjamin Dauvergne2009-09-291-0/+2
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-2/+2
* Core: add a terminating value to enum LassoHttpMethodBenjamin Dauvergne2009-03-271-1/+2
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-1/+1
* * Remove ending blanksBenjamin Dauvergne2008-09-121-7/+7
* Add public function lasso_server_add_provider_from_buffer, to add a providerBenjamin Dauvergne2008-08-261-0/+2
* * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and f...Benjamin Dauvergne2008-08-051-1/+1
* * add bad argument handling in lasso_provider_* functionsBenjamin Dauvergne2008-04-231-0/+1
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* fixed gtk-doc for some enumsFrederic Peters2006-12-271-7/+7
* Allow the choice of the encryption algorithm to useDamien Laniel2006-12-201-0/+4
* Changed setEncryption(boolean) to setEncryptionMode(enum mode)Damien Laniel2006-11-221-2/+17
* Added lasso_provider_set_encryption method to activate or desactive encryptionDamien Laniel2006-11-221-0/+3
* encryption_public_key will always be set from metadata; no need for filenameFrederic Peters2006-11-081-14/+0
* load encryption key from metadatasDamien Laniel2006-11-081-0/+14
* documentation fixesFrederic Peters2006-02-211-2/+2
* starting SAML 2 logoutFrederic Peters2005-11-211-1/+1
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-201-2/+32
* API addition; lasso_provider_get_organizationFrederic Peters2005-04-201-0/+2
* enum documentationFrederic Peters2005-02-211-13/+47
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
* moved remaining lasso[A-Z].* enums to Lasso[A-Z].*Frederic Peters2004-12-311-7/+7
* Spelling correction: succint -> succinct.Emmanuel Raviart2004-12-311-1/+1
* moved some lasso private functions to new providerprivate.h; insure it isFrederic Peters2004-12-311-5/+0
* Do not store metadata in provider dumps; only store the filename. HandleFrederic Peters2004-12-241-0/+3
* documented #LassoServerFrederic Peters2004-12-221-2/+2
* Started organizing Lasso Reference Manual; documenting LassoProvider.Frederic Peters2004-12-221-13/+15
* added lasso_provider_get_base64_succint_id method to LassoProvider toFrederic Peters2004-12-211-0/+2
* reenabled signature checking on query strings (xml messages still to do)Frederic Peters2004-12-101-1/+1
* limit line length to 100 characters.Frederic Peters2004-11-251-5/+8
* renamed private struct member to private_data (gtk+ does it like that)Frederic Peters2004-11-221-2/+1
* synced lasso_login_build_authn_request_msg; added has_protocol_profileFrederic Peters2004-10-291-2/+5