summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
...
* * fix syntax error introduced in r3494 :) Bad benjamin commit before compiling.Benjamin Dauvergne2008-02-291-2/+2
|
* * id-ff/logout.c: (lasso_logout_init_request) free remote_provider_id ↵Benjamin Dauvergne2008-02-291-1/+2
| | | | | | before setting it. free profile->request before setting it if LASSO_IS_NODE(request), not just LASSO_IS_LIB_LOGOUT_REQUEST(request). Fix memory leaks.
* * name_id_management.c: (lasso_name_id_management_init_request)get the Benjamin Dauvergne2008-02-291-4/+17
| | | | | | first providerId when remote_provider_id is NULL, free old remote_provider_id string when non null and unref old name_identifier when non null. Fix memory leaks and lacking usual feature of init_request functions.
* fixed the prototype of get_type functions to avoid warnings on windowsDamien Laniel2008-02-291-1/+1
|
* misc text node attributes are not privateFrederic Peters2008-02-261-1/+0
|
* keep NameIdPolicy/Format in login->nameIDPolicy, as in ID-FF 1.2; use it not toFrederic Peters2008-02-251-1/+7
| | | | look for federations when transient is requested.
* * reflect in the documentation of lasso_server_new the fact that metadata is ↵Benjamin Dauvergne2008-02-211-3/+3
| | | | optional
* * Add lasso_ds_* API to the general build of lasso (was enable only with ↵Benjamin Dauvergne2008-02-202-2/+2
| | | | id-wsf before)
* * Suppression de #define doublons.Benjamin Dauvergne2008-02-182-8/+1
| | | | | * Ajout d'un commentaire déclaratif /* of LassoXXX */ à une déclaration d'un membre de structure de type GList*.
* proper castingFrederic Peters2008-02-182-4/+8
|
* fixed assertion refcounting in lasso_login_build_assertion, changedFrederic Peters2008-02-183-12/+9
| | | | lasso_session_add_assertion to refcount the assertion it gets
* register all known prefixes to xpath contextFrederic Peters2008-02-012-8/+50
|
* warns when signing saml2 elements would fail because private key is missingFrederic Peters2008-01-233-6/+21
|
* rewording (hopefully without adding bug)Frederic Peters2008-01-231-18/+19
|
* removed unnecessary double call to export_to_soapFrederic Peters2008-01-231-1/+0
|
* proper casts of xmlChar*Frederic Peters2008-01-232-4/+4
|
* removed unused variableFrederic Peters2008-01-151-1/+0
|
* loop on attributeStatement and childs listsDamien Laniel2008-01-141-16/+29
|
* fixed mixing epr assertion attribute with other custom attributesDamien Laniel2008-01-142-7/+9
|
* added preliminary support for the Assertion Query and Request profile.Frederic Peters2007-12-273-0/+729
|
* renamed files according to their contentsFrederic Peters2007-12-273-2/+2
|
* renamed samlp2:AssertionIDRequest with an underscore between id and request.Frederic Peters2007-12-272-21/+21
|
* handle name identifier formats : email and unspecifiedDamien Laniel2007-12-061-3/+13
|
* added all missing name identifier formatsDamien Laniel2007-12-061-0/+8
|
* break ABI less than beforeDamien Laniel2007-12-051-1/+1
|
* added support for encrypting name identifiers with id-ff 1.2Damien Laniel2007-12-055-10/+80
|
* store ProtocolProfile even when it is RedirectFrederic Peters2007-12-031-2/+6
|
* support for HTTP-Redirect binding being explicitely specifiedFrederic Peters2007-12-031-0/+2
|
* added support for sending SAMLv2 AuthnResponse over HTTP-Redirect (whichFrederic Peters2007-11-273-7/+27
| | | | shouldn't be used because the assertion within makes for a very big message)
* include serverprivate.h since lasso_server_get_first_providerID is used.Frederic Peters2007-11-271-0/+1
|
* format list in docstring with paragraphs, as this form is known by the newFrederic Peters2007-11-221-7/+12
| | | | binding generator
* fixed parameter name that differed between docstring and functionFrederic Peters2007-11-221-1/+1
|
* fixed parameter names that different between header and source fileFrederic Peters2007-11-221-1/+1
|
* fixed comments pointing to the wrong functionFrederic Peters2007-11-221-2/+2
|
* removed direct usage of g_object_unref from lasso_*_destroy methodsFrederic Peters2007-11-225-5/+5
|
* formatting fix in docstringFrederic Peters2007-11-221-1/+1
|
* don't shout a critical error when there is no session and logoutFrederic Peters2007-11-221-1/+4
| | | | get_next_providerId is called.
* fixed wrong type for SamlpRequest->RespondWith (list of strings, was declaredFrederic Peters2007-11-131-1/+1
| | | | as list of nodes)
* removed the * from the GList item type as other GList items are commented ↵Damien Laniel2007-11-131-1/+1
| | | | with no *
* added item types for GHashTableDamien Laniel2007-11-133-4/+6
|
* allow a NULL first parameter in init_notificationDamien Laniel2007-11-121-6/+13
|
* annotate GList* of xmlNode*Frederic Peters2007-11-0319-19/+19
|
* updated annotations to use '/* of strings */' instead of '/* of char* */' as itFrederic Peters2007-10-302-3/+3
| | | | is more readable
* added annotation about GList items typeFrederic Peters2007-10-301-2/+2
|
* error checking when processing artifact response.Frederic Peters2007-10-191-2/+15
|
* fixed modifyng root nodeDamien Laniel2007-10-111-3/+10
|
* removed an usused variableDamien Laniel2007-10-101-1/+0
|
* cosmetic issue, set parameter name in function declarationFrederic Peters2007-10-041-1/+2
|
* changed the way status code is handled to make code simplerDamien Laniel2007-10-041-21/+15
|
* added lasso_data_service_get_resource_offering method to getFrederic Peters2007-10-042-0/+17
| | | | LassoDiscoResourceOffering of a DataService