summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Removed nameIdentifier attribute in Logout objectValery Febvre2004-07-263-5/+4
| | | | There is already a nameIdientifier attribute in ProfileContext class
* added an XXX and a comment where I think the problem is. Developers; pleaseFrederic Peters2004-07-261-2/+16
| | | | have a look.
* --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
| | | | | | | | | | | | | | | | | | | | | | | | | 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 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
| | | | lines so far and I should probably move to something or I'll get angry.
* Removed many memory leaksValery Febvre2004-07-265-67/+86
|
* Removed many memory leaksValery Febvre2004-07-255-13/+27
|
* Finished to implement lasso_user_destroy() methodValery Febvre2004-07-251-77/+123
| | | | Removed many memory leaks
* sync namespace with check unittest namespace (I didn't feel like they wouldFrederic Peters2004-07-251-1/+1
| | | | keep a 0d.be namespace...)
* check 0.9 no longer has suite_free(). And our local version gotFrederic Peters2004-07-251-1/+2
| | | | srunner_set_xml()
* Added a ColdFusion redirect to IDP single sign-on URL.Emmanuel Raviart2004-07-251-0/+1
|
* Added Makefile for ColdFusion "binding".Emmanuel Raviart2004-07-251-0/+39
|
* Added ColdFusion very preliminary "binding" using Java binding.Emmanuel Raviart2004-07-253-0/+100
|
* Java unit test is again similar to Python.Emmanuel Raviart2004-07-2514-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 Peters2004-07-251-0/+3
|
* moved as debug() two messages (those were interfering with the test suite)Frederic Peters2004-07-252-2/+2
|
* use message functions to show message (fix #217)Frederic Peters2004-07-254-19/+19
|