- 18 Sep, 2020 1 commit
-
-
themylogin authored
-
- 17 Sep, 2020 1 commit
-
-
themylogin authored
-
- 16 Sep, 2020 4 commits
-
-
William Grzybowski authored
NAS-107592 / 11.3 / Make sure update is not None
-
William Grzybowski authored
Ticket: NAS-107592
-
William Grzybowski authored
NAS-107565 / 11.3 / Fix legacy replication
-
themylogin authored
-
- 15 Sep, 2020 2 commits
-
-
William Grzybowski authored
NAS-107566 / 11.3 / Handle KeyError in failover validations
-
William Grzybowski authored
Ticket: NAS-107566
-
- 14 Sep, 2020 2 commits
-
-
William Grzybowski authored
NAS-107501 / 11.3 / Fix pdbedit parsing when SMB service aux param invalid (by anodos325)
-
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.
-
- 10 Sep, 2020 2 commits
-
-
William Grzybowski authored
NAS-107468 / 11.3 / Validate cloud sync local path
-
themylogin authored
-
- 09 Sep, 2020 6 commits
-
-
William Grzybowski authored
NAS-107504 / 11.3 / Fix update.destroy_upload_location
-
William Grzybowski authored
NAS-107506 / 11.3 / correctly reload resolvconf when updating search domains
-
themylogin authored
-
caleb authored
-
William Grzybowski authored
NAS-107479 / 11.3 / Account that, for some reason, some RAID cards that are flashed to IT…
-
themylogin authored
Account that, for some reason, some RAID cards that are flashed to IT mode are registered with the ciss driver although they really do JBOD
-
- 08 Sep, 2020 4 commits
-
-
William Grzybowski authored
NAS-106110 / 11.3 / Donot raise UPS alert during self test (by sonicaj)
-
Waqar Ahmed authored
There are some UPS models which run a self test at scheduled intervals where they go on battery and back during the test. We should not raise an alert in this case as this is scheduled and expected and gives a false alarm.
-
William Grzybowski authored
Fix SMB share bind ip check
-
Andrew Walker authored
(cherry picked from commit 399988e5)
-
- 04 Sep, 2020 2 commits
-
-
Joe Maloney authored
NAS-107432 / 11.3 / disable offload capabilitie in interface test for core only (by ericbsd)
-
Joe Maloney authored
NAS-107440 / 11.3 / Changing network test 03 to more automated and to not rely on config (by ericbsd)
-
- 03 Sep, 2020 2 commits
-
- 02 Sep, 2020 4 commits
-
-
William Grzybowski authored
NAS-107437 / 11.3 / Expand validation for user home directories
-
Andrew Walker authored
Re-implement validation from legacy_ui preventing users from setting zpool mountpoints as a home directory. Require owner read and execute on a home directory.
-
William Grzybowski authored
NAS-107438 / 11.3 / Reintroduce special behavior for HOMES path
-
Andrew Walker authored
The SMB plugin had undocumented behavior prior to 11.3 whereby in LDAP enviorments, administrators could leave the SMB path empty for HOMES shares and thereby allow samba to auto-generate the path based on the user's home directory path configured on the remote LDAP server.
-
- 28 Aug, 2020 2 commits
-
-
William Grzybowski authored
NAS-107315 / 11.3 / fix rsync mem leak when snapdir = visible (by yocalebo)
-
caleb authored
-
- 27 Aug, 2020 4 commits
-
-
William Grzybowski authored
Backport extra SMB validation from 12.0
-
William Grzybowski authored
NAS-107104 / 11.3 / Properly renew ACME certs (by sonicaj)
-
Waqar Ahmed authored
This commit fixes an issue where SAN is added by default for CN as it's become a standard now, so DNS mapping may/may not have all the domain mappings for the prefixes, we fix that here. (cherry picked from commit 7cea705f)
-
Andrew Walker authored
-
- 26 Aug, 2020 2 commits
-
-
William Grzybowski authored
NAS-107367 / 11.3 / Correctly handle ACME certs using SAN (by sonicaj)
-
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)
-
- 21 Aug, 2020 2 commits
-
-
William Grzybowski authored
NAS-107242 / 11.3 / Do not permit NetBIOS information changes while AD is enabled. (by anodos325)
-
Andrew Walker authored
Our NetBIOS name is inextricably linked to our AD computer account. Changing these parameters on a production system may results in service disruption for AD.
-