summaryrefslogtreecommitdiffstats
path: root/tests/tests.c
Commit message (Collapse)AuthorAgeFilesLines
* [SAMLv2] fix wrong order in use of macro lasso_foreachBenjamin Dauvergne2010-09-271-0/+2
| | | | | | The first argument must be the iterator, the second is the iterable. Also add a non-regression test with Googleapps metadata and and a typical authn request.
* Initialize all uninitialized rc variablesBenjamin Dauvergne2010-04-301-1/+1
|
* SAML 2.0&ID-FF 1.2: simplify and complete metadata loading for multi-role ↵Benjamin Dauvergne2010-03-271-0/+2
| | | | support
* Tests: add idwsf2_tests.c, call from tests.c, update Makefile.amBenjamin Dauvergne2010-01-041-0/+7
|
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-1/+1
| | | | | | | | | | | | | * nearly all C files: change includes for relative paths. * lasso/id-wsf/id_wsf.h, lasso/id-wsf-2.0/id_wsf_2.h: add top level public include files for ID-WSF 1.0 and ID-WSF 2.0. * lasso/id-ff/server.*, lasso/id-ff/session.*, lasso/id-ff/identity.*: remove most of the code related to ID-WSF and push into lasso/id-wsf/id_ff_extensions.* and lasso/id-wsf-2.0/identity.c, lasso/id-wsf-2.0/server.c, lasso/id-wsf-2.0/session.c. * lasso/id-wsf-2.0/saml2_login.c, lasso/id-wsf-2.0/saml2_login_private.h: same change but for ID-WSF 2.0 support in SAML2 SSO profile.
* Tests: Add a SAML2 login testBenjamin Dauvergne2009-04-221-0/+2
| | | | | | | * tests/login_tests_saml2.c: add a C login test for SAML 2. * tests/Makefile.am: add the new test to dependencies.
* Test: add missing release of objects and memoryBenjamin Dauvergne2009-03-271-0/+1
| | | | | | | | | * tests/basic_tests.c: * tests/login_tests.c: * tests/metadata_tests.c: * tests/random_tests.c: * tests/tests.c: add missing g_free and g_object_unref calls.
* * Remove ending blanksBenjamin Dauvergne2008-09-121-3/+3
|
* forked lasso branch for adelineBenjamin Dauvergne2008-08-011-1/+1
|
* #include <lasso.h> => #include <lasso/lasso.h>Benjamin Dauvergne2008-05-261-1/+1
|
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* tests for loading certs and keys from metadataDamien Laniel2006-11-071-0/+2
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+3
|
* added random suites with random testsFrederic Peters2004-12-211-1/+3
|
* updated testsFrederic Peters2004-11-151-5/+1
|
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-0/+4
| | | | | | | | on October 2nd; occasional merges since then). - Compatible with current souk test suites. - Missing memory management for everything in xml/ - Missing xmlsec support for SOAP messages.
* [angry comment removed]Frederic Peters2004-08-041-1/+1
|
* added stupid tests to annoy developers.Frederic Peters2004-07-291-0/+4
|
* had detection of a patched (with XML support) check; only use srunner_set_xmlFrederic Peters2004-07-291-3/+6
| | | | if it is available.
* modularized tests; it is now possible to add more suites easily.Frederic Peters2004-07-281-0/+75