Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | basic XmlTestRunner; ./tests.py --xml; output to stdout (messed up with lasso | Frederic Peters | 2004-07-25 | 2 | -7/+79 | |
| | | | | spouting messages on stdout; will be fixed on lasso side) | |||||
* | s/&/and/ | Frederic Peters | 2004-07-25 | 1 | -1/+1 | |
| | ||||||
* | Added lasso_provider_destroy() method | Valery Febvre | 2004-07-25 | 2 | -0/+8 | |
| | ||||||
* | Finished to implement lasso_server_destroy() method | Valery Febvre | 2004-07-25 | 2 | -6/+23 | |
| | ||||||
* | Replaced 2 debug(ERROR, ...) by new message(G_LOG_LEVEL_ERROR, ...) function | Valery Febvre | 2004-07-25 | 1 | -12/+12 | |
| | | | | BEWARE: debug() should be used only for debugging messages. | |||||
* | Oops, forget in previous commit | Valery Febvre | 2004-07-25 | 1 | -1/+1 | |
| | ||||||
* | Adapted logout unit test to new API. | Emmanuel Raviart | 2004-07-25 | 1 | -2/+3 | |
| | ||||||
* | Added missing return statement. | Emmanuel Raviart | 2004-07-25 | 1 | -0/+1 | |
| | ||||||
* | Many little fixs | Valery Febvre | 2004-07-25 | 10 | -55/+74 | |
| | ||||||
* | Moved nameIdentifer attribute of Login object in ProfileContext | Valery Febvre | 2004-07-25 | 4 | -15/+19 | |
| | ||||||
* | fixed tabulations in python files (oh the horror; they were mixed with space | Frederic Peters | 2004-07-25 | 8 | -98/+98 | |
| | | | | | indendations). Also installed a test on commits to catch this (and check xml files) | |||||
* | fixed args order (but not enough to get the test to pass) | Frederic Peters | 2004-07-25 | 1 | -2/+2 | |
| | ||||||
* | login_tests.py can be executed without tests.py | Frederic Peters | 2004-07-25 | 1 | -1/+6 | |
| | ||||||
* | nozero exit code if a test failed | Frederic Peters | 2004-07-25 | 1 | -1/+5 | |
| | ||||||
* | modified sys.path so that python test suite can run before lasso is installed. | Frederic Peters | 2004-07-25 | 1 | -0/+3 | |
| | ||||||
* | initialze codeError | Frederic Peters | 2004-07-25 | 1 | -6/+6 | |
| | ||||||
* | fix the problem of setting the user environ in SOAP method : | Nicolas Clapies | 2004-07-25 | 5 | -40/+127 | |
| | | | | | | | | | | | | | the problem : process_request_msg needs usr environ to verify federation and authentication. a solution : first load the request msg get the name identifier of the request find the user dump from the name identifier and load it in logout object process the request see python/examples/logout.py for the methods. | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-25 | 1 | -1/+1 | |
| | ||||||
* | udpate of C lecp, add python lecp | Nicolas Clapies | 2004-07-25 | 6 | -24/+339 | |
| | ||||||
* | Update windows exports. | Romain Chantereay | 2004-07-24 | 1 | -0/+46 | |
| | ||||||
* | do not build tests in the debian package | Frederic Peters | 2004-07-24 | 1 | -1/+1 | |
| | ||||||
* | .cvsignore for tests/ directory | Frederic Peters | 2004-07-24 | 1 | -0/+5 | |
| | ||||||
* | using check <http://check.sourceforge.net/> for the test suite | Frederic Peters | 2004-07-24 | 4 | -33/+89 | |
| | | | | (--enable-tests=no if you don't want them) | |||||
* | This is not a C unit test, but it can miracolously become one. | Emmanuel Raviart | 2004-07-24 | 1 | -0/+68 | |
| | ||||||
* | Added 2 missing #include (for xmlsec) | Valery Febvre | 2004-07-24 | 1 | -0/+3 | |
| | ||||||
* | Added a summary. | Valery Febvre | 2004-07-24 | 1 | -4/+23 | |
| | | | | It's just a test. I'm not sure it's can be useful. | |||||
* | Moved some #include | Valery Febvre | 2004-07-24 | 5 | -7/+19 | |
| | ||||||
* | added debian packaging files (NOT included in .tar.gz produced by make dist; | Frederic Peters | 2004-07-24 | 12 | -0/+180 | |
| | | | | this is normal) | |||||
* | Updated unit tests to show logout bug. | Emmanuel Raviart | 2004-07-24 | 2 | -7/+15 | |
| | ||||||
* | compile java binding intree (doesn't try to link to a system liblasso) | Frederic Peters | 2004-07-24 | 1 | -1/+3 | |
| |