1. 23 Eyl, 2015 1 kayıt (commit)
  2. 20 Eyl, 2015 1 kayıt (commit)
  3. 18 Haz, 2015 1 kayıt (commit)
  4. 30 Mar, 2015 1 kayıt (commit)
  5. 11 Şub, 2015 1 kayıt (commit)
  6. 06 Şub, 2015 1 kayıt (commit)
  7. 20 Ock, 2015 1 kayıt (commit)
  8. 17 Ock, 2015 1 kayıt (commit)
  9. 19 Kas, 2014 1 kayıt (commit)
    • Aymeric Augustin's avatar
      Simplified caching of password hashers. · dca33ac1
      Aymeric Augustin yazdı
      load_hashers cached its result regardless of its password_hashers
      argument which required fragile cache invalidation. Remove that
      argument in favor of @override_settings and triggering cache
      invalidation with a signal.
      dca33ac1
  10. 12 Tem, 2014 1 kayıt (commit)
    • Alex Gaynor's avatar
      Bump the default iterations for PBKDF2. · 67325669
      Alex Gaynor yazdı
      The rate at which we've increased this has not been keeping up with hardware (and software) improvements, and we're now considerably behind where we should be. The delta between our performance and an optimized implementation's performance prevents us from improving that further, but hopefully once Python 2.7.8 and 3.4+ get into more hands we can more aggressively increase this number.
      67325669
  11. 30 Kas, 2013 1 kayıt (commit)
  12. 23 Eki, 2013 1 kayıt (commit)
  13. 22 Eki, 2013 1 kayıt (commit)
  14. 21 Eki, 2013 1 kayıt (commit)
  15. 24 Eyl, 2013 1 kayıt (commit)
  16. 19 Eyl, 2013 1 kayıt (commit)
    • Paul McMillan's avatar
      Increase default PBKDF2 iterations · a075e2ad
      Paul McMillan yazdı
      Increases the default PBKDF2 iterations, since computers have gotten
      faster since 2011. In the future, we plan to increment by 10% per
      major version.
      a075e2ad
  17. 15 Eyl, 2013 1 kayıt (commit)
    • Russell Keith-Magee's avatar
      Ensure that passwords are never long enough for a DoS. · aae5a96d
      Russell Keith-Magee yazdı
      * Limit the password length to 4096 bytes
        * Password hashers will raise a ValueError
        * django.contrib.auth forms will fail validation
      * Document in release notes that this is a backwards incompatible change
      
      Thanks to Josh Wright for the report, and Donald Stufft for the patch.
      
      This is a security fix; disclosure to follow shortly.
      aae5a96d
  18. 03 Tem, 2013 1 kayıt (commit)
  19. 01 Tem, 2013 1 kayıt (commit)
  20. 18 Haz, 2013 2 kayıt (commit)
  21. 15 Haz, 2013 2 kayıt (commit)
  22. 14 May, 2013 1 kayıt (commit)
    • Donald Stufft's avatar
      Recommend using the bcrypt library instead of py-bcrypt · 8f0a4665
      Donald Stufft yazdı
      * py-bcrypt has not been updated in some time
      * py-bcrypt does not support Python3
      * py3k-bcrypt, a port of py-bcrypt to python3 is not compatible
        with Django
      * bcrypt is supported on all versions of Python that Django
        supports
      8f0a4665
  23. 03 Nis, 2013 1 kayıt (commit)
  24. 26 Mar, 2013 1 kayıt (commit)
  25. 25 Şub, 2013 1 kayıt (commit)
  26. 02 Şub, 2013 1 kayıt (commit)
  27. 22 Ara, 2012 1 kayıt (commit)
  28. 12 Eyl, 2012 1 kayıt (commit)
  29. 07 Haz, 2012 1 kayıt (commit)
  30. 06 Haz, 2012 1 kayıt (commit)
  31. 30 Mar, 2012 1 kayıt (commit)
  32. 29 Şub, 2012 1 kayıt (commit)
  33. 23 Ara, 2011 1 kayıt (commit)