- 14 Aug, 2020 2 commits
-
-
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 2 commits
-
-
William Grzybowski authored
NAS-107076 / 11.3 / Expand regression tests for user api (by anodos325)
-
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
-
- 12 Aug, 2020 9 commits
-
-
William Grzybowski authored
NAS-107169 / 11.3 / Add basic set of tests to verify nfs spn in AD environments
-
Andrew Walker authored
-
William Grzybowski authored
NAS-107166 / 11.3 / Move NFS kerberos SPN setup into separate function
-
Andrew Walker authored
Move NFS kerberos SPN setup into separate function. This is to provide support a mechanism to add these entries after the fact, and is a prep step for providing APIs for the webui team to prompt users to add kerberos SPNs to AD in the NFS form (if AD is enabled). Also make NFS plugin more intelligent about detecting whether the system keytab is NFS-enabled. Generate system keytab before setting up NFS config in rc.conf.py Have exports generation explicitly check for NFS spn entry.
-
William Grzybowski authored
NAS-107160 / 11.3 / Log sharesec delete errors
-
William Grzybowski authored
NAS-107107 / 11.3 / Clear any potential stale state after leaving AD domain
-
Andrew Walker authored
re-initialize secrets.tdb. Rename old one to a backup file. Odds of repeatedly joining / leaving AD are extremely low and so we don't have to worry about a couple of these accumulating. Clear out the backup of the domain secrets in our config file. Flush samba's cache after successfully leaving the domain.
-
Andrew Walker authored
If for some reason the path is ripped out before the SMB share is deleted this can cause failure to remove entry from share_info.tdb. In this situation, log what happened but allow share deletion to continue.
-
William Grzybowski authored
NAS-107035 / 11.3 / Properly calculate swap partition size on 4k sector disks
-
- 11 Aug, 2020 4 commits
-
-
themylogin authored
-
William Grzybowski authored
NAS-107116 / 11.3 / allow editing empty interfaces on HA (by yocalebo)
-
William Grzybowski authored
NAS-107148 / 11.3 / Generate a random default serial extent (by sonicaj)
-
Waqar Ahmed authored
If we fail setting up extent for some reason, this commit ensures we still generate a radom default which the extent can consume
-
- 10 Aug, 2020 3 commits
-
-
William Grzybowski authored
NAS-107144 / 11.3 / Fix random serial generation for extents
-
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
-
caleb authored
-
- 06 Aug, 2020 6 commits
-
-
William Grzybowski authored
NAS-107099 / 11.3 / Do not display previous replication task status after deleting it and… (by themylogin)
-
themylogin authored
(cherry picked from commit 684cbfa0)
-
William Grzybowski authored
NAS-107100 / 11.3 / Do not run check_available in a tight loop in case an exception happens (by william-gr)
-
William Grzybowski authored
NAS-107082 / 11.3 / Make v4_krb_enabled a bool (by themylogin)
-
William Grzybowski authored
(cherry picked from commit 7b903304f900426e0a21538e78456f46e491611a)
-
themylogin authored
(cherry picked from commit 1d4f1829)
-
- 05 Aug, 2020 14 commits
-
-
William Grzybowski authored
NAS-106993 / 11.3 / Reassign sys.{stdout,stderr} after log rollover (by william-gr)
-
William Grzybowski authored
NAS-106808 / 11.3 / Ensure monpwd/monuser fields are provided for UPS service (by sonicaj)
-
William Grzybowski authored
NAS-106966 / 11.3 / Properly format collectd warning alerts
-
Waqar Ahmed authored
(cherry picked from commit 767572f6)
-
William Grzybowski authored
NAS-107032 / 11.3 / Set --b2-upload-cutoff to at least --b2-chunk-size
-
William Grzybowski authored
NAS-107069 / 11.3 / Symlink /usr/share/skel to /etc/skel in FreeBSD
-
William Grzybowski authored
NAS-107067 / 11.3 / Fix chown of skel directory contents for new local users
-
William Grzybowski authored
NAS-107023 / 11.3 / Expand list of error strings that should trigger an AD rejoin (by anodos325)
-
William Grzybowski authored
NAS-106978 / 11.3 / Add regression tests for AD machine account keytab generation (by anodos325)
-
William Grzybowski authored
NAS-106948 / 11.3 / Correct typo in vfs_recycle options
-
William Grzybowski authored
NAS-106798 / 11.3 / Allow lunid to be null on creation (by sonicaj)
-
William Grzybowski authored
NAS-102808 / 11.3 / Abort cloudsync task on deletion (by themylogin)
-
William Grzybowski authored
NAS-106866 / 11.3 / Better errno for expected replication errors (by themylogin)
-
William Grzybowski authored
NAS-106864 / 11.3 / NVMe SED support
-