pam: use a pam object method instead of pam module function
[cascardo/ipsilon.git] / ipsilon / providers / saml2 / provider.py
2015-10-21 Rob CrittendenDon't crash if no NameIdPolicy is requested
2015-09-04 Rob CrittendenSP Portal administrative interface
2015-07-16 Rob CrittendenAdd support for logout over SOAP
2015-05-11 Rob CrittendenUse plugin-specific configuration, better expiration
2015-05-08 Rob CrittendenUpdate Copyright header point to COPYING file
2015-05-07 Simo Sorcepylint 1.4.3 version fixes
2015-05-05 Rob CrittendenDrop usage of self._debug and use self.debug instead
2015-04-10 Rob CrittendenRename and move PluginConfig to ConfigHelper
2015-04-10 Rob CrittendenConvert SAML2 SP Provider UI to use Config object
2015-04-02 Nathan KinderValidate SP names for admin pages and REST
2015-03-23 Rob CrittendenImplement urn:oasis:names:tc:SAML:1.1:nameid-format...
2015-02-13 Rob CrittendenImplement Single Logout Service for SP-initiated logout
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-08-27 Simo SorceUse new Log class everywhere
2014-04-18 Simo SorceFix warning
2014-04-16 Simo SorceFix NameId exception
2014-04-14 Simo SorceAdd nameid values validation
2014-04-11 Simo SorceMove accessory functions to a generic tools module
2014-04-04 Simo SorceAdmin functions to delete Service Providers
2014-04-04 Simo SorceProviders can save properties back to the database
2014-04-04 Simo SorceAdd Service and Identity Provider abstraction
2014-03-19 Simo SorceFix minor syntax issues in saml2 provider
2014-03-03 Simo SorceImprove exceptions for saml2 providers
2014-03-03 Simo SorceAdd ability to strip domain/realm per provider
2014-02-27 Simo SorceAdd Service Provider class