Skip to content
Snippets Groups Projects
  1. Apr 29, 2020
  2. Feb 02, 2016
  3. Jul 11, 2014
  4. Jul 10, 2014
  5. Mar 19, 2014
  6. Mar 11, 2014
  7. Feb 19, 2014
  8. Feb 05, 2014
  9. Jan 21, 2014
  10. Jan 20, 2014
  11. Jan 19, 2014
    • Nils Schneider's avatar
      gluon-autoupdater: typo corrected · 8e73ff90
      Nils Schneider authored
      8e73ff90
    • Jan-Philipp Litza's avatar
      gluon-autoupdater: get random number from urandom · 7cdf3708
      Jan-Philipp Litza authored
      The approach with awk's rand() wasn't really random between across
      devices: When srand() was called without arguments, time() was used as
      seed, which of course is the same on all devices when the script is
      called via cron at HH:00:00.
      
      This patch instead uses /dev/urandom as source of random (we don't need
      cryptographically strong random numbers, so urandom is just fine) but
      still uses awk for the comparison as busybox's ash cannot deal with
      floats in $(())
      7cdf3708
  12. Jan 17, 2014
  13. Jan 13, 2014
  14. Jan 12, 2014
  15. Oct 02, 2013
  16. Sep 30, 2013
  17. Sep 29, 2013
Loading