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. 02 May, 2014 1 commit
  4. 30 Sep, 2009 1 commit
  5. 11 Apr, 2008 1 commit
  6. 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