1. 04 Jan, 2017 1 commit
  2. 05 Nov, 2016 1 commit
  3. 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.
      Unverified
      a4c178c4
  4. 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
  5. 09 Nov, 2015 2 commits
  6. 29 Jul, 2015 1 commit
  7. 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
  8. 09 Nov, 2009 1 commit
  9. 30 Sep, 2009 1 commit
  10. 14 Jul, 2008 1 commit
  11. 11 Apr, 2008 1 commit
  12. 08 Apr, 2008 1 commit
  13. 28 Mar, 2007 1 commit
  14. 05 Jul, 2006 1 commit
  15. 13 Dec, 2005 1 commit