summaryrefslogtreecommitdiffstats
path: root/tests/login_tests.c
Commit message (Expand)AuthorAgeFilesLines
* Tests: in tests/login_tests.c, change path of header utils.hBenjamin Dauvergne2010-01-041-1/+1
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-1/+1
* Fix leaks in testsBenjamin Dauvergne2009-04-301-0/+1
* Core: add an header file for backward compatibilityBenjamin Dauvergne2009-04-141-0/+1
* Tests&Core: add g_strcmp0 if glib is oldBenjamin Dauvergne2009-04-021-0/+1
* Test: add missing release of objects and memoryBenjamin Dauvergne2009-03-271-7/+34
* ID-FF 1.2 Tests: Add test for relaystateBenjamin Dauvergne2009-03-271-2/+18
* Test: Add test for testing new InResponseTo checking codeBenjamin Dauvergne2009-03-031-1/+17
* Add test case for loading server completely from memoryBenjamin Dauvergne2008-11-021-0/+167
* * Remove ending blanksBenjamin Dauvergne2008-09-121-4/+4
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* fixed memory leaksFrederic Peters2007-01-161-0/+2
* cleaning up memory allocated for tests; so valgrind logs are cleanerFrederic Peters2007-01-051-1/+7
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+3
* API change in Single Sign On profile (IdP side) to allow the developer to messFrederic Peters2004-12-141-4/+7
* updated test to new apiFrederic Peters2004-12-141-2/+3
* indentation leftoversFrederic Peters2004-11-251-3/+3
* tests are okFrederic Peters2004-11-151-1/+1
* updated testsFrederic Peters2004-11-151-13/+15
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-19/+18
* Updated login C tests to new API for obtaining consent.Emmanuel Raviart2004-09-301-1/+4
* Updated C tests to lasso_server_new new API.Emmanuel Raviart2004-09-291-6/+4
* Updated to new API (but it doesn't work yet).Emmanuel Raviart2004-09-221-8/+14
* Converted C login test to new login API.Emmanuel Raviart2004-09-031-9/+21
* Moved param 'http_method' of lasso_login_build_authn_request_msg() methodValery Febvre2004-08-211-3/+2
* Added new argument to lasso_login_build_authn_request_msg.Emmanuel Raviart2004-08-201-1/+2
* certs are not in builddir; take care of thatFrederic Peters2004-08-191-12/+12
* removed logout part from C test 2; it would work now.Frederic Peters2004-08-191-58/+0
* trying to fix login test 2Frederic Peters2004-08-141-1/+5
* Added metadata corresponding to new certificates.Emmanuel Raviart2004-08-121-16/+15
* Slightly corrected C test.Emmanuel Raviart2004-08-091-3/+3
* replace load_request_msg() with process_request_msg(), process_request() with...Nicolas Clapies2004-08-031-3/+3
* updateValery Febvre2004-07-301-38/+38
* modularized tests; it is now possible to add more suites easily.Frederic Peters2004-07-281-36/+2
* fixed warningsFrederic Peters2004-07-271-2/+2
* Removed obsolete logout method load_from_dump.Emmanuel Raviart2004-07-261-2/+2
* *** empty log message ***Valery Febvre2004-07-261-10/+7
* 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
* 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
* check 0.9 no longer has suite_free(). And our local version gotFrederic Peters2004-07-251-1/+2
* using check <http://check.sourceforge.net/> for the test suiteFrederic Peters2004-07-241-31/+45
* This is not a C unit test, but it can miracolously become one.Emmanuel Raviart2004-07-241-0/+68