- 04 Jan, 2017 1 commit
-
-
daryl herzmann authored
-
- 07 Mar, 2016 1 commit
-
-
Guus der Kinderen authored
The provider didn't register all of the supported SASL mechanisms. For good measure, the version number of the provider was increased as well.
-
- 11 Dec, 2015 1 commit
-
-
Christian Schudt authored
-
- 24 Jul, 2015 1 commit
-
-
Richard Midwinter authored
This implements the SCRAM-SHA1 mechanism, and includes extending the existing DefaultAuthProvider to store the Scram hashes for faster authentication. If user.scramHashedOnly is set to true, then only these non-reversable hashes are stored (and thus security is increased in exchanged for removing support for DIGEST-MD5 et al).
-
- 30 Sep, 2009 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11291 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 11 Apr, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10204 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 21 Feb, 2008 3 commits
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9967 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9965 b35dd754-fafc-0310-a699-88a17e54d16e
-
Armando Jagucki authored
Added support for a custom SASL mechanism called 'CLEARSPACE' for use with Clearspace's group chat authentication. This is handled by a new SaslServer called ClearspaceSaslServer. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9957 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 29 Jun, 2007 1 commit
-
-
Jay Kline authored
is verifiable. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8669 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Jun, 2007 1 commit
-
-
Jay Kline authored
Large restructure of SASL authorization and some SASL authentication changes: * Implemented PLAIN SASL Server * Moved PLAIN auth to using SASL Server object * Allow case for client EXTERNAL auth * Created AuthorizationMappings (allow for default usernames different from principal used) * More robust handling of LDAP authorization (allows JID != principal) * Fixes case sensitivy issue with default authorization policy * Removed UnixK5LoginPorivder, since it will likely never be used, has never been tested, and would be difficult to maintain in the long run. The Loose, Lazy, and Strict policies have been removed, and folded into a single Default policy that now resides in org.jivesoftware.openfire.auth.DefaultAuthorizationPolicy Issues: JM-1079 JM-1086 git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8583 b35dd754-fafc-0310-a699-88a17e54d16e
-