1. 18 Sep, 2020 1 commit
  2. 17 Sep, 2020 1 commit
  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 4 commits
  14. 26 Aug, 2020 2 commits
    • William Grzybowski's avatar
      Merge pull request #5544 from freenas/NAS-107367-11.3 · 334f2dfc
      William Grzybowski authored
      NAS-107367 / 11.3 / Correctly handle ACME certs using SAN (by sonicaj)
      334f2dfc
    • Waqar Ahmed's avatar
      Correctly handle ACME certs using SAN · 8a4a27c2
      Waqar Ahmed authored
      When domain names are specified for SAN, we prefix them with 'DNS:' following with the cert standards, during acme authorisation, ACME server strips them and sends the authorisation for the domain name. We should handle this gracefully and strip out the prefix on our end as well confirming authorisation for the ACME order.
      
      (cherry picked from commit f523e4a7)
      8a4a27c2
  15. 21 Aug, 2020 2 commits