1. 26 Apr, 2017 1 commit
    • Guus der Kinderen's avatar
      Replace dangling javadoc with block comment. · 65f1f7f1
      Guus der Kinderen authored
      Javadoc comment are dangling if they don't belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments.
      
      These generate needless warnings, which are in most instances easily solved. By far most problems occur in the license block that's in most files.
      65f1f7f1
  2. 04 Jan, 2017 1 commit
  3. 05 Nov, 2016 1 commit
  4. 19 Jul, 2016 1 commit
    • Guus der Kinderen's avatar
      OF-1139: User-to-provider mapping · a4c178c4
      Guus der Kinderen authored
      This commit introduces a new AuthProvider and UserProvider that, similar to the
      HybridAuthProvider and -UserProvider can be configured to use more than one backend
      store. Where the Hybrids iterate over all of their providers in an attempt to
      fulfill a request, these new 'Mapped' variants will first determine what provider
      is to be used for a particular user, and will then operate on only that provider.
      This is useful where particular users are required to be restricted to specific
      backends.
      a4c178c4
  5. 07 Mar, 2016 1 commit
    • Guus der Kinderen's avatar
      OF-1097: Reduce complexity of AuthProvider · 2cd0137f
      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.
      2cd0137f
  6. 09 Nov, 2015 2 commits
  7. 29 Jul, 2015 1 commit
  8. 24 Jul, 2015 1 commit
    • Richard Midwinter's avatar
      OF-631: Implement SCRAM support · 44826566
      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).
      44826566
  9. 09 Nov, 2009 1 commit
  10. 30 Sep, 2009 1 commit
  11. 14 Jul, 2008 1 commit
  12. 11 Apr, 2008 1 commit
  13. 08 Apr, 2008 1 commit
  14. 28 Mar, 2007 1 commit
  15. 05 Jul, 2006 1 commit
  16. 13 Dec, 2005 1 commit