| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | Updated Java LoginTest and test metadata. | Emmanuel Raviart | 2005-01-26 | 5 | -1/+81 | |
| | | ||||||
| * | Updated Copyright and authors. | Emmanuel Raviart | 2005-01-22 | 5 | -15/+15 | |
| | | ||||||
| * | accounts for changes in lasso_node_dump | Frederic Peters | 2005-01-01 | 1 | -7/+7 | |
| | | ||||||
| * | added random suites with random tests | Frederic Peters | 2004-12-21 | 2 | -3/+32 | |
| | | ||||||
| * | removed minitests from tests Makefile.am | Frederic Peters | 2004-12-19 | 1 | -4/+1 | |
| | | ||||||
| * | little tests benchmarking AuthnRequest creation and AuthnResponse processing. | Frederic Peters | 2004-12-19 | 1 | -0/+154 | |
| | | ||||||
| * | Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use | Frederic Peters | 2004-12-17 | 1 | -2/+8 | |
| | | | | | | those when compiling tests in order to catch errors in headers. Also moved a few things in header files; need more thinking about that. | |||||
