- 09 Nov, 2015 2 commits
-
-
Christian Schudt authored
-
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.
-
- 02 May, 2014 1 commit
-
-
Christian Schudt authored
Fixing more JavaDoc errors in order to make it build with Java 8's DocLint eventually (JavaDoc for Openfire's core builds now with DocLint)
-
- 19 Jan, 2013 1 commit
-
-
Tom Evans authored
OF-287: After SASL PLAIN authentication, return the resulting authorized user id (as set/mapped by the callback), rather than the original (input) authorization id. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13399 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
-
- 02 Sep, 2009 1 commit
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11231 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 21 Apr, 2008 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10241 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
-
- 26 Jul, 2007 1 commit
-
-
Jay Kline authored
Also fixed a logic flaw that allowed an unauthorized, but authenticated, PLAIN login. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8806 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
-
- 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
-