Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Inverted only 2 lines :-) | Valery Febvre | 2004-07-28 | 1 | -3/+4 | |
| | ||||||
* | Just a typing mistake | Valery Febvre | 2004-07-28 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-28 | 3 | -7/+7 | |
| | ||||||
* | server attribute is now a copy in lasso_logout_new() | Valery Febvre | 2004-07-28 | 1 | -4/+4 | |
| | ||||||
* | Atrributes server & user are now copied in lasso_login_new() | Valery Febvre | 2004-07-28 | 1 | -4/+4 | |
| | | | | and lasso_login_new_from_dump() methods | |||||
* | Added destroy calls for server & user attributes in ↵ | Valery Febvre | 2004-07-28 | 1 | -4/+6 | |
| | | | | | | lasso_profile_context_dispose() private method. | |||||
* | Added lasso_user_copy() method | Valery Febvre | 2004-07-28 | 2 | -9/+95 | |
| | | | | Added lasso_user_dispose() private method | |||||
* | Added lasso_server_copy() method | Valery Febvre | 2004-07-28 | 2 | -19/+48 | |
| | ||||||
* | Added lasso_identity_copy() method | Valery Febvre | 2004-07-28 | 2 | -5/+22 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-28 | 2 | -2/+2 | |
| | ||||||
* | updated .cvsignore (binary is now tests and out.xml has been renamed to | Frederic Peters | 2004-07-28 | 1 | -2/+2 | |
| | | | | result.xml) | |||||
* | modularized tests; it is now possible to add more suites easily. | Frederic Peters | 2004-07-28 | 3 | -41/+82 | |
| | ||||||
* | Added lasso_provider_copy() method | Valery Febvre | 2004-07-28 | 2 | -0/+17 | |
| | ||||||
* | lasso_node_get_name now returns now an xmlChar* (instead of a const xmlChar*) | Valery Febvre | 2004-07-28 | 2 | -4/+6 | |
| | ||||||
* | remove generated lasso.pc on make clean | Frederic Peters | 2004-07-28 | 1 | -1/+4 | |
| | ||||||
* | debug messages | Nicolas Clapies | 2004-07-27 | 1 | -1/+4 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-27 | 1 | -1/+1 | |
| | ||||||
* | update of federation termination | Nicolas Clapies | 2004-07-27 | 7 | -126/+172 | |
| | ||||||
* | debian/ updated for official 0.3 release | Frederic Peters | 2004-07-27 | 6 | -18/+53 | |
| | ||||||
* | version 0.3.0 | Nicolas Clapies | 2004-07-27 | 1 | -1/+1 | |
| | ||||||
* | remove useless debug message | Nicolas Clapies | 2004-07-27 | 1 | -1/+0 | |
| | ||||||
* | fixed warnings | Frederic Peters | 2004-07-27 | 1 | -2/+2 | |
| | ||||||
* | Move first_* to initial_* vars | Nicolas Clapies | 2004-07-27 | 2 | -25/+26 | |
| | ||||||
* | Use LassoNode_get instead of LassoAssertion_get in user_add_assertion() | Nicolas Clapies | 2004-07-27 | 1 | -4/+2 | |
| | ||||||
* | 'assertion' var should be a PyObject*, not a LassoNode* (in user_add_assertion) | Valery Febvre | 2004-07-27 | 1 | -4/+5 | |
| | ||||||
* | Ooops, Copy/Paste isn't always your friend :-) | Valery Febvre | 2004-07-27 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-27 | 1 | -6/+3 | |
| | ||||||
* | Removed 2 useless lasso_node_copy | Valery Febvre | 2004-07-27 | 1 | -2/+2 | |
| | ||||||
* | remove the second param of lasso.Login.new | Nicolas Clapies | 2004-07-26 | 1 | -4/+4 | |
| | ||||||
* | fix a bug in python binding user_add_assertion : give obj of python ↵ | Nicolas Clapies | 2004-07-26 | 4 | -3/+18 | |
| | | | | assertion, add a copy of assertion in lasso_add_assertion ( not sure, but assertion should be copied ) | |||||
* | Removed obsolete logout method load_from_dump. | Emmanuel Raviart | 2004-07-26 | 17 | -102/+42 | |
| | | | | | | | | Upgraded some residual calls to login_new & logout_new. Updated Java binding. Java unit test works (and C too, but Python still doesn't). | |||||
* | output tags when error occurs (not just success or failures) | Frederic Peters | 2004-07-26 | 1 | -0/+8 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-26 | 1 | -7/+7 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-26 | 4 | -23/+18 | |
| | ||||||
* | Added new ProfileContext class | Valery Febvre | 2004-07-26 | 4 | -25/+109 | |
| | ||||||
* | remove logout-from-idp.py, only logout.py is useful | Nicolas Clapies | 2004-07-26 | 2 | -58/+0 | |
| | ||||||
* | Removed from the dist the two removed files. | Romain Chantereay | 2004-07-26 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-26 | 1 | -2/+2 | |
| | ||||||
* | Added lasso_profile_context_set_user_from_dump method | Valery Febvre | 2004-07-26 | 2 | -2/+18 | |
| | ||||||
* | Removed arg user in lasso_login_new | Valery Febvre | 2004-07-26 | 2 | -5/+2 | |
| | ||||||
* | - Removed old style DLL exports definitions. | Romain Chantereay | 2004-07-26 | 3 | -584/+19 | |
| | | | | - Moved old to new way windows dll creation command. | |||||
* | Added special Windows AC substitution. | Romain Chantereay | 2004-07-26 | 1 | -6/+17 | |
| | ||||||
* | update of example | Nicolas Clapies | 2004-07-26 | 1 | -2/+11 | |
| | ||||||
* | acces to RelayState in logout object | Nicolas Clapies | 2004-07-26 | 4 | -52/+75 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-26 | 2 | -7/+7 | |
| | ||||||
* | use the macro to get logout data. | Romain Chantereay | 2004-07-26 | 1 | -1/+1 | |
| | ||||||
* | Removed 4 useless #define constants | Valery Febvre | 2004-07-26 | 2 | -34/+11 | |
| | ||||||
* | Added consent attribute check in lasso_login_process_federation() function | Valery Febvre | 2004-07-26 | 1 | -21/+45 | |
| | ||||||
* | set a few variables to NULL after they'be freed; and don't free providerID in | Frederic Peters | 2004-07-26 | 1 | -1/+11 | |
| | | | | lasso_user_get_authentication_method if it was passed by the caller. | |||||
* | Finished to implement lasso_login_destroy() and lasso_logout_destroy() methods | Valery Febvre | 2004-07-26 | 4 | -2/+68 | |
| |