pam: use a pam object method instead of pam module function
[cascardo/ipsilon.git] / ipsilon / providers / saml2 / auth.py
2015-11-14 Rob CrittendenAdd support for IdP-initiated login
2015-10-27 John DennisHandle user session data for both internal and external...
2015-08-25 Rob CrittendenLog a message when authentication is successful but...
2015-07-16 Rob CrittendenAdd support for logout over SOAP
2015-05-11 Rob CrittendenUse plugin-specific configuration, better expiration
2015-05-11 Rob CrittendenCreate a SAML2 session during login
2015-05-08 John DennisImplement ECP in Ipsilon
2015-05-08 Rob CrittendenUpdate Copyright header point to COPYING file
2015-05-07 Simo Sorcepylint 1.4.3 version fixes
2015-05-07 Rob CrittendenPull the GSSAPI principal out of the userattrs
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-10 Rob CrittendenAdd test for per-SP allowed and mapping attributes
2015-04-10 Rob CrittendenAdd per-SP attribute mapping and allowed attributes
2015-03-23 Rob CrittendenImplement urn:oasis:names:tc:SAML:1.1:nameid-format...
2015-03-23 Rob CrittendenImplement urn:oasis:names:tc:SAML:2.0:nameid-format...
2015-03-23 Rob CrittendenImplement urn:oasis:names:tc:SAML:2.0:nameid-format...
2015-03-18 John DennisAssertion AttributeStatements must be non-empty
2015-03-18 Simo SorceProperly handle groups info in SAML provider
2015-02-24 Simo SorceAdd support for attribute policies in samlidp
2015-02-24 Simo SorcePrefix userdata hives with _ to avoid conflicts
2015-02-13 Rob CrittendenImplement Single Logout Service for SP-initiated logout
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-10-24 Patrick UiterwijkShow login target on the login screen
2014-10-24 Simo SorceAdd attribute mapping for user information
2014-10-24 Simo SorceMove some exceptions into provider.common
2014-09-24 Simo SorceUse transactions throughout the code
2014-09-24 Simo SorceAdd support for returning user attributes
2014-05-20 Simo SorceFix E256 with stricter pep8 error checker
2014-04-11 Simo SorceAdd explicit error for Unknown Providers
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-03-02 Simo SorceUnsplit checking functions
2014-03-02 Simo SorceAdd a way to return the email address of the user
2014-03-02 Simo SorceAdd way to return Kerberos nameid if available
2014-03-02 Simo SorceCheck the NameID policy during authentication
2014-02-26 Simo SorceAdd authentication exception support
2014-02-25 Simo SorceInitial SAML2 provider