1. 02 Jul, 2019 1 commit
  2. 01 Jul, 2019 2 commits
  3. 28 Jun, 2019 2 commits
  4. 26 Jun, 2019 5 commits
  5. 25 Jun, 2019 3 commits
  6. 24 Jun, 2019 1 commit
  7. 20 Jun, 2019 3 commits
  8. 19 Jun, 2019 2 commits
  9. 14 Jun, 2019 2 commits
  10. 10 Jun, 2019 3 commits
  11. 07 Jun, 2019 3 commits
  12. 04 Jun, 2019 1 commit
  13. 31 May, 2019 1 commit
  14. 30 May, 2019 1 commit
  15. 28 May, 2019 3 commits
  16. 27 May, 2019 2 commits
  17. 25 May, 2019 1 commit
    • Felip Moll's avatar
      Fix error messages in _convert_to_name(). · 805aa366
      Felip Moll authored
      The name variable hasn't been set yet, so this is always NULL. Print the
      uid/gid instead. While here, treat uid/gid as uint32_t, and use strtoul()
      rather than atoi() to avoid issues with high-number uid/gid values.
      
      Fixes GCC 9 warning.
      
      Bug 7101.
      805aa366
  18. 24 May, 2019 4 commits