summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Inverted only 2 lines :-)Valery Febvre2004-07-281-3/+4
|
* Just a typing mistakeValery Febvre2004-07-281-1/+1
|
* *** empty log message ***Valery Febvre2004-07-283-7/+7
|
* server attribute is now a copy in lasso_logout_new()Valery Febvre2004-07-281-4/+4
|
* Atrributes server & user are now copied in lasso_login_new()Valery Febvre2004-07-281-4/+4
| | | | and lasso_login_new_from_dump() methods
* Added destroy calls for server & user attributes in ↵Valery Febvre2004-07-281-4/+6
| | | | | | lasso_profile_context_dispose() private method.
* Added lasso_user_copy() methodValery Febvre2004-07-282-9/+95
| | | | Added lasso_user_dispose() private method
* Added lasso_server_copy() methodValery Febvre2004-07-282-19/+48
|
* Added lasso_identity_copy() methodValery Febvre2004-07-282-5/+22
|
* *** empty log message ***Valery Febvre2004-07-282-2/+2
|
* updated .cvsignore (binary is now tests and out.xml has been renamed toFrederic Peters2004-07-281-2/+2
| | | | result.xml)
* modularized tests; it is now possible to add more suites easily.Frederic Peters2004-07-283-41/+82
|
* Added lasso_provider_copy() methodValery Febvre2004-07-282-0/+17
|
* lasso_node_get_name now returns now an xmlChar* (instead of a const xmlChar*)Valery Febvre2004-07-282-4/+6
|
* remove generated lasso.pc on make cleanFrederic Peters2004-07-281-1/+4
|
* debug messagesNicolas Clapies2004-07-271-1/+4
|
* *** empty log message ***Nicolas Clapies2004-07-271-1/+1
|
* update of federation terminationNicolas Clapies2004-07-277-126/+172
|
* debian/ updated for official 0.3 releaseFrederic Peters2004-07-276-18/+53
|
* version 0.3.0Nicolas Clapies2004-07-271-1/+1
|
* remove useless debug messageNicolas Clapies2004-07-271-1/+0
|
* fixed warningsFrederic Peters2004-07-271-2/+2
|
* Move first_* to initial_* varsNicolas Clapies2004-07-272-25/+26
|
* Use LassoNode_get instead of LassoAssertion_get in user_add_assertion()Nicolas Clapies2004-07-271-4/+2
|
* 'assertion' var should be a PyObject*, not a LassoNode* (in user_add_assertion)Valery Febvre2004-07-271-4/+5
|
* Ooops, Copy/Paste isn't always your friend :-)Valery Febvre2004-07-271-2/+2
|
* *** empty log message ***Valery Febvre2004-07-271-6/+3
|
* Removed 2 useless lasso_node_copyValery Febvre2004-07-271-2/+2
|
* remove the second param of lasso.Login.newNicolas Clapies2004-07-261-4/+4
|
* fix a bug in python binding user_add_assertion : give obj of python ↵Nicolas Clapies2004-07-264-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 Raviart2004-07-2617-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 Peters2004-07-261-0/+8
|
* *** empty log message ***Valery Febvre2004-07-261-7/+7
|
* *** empty log message ***Valery Febvre2004-07-264-23/+18
|
* Added new ProfileContext classValery Febvre2004-07-264-25/+109
|
* remove logout-from-idp.py, only logout.py is usefulNicolas Clapies2004-07-262-58/+0
|
* Removed from the dist the two removed files.Romain Chantereay2004-07-261-1/+1
|
* *** empty log message ***Valery Febvre2004-07-261-2/+2
|
* Added lasso_profile_context_set_user_from_dump methodValery Febvre2004-07-262-2/+18
|
* Removed arg user in lasso_login_newValery Febvre2004-07-262-5/+2
|
* - Removed old style DLL exports definitions.Romain Chantereay2004-07-263-584/+19
| | | | - Moved old to new way windows dll creation command.
* Added special Windows AC substitution.Romain Chantereay2004-07-261-6/+17
|
* update of exampleNicolas Clapies2004-07-261-2/+11
|
* acces to RelayState in logout objectNicolas Clapies2004-07-264-52/+75
|
* *** empty log message ***Valery Febvre2004-07-262-7/+7
|
* use the macro to get logout data.Romain Chantereay2004-07-261-1/+1
|
* Removed 4 useless #define constantsValery Febvre2004-07-262-34/+11
|
* Added consent attribute check in lasso_login_process_federation() functionValery Febvre2004-07-261-21/+45
|
* set a few variables to NULL after they'be freed; and don't free providerID inFrederic Peters2004-07-261-1/+11
| | | | lasso_user_get_authentication_method if it was passed by the caller.
* Finished to implement lasso_login_destroy() and lasso_logout_destroy() methodsValery Febvre2004-07-264-2/+68
|