summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* 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 assertion...Nicolas Clapies2004-07-264-3/+18
* Removed obsolete logout method load_from_dump.Emmanuel Raviart2004-07-2617-102/+42
* 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
* 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
* Finished to implement lasso_login_destroy() and lasso_logout_destroy() methodsValery Febvre2004-07-264-2/+68
* Removed nameIdentifier attribute in Logout objectValery Febvre2004-07-263-5/+4
* added an XXX and a comment where I think the problem is. Developers; pleaseFrederic Peters2004-07-261-2/+16
* --dontfork mode for the tests (so it is easier to debug segfaults)Frederic Peters2004-07-261-0/+11
* end of test port to C; developers, please test it (or the python login_tests;Frederic Peters2004-07-261-2/+48
* this is a debug message; please.Frederic Peters2004-07-261-1/+1
* require check 0.9.0Frederic Peters2004-07-261-1/+1
* further in the unit test; pain pain pain.Frederic Peters2004-07-261-1/+53
* started to copy Python second test (serviceProviderLogin) in C. 1 hour and 38Frederic Peters2004-07-261-8/+98
* Removed many memory leaksValery Febvre2004-07-265-67/+86