1. 04 Jan, 2017 1 commit
  2. 07 Mar, 2016 1 commit
  3. 11 Dec, 2015 1 commit
  4. 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
  5. 30 Sep, 2009 1 commit
  6. 11 Apr, 2008 1 commit
  7. 21 Feb, 2008 3 commits
  8. 29 Jun, 2007 1 commit
  9. 20 Jun, 2007 1 commit
    • Jay Kline's avatar
      !!This will require config changes to all SSO users!! · a7d40b6e
      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
      a7d40b6e