pylint 1.4.3 version fixes
[cascardo/ipsilon.git] / ipsilon / login /
2015-05-07 Simo Sorcepylint 1.4.3 version fixes
2015-05-07 Rob CrittendenUse python logging in install / log cherrypy at right...
2015-05-05 Rob CrittendenDrop usage of self._debug and use self.debug instead
2015-04-28 Rob CrittendenChange references to authkrb plugin to authgssapi
2015-04-28 Rob CrittendenRename authkrb plugin to authgssapi
2015-04-28 Patrick UiterwijkAdd OpenID test suite
2015-04-27 Simo SorceMake availble a list of alternative aut methods
2015-04-27 Rob CrittendenPopulate krb_principal_name from GSS_NAME env var
2015-04-17 Rob CrittendenUse mod_auth_gssapi instead of mod_auth_kerb
2015-04-10 Rob CrittendenMake the authtest login plugin provide more info
2015-04-10 Rob CrittendenRename and move PluginConfig to ConfigHelper
2015-04-02 Rob CrittendenIdP-initiated logout for current user
2015-03-27 Rob CrittendenAdd a method to Installer classes to validate argument...
2015-03-23 Simo SorceAdd LDAP test
2015-03-23 Simo SorceFix fetching infoldap plugin groups
2015-03-23 John Dennisset SELinux boolean httpd_can_connect_ldap when install...
2015-03-18 Simo SorceFix error returned from login plugins
2015-03-03 Patrick UiterwijkFix transaction ID passing for failed authentication
2015-02-26 Patrick UiterwijkAdd uninstallation support.
2015-02-24 Simo SorceUse the new Policy engine for login/info mapping
2015-02-24 Simo SorcePrefix userdata hives with _ to avoid conflicts
2015-01-19 Patrick UiterwijkFix some copy-paste errors in help output
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-11-14 Patrick UiterwijkAdd support for Persona Identity Provider
2014-11-13 Patrick UiterwijkFix LDAP plugin configuration checks
2014-11-12 Simo SorceRefactor plugin initialization and enablement
2014-11-12 Simo SorceRefactor plugin configuration
2014-11-12 Simo SorceIn configure we do not need to set_config()
2014-10-27 Simo SorceFix plugins enablement code
2014-10-27 Simo SorceReuse the AdminPlugins class for the providers too
2014-10-27 Simo SorceUse self.log in authpam.py
2014-10-24 Patrick UiterwijkMap some common attributes from fas to userdata
2014-10-24 Simo SorceReturn to provider if user cancels login
2014-10-24 Simo SorceHandle invalid/expired transactions gracefully
2014-10-24 Patrick UiterwijkShow login target on the login screen
2014-10-24 Simo SorceDrop custom FAS template
2014-10-24 Simo SorceAdd group and CLA support to FAS login plugin
2014-10-24 Simo SorceAdd attribute mapping for user information
2014-10-09 Simo SorceFix mod_auth_kerb based authentication
2014-10-06 Simo SorceFix transaction handling in providers
2014-10-06 Simo SorceFix login session's userdata acquisition
2014-09-24 Simo SorceAdd very simple LDAP authentication plugin
2014-09-24 Simo SorceUse transactions throughout the code
2014-09-24 Simo SorceAdd abstraction class to handle cookies
2014-09-24 Simo SorceAdd Info providers Admin pages
2014-09-24 Simo SorceAdd support for returning user attributes
2014-09-24 Simo SorceAdd proper ordering to login plugins config opts
2014-09-24 Simo SorceRemove service name from the form plugin
2014-09-24 Simo SorceUse helper cookie to remember the username
2014-09-24 Simo SorceCreate common form handler page
2014-09-24 Simo SorceRename form login page
2014-09-24 Simo SorceRemove unused option from the FAS login plugin
2014-08-27 Simo SorceAdd FAS login plugin
2014-08-27 Simo SorceMove user attribute storage into session functions
2014-08-27 Simo SorceUse new Log class everywhere
2014-08-27 Simo SorceAdd External form auth plugin
2014-06-04 Simo SorceAdd test login module
2014-05-29 Simo SorceFix typo
2014-05-20 Simo SorceFix E256 with stricter pep8 error checker
2014-05-20 Simo SorceFix E713 with stricter pep8 error checker
2014-05-20 Simo SorceFix typo in selinux boolean name
2014-05-07 Simo SorceAdd 500 Error handler for krb module
2014-05-02 Simo SorceMake SELinux happy
2014-04-21 Simo SorceMake it easy to install mutiple server instances
2014-03-28 Simo SorceRefactor login plugin enablement code
2014-03-20 Simo SorceAdd PAM configuration code
2014-03-20 Simo SorceAdd Krb configuration code
2014-03-20 Simo SorceAdd server-install plugin configuration support
2014-03-19 Simo SorceRemove unused import and fix syntax
2014-03-02 Simo SorceAdd way to return Kerberos nameid if available
2014-03-02 Simo SorceAdd way to save user data after login
2014-02-25 Simo SorceUse cherrypy handlers to render error pages
2014-02-25 Simo SorceBetter session management at login
2014-02-25 Simo SorceAdd _debug facility to the Page class
2014-02-25 Simo SorceLog available login managers
2014-02-17 Petr VobornikInitialize plugins in order defined in DB
2014-02-17 Petr VobornikPAM page
2014-02-17 Petr VobornikUnauthorized page
2014-01-27 Simo SorceAdd help text to be shown on form based login page
2014-01-24 Simo SorceAdd Kerberos Negotiate auth plugin
2014-01-24 Simo SorceAdd sample pam based login plugin
2014-01-24 Simo SorceImplement login plugin infrastructure