summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-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 memoryBenjamin Dauvergne2008-11-021-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 indentationDamien Laniel2008-10-011-49/+49
|
* * Remove ending blanksBenjamin Dauvergne2008-09-124-11/+11
|
* * Add support of lasso_registry to lasso_node_new_from_xmlNode.Benjamin Dauvergne2008-09-121-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 functionBenjamin Dauvergne2008-09-041-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 Dauvergne2008-09-041-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 Dauvergne2008-08-261-0/+2
|
* Add functional mappings and test code that goest with it.Benjamin Dauvergne2008-08-261-9/+40
|
* Add test of the two public registry functions,Benjamin Dauvergne2008-08-261-0/+20
| | | | lasso_registry_default_add_mapping, lasso_registry_default_get_mapping.
* forked lasso branch for adelineBenjamin Dauvergne2008-08-011-1/+1
|
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-2710-0/+10
|
* #include <lasso.h> => #include <lasso/lasso.h>Benjamin Dauvergne2008-05-262-2/+2
|
* fix INCLUDESBenjamin Dauvergne2008-05-261-1/+1
|
* twill has a debian package nowBenjamin Dauvergne2008-04-101-1/+1
|
* added defederation testsFrederic Peters2008-04-101-0/+59
|
* removed saving pageFrederic Peters2008-04-101-1/+0
|
* added sso with ispassive checkFrederic Peters2008-03-211-0/+11
|
* initialize twill before servers, and pass over crashed servers on cleanupFrederic Peters2008-02-251-4/+7
|
* removed debugging visit to idpFrederic Peters2008-02-251-1/+0
|
* removed debugging savingFrederic Peters2008-02-251-2/+0
|
* added integration tests to repositoryFrederic Peters2008-02-258-0/+305
|
* added sample identity dumpFrederic Peters2007-11-132-0/+14
|
* added OrganisationName in the metadatas of the first testDamien Laniel2007-11-061-0/+4
|
* fixed reference to metadata filesFrederic Peters2007-08-133-3/+3
|
* renamed some filesDamien Laniel2007-07-103-0/+0
|
* added saml2 metadatas and keys for 1 idp and 2 spDamien Laniel2007-07-1010-1/+353
|
* updated Copyright dates in all filesDamien Laniel2007-05-306-6/+6
|
* fixed memory leaksFrederic Peters2007-01-162-0/+4
|
* cleaning up memory allocated for tests; so valgrind logs are cleanerFrederic Peters2007-01-051-1/+7
|
* include all testing metadataFrederic Peters2006-12-191-4/+4
|
* testing metadata files are in $(srcdir)Frederic Peters2006-12-082-5/+6
|
* include tests metadata subdirFrederic Peters2006-12-081-1/+1
|
* ship metadata files used in testsFrederic Peters2006-12-081-0/+6
|
* fix metadata testDamien Laniel2006-11-071-5/+4
|
* tests for loading certs and keys from metadataDamien Laniel2006-11-078-2/+257
|
* removed erroneously commited tests MakefileFrederic Peters2005-03-191-4/+1
|
* don't compile id-wsf files when wsf is disabled; this cuts down buildFrederic Peters2005-03-181-1/+4
| | | | time by a nice margin.
* added non-regression test for bug #416 (missing namespace in someFrederic Peters2005-03-151-4/+24
| | | | samlp:Response)
* removed debugging outputFrederic Peters2005-03-071-1/+0
|
* use fail_unless since fail_if didn't exist in check 0.8.xFrederic Peters2005-03-071-2/+2
|
* only use xsi:type on elements that have a saml: ancestor (and added test to notFrederic Peters2005-03-071-0/+37
| | | | regress)
* added testcase for bug #407Frederic Peters2005-02-041-0/+25
|
* Updated Java LoginTest and test metadata.Emmanuel Raviart2005-01-265-1/+81
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-225-15/+15
|
* accounts for changes in lasso_node_dumpFrederic Peters2005-01-011-7/+7
|
* added random suites with random testsFrederic Peters2004-12-212-3/+32
|
* removed minitests from tests Makefile.amFrederic Peters2004-12-191-4/+1
|
* little tests benchmarking AuthnRequest creation and AuthnResponse processing.Frederic Peters2004-12-191-0/+154
|
* Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't useFrederic Peters2004-12-171-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.