winrm 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/winrm/http/transport.rb +1 -1
- data/lib/winrm/psrp/message.rb +128 -128
- data/lib/winrm/shells/power_shell.rb +0 -1
- data/lib/winrm/version.rb +1 -1
- metadata +12 -85
- data/.gitignore +0 -10
- data/.rubocop.yml +0 -38
- data/.travis.yml +0 -10
- data/Gemfile +0 -2
- data/Rakefile +0 -33
- data/Vagrantfile +0 -6
- data/WinrmAppveyor.psm1 +0 -32
- data/appveyor.yml +0 -50
- data/changelog.md +0 -133
- data/preamble +0 -17
- data/tests/integration/auth_timeout_spec.rb +0 -17
- data/tests/integration/cmd_spec.rb +0 -130
- data/tests/integration/config-example.yml +0 -16
- data/tests/integration/issue_59_spec.rb +0 -25
- data/tests/integration/powershell_spec.rb +0 -164
- data/tests/integration/spec_helper.rb +0 -62
- data/tests/integration/transport_spec.rb +0 -98
- data/tests/integration/wql_spec.rb +0 -33
- data/tests/matchers.rb +0 -59
- data/tests/spec/configuration_spec.rb +0 -183
- data/tests/spec/connection_spec.rb +0 -37
- data/tests/spec/exception_spec.rb +0 -49
- data/tests/spec/http/transport_factory_spec.rb +0 -66
- data/tests/spec/http/transport_spec.rb +0 -43
- data/tests/spec/output_spec.rb +0 -128
- data/tests/spec/psrp/fragment_spec.rb +0 -60
- data/tests/spec/psrp/message_data/base_spec.rb +0 -11
- data/tests/spec/psrp/message_data/error_record_spec.rb +0 -39
- data/tests/spec/psrp/message_data/pipeline_host_call_spec.rb +0 -23
- data/tests/spec/psrp/message_data/pipeline_output_spec.rb +0 -30
- data/tests/spec/psrp/message_data/pipeline_state_spec.rb +0 -38
- data/tests/spec/psrp/message_data/runspace_pool_host_call_spec.rb +0 -23
- data/tests/spec/psrp/message_data/runspacepool_state_spec.rb +0 -14
- data/tests/spec/psrp/message_data/session_capability_spec.rb +0 -28
- data/tests/spec/psrp/message_data_spec.rb +0 -33
- data/tests/spec/psrp/message_defragmenter_spec.rb +0 -45
- data/tests/spec/psrp/message_fragmenter_spec.rb +0 -103
- data/tests/spec/psrp/powershell_output_decoder_spec.rb +0 -98
- data/tests/spec/psrp/psrp_message_spec.rb +0 -73
- data/tests/spec/psrp/recieve_response_reader_spec.rb +0 -170
- data/tests/spec/psrp/uuid_spec.rb +0 -28
- data/tests/spec/response_handler_spec.rb +0 -69
- data/tests/spec/shells/base_spec.rb +0 -227
- data/tests/spec/shells/cmd_spec.rb +0 -75
- data/tests/spec/shells/powershell_spec.rb +0 -221
- data/tests/spec/spec_helper.rb +0 -46
- data/tests/spec/stubs/clixml/error_record.xml.erb +0 -84
- data/tests/spec/stubs/clixml/pipeline_state.xml.erb +0 -88
- data/tests/spec/stubs/responses/get_command_output_response.xml.erb +0 -13
- data/tests/spec/stubs/responses/get_command_output_response_not_done.xml.erb +0 -10
- data/tests/spec/stubs/responses/get_omi_command_output_response.xml.erb +0 -23
- data/tests/spec/stubs/responses/get_omi_command_output_response_not_done.xml.erb +0 -24
- data/tests/spec/stubs/responses/get_omi_config_response.xml +0 -45
- data/tests/spec/stubs/responses/get_omi_powershell_keepalive_response.xml.erb +0 -33
- data/tests/spec/stubs/responses/get_powershell_keepalive_response.xml.erb +0 -10
- data/tests/spec/stubs/responses/get_powershell_output_response.xml.erb +0 -12
- data/tests/spec/stubs/responses/get_powershell_output_response_not_done.xml.erb +0 -9
- data/tests/spec/stubs/responses/open_shell_omi.xml +0 -43
- data/tests/spec/stubs/responses/open_shell_v1.xml +0 -19
- data/tests/spec/stubs/responses/open_shell_v2.xml +0 -20
- data/tests/spec/stubs/responses/soap_fault_omi.xml +0 -31
- data/tests/spec/stubs/responses/soap_fault_v1.xml +0 -36
- data/tests/spec/stubs/responses/soap_fault_v2.xml +0 -42
- data/tests/spec/stubs/responses/wmi_error_v2.xml +0 -41
- data/tests/spec/wsmv/cleanup_command_spec.rb +0 -20
- data/tests/spec/wsmv/close_shell_spec.rb +0 -15
- data/tests/spec/wsmv/command_output_decoder_spec.rb +0 -35
- data/tests/spec/wsmv/command_output_spec.rb +0 -43
- data/tests/spec/wsmv/command_spec.rb +0 -17
- data/tests/spec/wsmv/configuration_spec.rb +0 -15
- data/tests/spec/wsmv/create_pipeline_spec.rb +0 -30
- data/tests/spec/wsmv/create_shell_spec.rb +0 -39
- data/tests/spec/wsmv/init_runspace_pool_spec.rb +0 -38
- data/tests/spec/wsmv/keep_alive_spec.rb +0 -21
- data/tests/spec/wsmv/receive_response_reader_spec.rb +0 -124
- data/tests/spec/wsmv/send_data_spec.rb +0 -30
- data/tests/spec/wsmv/wql_query_spec.rb +0 -11
- data/tests/spec/wsmv/write_stdin_spec.rb +0 -20
- data/winrm.gemspec +0 -46
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc2dfd4574c525ca194a12eb9cbc41b8bc0213b5927c5a7bf570d3010e58d9c8
|
4
|
+
data.tar.gz: f3a9877260b7fd617653d7665136534c5e3761da289ab51d89bbd674cefd80d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac8268cd7fad1e4d9a04deddbe4fdb097e4869fb52304d27fb23f55b79a0b44a00028f6c1e7fa3833d45f5d59f350c16c2f23d3cd105ccfe7e76b6f4d27c2936
|
7
|
+
data.tar.gz: 271f9696f1d960a19ad73315b363f626cd8d51eda1ce742d499b5419b57c58665612b196add8e43fd8dfd5a7461822676bf3bb03b374b09cf8aa2db6cc667d77
|
data/lib/winrm/http/transport.rb
CHANGED
@@ -74,7 +74,7 @@ module WinRM
|
|
74
74
|
return unless @ssl_peer_fingerprint && !@ssl_peer_fingerprint_verified
|
75
75
|
|
76
76
|
with_untrusted_ssl_connection do |connection|
|
77
|
-
connection_cert = connection.
|
77
|
+
connection_cert = connection.peer_cert
|
78
78
|
verify_ssl_fingerprint(connection_cert)
|
79
79
|
end
|
80
80
|
@logger.info("initial ssl fingerprint #{@ssl_peer_fingerprint} verified\n")
|
data/lib/winrm/psrp/message.rb
CHANGED
@@ -1,128 +1,128 @@
|
|
1
|
-
# Copyright 2015 Matt Wrock <matt@mattwrock.com>
|
2
|
-
# Copyright 2016 Shawn Neal <sneal@sneal.net>
|
3
|
-
#
|
4
|
-
# Licensed under the Apache License, Version 2.0 (the 'License');
|
5
|
-
# you may not use this file except in compliance with the License.
|
6
|
-
# You may obtain a copy of the License at
|
7
|
-
#
|
8
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
#
|
10
|
-
# Unless required by applicable law or agreed to in writing, software
|
11
|
-
# distributed under the License is distributed on an 'AS IS' BASIS,
|
12
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
# See the License for the specific language governing permissions and
|
14
|
-
# limitations under the License.
|
15
|
-
|
16
|
-
require_relative 'uuid'
|
17
|
-
require_relative 'message_data'
|
18
|
-
|
19
|
-
module WinRM
|
20
|
-
# PowerShell Remoting Protcol module
|
21
|
-
module PSRP
|
22
|
-
# PowerShell Remoting Protocol base message.
|
23
|
-
# http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-PSRP%5D.pdf
|
24
|
-
class Message
|
25
|
-
include UUID
|
26
|
-
|
27
|
-
# Value of message destination when sent to a client
|
28
|
-
CLIENT_DESTINATION = 1
|
29
|
-
|
30
|
-
# Value of message destination when sent to a server
|
31
|
-
SERVER_DESTINATION = 2
|
32
|
-
|
33
|
-
# All known PSRP message types
|
34
|
-
MESSAGE_TYPES = {
|
35
|
-
session_capability:
|
36
|
-
init_runspacepool:
|
37
|
-
public_key:
|
38
|
-
encrypted_session_key:
|
39
|
-
public_key_request:
|
40
|
-
connect_runspacepool:
|
41
|
-
runspace_init_data:
|
42
|
-
reset_runspace_state:
|
43
|
-
set_max_runspaces:
|
44
|
-
set_min_runspaces:
|
45
|
-
runspace_availability:
|
46
|
-
runspacepool_state:
|
47
|
-
create_pipeline:
|
48
|
-
get_available_runspaces:
|
49
|
-
user_event:
|
50
|
-
application_private_data:
|
51
|
-
get_command_metadata:
|
52
|
-
runspacepool_host_call:
|
53
|
-
runspacepool_host_response: 0x00021101,
|
54
|
-
pipeline_input:
|
55
|
-
end_of_pipeline_input:
|
56
|
-
pipeline_output:
|
57
|
-
error_record:
|
58
|
-
pipeline_state:
|
59
|
-
debug_record:
|
60
|
-
verbose_record:
|
61
|
-
warning_record:
|
62
|
-
progress_record:
|
63
|
-
information_record:
|
64
|
-
pipeline_host_call:
|
65
|
-
pipeline_host_response:
|
66
|
-
}.freeze
|
67
|
-
|
68
|
-
# Creates a new PSRP message instance
|
69
|
-
# @param runspace_pool_id [String] The UUID of the remote shell/runspace pool.
|
70
|
-
# @param pipeline_id [String] The UUID to correlate the command/pipeline response
|
71
|
-
# @param type [Integer] The PSRP MessageType. This is most commonly
|
72
|
-
# specified in hex, e.g. 0x00010002.
|
73
|
-
# @param data [String] The PSRP payload as serialized XML
|
74
|
-
# @param destination [Integer] The destination for this message - client or server
|
75
|
-
def initialize(
|
76
|
-
runspace_pool_id,
|
77
|
-
type,
|
78
|
-
data,
|
79
|
-
pipeline_id = nil,
|
80
|
-
destination = SERVER_DESTINATION
|
81
|
-
)
|
82
|
-
raise 'invalid message type' unless MESSAGE_TYPES.value?(type)
|
83
|
-
|
84
|
-
@data = data
|
85
|
-
@destination = destination
|
86
|
-
@type = type
|
87
|
-
@pipeline_id = pipeline_id
|
88
|
-
@runspace_pool_id = runspace_pool_id
|
89
|
-
end
|
90
|
-
|
91
|
-
attr_reader :destination, :type, :runspace_pool_id, :pipeline_id, :data
|
92
|
-
|
93
|
-
# Returns the raw PSRP message bytes ready for transfer to Windows inside a
|
94
|
-
# WinRM message.
|
95
|
-
# @return [Array<Byte>] Unencoded raw byte array of the PSRP message.
|
96
|
-
def bytes
|
97
|
-
[
|
98
|
-
int16le(destination),
|
99
|
-
int16le(type),
|
100
|
-
uuid_to_windows_guid_bytes(runspace_pool_id),
|
101
|
-
uuid_to_windows_guid_bytes(pipeline_id),
|
102
|
-
byte_order_mark,
|
103
|
-
data_bytes
|
104
|
-
].flatten
|
105
|
-
end
|
106
|
-
|
107
|
-
# Parses the raw data to a MessageData class
|
108
|
-
# @return [MessageData::Base] MessageData corresponding to this message type
|
109
|
-
def parsed_data
|
110
|
-
@parsed_data ||= MessageData.parse(self)
|
111
|
-
end
|
112
|
-
|
113
|
-
private
|
114
|
-
|
115
|
-
def byte_order_mark
|
116
|
-
[239, 187, 191]
|
117
|
-
end
|
118
|
-
|
119
|
-
def data_bytes
|
120
|
-
@data_bytes ||= data.force_encoding('utf-8').bytes
|
121
|
-
end
|
122
|
-
|
123
|
-
def int16le(int16)
|
124
|
-
[int16].pack('N').unpack('C4').reverse
|
125
|
-
end
|
126
|
-
end
|
127
|
-
end
|
128
|
-
end
|
1
|
+
# Copyright 2015 Matt Wrock <matt@mattwrock.com>
|
2
|
+
# Copyright 2016 Shawn Neal <sneal@sneal.net>
|
3
|
+
#
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the 'License');
|
5
|
+
# you may not use this file except in compliance with the License.
|
6
|
+
# You may obtain a copy of the License at
|
7
|
+
#
|
8
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
#
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
11
|
+
# distributed under the License is distributed on an 'AS IS' BASIS,
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
# See the License for the specific language governing permissions and
|
14
|
+
# limitations under the License.
|
15
|
+
|
16
|
+
require_relative 'uuid'
|
17
|
+
require_relative 'message_data'
|
18
|
+
|
19
|
+
module WinRM
|
20
|
+
# PowerShell Remoting Protcol module
|
21
|
+
module PSRP
|
22
|
+
# PowerShell Remoting Protocol base message.
|
23
|
+
# http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-PSRP%5D.pdf
|
24
|
+
class Message
|
25
|
+
include UUID
|
26
|
+
|
27
|
+
# Value of message destination when sent to a client
|
28
|
+
CLIENT_DESTINATION = 1
|
29
|
+
|
30
|
+
# Value of message destination when sent to a server
|
31
|
+
SERVER_DESTINATION = 2
|
32
|
+
|
33
|
+
# All known PSRP message types
|
34
|
+
MESSAGE_TYPES = {
|
35
|
+
session_capability: 0x00010002,
|
36
|
+
init_runspacepool: 0x00010004,
|
37
|
+
public_key: 0x00010005,
|
38
|
+
encrypted_session_key: 0x00010006,
|
39
|
+
public_key_request: 0x00010007,
|
40
|
+
connect_runspacepool: 0x00010008,
|
41
|
+
runspace_init_data: 0x0002100b,
|
42
|
+
reset_runspace_state: 0x0002100c,
|
43
|
+
set_max_runspaces: 0x00021002,
|
44
|
+
set_min_runspaces: 0x00021003,
|
45
|
+
runspace_availability: 0x00021004,
|
46
|
+
runspacepool_state: 0x00021005,
|
47
|
+
create_pipeline: 0x00021006,
|
48
|
+
get_available_runspaces: 0x00021007,
|
49
|
+
user_event: 0x00021008,
|
50
|
+
application_private_data: 0x00021009,
|
51
|
+
get_command_metadata: 0x0002100a,
|
52
|
+
runspacepool_host_call: 0x00021100,
|
53
|
+
runspacepool_host_response: 0x00021101,
|
54
|
+
pipeline_input: 0x00041002,
|
55
|
+
end_of_pipeline_input: 0x00041003,
|
56
|
+
pipeline_output: 0x00041004,
|
57
|
+
error_record: 0x00041005,
|
58
|
+
pipeline_state: 0x00041006,
|
59
|
+
debug_record: 0x00041007,
|
60
|
+
verbose_record: 0x00041008,
|
61
|
+
warning_record: 0x00041009,
|
62
|
+
progress_record: 0x00041010,
|
63
|
+
information_record: 0x00041011,
|
64
|
+
pipeline_host_call: 0x00041100,
|
65
|
+
pipeline_host_response: 0x00041101
|
66
|
+
}.freeze
|
67
|
+
|
68
|
+
# Creates a new PSRP message instance
|
69
|
+
# @param runspace_pool_id [String] The UUID of the remote shell/runspace pool.
|
70
|
+
# @param pipeline_id [String] The UUID to correlate the command/pipeline response
|
71
|
+
# @param type [Integer] The PSRP MessageType. This is most commonly
|
72
|
+
# specified in hex, e.g. 0x00010002.
|
73
|
+
# @param data [String] The PSRP payload as serialized XML
|
74
|
+
# @param destination [Integer] The destination for this message - client or server
|
75
|
+
def initialize(
|
76
|
+
runspace_pool_id,
|
77
|
+
type,
|
78
|
+
data,
|
79
|
+
pipeline_id = nil,
|
80
|
+
destination = SERVER_DESTINATION
|
81
|
+
)
|
82
|
+
raise 'invalid message type' unless MESSAGE_TYPES.value?(type)
|
83
|
+
|
84
|
+
@data = data
|
85
|
+
@destination = destination
|
86
|
+
@type = type
|
87
|
+
@pipeline_id = pipeline_id
|
88
|
+
@runspace_pool_id = runspace_pool_id
|
89
|
+
end
|
90
|
+
|
91
|
+
attr_reader :destination, :type, :runspace_pool_id, :pipeline_id, :data
|
92
|
+
|
93
|
+
# Returns the raw PSRP message bytes ready for transfer to Windows inside a
|
94
|
+
# WinRM message.
|
95
|
+
# @return [Array<Byte>] Unencoded raw byte array of the PSRP message.
|
96
|
+
def bytes
|
97
|
+
[
|
98
|
+
int16le(destination),
|
99
|
+
int16le(type),
|
100
|
+
uuid_to_windows_guid_bytes(runspace_pool_id),
|
101
|
+
uuid_to_windows_guid_bytes(pipeline_id),
|
102
|
+
byte_order_mark,
|
103
|
+
data_bytes
|
104
|
+
].flatten
|
105
|
+
end
|
106
|
+
|
107
|
+
# Parses the raw data to a MessageData class
|
108
|
+
# @return [MessageData::Base] MessageData corresponding to this message type
|
109
|
+
def parsed_data
|
110
|
+
@parsed_data ||= MessageData.parse(self)
|
111
|
+
end
|
112
|
+
|
113
|
+
private
|
114
|
+
|
115
|
+
def byte_order_mark
|
116
|
+
[239, 187, 191]
|
117
|
+
end
|
118
|
+
|
119
|
+
def data_bytes
|
120
|
+
@data_bytes ||= data.force_encoding('utf-8').bytes
|
121
|
+
end
|
122
|
+
|
123
|
+
def int16le(int16)
|
124
|
+
[int16].pack('N').unpack('C4').reverse
|
125
|
+
end
|
126
|
+
end
|
127
|
+
end
|
128
|
+
end
|
data/lib/winrm/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: winrm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Wanek
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2018-
|
14
|
+
date: 2018-12-19 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: builder
|
@@ -141,16 +141,22 @@ dependencies:
|
|
141
141
|
name: rake
|
142
142
|
requirement: !ruby/object:Gem::Requirement
|
143
143
|
requirements:
|
144
|
-
- - "
|
144
|
+
- - ">="
|
145
145
|
- !ruby/object:Gem::Version
|
146
146
|
version: '10.3'
|
147
|
+
- - "<"
|
148
|
+
- !ruby/object:Gem::Version
|
149
|
+
version: '13'
|
147
150
|
type: :development
|
148
151
|
prerelease: false
|
149
152
|
version_requirements: !ruby/object:Gem::Requirement
|
150
153
|
requirements:
|
151
|
-
- - "
|
154
|
+
- - ">="
|
152
155
|
- !ruby/object:Gem::Version
|
153
156
|
version: '10.3'
|
157
|
+
- - "<"
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '13'
|
154
160
|
- !ruby/object:Gem::Dependency
|
155
161
|
name: rb-readline
|
156
162
|
requirement: !ruby/object:Gem::Requirement
|
@@ -185,14 +191,14 @@ dependencies:
|
|
185
191
|
requirements:
|
186
192
|
- - "~>"
|
187
193
|
- !ruby/object:Gem::Version
|
188
|
-
version:
|
194
|
+
version: 0.51.0
|
189
195
|
type: :development
|
190
196
|
prerelease: false
|
191
197
|
version_requirements: !ruby/object:Gem::Requirement
|
192
198
|
requirements:
|
193
199
|
- - "~>"
|
194
200
|
- !ruby/object:Gem::Version
|
195
|
-
version:
|
201
|
+
version: 0.51.0
|
196
202
|
- !ruby/object:Gem::Dependency
|
197
203
|
name: rubyntlm
|
198
204
|
requirement: !ruby/object:Gem::Requirement
|
@@ -226,18 +232,9 @@ extra_rdoc_files:
|
|
226
232
|
- README.md
|
227
233
|
- LICENSE
|
228
234
|
files:
|
229
|
-
- ".gitignore"
|
230
|
-
- ".rubocop.yml"
|
231
|
-
- ".travis.yml"
|
232
|
-
- Gemfile
|
233
235
|
- LICENSE
|
234
236
|
- README.md
|
235
|
-
- Rakefile
|
236
|
-
- Vagrantfile
|
237
|
-
- WinrmAppveyor.psm1
|
238
|
-
- appveyor.yml
|
239
237
|
- bin/rwinrm
|
240
|
-
- changelog.md
|
241
238
|
- lib/winrm.rb
|
242
239
|
- lib/winrm/connection.rb
|
243
240
|
- lib/winrm/connection_opts.rb
|
@@ -291,76 +288,6 @@ files:
|
|
291
288
|
- lib/winrm/wsmv/wql_pull.rb
|
292
289
|
- lib/winrm/wsmv/wql_query.rb
|
293
290
|
- lib/winrm/wsmv/write_stdin.rb
|
294
|
-
- preamble
|
295
|
-
- tests/integration/auth_timeout_spec.rb
|
296
|
-
- tests/integration/cmd_spec.rb
|
297
|
-
- tests/integration/config-example.yml
|
298
|
-
- tests/integration/issue_59_spec.rb
|
299
|
-
- tests/integration/powershell_spec.rb
|
300
|
-
- tests/integration/spec_helper.rb
|
301
|
-
- tests/integration/transport_spec.rb
|
302
|
-
- tests/integration/wql_spec.rb
|
303
|
-
- tests/matchers.rb
|
304
|
-
- tests/spec/configuration_spec.rb
|
305
|
-
- tests/spec/connection_spec.rb
|
306
|
-
- tests/spec/exception_spec.rb
|
307
|
-
- tests/spec/http/transport_factory_spec.rb
|
308
|
-
- tests/spec/http/transport_spec.rb
|
309
|
-
- tests/spec/output_spec.rb
|
310
|
-
- tests/spec/psrp/fragment_spec.rb
|
311
|
-
- tests/spec/psrp/message_data/base_spec.rb
|
312
|
-
- tests/spec/psrp/message_data/error_record_spec.rb
|
313
|
-
- tests/spec/psrp/message_data/pipeline_host_call_spec.rb
|
314
|
-
- tests/spec/psrp/message_data/pipeline_output_spec.rb
|
315
|
-
- tests/spec/psrp/message_data/pipeline_state_spec.rb
|
316
|
-
- tests/spec/psrp/message_data/runspace_pool_host_call_spec.rb
|
317
|
-
- tests/spec/psrp/message_data/runspacepool_state_spec.rb
|
318
|
-
- tests/spec/psrp/message_data/session_capability_spec.rb
|
319
|
-
- tests/spec/psrp/message_data_spec.rb
|
320
|
-
- tests/spec/psrp/message_defragmenter_spec.rb
|
321
|
-
- tests/spec/psrp/message_fragmenter_spec.rb
|
322
|
-
- tests/spec/psrp/powershell_output_decoder_spec.rb
|
323
|
-
- tests/spec/psrp/psrp_message_spec.rb
|
324
|
-
- tests/spec/psrp/recieve_response_reader_spec.rb
|
325
|
-
- tests/spec/psrp/uuid_spec.rb
|
326
|
-
- tests/spec/response_handler_spec.rb
|
327
|
-
- tests/spec/shells/base_spec.rb
|
328
|
-
- tests/spec/shells/cmd_spec.rb
|
329
|
-
- tests/spec/shells/powershell_spec.rb
|
330
|
-
- tests/spec/spec_helper.rb
|
331
|
-
- tests/spec/stubs/clixml/error_record.xml.erb
|
332
|
-
- tests/spec/stubs/clixml/pipeline_state.xml.erb
|
333
|
-
- tests/spec/stubs/responses/get_command_output_response.xml.erb
|
334
|
-
- tests/spec/stubs/responses/get_command_output_response_not_done.xml.erb
|
335
|
-
- tests/spec/stubs/responses/get_omi_command_output_response.xml.erb
|
336
|
-
- tests/spec/stubs/responses/get_omi_command_output_response_not_done.xml.erb
|
337
|
-
- tests/spec/stubs/responses/get_omi_config_response.xml
|
338
|
-
- tests/spec/stubs/responses/get_omi_powershell_keepalive_response.xml.erb
|
339
|
-
- tests/spec/stubs/responses/get_powershell_keepalive_response.xml.erb
|
340
|
-
- tests/spec/stubs/responses/get_powershell_output_response.xml.erb
|
341
|
-
- tests/spec/stubs/responses/get_powershell_output_response_not_done.xml.erb
|
342
|
-
- tests/spec/stubs/responses/open_shell_omi.xml
|
343
|
-
- tests/spec/stubs/responses/open_shell_v1.xml
|
344
|
-
- tests/spec/stubs/responses/open_shell_v2.xml
|
345
|
-
- tests/spec/stubs/responses/soap_fault_omi.xml
|
346
|
-
- tests/spec/stubs/responses/soap_fault_v1.xml
|
347
|
-
- tests/spec/stubs/responses/soap_fault_v2.xml
|
348
|
-
- tests/spec/stubs/responses/wmi_error_v2.xml
|
349
|
-
- tests/spec/wsmv/cleanup_command_spec.rb
|
350
|
-
- tests/spec/wsmv/close_shell_spec.rb
|
351
|
-
- tests/spec/wsmv/command_output_decoder_spec.rb
|
352
|
-
- tests/spec/wsmv/command_output_spec.rb
|
353
|
-
- tests/spec/wsmv/command_spec.rb
|
354
|
-
- tests/spec/wsmv/configuration_spec.rb
|
355
|
-
- tests/spec/wsmv/create_pipeline_spec.rb
|
356
|
-
- tests/spec/wsmv/create_shell_spec.rb
|
357
|
-
- tests/spec/wsmv/init_runspace_pool_spec.rb
|
358
|
-
- tests/spec/wsmv/keep_alive_spec.rb
|
359
|
-
- tests/spec/wsmv/receive_response_reader_spec.rb
|
360
|
-
- tests/spec/wsmv/send_data_spec.rb
|
361
|
-
- tests/spec/wsmv/wql_query_spec.rb
|
362
|
-
- tests/spec/wsmv/write_stdin_spec.rb
|
363
|
-
- winrm.gemspec
|
364
291
|
homepage: https://github.com/WinRb/WinRM
|
365
292
|
licenses:
|
366
293
|
- Apache-2.0
|