- 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 3 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.
-
William Grzybowski authored
NAS-107254 / 11.3 / Add basic tests for filesystem permissions API (by anodos325)
-
- 18 Aug, 2020 3 commits
-
-
William Grzybowski authored
NAS-107086 / 11.3 / Remove devd rc script, we fix this in freenas/os
-
themylogin authored
-
Andrew Walker authored
Tests for POSIX permissions endpoints including basic functional tests to determine that OS is doing the right thing as well. (cherry picked from commit f90e04b9)
-
- 17 Aug, 2020 2 commits
-
-
William Grzybowski authored
NAS-107252 / 11.3 / Allow chown back to uid / gid 0 in pool.dataset.permission
-
root authored
-
- 14 Aug, 2020 5 commits
-
-
Joe Maloney authored
NAS-105654 / 11.3 / Add regression test for safe handling of private middleware plugin attributes
-
William Grzybowski authored
NAS-107227 / 11.3 / Add more ACL regression tests
-
Andrew Walker authored
This set of regression tests verifies that the individual ACL permissions bits grant no more access than is expected from them. Regression tests are also added to validate behavior of EXECUTE on files.
-
William Grzybowski authored
NAS-107215 / 11.3 / Add functional tests for ZFS ACLs
-
Andrew Walker authored
Verify that ALLOW and DENY ACEs do the right thing on the OS-side.
-
- 13 Aug, 2020 1 commit
-
-
ericbsd authored
-