summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff
Commit message (Expand)AuthorAgeFilesLines
...
* ID-FF&SAML2: complete documentation of lasso_login_build_assertionBenjamin Dauvergne2010-03-271-5/+27
* SAML 2.0&ID-FF 1.2: simplify and complete metadata loading for multi-role sup...Benjamin Dauvergne2010-03-274-119/+436
* Core: add method to check whether we are IdP or SP of another providerBenjamin Dauvergne2010-03-272-0/+57
* SAML 2.0: add support for attribute, authentication and authorization authori...Benjamin Dauvergne2010-03-277-46/+108
* Add signature_verify_hint accessor methods to LassoProfileBenjamin Dauvergne2010-03-273-1/+55
* Core: add an helper method to build a SOAP response in a LassoProfile objectBenjamin Dauvergne2010-03-022-0/+38
* Core: add new example to LassoLogout for asynchronous response handlingBenjamin Dauvergne2010-02-221-11/+56
* Documentation: add example to LassoLogout, fix bad markup in id-wsf-2.0/profi...Benjamin Dauvergne2010-02-171-1/+157
* Core: add missing return value owner semantic annotations to gettersBenjamin Dauvergne2010-02-176-20/+62
* Core: add annotation to getter function about return value owner semanticBenjamin Dauvergne2010-02-172-5/+5
* ID-WSF 2.0: add strings for Discovery service ActionsBenjamin Dauvergne2010-02-171-1/+1
* in server.c, fix missing loading of public keys in constructorsBenjamin Dauvergne2010-02-151-0/+4
* Add internal methods to LassoServer to get the signature and encryption priva...Benjamin Dauvergne2010-02-102-0/+37
* Add complete error code listing for lasso_login_process_response_msgBenjamin Dauvergne2010-02-101-1/+25
* Update code example for LassoLoginBenjamin Dauvergne2010-02-101-14/+78
* Adapt LassoProvider methods to care for protocol profile version when verifyi...Benjamin Dauvergne2010-02-101-7/+31
* Core: in LassoServer constructors, test if private_key is loadableBenjamin Dauvergne2010-02-082-14/+26
* Core: in lasso_profile_get_request_type_from_soap_msg use lasso_xml_parse_mem...Benjamin Dauvergne2010-02-041-2/+10
* Core: in provider.c, make lasso_provider_load_metadata_from_buffer the main m...Benjamin Dauvergne2010-02-041-122/+62
* Core: use lasso_xml_parse_file to load affiliation fileBenjamin Dauvergne2010-02-041-1/+1
* Core: use lasso_node_new_from_dump to implement _new_from_dump methodsBenjamin Dauvergne2010-02-046-95/+51
* Fix leaks, change signature of lasso_provider_get_sp_name_qualifier, make it ...Benjamin Dauvergne2010-02-045-7/+7
* Core: document return values of lasso_login_validate_request_msgBenjamin Dauvergne2010-02-011-1/+17
* SAML 2.0: fix annotations, documentation and signaturesBenjamin Dauvergne2010-01-291-2/+2
* ID-WSF 1.0: make LassoServer.services private with respect to the bindingsBenjamin Dauvergne2010-01-281-0/+2
* Core: fix gtk-doc annotationsBenjamin Dauvergne2010-01-281-1/+1
* Export more assertion access API for LassoSessionBenjamin Dauvergne2010-01-253-6/+6
* Core: complete documentation on LassoSessionBenjamin Dauvergne2010-01-181-2/+10
* Core: complete documentation on LassoProfileBenjamin Dauvergne2010-01-181-8/+41
* Core: complete documentation on LassoLoginBenjamin Dauvergne2010-01-181-1/+6
* fix typo (transfer-none) -> (transfer none)Benjamin Dauvergne2010-01-181-1/+1
* FIX ABI breakage between 2.2.1 and 2.2.2 in LassoSamlAdviceBenjamin Dauvergne2010-01-151-3/+3
* Core: remove warning emiting macros from lasso_session_remove_assertionBenjamin Dauvergne2010-01-141-2/+3
* ID-FF&SAML2: if use is not defined on a key descriptor use the key for any useBenjamin Dauvergne2010-01-141-2/+2
* Core Profile: remove need for identity in lasso_profile_get_nameIdentifierBenjamin Dauvergne2010-01-121-11/+11
* Core Server: make default to load signing private key also as encryption priv...Benjamin Dauvergne2010-01-121-0/+9
* Core Node: add args to lasso_node_encrypt to set recipient of an encrypted el...Benjamin Dauvergne2010-01-121-1/+1
* SAML 2.0: overhaul for ubuquitous binding support, still need work for HTTP-A...Benjamin Dauvergne2010-01-125-20/+89
* Core: in profile.c, profile.h, profileprivate.h, add a new attribute to expre...Benjamin Dauvergne2010-01-123-0/+41
* Core: in identity.c, do not emit trace when lasso_identity_get_federation failsBenjamin Dauvergne2010-01-121-2/+5
* 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
* XML: move SOAP API to its own sub directoryBenjamin Dauvergne2010-01-041-2/+0
* Core: in provider.c, add lasso_provider_verify_single_node_signatureBenjamin Dauvergne2010-01-042-0/+31
* Core Login: in login.c, add assertion accessorBenjamin Dauvergne2010-01-042-1/+23
* Core: in server.c, change signature of lasso_server_get_provider, add anottat...Benjamin Dauvergne2010-01-042-3/+3
* Core: in provider.c, add accessors for encryption informationsBenjamin Dauvergne2010-01-042-2/+41
* Restore ancient semantic of lasso_profile_is_session_dirtyBenjamin Dauvergne2009-11-301-1/+1
* Fix double g_object_unrefBenjamin Dauvergne2009-11-301-2/+0
* Core: factorize code to obtain a SPNameQualifierBenjamin Dauvergne2009-10-303-6/+34