| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tests: Add test parsing a Ping Federate assertion. | Benjamin Dauvergne | 2009-04-22 | 1 | -0/+19 |
| | | | | | | * tests/basic_tests.c: load data/response-1 and try to parse it. | ||||
| * | Tests: Add a SAML2 login test | Benjamin Dauvergne | 2009-04-22 | 3 | -1/+467 |
| | | | | | | | | * tests/login_tests_saml2.c: add a C login test for SAML 2. * tests/Makefile.am: add the new test to dependencies. | ||||
| * | Core: add an header file for backward compatibility | Benjamin Dauvergne | 2009-04-14 | 1 | -0/+1 |
| | | | | | | | | | | | | * lasso/backward_comp.h: this header will contain substitue function, defines or types for compatibility with older versions of dependencies. * lasso/utils.h: remove declaration of g_strcmp0 * lasso.c: * tests/login_tests.c: use backward_comp.h | ||||
| * | Tests&Core: add g_strcmp0 if glib is old | Benjamin Dauvergne | 2009-04-02 | 1 | -0/+1 |
| | | | | | | | | | * lasso/utils.h: if glib is older than 2.16, export g_strcmp0 as part of internal headers, in order to use it in login_tests.c * tests/login_tests.c: include utils.h | ||||
| * | Test: add missing release of objects and memory | Benjamin Dauvergne | 2009-03-27 | 5 | -12/+65 |
| | | | | | | | | | | * 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. | ||||
| * | ID-FF 1.2 Tests: Add test for relaystate | Benjamin Dauvergne | 2009-03-27 | 1 | -2/+18 |
| | | | | | | | * tests/login_tests.c: - (test02_serviceProviderLogin) add assertion concerning the relaying of the RelayState parameter during an SP initiated SSO. | ||||
| * | Test: Add test for testing new InResponseTo checking code | Benjamin Dauvergne | 2009-03-03 | 1 | -1/+17 |
| | | | | | | | | * tests/login_tests.c: after first test of parsing the soap response message in the login test, try to parse it a second time, after modifying the InResponseTo id of the assertion and disabling signature checking. | ||||
| * | All: Fix missing field initializer problems | Benjamin Dauvergne | 2009-01-24 | 1 | -0/+1 |
| | | | | | | | * lots of files: Explicitely set all field of initialized structures, in order to remove -Wno-missing-field-initilizers from needed compiler options when using -Wall -Wextra. | ||||
| * | Add test case for loading server completely from memory | Benjamin Dauvergne | 2008-11-02 | 1 | -0/+167 |
| | | | | | | | | | * tests/login_test.c: - add generateIdentityProviderContextDumpMemory that first load metadata, private_key and certificate file using g_file_get_contents then use the created buffers to initialize a LassoServer object. - add test03_serviceProviderLogin that use the new function. | ||||
| * | fixed xml indentation | Damien Laniel | 2008-10-01 | 1 | -49/+49 |
| | | |||||
| * | * Remove ending blanks | Benjamin Dauvergne | 2008-09-12 | 4 | -11/+11 |
| | | |||||
| * | * Add support of lasso_registry to lasso_node_new_from_xmlNode. | Benjamin Dauvergne | 2008-09-12 | 1 | -0/+31 |
| | | | | | | | * Add full support for xsi:type, with lookup of the QName namespace, will only work if lib: namespace is correctly declared in the dumped XML fragment. * Add a test for the new functionnality in lasso_node_new_from_xmlNode. | ||||
| * | Add a new error code, with the REGISTRY prefix and use it in registry function | Benjamin Dauvergne | 2008-09-04 | 1 | -3/+7 |
| | | | | | | | returning an error code. Fix a typo when retrieving a quark string in the registry modulke. Improve tests for functional mapping. | ||||
| * | Fix regression when loading a LassoServer from dump. | Benjamin Dauvergne | 2008-09-04 | 1 | -2/+2 |
| | | | | | | Fix an error with -rpath setting in last commit, -rpath must always be absolute paths. | ||||
| * | Add -rpath to LDFLAGS variable to use the builded lasso and not the local one. | Benjamin Dauvergne | 2008-08-26 | 1 | -0/+2 |
| | | |||||
| * | Add functional mappings and test code that goest with it. | Benjamin Dauvergne | 2008-08-26 | 1 | -9/+40 |
| | | |||||
| * | Add test of the two public registry functions, | Benjamin Dauvergne | 2008-08-26 | 1 | -0/+20 |
| | | | | | lasso_registry_default_add_mapping, lasso_registry_default_get_mapping. | ||||
| * | forked lasso branch for adeline | Benjamin Dauvergne | 2008-08-01 | 1 | -1/+1 |
| | | |||||
| * | add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am | Benjamin Dauvergne | 2008-05-27 | 10 | -0/+10 |
| | | |||||
| * | #include <lasso.h> => #include <lasso/lasso.h> | Benjamin Dauvergne | 2008-05-26 | 2 | -2/+2 |
| | | |||||
| * | fix INCLUDES | Benjamin Dauvergne | 2008-05-26 | 1 | -1/+1 |
| | | |||||
| * | twill has a debian package now | Benjamin Dauvergne | 2008-04-10 | 1 | -1/+1 |
| | | |||||
| * | added defederation tests | Frederic Peters | 2008-04-10 | 1 | -0/+59 |
| | | |||||
| * | removed saving page | Frederic Peters | 2008-04-10 | 1 | -1/+0 |
| | | |||||
| * | added sso with ispassive check | Frederic Peters | 2008-03-21 | 1 | -0/+11 |
| | | |||||
| * | initialize twill before servers, and pass over crashed servers on cleanup | Frederic Peters | 2008-02-25 | 1 | -4/+7 |
| | | |||||
| * | removed debugging visit to idp | Frederic Peters | 2008-02-25 | 1 | -1/+0 |
| | | |||||
| * | removed debugging saving | Frederic Peters | 2008-02-25 | 1 | -2/+0 |
| | | |||||
| * | added integration tests to repository | Frederic Peters | 2008-02-25 | 8 | -0/+305 |
| | | |||||
| * | added sample identity dump | Frederic Peters | 2007-11-13 | 2 | -0/+14 |
| | | |||||
| * | added OrganisationName in the metadatas of the first test | Damien Laniel | 2007-11-06 | 1 | -0/+4 |
| | | |||||
| * | fixed reference to metadata files | Frederic Peters | 2007-08-13 | 3 | -3/+3 |
| | | |||||
| * | renamed some files | Damien Laniel | 2007-07-10 | 3 | -0/+0 |
| | | |||||
| * | added saml2 metadatas and keys for 1 idp and 2 sp | Damien Laniel | 2007-07-10 | 10 | -1/+353 |
| | | |||||
| * | updated Copyright dates in all files | Damien Laniel | 2007-05-30 | 6 | -6/+6 |
| | | |||||
| * | fixed memory leaks | Frederic Peters | 2007-01-16 | 2 | -0/+4 |
| | | |||||
| * | cleaning up memory allocated for tests; so valgrind logs are cleaner | Frederic Peters | 2007-01-05 | 1 | -1/+7 |
| | | |||||
| * | include all testing metadata | Frederic Peters | 2006-12-19 | 1 | -4/+4 |
| | | |||||
| * | testing metadata files are in $(srcdir) | Frederic Peters | 2006-12-08 | 2 | -5/+6 |
| | | |||||
| * | include tests metadata subdir | Frederic Peters | 2006-12-08 | 1 | -1/+1 |
| | | |||||
| * | ship metadata files used in tests | Frederic Peters | 2006-12-08 | 1 | -0/+6 |
| | | |||||
| * | fix metadata test | Damien Laniel | 2006-11-07 | 1 | -5/+4 |
| | | |||||
| * | tests for loading certs and keys from metadata | Damien Laniel | 2006-11-07 | 8 | -2/+257 |
| | | |||||
| * | removed erroneously commited tests Makefile | Frederic Peters | 2005-03-19 | 1 | -4/+1 |
| | | |||||
| * | don't compile id-wsf files when wsf is disabled; this cuts down build | Frederic Peters | 2005-03-18 | 1 | -1/+4 |
| | | | | | time by a nice margin. | ||||
| * | added non-regression test for bug #416 (missing namespace in some | Frederic Peters | 2005-03-15 | 1 | -4/+24 |
| | | | | | samlp:Response) | ||||
| * | removed debugging output | Frederic Peters | 2005-03-07 | 1 | -1/+0 |
| | | |||||
| * | use fail_unless since fail_if didn't exist in check 0.8.x | Frederic Peters | 2005-03-07 | 1 | -2/+2 |
| | | |||||
| * | only use xsi:type on elements that have a saml: ancestor (and added test to not | Frederic Peters | 2005-03-07 | 1 | -0/+37 |
| | | | | | regress) | ||||
| * | added testcase for bug #407 | Frederic Peters | 2005-02-04 | 1 | -0/+25 |
| | | |||||
