summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add base REST provider framework classesRob Crittenden2015-02-274-0/+141
* Change root class of Page from Log to EndpointRob Crittenden2015-02-271-2/+3
* Low-level class for managing request endpointsRob Crittenden2015-02-271-0/+82
* Bump version numbers for release v0.4.0Patrick Uiterwijk2015-02-272-3/+6
* Add uninstallation support.Patrick Uiterwijk2015-02-2615-31/+147
* Avoid attrs test flakines, stop using info_nssSimo Sorce2015-02-241-4/+2
* Split tools between components that require themPatrick Uiterwijk2015-02-241-1/+5
* __init__ needs to be in the main packagePatrick Uiterwijk2015-02-241-2/+1
* Bump spec filePatrick Uiterwijk2015-02-241-1/+5
* Do not require ipsilon-toolsPatrick Uiterwijk2015-02-241-1/+0
* Split the installer into -toolsPatrick Uiterwijk2015-02-241-4/+4
* Split off authformPatrick Uiterwijk2015-02-241-2/+15
* Make the configparser case sensitive.Patrick Uiterwijk2015-02-241-0/+1
* Make available case insensitive mapping matchingSimo Sorce2015-02-241-19/+96
* Use the new Policy engine for login/info mappingSimo Sorce2015-02-245-64/+45
* Add dynamic list to plugin_config formsSimo Sorce2015-02-242-4/+40
* Handle changing MappingList optionsSimo Sorce2015-02-241-0/+85
* Handle changing ComplexList optionsSimo Sorce2015-02-241-0/+67
* Do not crash on failure to load configSimo Sorce2015-02-241-1/+5
* Add support for new options to plugin_config.htmlSimo Sorce2015-02-241-1/+56
* Add support for attribute policies in openidpSimo Sorce2015-02-243-3/+30
* Add support for attribute policies in samlidpSimo Sorce2015-02-242-2/+25
* Add config option to load mapping listsSimo Sorce2015-02-241-1/+47
* Add Policy class to help filter attributesSimo Sorce2015-02-242-0/+320
* Prefix userdata hives with _ to avoid conflictsSimo Sorce2015-02-248-48/+41
* Change attrs test to check for fullnameSimo Sorce2015-02-241-7/+3
* Fix typos in openid provider commentsSimo Sorce2015-02-241-2/+2
* Fix RPM field seperatorPatrick Uiterwijk2015-02-201-1/+1
* Add info plugin that utilizes Apache mod_lookup_identity pluginRob Crittenden2015-02-132-1/+199
* Let the plugin configure calls notice failures.Rob Crittenden2015-02-131-4/+8
* Fix typo in nss and infoldap info pluginsRob Crittenden2015-02-132-2/+2
* Test for Single Logout ServiceRob Crittenden2015-02-132-0/+177
* Implement Single Logout Service for SP-initiated logoutRob Crittenden2015-02-134-0/+313
* Add SAML-specific session data for tracking login/logout sessionsRob Crittenden2015-02-131-0/+226
* Register SingleLogoutService SAML2 metadataRob Crittenden2015-02-131-0/+2
* Add helper to store provider specific dataRob Crittenden2015-02-131-0/+16
* Ignore .rnd (openssl stuff)Patrick Uiterwijk2015-02-061-0/+1
* Make test results more clearPatrick Uiterwijk2015-02-061-2/+5
* Fall back to default templates dir if it does not exist in template_dirPatrick Uiterwijk2015-02-061-5/+13
* Remove print lines from openidPatrick Uiterwijk2015-02-031-2/+0
* Add the OpenID xrds template to setup.pyPatrick Uiterwijk2015-02-031-1/+1
* Add expiration to Idp metadataSimo Sorce2015-01-292-6/+41
* Add Metadata Generator helper classSimo Sorce2015-01-291-16/+24
* Add support for expiration in MetadataSimo Sorce2015-01-291-4/+28
* Add function to import a cert from a fileSimo Sorce2015-01-291-0/+4
* Update spec file after Fedora reviewPatrick Uiterwijk2015-01-281-34/+119
* Fix request multipart logging when only 1 part is presentJohn Dennis2015-01-271-10/+18
* Fix int/pep8 errors in latest patchesSimo Sorce2015-01-261-9/+11
* Add source code context information to debug logsJohn Dennis2015-01-261-3/+64
* Add request/response logging via cherrypy tool hooksJohn Dennis2015-01-263-0/+240