- 07 Mar, 2016 1 commit
-
-
Guus der Kinderen authored
AuthProvider has quite some complexity that exists solely for XEP-0078. This commit removes most of that, by replacing the generic checks for digest and plain support with a non-generic implementation, that will work for any auth provider that supports password retrieval.
-
- 04 Dec, 2015 1 commit
-
-
Dave Cridland authored
The salt size was 32, and the database column was a VARCHAR(32). However, the salt was base64 encoded prior to insertion, and this caused it to be too large. Therefore this patch reduces the size to 24 bytes, which expands to 8 units of three bytes encoded as four characters, hence 32 characters total.
-
- 09 Nov, 2015 1 commit
-
-
Christian Schudt authored
There were still ~1500 missing annotations! This time fixed with IntelliJ ;-)
-
- 29 Oct, 2015 1 commit
-
-
Christian Schudt authored
- Use String.getBytes(Charset) instead of String.getBytes(String) - Use new String(byte[], Charset) instead of new String(byte[], String) -> Get rid of UnsupportedEncodingException. -> Less try-catch blocks.
-
- 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).
-
- 01 May, 2010 1 commit
-
-
God Ly authored
Replaced Statement with PreparedStatement. Nearly all X.close() are now in DBConnectionManager. Also improved if{..}else{..} logic (human/compiler hint, usually if{..} should/will be executed). git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11691 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 09 Nov, 2009 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11388 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 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
-
- 01 Apr, 2008 1 commit
-
-
Daniel Henninger authored
[JM-1291] Renamed/prefixed all Openfire tables with 'of' to prevent conflicts with other applications in same database. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10158 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 Feb, 2008 1 commit
-
-
Daniel Henninger authored
Couple of minor tweaks here and there, mostly alt tags for imgs. Added emailListener and sip plugins to Plugin.iml, as well as necessary libraries. Repaired incompatible API issue with TLSPolicy. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9857 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 29 Oct, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9371 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 03 Jul, 2007 1 commit
-
-
Jay Kline authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8686 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 Mar, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7742 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 05 Jul, 2006 1 commit
-
-
Matt Tucker authored
Refactored the UserProvider and AuthProvider interfaces to better separate concerns. All password tasks are now handled by AuthProvider. Also did some refactoring work on the JDBC* providers. (JM-751) git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4263 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Mar, 2006 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3593 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 13 Dec, 2005 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@3207 b35dd754-fafc-0310-a699-88a17e54d16e
-