Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Corrected Lasso URL. | Emmanuel Raviart | 2004-07-22 | 66 | -75/+89 | |
| | | | | Some progress in Python non regression test. | |||||
* | Corrected Lasso URL for java binding. | Emmanuel Raviart | 2004-07-22 | 3 | -3/+3 | |
| | ||||||
* | Some progress in first non regression test. | Emmanuel Raviart | 2004-07-22 | 8 | -36/+67 | |
| | ||||||
* | Update | Valery Febvre | 2004-07-22 | 1 | -0/+5 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-22 | 1 | -40/+14 | |
| | ||||||
* | Added "ProviderID" attribut in server object | Valery Febvre | 2004-07-22 | 2 | -13/+39 | |
| | | | | A memory leak was removed in lasso_server_new | |||||
* | Added method set_consent in LibAuthnRequest class | Valery Febvre | 2004-07-22 | 5 | -3/+25 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-22 | 2 | -0/+10 | |
| | ||||||
* | better way | Frederic Peters | 2004-07-21 | 1 | -4/+5 | |
| | ||||||
* | compilation warnings; in a better way | Frederic Peters | 2004-07-21 | 1 | -12/+14 | |
| | ||||||
* | fixed compilation warning | Frederic Peters | 2004-07-21 | 4 | -6/+6 | |
| | ||||||
* | compilation without warning | Frederic Peters | 2004-07-21 | 1 | -1/+1 | |
| | ||||||
* | compilation without warnings | Frederic Peters | 2004-07-21 | 1 | -4/+6 | |
| | ||||||
* | compilation without warning | Frederic Peters | 2004-07-21 | 1 | -0/+1 | |
| | ||||||
* | ciompilation without warning | Frederic Peters | 2004-07-21 | 1 | -4/+4 | |
| | ||||||
* | compilation without warnings | Frederic Peters | 2004-07-21 | 1 | -18/+19 | |
| | ||||||
* | removed compilation warnings; fixed a few places where memory was allocated | Frederic Peters | 2004-07-21 | 1 | -14/+15 | |
| | | | | with GLib (g_malloc) and freed with libxml2 (xmlFree). | |||||
* | C (before C99) didn't allow // as comments; trying to be kind | Frederic Peters | 2004-07-21 | 4 | -9/+9 | |
| | ||||||
* | fixed lasso site url | Frederic Peters | 2004-07-21 | 26 | -26/+26 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-21 | 7 | -18/+87 | |
| | ||||||
* | Added gcj support. | Emmanuel Raviart | 2004-07-21 | 1 | -3/+8 | |
| | ||||||
* | Changed Makefile for Kaffe support. | Emmanuel Raviart | 2004-07-21 | 33 | -307/+318 | |
| | | | | | | Added new class LassoObject. First non regression test. | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-21 | 3 | -12/+16 | |
| | ||||||
* | update of federation termination notification | Nicolas Clapies | 2004-07-21 | 10 | -63/+102 | |
| | ||||||
* | Update | Valery Febvre | 2004-07-21 | 1 | -8/+14 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-21 | 5 | -39/+48 | |
| | ||||||
* | add list of identity provider id in user environ | Nicolas Clapies | 2004-07-21 | 9 | -32/+79 | |
| | ||||||
* | allow no param in init_request for class Logout | Nicolas Clapies | 2004-07-21 | 3 | -9/+12 | |
| | ||||||
* | lasso_node_add_signature() method returns now an integer | Valery Febvre | 2004-07-21 | 2 | -7/+10 | |
| | ||||||
* | lasso_saml_assertion_set_signature() method returns now an integer | Valery Febvre | 2004-07-21 | 2 | -4/+4 | |
| | ||||||
* | lasso_ds_signature_sign() method returns now an integer | Valery Febvre | 2004-07-21 | 2 | -9/+20 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-21 | 1 | -2/+6 | |
| | ||||||
* | Added error codes in lasso_login_add_response_assertion | Valery Febvre | 2004-07-21 | 1 | -16/+26 | |
| | ||||||
* | Added method lasso_user_remove_identity | Valery Febvre | 2004-07-20 | 2 | -2/+45 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-20 | 1 | -0/+1 | |
| | ||||||
* | Removed 2 compilation warnings | Valery Febvre | 2004-07-20 | 1 | -2/+3 | |
| | ||||||
* | Added method lasso_identity_destroy() | Valery Febvre | 2004-07-20 | 2 | -1/+64 | |
| | ||||||
* | Added method lasso_node_import_from_node() | Valery Febvre | 2004-07-20 | 2 | -0/+33 | |
| | ||||||
* | fct lasso_login_create_user: | Valery Febvre | 2004-07-20 | 1 | -16/+64 | |
| | | | | | Created a new identity with the 2 nameIdentifiers found in response assertion this identity is added in user attribute | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-20 | 6 | -57/+45 | |
| | ||||||
* | update internal code to use new_from_export style | Nicolas Clapies | 2004-07-20 | 11 | -188/+164 | |
| | ||||||
* | Added Java binding. | Emmanuel Raviart | 2004-07-20 | 32 | -0/+2307 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-20 | 1 | -2/+7 | |
| | ||||||
* | Added Python first unit test. | Emmanuel Raviart | 2004-07-20 | 2 | -0/+145 | |
| | | | | | Added keys, certificates and metadata, that will be used by regression tests and samples. | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-20 | 1 | -2/+2 | |
| | ||||||
* | update debug infos | Nicolas Clapies | 2004-07-20 | 1 | -11/+10 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-20 | 5 | -0/+91 | |
| | ||||||
* | initial version of register name identifier | Nicolas Clapies | 2004-07-20 | 4 | -134/+551 | |
| | ||||||
* | update destroy method | Nicolas Clapies | 2004-07-20 | 1 | -4/+21 | |
| | ||||||
* | files to be included in python tarball | Frederic Peters | 2004-07-20 | 1 | -0/+5 | |
| |