1. 18 Sep, 2020 6 commits
  2. 17 Sep, 2020 3 commits
  3. 16 Sep, 2020 4 commits
  4. 15 Sep, 2020 2 commits
  5. 14 Sep, 2020 2 commits
    • William Grzybowski's avatar
      Merge pull request #5644 from freenas/NAS-107501-11.3 · 7a33ce86
      William Grzybowski authored
      NAS-107501 / 11.3 / Fix pdbedit parsing when SMB service aux param invalid (by anodos325)
      7a33ce86
    • Andrew Walker's avatar
      Fix pdbedit parsing when SMB service aux param invalid · 1555c38a
      Andrew Walker authored
      When user adds invalid auxilary parameter(s) to the smb.conf, pdbedit
      invocations (or any utilty that ultimately calls lpcfg_map_parameter()),
      will result in additional warning messages being printed even at DEBUG 0
      on stdout. This may break parsing of output from the CLI utility, and in
      the case of pdbedit, will prevent updating of user password.
      
      This commit will change two things. First is a minimal workaround for the
      passdb update to splitlines() and use only last element of resulting list.
      Warnings in this specific situation are prepended to the command's output
      and so will be safely discarded. Additionally, validation for smb_options
      (auxiliary parameters for the SMB service) will be expanded to add a
      call to LoadParm.dump_a_parameter(<aux param>). This function will raise
      a RuntimeError if the parameter being queried does not exist in Samba's
      internal param table.
      1555c38a
  6. 10 Sep, 2020 2 commits
  7. 09 Sep, 2020 6 commits
  8. 08 Sep, 2020 4 commits
  9. 04 Sep, 2020 2 commits
  10. 03 Sep, 2020 2 commits
  11. 02 Sep, 2020 4 commits
  12. 28 Aug, 2020 2 commits
  13. 27 Aug, 2020 1 commit