Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Removed nameIdentifier attribute in Logout object | Valery Febvre | 2004-07-26 | 3 | -5/+4 | |
| | | | | There is already a nameIdientifier attribute in ProfileContext class | |||||
* | added an XXX and a comment where I think the problem is. Developers; please | Frederic Peters | 2004-07-26 | 1 | -2/+16 | |
| | | | | have a look. | |||||
* | --dontfork mode for the tests (so it is easier to debug segfaults) | Frederic Peters | 2004-07-26 | 1 | -0/+11 | |
| | ||||||
* | end of test port to C; developers, please test it (or the python login_tests; | Frederic Peters | 2004-07-26 | 1 | -2/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | results should be identical). There is a problem in memory management and *sometimes* it works. *Sometimes* it doesn't: (process:12643): lasso-CRITICAL **: file xml.c: line 64 (lasso_node_copy): assertion `LASSO_IS_NODE(node)' failed (process:12643): lasso-CRITICAL **: file xml.c: line 1024 (lasso_node_impl_add_child): assertion `LASSO_IS_NODE(child)' failed And *sometimes* it is even worse (segfault): Running suite(s): Login 50%: Checks: 2, Failures: 0, Errors: 1 login_tests.c:81:P:Generate Server Contexts:test01_generateServersContextDumps:Passed login_tests.c:229:E:Login initiated by service provider:test02_serviceProviderLogin: (after this point) Received signal 11 I believe this is caused by something in http://buildbox.entrouvert.org/logs/20040726/lupin.0320.changelog.xml | |||||
* | this is a debug message; please. | Frederic Peters | 2004-07-26 | 1 | -1/+1 | |
| | ||||||
* | require check 0.9.0 | Frederic Peters | 2004-07-26 | 1 | -1/+1 | |
| | ||||||
* | further in the unit test; pain pain pain. | Frederic Peters | 2004-07-26 | 1 | -1/+53 | |
| | ||||||
* | started to copy Python second test (serviceProviderLogin) in C. 1 hour and 38 | Frederic Peters | 2004-07-26 | 1 | -8/+98 | |
| | | | | lines so far and I should probably move to something or I'll get angry. | |||||
* | Removed many memory leaks | Valery Febvre | 2004-07-26 | 5 | -67/+86 | |
| | ||||||
* | Removed many memory leaks | Valery Febvre | 2004-07-25 | 5 | -13/+27 | |
| | ||||||
* | Finished to implement lasso_user_destroy() method | Valery Febvre | 2004-07-25 | 1 | -77/+123 | |
| | | | | Removed many memory leaks | |||||
* | sync namespace with check unittest namespace (I didn't feel like they would | Frederic Peters | 2004-07-25 | 1 | -1/+1 | |
| | | | | keep a 0d.be namespace...) | |||||
* | check 0.9 no longer has suite_free(). And our local version got | Frederic Peters | 2004-07-25 | 1 | -1/+2 | |
| | | | | srunner_set_xml() | |||||
* | Added a ColdFusion redirect to IDP single sign-on URL. | Emmanuel Raviart | 2004-07-25 | 1 | -0/+1 | |
| | ||||||
* | Added Makefile for ColdFusion "binding". | Emmanuel Raviart | 2004-07-25 | 1 | -0/+39 | |
| | ||||||
* | Added ColdFusion very preliminary "binding" using Java binding. | Emmanuel Raviart | 2004-07-25 | 3 | -0/+100 | |
| | ||||||
* | Java unit test is again similar to Python. | Emmanuel Raviart | 2004-07-25 | 14 | -89/+163 | |
| | | | | | | Corrected Java binding to pass the unit test both with Kaffe and Sun JRE. Added a small new test in Python unit test. | |||||
* | add title and time for test suites (in xml output) | Frederic Peters | 2004-07-25 | 1 | -0/+3 | |
| | ||||||
* | moved as debug() two messages (those were interfering with the test suite) | Frederic Peters | 2004-07-25 | 2 | -2/+2 | |
| | ||||||
* | use message functions to show message (fix #217) | Frederic Peters | 2004-07-25 | 4 | -19/+19 | |
| |