Skip to content
Snippets Groups Projects
  1. Dec 09, 2020
  2. Nov 10, 2020
  3. Nov 09, 2020
  4. Nov 02, 2020
  5. Oct 16, 2020
  6. Oct 08, 2020
  7. Oct 05, 2020
  8. Sep 16, 2020
  9. Sep 10, 2020
  10. Aug 24, 2020
  11. Aug 19, 2020
  12. Aug 10, 2020
  13. May 25, 2020
  14. May 11, 2020
  15. May 01, 2020
  16. 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>
      ad606196
  17. Apr 29, 2020
  18. Apr 15, 2020
  19. Apr 10, 2020
  20. Apr 09, 2020
  21. Mar 31, 2020
  22. Mar 26, 2020
  23. Mar 19, 2020
Loading