Module: check_mk
Branch: master
Commit: ba32da568a355a0fe0c6812aabf9920927e4322f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ba32da568a355a…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Fri Feb 3 13:44:59 2017 +0100
4019 Windows powershell scripts are now always called with the options -noprofile
-executionpolicy bypass
The -noprofile option improves the startup of the powershell interpreter.
The "-executionpolicy bypass" means that the agent will no longer check any
signatures of powershell scripts, since we don't provide them in ps1 script, anyway.
Change-Id: I6bed38679df31b19cdeec8afddf086fd2a60ec34
---
.werks/4019 | 12 ++++++++++++
ChangeLog | 1 +
agents/windows/build_version | 2 +-
agents/windows/check_mk_agent-64.exe | Bin 1328640 -> 1328640 bytes
agents/windows/check_mk_agent-64.unstripped.exe | Bin 15652368 -> 15652368 bytes
agents/windows/check_mk_agent-64.unversioned.exe | Bin 1328640 -> 1328640 bytes
agents/windows/check_mk_agent.exe | Bin 1305088 -> 1305088 bytes
agents/windows/check_mk_agent.msi | Bin 2903552 -> 2903552 bytes
agents/windows/check_mk_agent.unstripped.exe | Bin 13543976 -> 13543976 bytes
agents/windows/check_mk_agent.unversioned.exe | Bin 1305088 -> 1305088 bytes
agents/windows/install_agent-64.exe | Bin 586638 -> 586639 bytes
agents/windows/install_agent.exe | Bin 583697 -> 583691 bytes
12 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/.werks/4019 b/.werks/4019
new file mode 100644
index 0000000..facca67
--- /dev/null
+++ b/.werks/4019
@@ -0,0 +1,12 @@
+Title: Windows powershell scripts are now always called with the options -noprofile
-executionpolicy bypass
+Level: 1
+Component: checks
+Compatible: compat
+Version: 1.4.0i4
+Date: 1486125546
+Class: feature
+
+The -noprofile option improves the startup of the powershell interpreter.
+The "-executionpolicy bypass" means that the agent will no longer check any
+signatures of powershell scripts, since we don't provide them in ps1 script, anyway.
+
diff --git a/ChangeLog b/ChangeLog
index 4bc55d7..bf87a7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,7 @@
* 4332 check_http: Add support for TLSv1.1 and TLSv1.2 as configuration option...
* 4334 mssql_instance: now the connection status is configurable
* 4336 diskstat: now detects NVMe drives, eg. solid-state drives
+ * 4019 Windows powershell scripts are now always called with the options -noprofile
-executionpolicy bypass...
* 4171 FIX: perle_psmu: fixed value error...
* 4172 FIX: smart.temp: fixed discovery and check function...
* 4173 FIX: if.include: ignore some more keys in 'Network interfaces and switch
ports' rule which are only used for interface grouping
diff --git a/agents/windows/build_version b/agents/windows/build_version
index 5cf52bb..6357d64 100644
--- a/agents/windows/build_version
+++ b/agents/windows/build_version
@@ -1 +1 @@
-2520
+2522
diff --git a/agents/windows/check_mk_agent-64.exe b/agents/windows/check_mk_agent-64.exe
index 144e0f9..aadbe3e 100755
Binary files a/agents/windows/check_mk_agent-64.exe and
b/agents/windows/check_mk_agent-64.exe differ
diff --git a/agents/windows/check_mk_agent-64.unstripped.exe
b/agents/windows/check_mk_agent-64.unstripped.exe
index 40ec91b..fead502 100755
Binary files a/agents/windows/check_mk_agent-64.unstripped.exe and
b/agents/windows/check_mk_agent-64.unstripped.exe differ
diff --git a/agents/windows/check_mk_agent-64.unversioned.exe
b/agents/windows/check_mk_agent-64.unversioned.exe
index e433ce3..599cfa7 100755
Binary files a/agents/windows/check_mk_agent-64.unversioned.exe and
b/agents/windows/check_mk_agent-64.unversioned.exe differ
diff --git a/agents/windows/check_mk_agent.exe b/agents/windows/check_mk_agent.exe
index dbd5c70..bb27778 100755
Binary files a/agents/windows/check_mk_agent.exe and b/agents/windows/check_mk_agent.exe
differ
diff --git a/agents/windows/check_mk_agent.msi b/agents/windows/check_mk_agent.msi
index e6aad8c..8cb6c97 100755
Binary files a/agents/windows/check_mk_agent.msi and b/agents/windows/check_mk_agent.msi
differ
diff --git a/agents/windows/check_mk_agent.unstripped.exe
b/agents/windows/check_mk_agent.unstripped.exe
index ebf005c..6a56d88 100755
Binary files a/agents/windows/check_mk_agent.unstripped.exe and
b/agents/windows/check_mk_agent.unstripped.exe differ
diff --git a/agents/windows/check_mk_agent.unversioned.exe
b/agents/windows/check_mk_agent.unversioned.exe
index 74668ad..3c80bab 100755
Binary files a/agents/windows/check_mk_agent.unversioned.exe and
b/agents/windows/check_mk_agent.unversioned.exe differ
diff --git a/agents/windows/install_agent-64.exe b/agents/windows/install_agent-64.exe
index ad7f116..44c648b 100755
Binary files a/agents/windows/install_agent-64.exe and
b/agents/windows/install_agent-64.exe differ
diff --git a/agents/windows/install_agent.exe b/agents/windows/install_agent.exe
index b83676d..714e77f 100755
Binary files a/agents/windows/install_agent.exe and b/agents/windows/install_agent.exe
differ