summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed many memory leaksValery Febvre2004-07-255-13/+27
* Finished to implement lasso_user_destroy() methodValery Febvre2004-07-251-77/+123
* sync namespace with check unittest namespace (I didn't feel like they wouldFrederic Peters2004-07-251-1/+1
* check 0.9 no longer has suite_free(). And our local version gotFrederic Peters2004-07-251-1/+2
* 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
* 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
* basic XmlTestRunner; ./tests.py --xml; output to stdout (messed up with lassoFrederic Peters2004-07-252-7/+79
* s/&/and/Frederic Peters2004-07-251-1/+1
* Added lasso_provider_destroy() methodValery Febvre2004-07-252-0/+8
* Finished to implement lasso_server_destroy() methodValery Febvre2004-07-252-6/+23
* Replaced 2 debug(ERROR, ...) by new message(G_LOG_LEVEL_ERROR, ...) functionValery Febvre2004-07-251-12/+12
* Oops, forget in previous commitValery Febvre2004-07-251-1/+1
* Adapted logout unit test to new API.Emmanuel Raviart2004-07-251-2/+3
* Added missing return statement.Emmanuel Raviart2004-07-251-0/+1
* Many little fixsValery Febvre2004-07-2510-55/+74
* Moved nameIdentifer attribute of Login object in ProfileContextValery Febvre2004-07-254-15/+19
* fixed tabulations in python files (oh the horror; they were mixed with spaceFrederic Peters2004-07-258-98/+98
* fixed args order (but not enough to get the test to pass)Frederic Peters2004-07-251-2/+2
* login_tests.py can be executed without tests.pyFrederic Peters2004-07-251-1/+6
* nozero exit code if a test failedFrederic Peters2004-07-251-1/+5
* modified sys.path so that python test suite can run before lasso is installed.Frederic Peters2004-07-251-0/+3
* initialze codeErrorFrederic Peters2004-07-251-6/+6
* fix the problem of setting the user environ in SOAP method :Nicolas Clapies2004-07-255-40/+127
* *** empty log message ***Nicolas Clapies2004-07-251-1/+1
* udpate of C lecp, add python lecpNicolas Clapies2004-07-256-24/+339
* Update windows exports.Romain Chantereay2004-07-241-0/+46
* do not build tests in the debian packageFrederic Peters2004-07-241-1/+1
* .cvsignore for tests/ directoryFrederic Peters2004-07-241-0/+5
* using check <http://check.sourceforge.net/> for the test suiteFrederic Peters2004-07-244-33/+89