Use mod_auth_gssapi instead of mod_auth_kerb
[cascardo/ipsilon.git] / ipsilon / login / authkrb.py
2015-04-17 Rob CrittendenUse mod_auth_gssapi instead of mod_auth_kerb
2015-02-26 Patrick UiterwijkAdd uninstallation support.
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
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-24 Simo SorceHandle invalid/expired transactions gracefully
2014-10-09 Simo SorceFix mod_auth_kerb based authentication
2014-09-24 Simo SorceUse transactions throughout the code
2014-09-24 Simo SorceUse helper cookie to remember the username
2014-05-20 Simo SorceFix E713 with stricter pep8 error checker
2014-05-07 Simo SorceAdd 500 Error handler for krb module
2014-04-21 Simo SorceMake it easy to install mutiple server instances
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-01-24 Simo SorceAdd Kerberos Negotiate auth plugin