Skip to content
  1. Aug 17, 2009
  2. Jun 01, 2009
  3. May 27, 2009
  4. May 13, 2009
  5. Apr 30, 2009
  6. Apr 13, 2009
  7. Mar 25, 2009
  8. Mar 17, 2009
  9. Feb 26, 2009
  10. Feb 18, 2009
  11. Jan 20, 2009
  12. Jan 08, 2009
  13. Nov 20, 2008
  14. Nov 15, 2008
  15. Sep 20, 2008
  16. May 07, 2008
  17. Apr 16, 2008
  18. Apr 14, 2008
  19. Apr 08, 2008
    • Dries Buytaert's avatar
      - Patch #228594 by catch et al: removed access rule functionality from core. · 08aa2322
      Dries Buytaert authored
        The access rules capability of user module has been stripped down to a
        simple method for blocking IP addresses. E-mail and username restrictions
        are now available in a contributed module. IP address range blocking is
        no longer supported and should be done at the server level.
      
        This patch is partly motiviated by the fact that at the usability testing,
        it frequently came up that users went to "access rules" when trying to
        configure their site settings.
      08aa2322
  20. Mar 31, 2008
    • Dries Buytaert's avatar
      - Patch #29706 by pwolanin, solardiz, et al: more secure password hashing. · ed59911f
      Dries Buytaert authored
        This is a big and important patch for Drupal's security.  We are switching
        to much stronger password hashes that are also compatible with the Portable
        PHP password hashing framework.
      
        The new password hashes defeat a number of attacks, including:
      
        - The ability to try candidate passwords against multiple hashes at once.
        - The ability to use pre-hashed lists of candidate passwords.
        - The ability to determine whether two users have the same (or different)
          password without actually having to guess one of the passwords.
      
        Also implemented a pluggable password hashing API (similar to how an alternate
        cache mechanism can be used) to allow developers to readily substitute an
        alternative hashing and authentication scheme.
      
        Thanks all!
      ed59911f
  21. Mar 15, 2008
  22. Feb 18, 2008
  23. Jan 08, 2008
  24. Dec 18, 2007
  25. Nov 04, 2007
  26. Oct 10, 2007
  27. Oct 05, 2007