1. 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
  2. 04 Dec, 2015 1 commit
    • Dave Cridland's avatar
      OF-631 Reduce salt size to fit database · 0dbd963e
      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.
      0dbd963e
  3. 09 Nov, 2015 1 commit
  4. 29 Oct, 2015 1 commit
  5. 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
  6. 01 May, 2010 1 commit
  7. 09 Nov, 2009 1 commit
  8. 30 Sep, 2009 1 commit
  9. 11 Apr, 2008 1 commit
  10. 01 Apr, 2008 1 commit
  11. 06 Feb, 2008 1 commit
  12. 29 Oct, 2007 1 commit
  13. 03 Jul, 2007 1 commit
  14. 28 Mar, 2007 1 commit
  15. 05 Jul, 2006 1 commit
  16. 20 Mar, 2006 1 commit
  17. 13 Dec, 2005 1 commit