summaryrefslogtreecommitdiffstats
path: root/ipsilon
Commit message (Expand)AuthorAgeFilesLines
...
* Change provider plugins registration and enablementSimo Sorce2014-04-112-18/+45
* Add explicit error for Unknown ProvidersSimo Sorce2014-04-111-1/+11
* Properly support rename operationSimo Sorce2014-04-041-0/+9
* Admin functions to delete Service ProvidersSimo Sorce2014-04-042-0/+22
* Add infrastructure to delete plugin data by idSimo Sorce2014-04-042-0/+20
* Admin functions to add new Service ProvidersSimo Sorce2014-04-041-0/+78
* Admin classes to change SP propertiesSimo Sorce2014-04-041-1/+103
* Providers can save properties back to the databaseSimo Sorce2014-04-041-4/+43
* Add Service and Identity Provider abstractionSimo Sorce2014-04-043-19/+71
* Add racefree way to add a new unique data pointSimo Sorce2014-04-042-0/+33
* No need to have a separate certificate fileSimo Sorce2014-04-041-2/+1
* Saml2 initial admin pageSimo Sorce2014-03-282-0/+51
* Add generic support for IdP plugin admin pagesSimo Sorce2014-03-282-1/+5
* Basic Identity providers plugin configurationSimo Sorce2014-03-282-0/+80
* Refactor provider plugins enablementSimo Sorce2014-03-281-6/+37
* Refactor login plugin enablement codeSimo Sorce2014-03-282-14/+96
* Automatically build configuration page menuSimo Sorce2014-03-282-20/+35
* Add common way to add a subtree to a pageSimo Sorce2014-03-281-0/+6
* Move login plugin configuration to its own moduleSimo Sorce2014-03-263-105/+137
* Move admin_protect to a more generic moduleSimo Sorce2014-03-242-12/+12
* Implement plugin ordering configurationSimo Sorce2014-03-241-0/+75
* Add a default admin user at install timeSimo Sorce2014-03-211-0/+10
* Add way to save user preferencesSimo Sorce2014-03-211-0/+33
* Add PAM configuration codeSimo Sorce2014-03-201-3/+24
* Add Krb configuration codeSimo Sorce2014-03-202-3/+69
* Add way to add data to the global login configSimo Sorce2014-03-202-0/+40
* Add saml2 configuration codeSimo Sorce2014-03-201-0/+81
* Add functions to wipe and save plugin config dataSimo Sorce2014-03-202-0/+46
* Saml2 Metadata generator classSimo Sorce2014-03-201-0/+159
* Simple certificate generator classSimo Sorce2014-03-201-0/+57
* Add user configuration optionSimo Sorce2014-03-201-0/+8
* Add hostname configuration optionSimo Sorce2014-03-201-0/+9
* Silence cherrypy logging to the screenSimo Sorce2014-03-201-0/+5
* Install default configuration filesSimo Sorce2014-03-201-0/+28
* Add logging and install/uninstall targetsSimo Sorce2014-03-201-3/+90
* Add server-install plugin configuration supportSimo Sorce2014-03-206-2/+106
* First install script commitSimo Sorce2014-03-202-0/+34
* Fix minor syntax issues in saml2 providerSimo Sorce2014-03-192-2/+2
* Remove unused import and fix syntaxSimo Sorce2014-03-191-2/+1
* Fix default and example pathsSimo Sorce2014-03-132-7/+4
* Better handling of configuration fileSimo Sorce2014-03-131-1/+11
* Improve exceptions for saml2 providersSimo Sorce2014-03-023-20/+26
* Add ability to strip domain/realm per providerSimo Sorce2014-03-022-2/+9
* Unsplit checking functionsSimo Sorce2014-03-021-12/+6
* Add a way to return the email address of the userSimo Sorce2014-03-023-0/+20
* Add way to return Kerberos nameid if availableSimo Sorce2014-03-022-3/+8
* Add way to save user data after loginSimo Sorce2014-03-021-1/+7
* Create a user facility in the sessionSimo Sorce2014-03-021-9/+13
* Check the NameID policy during authenticationSimo Sorce2014-03-022-7/+33
* Add Service Provider classSimo Sorce2014-02-264-4/+153