Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * fix syntax error introduced in r3494 :) Bad benjamin commit before compiling. | Benjamin Dauvergne | 2008-02-29 | 1 | -2/+2 | |
| | ||||||
* | * id-ff/logout.c: (lasso_logout_init_request) free remote_provider_id ↵ | Benjamin Dauvergne | 2008-02-29 | 1 | -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 Dauvergne | 2008-02-29 | 1 | -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 windows | Damien Laniel | 2008-02-29 | 1 | -1/+1 | |
| | ||||||
* | misc text node attributes are not private | Frederic Peters | 2008-02-26 | 1 | -1/+0 | |
| | ||||||
* | keep NameIdPolicy/Format in login->nameIDPolicy, as in ID-FF 1.2; use it not to | Frederic Peters | 2008-02-25 | 1 | -1/+7 | |
| | | | | look for federations when transient is requested. | |||||
* | * reflect in the documentation of lasso_server_new the fact that metadata is ↵ | Benjamin Dauvergne | 2008-02-21 | 1 | -3/+3 | |
| | | | | optional | |||||
* | * Add lasso_ds_* API to the general build of lasso (was enable only with ↵ | Benjamin Dauvergne | 2008-02-20 | 2 | -2/+2 | |
| | | | | id-wsf before) | |||||
* | * Suppression de #define doublons. | Benjamin Dauvergne | 2008-02-18 | 2 | -8/+1 | |
| | | | | | * Ajout d'un commentaire déclaratif /* of LassoXXX */ à une déclaration d'un membre de structure de type GList*. | |||||
* | proper casting | Frederic Peters | 2008-02-18 | 2 | -4/+8 | |
| | ||||||
* | fixed assertion refcounting in lasso_login_build_assertion, changed | Frederic Peters | 2008-02-18 | 3 | -12/+9 | |
| | | | | lasso_session_add_assertion to refcount the assertion it gets | |||||
* | register all known prefixes to xpath context | Frederic Peters | 2008-02-01 | 2 | -8/+50 | |
| | ||||||
* | warns when signing saml2 elements would fail because private key is missing | Frederic Peters | 2008-01-23 | 3 | -6/+21 | |
| | ||||||
* | rewording (hopefully without adding bug) | Frederic Peters | 2008-01-23 | 1 | -18/+19 | |
| | ||||||
* | removed unnecessary double call to export_to_soap | Frederic Peters | 2008-01-23 | 1 | -1/+0 | |
| | ||||||
* | proper casts of xmlChar* | Frederic Peters | 2008-01-23 | 2 | -4/+4 | |
| | ||||||
* | removed unused variable | Frederic Peters | 2008-01-15 | 1 | -1/+0 | |
| | ||||||
* | loop on attributeStatement and childs lists | Damien Laniel | 2008-01-14 | 1 | -16/+29 | |
| | ||||||
* | fixed mixing epr assertion attribute with other custom attributes | Damien Laniel | 2008-01-14 | 2 | -7/+9 | |
| | ||||||
* | added preliminary support for the Assertion Query and Request profile. | Frederic Peters | 2007-12-27 | 3 | -0/+729 | |
| | ||||||
* | renamed files according to their contents | Frederic Peters | 2007-12-27 | 3 | -2/+2 | |
| | ||||||
* | renamed samlp2:AssertionIDRequest with an underscore between id and request. | Frederic Peters | 2007-12-27 | 2 | -21/+21 | |
| | ||||||
* | handle name identifier formats : email and unspecified | Damien Laniel | 2007-12-06 | 1 | -3/+13 | |
| | ||||||
* | added all missing name identifier formats | Damien Laniel | 2007-12-06 | 1 | -0/+8 | |
| | ||||||
* | break ABI less than before | Damien Laniel | 2007-12-05 | 1 | -1/+1 | |
| | ||||||
* | added support for encrypting name identifiers with id-ff 1.2 | Damien Laniel | 2007-12-05 | 5 | -10/+80 | |
| | ||||||
* | store ProtocolProfile even when it is Redirect | Frederic Peters | 2007-12-03 | 1 | -2/+6 | |
| | ||||||
* | support for HTTP-Redirect binding being explicitely specified | Frederic Peters | 2007-12-03 | 1 | -0/+2 | |
| | ||||||
* | added support for sending SAMLv2 AuthnResponse over HTTP-Redirect (which | Frederic Peters | 2007-11-27 | 3 | -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 Peters | 2007-11-27 | 1 | -0/+1 | |
| | ||||||
* | format list in docstring with paragraphs, as this form is known by the new | Frederic Peters | 2007-11-22 | 1 | -7/+12 | |
| | | | | binding generator | |||||
* | fixed parameter name that differed between docstring and function | Frederic Peters | 2007-11-22 | 1 | -1/+1 | |
| | ||||||
* | fixed parameter names that different between header and source file | Frederic Peters | 2007-11-22 | 1 | -1/+1 | |
| | ||||||
* | fixed comments pointing to the wrong function | Frederic Peters | 2007-11-22 | 1 | -2/+2 | |
| | ||||||
* | removed direct usage of g_object_unref from lasso_*_destroy methods | Frederic Peters | 2007-11-22 | 5 | -5/+5 | |
| | ||||||
* | formatting fix in docstring | Frederic Peters | 2007-11-22 | 1 | -1/+1 | |
| | ||||||
* | don't shout a critical error when there is no session and logout | Frederic Peters | 2007-11-22 | 1 | -1/+4 | |
| | | | | get_next_providerId is called. | |||||
* | fixed wrong type for SamlpRequest->RespondWith (list of strings, was declared | Frederic Peters | 2007-11-13 | 1 | -1/+1 | |
| | | | | as list of nodes) | |||||
* | removed the * from the GList item type as other GList items are commented ↵ | Damien Laniel | 2007-11-13 | 1 | -1/+1 | |
| | | | | with no * | |||||
* | added item types for GHashTable | Damien Laniel | 2007-11-13 | 3 | -4/+6 | |
| | ||||||
* | allow a NULL first parameter in init_notification | Damien Laniel | 2007-11-12 | 1 | -6/+13 | |
| | ||||||
* | annotate GList* of xmlNode* | Frederic Peters | 2007-11-03 | 19 | -19/+19 | |
| | ||||||
* | updated annotations to use '/* of strings */' instead of '/* of char* */' as it | Frederic Peters | 2007-10-30 | 2 | -3/+3 | |
| | | | | is more readable | |||||
* | added annotation about GList items type | Frederic Peters | 2007-10-30 | 1 | -2/+2 | |
| | ||||||
* | error checking when processing artifact response. | Frederic Peters | 2007-10-19 | 1 | -2/+15 | |
| | ||||||
* | fixed modifyng root node | Damien Laniel | 2007-10-11 | 1 | -3/+10 | |
| | ||||||
* | removed an usused variable | Damien Laniel | 2007-10-10 | 1 | -1/+0 | |
| | ||||||
* | cosmetic issue, set parameter name in function declaration | Frederic Peters | 2007-10-04 | 1 | -1/+2 | |
| | ||||||
* | changed the way status code is handled to make code simpler | Damien Laniel | 2007-10-04 | 1 | -21/+15 | |
| | ||||||
* | added lasso_data_service_get_resource_offering method to get | Frederic Peters | 2007-10-04 | 2 | -0/+17 | |
| | | | | LassoDiscoResourceOffering of a DataService |