Skip to content
Snippets Groups Projects
  1. Apr 22, 2021
  2. Apr 12, 2021
  3. Jan 11, 2021
  4. Dec 16, 2020
  5. Dec 09, 2020
  6. Nov 10, 2020
  7. Nov 09, 2020
  8. Nov 02, 2020
  9. Oct 16, 2020
  10. Oct 08, 2020
  11. Oct 05, 2020
  12. Sep 16, 2020
  13. Sep 10, 2020
  14. Aug 24, 2020
  15. Aug 19, 2020
  16. Aug 10, 2020
  17. May 25, 2020
  18. May 11, 2020
  19. May 01, 2020
  20. Apr 30, 2020
    • MichaIng's avatar
      Fix Argon2 options checks · ad606196
      MichaIng authored
      
      The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum.
      Options are now applied the following way:
      - If config.php contains the setting with an integer higher or equal to the minimum, it is applied.
      - If config.php contains the setting with an integer lower than the minimum, the minimum is applied.
      - If config.php does not contain the setting or with no integer value, the PHP default is applied.
      
      Signed-off-by: default avatarMichaIng <micha@dietpi.com>
      Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      Unverified
      ad606196
  21. Apr 29, 2020
  22. Apr 15, 2020
  23. Apr 10, 2020
  24. Apr 09, 2020
Loading