1. 14 Aug, 2020 2 commits
  2. 13 Aug, 2020 2 commits
    • William Grzybowski's avatar
      Merge pull request #5364 from freenas/NAS-107076-11.3 · 2c72f47c
      William Grzybowski authored
      NAS-107076 / 11.3 / Expand regression tests for user api (by anodos325)
      2c72f47c
    • Andrew Walker's avatar
      Expand regression tests for user api · 327c8a73
      Andrew Walker authored
      Add tests for following:
      - permissions set correctly on home directory creation
      - permissions set correctly on home directory move
      - home directory move actually copies files to new path
      - SMB users are added to passdb.tdb on creation
      - SMB users are disabled when user is locked
      - Non-SMB users are not added to passdb
      327c8a73
  3. 12 Aug, 2020 9 commits
  4. 11 Aug, 2020 4 commits
  5. 10 Aug, 2020 3 commits
    • William Grzybowski's avatar
      Merge pull request #5421 from freenas/NAS-107144 · aa88f161
      William Grzybowski authored
      NAS-107144 / 11.3 / Fix random serial generation for extents
      aa88f161
    • Waqar Ahmed's avatar
      Fix random serial generation for extents · c8c64cc6
      Waqar Ahmed authored
      This commit fixes an issue in 11.3 where datastore query prefixes all fields with service supplied prefix. This does not work well with id field as it's simple id and prefixing it with service prefix results in column not being found. In 12, the design is different where we search for the column before adding prefix and then later default to adding prefix if present.
      The right fix would be to fix the datastore behaviour but to keep the changes minimal, I am fixing the effect. I ensured that we have no other usage of a service using order by with id and being affected in 11.3
      c8c64cc6
    • caleb's avatar
      allow editing empty interfaces on HA · f5c10fd5
      caleb authored
      f5c10fd5
  6. 06 Aug, 2020 6 commits
  7. 05 Aug, 2020 14 commits