Skip to content
Snippets Groups Projects
  1. Jan 30, 2020
  2. Oct 05, 2019
  3. Aug 06, 2018
  4. Dec 03, 2017
  5. Nov 05, 2017
  6. Aug 01, 2017
  7. Apr 30, 2017
  8. Apr 18, 2017
  9. Feb 27, 2017
  10. Feb 24, 2017
    • Lukas Fleischer's avatar
      Use bcrypt to hash passwords · 29a48708
      Lukas Fleischer authored
      
      Replace the default hash function used for storing passwords by
      password_hash() which internally uses bcrypt. Legacy MD5 hashes are
      still supported and are immediately converted to the new format when a
      user logs in.
      
      Since big parts of the authentication system needed to be rewritten in
      this context, this patch also includes some simplification and
      refactoring of all code related to password checking and resetting.
      
      Fixes FS#52297.
      
      Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
      29a48708
  11. Jan 25, 2017
  12. Jan 20, 2017
  13. Nov 10, 2016
  14. Jun 08, 2016
  15. Mar 13, 2016
  16. Feb 21, 2016
  17. Feb 07, 2016
  18. Dec 13, 2015
  19. Nov 14, 2015
  20. Sep 20, 2015
  21. Sep 11, 2015
  22. Aug 08, 2015
  23. Jun 29, 2015
  24. Jun 27, 2015
  25. May 31, 2015
  26. Dec 27, 2014
  27. Dec 13, 2014
Loading