Add check for permissions on deleting a SAML2 Service Provider
[cascardo/ipsilon.git] / tests /
2015-09-04 Rob CrittendenUpdate REST test to include attributes for SP Portal
2015-09-04 Rob CrittendenCreate cache directory for storing images for SP Portal
2015-09-04 Patrick UiterwijkAdd openid_extensions table to be created
2015-09-02 Patrick UiterwijkAdd test suite for database upgrades
2015-08-18 Rob CrittendenReport to user if an LDAP error occurs
2015-08-11 Pierre-Yves ChibonDrop all the calls to .keys() when iterating on the...
2015-07-16 Rob CrittendenRefactor SP generation to simplify logout testing
2015-07-08 Patrick UiterwijkReplace some type(...) checks with isinstance(...)
2015-05-11 Rob CrittendenAdd logout to pgdb, fix name in tests
2015-05-11 Rob CrittendenUse plugin-specific configuration, better expiration
2015-05-11 Rob CrittendenConfigure the SAML2 session database during installation
2015-05-08 Patrick UiterwijkAdd database schema versioning
2015-05-08 Rob CrittendenUpdate Copyright header point to COPYING file
2015-05-07 Simo Sorcepylint 1.4.3 version fixes
2015-05-07 Rob CrittendenPull the GSSAPI principal out of the userattrs
2015-05-07 Rob CrittendenEnable Kerberos NameID testing in testnameid
2015-05-07 Rob CrittendenConfigure a KDC, add test for GSSAPI/Kerberos
2015-04-28 Rob CrittendenChange references to authkrb plugin to authgssapi
2015-04-28 Patrick UiterwijkInsert a small timeout before reporting the test successful
2015-04-28 Patrick UiterwijkAdd OpenID test suite
2015-04-15 Patrick UiterwijkClose database sesssions
2015-04-10 Rob CrittendenAdd test for per-SP allowed and mapping attributes
2015-04-02 Nathan KinderValidate SP names for admin pages and REST
2015-04-02 Nathan KinderAllow SP registration from ipsilon-client-install
2015-04-02 Rob CrittendenIdP-initiated logout for current user
2015-03-30 Patrick UiterwijkAdd options to explicitly set database uris during...
2015-03-24 Rob CrittendenAdd tests for Name ID functionality
2015-03-23 Rob CrittendenImplement urn:oasis:names:tc:SAML:2.0:nameid-format...
2015-03-23 Simo SorceAdd LDAP test
2015-03-18 Simo SorceAdd negative authentication test
2015-03-16 Rob CrittendenFix some pylint warnings in logout test about shadowing...
2015-03-16 Rob CrittendenAdd test for multi-SP logout
2015-03-16 Rob CrittendenSet MALLOC_CHECK_ and MALLOC_PERTURB_ to catch memory...
2015-03-16 Rob CrittendenEnable Apache access log and core dump in tests
2015-02-27 Rob CrittendenAdd test for REST Service Provider GET and POST
2015-02-27 Rob CrittendenBreak out getting SP metadata into a separate test...
2015-02-24 Simo SorceAvoid attrs test flakines, stop using info_nss
2015-02-24 Simo SorceChange attrs test to check for fullname
2015-02-13 Rob CrittendenTest for Single Logout Service
2014-11-12 Simo SorceAdd test to check file based configuration works
2014-11-12 Simo SorceAdd simple SqlSession implementation
2014-11-12 Simo SorceAdd test to check a real database (pgsql) works
2014-10-27 Simo SorceFix lp-test target compaints
2014-10-24 Simo SorceRemove useless log file
2014-10-06 Simo SorceRemove unused dependency
2014-09-24 Simo SorceTest transactions code with full redirect login
2014-09-24 Simo SorceAdd test that checks attrs are properly returned
2014-09-24 Simo SorceHandle the presence of additional form fields
2014-06-17 Simo SorceChange test executables into modules
2014-06-17 Simo SorceFix warning
2014-06-17 Simo SorceStrenghten default Security options in IDP
2014-06-15 Simo SorceMove parsing code into helpers module
2014-06-06 Simo SorceAdd server install option to turn on debugging
2014-06-06 Simo SorcePrint more info about the steps being performed
2014-06-04 Simo SorceAdd first test, checks client/server installs work
2014-06-04 Simo SorceAdd support for socket wrappers if available
2014-06-04 Simo SorceAdd basic testing infrastructure