Skip to content
Snippets Groups Projects
  1. Feb 20, 2021
  2. Feb 27, 2020
  3. Feb 02, 2020
  4. Nov 23, 2019
  5. Jan 14, 2019
  6. Mar 14, 2018
  7. Feb 24, 2018
  8. Aug 25, 2017
  9. May 02, 2017
  10. Apr 30, 2017
  11. Apr 23, 2017
  12. Apr 19, 2017
  13. Apr 16, 2017
  14. Mar 01, 2017
  15. 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
  16. Jan 25, 2017
  17. Jan 20, 2017
  18. Oct 11, 2016
  19. Aug 05, 2016
  20. Jul 24, 2016
  21. Jun 25, 2016
  22. Jun 08, 2016
  23. May 18, 2016
  24. Mar 15, 2016
  25. Mar 13, 2016
  26. Feb 07, 2016
  27. Dec 15, 2015
  28. Dec 13, 2015
Loading