- 22 Oct, 2019 4 commits
-
-
Andrew authored
Also make the various "set_state" functions naming consistent. I also noticed that I needed to update the return values for 'nis.started'. The various <ds>.started functions should return True if it's healthy, False if it's disabled, and raise an exception if it's enabled and not healthy. ypwhich has some strange and not very helpful failure modes. It may return 1 indicating failure, or it may fail and return 0. Checking for stderr is probably less problematic. If it returns 1, there is also output on stderr so we can reduce the checks here.
-
Andrew authored
-
William Grzybowski authored
Ticket: NAS-103577
-
William Grzybowski authored
Ticket: NAS-103303
-
- 21 Oct, 2019 6 commits
-
-
caleb authored
-
caleb authored
-
Waqar Ahmed authored
-
Andrew authored
On paths without nfsv4 ACL support (e.g. tmpfs), acl_is_trivial_np() raises an OSError. Make an explicit check via pathconf to determine whether NFS4 ACLs are supported on the path before making the syscall.
-
q5sys (JT) authored
-
William Grzybowski authored
-
- 18 Oct, 2019 8 commits
-
-
Waqar Ahmed authored
NAS-103478 / 11.3 / Properly document Job and Event subscription methods for api v2
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
- 17 Oct, 2019 15 commits
-
-
Waqar Ahmed authored
NAS-103472 / 11.3 / Add Security Headers to Nginx
-
Waqar Ahmed authored
This commit adds following security headers to nginx: 1) X-Content-Type-Options: prevents attacks based on MIME-type mismatch. 2) X-XSS-Protection: enables the browser built-in Cross-Site Scripting (XSS) filter to prevent cross-site scripting attacks.
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
William Grzybowski authored
-
themylogin authored
NAS-103445 / 11.3 / Do not crash replication.target_unmatched_snapshots if target dataset…
-
William Grzybowski authored
-
themylogin authored
NAS-103312 / 11.3 / Areca S.M.A.R.T. fixes
-
themylogin authored
-
themylogin authored
(cherry picked from commit 545c5161)
-
Waqar Ahmed authored
-
Andrew authored
SMB service should not be started if it's disabled. Likewise we should avoid restarting system_datasets if possible.
-
William Grzybowski authored
-
William Grzybowski authored
Ticket: NAS-103518
-
themylogin authored
-
- 16 Oct, 2019 7 commits
-
-
themylogin authored
NAS-103498 / 11.3 / alert.list event
-
themylogin authored
-
themylogin authored
NAS-103445 / 11.3 / replication.target_unmatched_snapshots
-
Andrew authored
* Create generic directoryservice.[get|set]_state functions Return status of all directory services in one API call. Register event for status changes.
-
Andrew authored
-
Waqar Ahmed authored
NAS-103450 / 11.3 / Retrieve category key for plugins ( available / installed )
-
Waqar Ahmed authored
-