redcar 0.3.8.3 → 0.3.8.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. data/CHANGES +6 -0
  2. data/Rakefile +1 -1
  3. data/lib/redcar.rb +1 -1
  4. data/lib/redcar/installer.rb +14 -4
  5. metadata +1 -168
  6. data/lib/openssl/Manifest.txt +0 -99
  7. data/lib/openssl/build.properties +0 -7
  8. data/lib/plugin_manager/plugin_manager.gemspec +0 -33
  9. data/plugins/project/vendor/net-sftp/Manifest +0 -55
  10. data/plugins/project/vendor/net-sftp/Rakefile +0 -30
  11. data/plugins/project/vendor/net-sftp/lib/net/sftp.rb +0 -70
  12. data/plugins/project/vendor/net-sftp/lib/net/sftp/constants.rb +0 -187
  13. data/plugins/project/vendor/net-sftp/lib/net/sftp/errors.rb +0 -39
  14. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/dir.rb +0 -93
  15. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/download.rb +0 -364
  16. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/file.rb +0 -176
  17. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/file_factory.rb +0 -60
  18. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/upload.rb +0 -387
  19. data/plugins/project/vendor/net-sftp/lib/net/sftp/packet.rb +0 -21
  20. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol.rb +0 -32
  21. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/01/attributes.rb +0 -315
  22. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/01/base.rb +0 -268
  23. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/01/name.rb +0 -43
  24. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/02/base.rb +0 -31
  25. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/03/base.rb +0 -35
  26. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/04/attributes.rb +0 -152
  27. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/04/base.rb +0 -94
  28. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/04/name.rb +0 -67
  29. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/05/base.rb +0 -66
  30. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/06/attributes.rb +0 -107
  31. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/06/base.rb +0 -63
  32. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/base.rb +0 -50
  33. data/plugins/project/vendor/net-sftp/lib/net/sftp/request.rb +0 -91
  34. data/plugins/project/vendor/net-sftp/lib/net/sftp/response.rb +0 -76
  35. data/plugins/project/vendor/net-sftp/lib/net/sftp/session.rb +0 -951
  36. data/plugins/project/vendor/net-sftp/lib/net/sftp/version.rb +0 -18
  37. data/plugins/project/vendor/net-sftp/setup.rb +0 -1331
  38. data/plugins/project/vendor/net-sftp/test/common.rb +0 -171
  39. data/plugins/project/vendor/net-sftp/test/protocol/01/test_attributes.rb +0 -97
  40. data/plugins/project/vendor/net-sftp/test/protocol/01/test_base.rb +0 -210
  41. data/plugins/project/vendor/net-sftp/test/protocol/01/test_name.rb +0 -27
  42. data/plugins/project/vendor/net-sftp/test/protocol/02/test_base.rb +0 -26
  43. data/plugins/project/vendor/net-sftp/test/protocol/03/test_base.rb +0 -27
  44. data/plugins/project/vendor/net-sftp/test/protocol/04/test_attributes.rb +0 -148
  45. data/plugins/project/vendor/net-sftp/test/protocol/04/test_base.rb +0 -74
  46. data/plugins/project/vendor/net-sftp/test/protocol/04/test_name.rb +0 -53
  47. data/plugins/project/vendor/net-sftp/test/protocol/05/test_base.rb +0 -62
  48. data/plugins/project/vendor/net-sftp/test/protocol/06/test_attributes.rb +0 -124
  49. data/plugins/project/vendor/net-sftp/test/protocol/06/test_base.rb +0 -51
  50. data/plugins/project/vendor/net-sftp/test/protocol/test_base.rb +0 -42
  51. data/plugins/project/vendor/net-sftp/test/test_all.rb +0 -7
  52. data/plugins/project/vendor/net-sftp/test/test_dir.rb +0 -47
  53. data/plugins/project/vendor/net-sftp/test/test_download.rb +0 -252
  54. data/plugins/project/vendor/net-sftp/test/test_file.rb +0 -159
  55. data/plugins/project/vendor/net-sftp/test/test_file_factory.rb +0 -48
  56. data/plugins/project/vendor/net-sftp/test/test_packet.rb +0 -9
  57. data/plugins/project/vendor/net-sftp/test/test_protocol.rb +0 -17
  58. data/plugins/project/vendor/net-sftp/test/test_request.rb +0 -71
  59. data/plugins/project/vendor/net-sftp/test/test_response.rb +0 -53
  60. data/plugins/project/vendor/net-sftp/test/test_session.rb +0 -741
  61. data/plugins/project/vendor/net-sftp/test/test_upload.rb +0 -219
  62. data/plugins/project/vendor/net-ssh/Manifest +0 -110
  63. data/plugins/project/vendor/net-ssh/Rakefile +0 -85
  64. data/plugins/project/vendor/net-ssh/Rudyfile +0 -96
  65. data/plugins/project/vendor/net-ssh/lib/net/ssh.rb +0 -215
  66. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/agent.rb +0 -179
  67. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/constants.rb +0 -18
  68. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/key_manager.rb +0 -193
  69. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/abstract.rb +0 -60
  70. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/hostbased.rb +0 -71
  71. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/keyboard_interactive.rb +0 -66
  72. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/password.rb +0 -39
  73. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/publickey.rb +0 -92
  74. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/pageant.rb +0 -183
  75. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/session.rb +0 -134
  76. data/plugins/project/vendor/net-ssh/lib/net/ssh/buffer.rb +0 -340
  77. data/plugins/project/vendor/net-ssh/lib/net/ssh/buffered_io.rb +0 -198
  78. data/plugins/project/vendor/net-ssh/lib/net/ssh/config.rb +0 -202
  79. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/channel.rb +0 -630
  80. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/constants.rb +0 -33
  81. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/session.rb +0 -597
  82. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/term.rb +0 -178
  83. data/plugins/project/vendor/net-ssh/lib/net/ssh/errors.rb +0 -85
  84. data/plugins/project/vendor/net-ssh/lib/net/ssh/key_factory.rb +0 -102
  85. data/plugins/project/vendor/net-ssh/lib/net/ssh/known_hosts.rb +0 -129
  86. data/plugins/project/vendor/net-ssh/lib/net/ssh/loggable.rb +0 -61
  87. data/plugins/project/vendor/net-ssh/lib/net/ssh/packet.rb +0 -102
  88. data/plugins/project/vendor/net-ssh/lib/net/ssh/prompt.rb +0 -93
  89. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/command.rb +0 -75
  90. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/errors.rb +0 -14
  91. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/http.rb +0 -94
  92. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/socks4.rb +0 -70
  93. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/socks5.rb +0 -142
  94. data/plugins/project/vendor/net-ssh/lib/net/ssh/ruby_compat.rb +0 -43
  95. data/plugins/project/vendor/net-ssh/lib/net/ssh/service/forward.rb +0 -288
  96. data/plugins/project/vendor/net-ssh/lib/net/ssh/test.rb +0 -89
  97. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/channel.rb +0 -129
  98. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/extensions.rb +0 -152
  99. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/kex.rb +0 -44
  100. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/local_packet.rb +0 -51
  101. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/packet.rb +0 -81
  102. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/remote_packet.rb +0 -38
  103. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/script.rb +0 -157
  104. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/socket.rb +0 -64
  105. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/algorithms.rb +0 -384
  106. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/cipher_factory.rb +0 -97
  107. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/constants.rb +0 -30
  108. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac.rb +0 -31
  109. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/abstract.rb +0 -79
  110. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/md5.rb +0 -12
  111. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/md5_96.rb +0 -11
  112. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/none.rb +0 -15
  113. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/sha1.rb +0 -13
  114. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/sha1_96.rb +0 -11
  115. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/identity_cipher.rb +0 -55
  116. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/kex.rb +0 -13
  117. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb +0 -208
  118. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb +0 -77
  119. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/openssl.rb +0 -128
  120. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/packet_stream.rb +0 -235
  121. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/server_version.rb +0 -71
  122. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/session.rb +0 -276
  123. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/state.rb +0 -206
  124. data/plugins/project/vendor/net-ssh/lib/net/ssh/verifiers/lenient.rb +0 -30
  125. data/plugins/project/vendor/net-ssh/lib/net/ssh/verifiers/null.rb +0 -12
  126. data/plugins/project/vendor/net-ssh/lib/net/ssh/verifiers/strict.rb +0 -53
  127. data/plugins/project/vendor/net-ssh/lib/net/ssh/version.rb +0 -62
  128. data/plugins/project/vendor/net-ssh/net-ssh.gemspec +0 -138
  129. data/plugins/project/vendor/net-ssh/setup.rb +0 -1585
  130. data/plugins/project/vendor/net-ssh/support/arcfour_check.rb +0 -20
  131. data/plugins/project/vendor/net-ssh/support/ssh_tunnel_bug.rb +0 -65
  132. data/plugins/project/vendor/net-ssh/test/README.txt +0 -42
  133. data/plugins/project/vendor/net-ssh/test/authentication/methods/common.rb +0 -28
  134. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_abstract.rb +0 -51
  135. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_hostbased.rb +0 -114
  136. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_keyboard_interactive.rb +0 -98
  137. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_password.rb +0 -50
  138. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_publickey.rb +0 -127
  139. data/plugins/project/vendor/net-ssh/test/authentication/test_agent.rb +0 -205
  140. data/plugins/project/vendor/net-ssh/test/authentication/test_key_manager.rb +0 -105
  141. data/plugins/project/vendor/net-ssh/test/authentication/test_session.rb +0 -93
  142. data/plugins/project/vendor/net-ssh/test/common.rb +0 -107
  143. data/plugins/project/vendor/net-ssh/test/configs/eqsign +0 -3
  144. data/plugins/project/vendor/net-ssh/test/configs/exact_match +0 -8
  145. data/plugins/project/vendor/net-ssh/test/configs/host_plus +0 -10
  146. data/plugins/project/vendor/net-ssh/test/configs/multihost +0 -4
  147. data/plugins/project/vendor/net-ssh/test/configs/nohost +0 -19
  148. data/plugins/project/vendor/net-ssh/test/configs/numeric_host +0 -4
  149. data/plugins/project/vendor/net-ssh/test/configs/wild_cards +0 -14
  150. data/plugins/project/vendor/net-ssh/test/connection/test_channel.rb +0 -467
  151. data/plugins/project/vendor/net-ssh/test/connection/test_session.rb +0 -488
  152. data/plugins/project/vendor/net-ssh/test/manual/test_forward.rb +0 -185
  153. data/plugins/project/vendor/net-ssh/test/test_all.rb +0 -9
  154. data/plugins/project/vendor/net-ssh/test/test_buffer.rb +0 -336
  155. data/plugins/project/vendor/net-ssh/test/test_buffered_io.rb +0 -63
  156. data/plugins/project/vendor/net-ssh/test/test_config.rb +0 -117
  157. data/plugins/project/vendor/net-ssh/test/test_key_factory.rb +0 -67
  158. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_md5.rb +0 -39
  159. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_md5_96.rb +0 -25
  160. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_none.rb +0 -34
  161. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_sha1.rb +0 -34
  162. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_sha1_96.rb +0 -25
  163. data/plugins/project/vendor/net-ssh/test/transport/kex/test_diffie_hellman_group1_sha1.rb +0 -146
  164. data/plugins/project/vendor/net-ssh/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb +0 -92
  165. data/plugins/project/vendor/net-ssh/test/transport/test_algorithms.rb +0 -302
  166. data/plugins/project/vendor/net-ssh/test/transport/test_cipher_factory.rb +0 -213
  167. data/plugins/project/vendor/net-ssh/test/transport/test_hmac.rb +0 -34
  168. data/plugins/project/vendor/net-ssh/test/transport/test_identity_cipher.rb +0 -40
  169. data/plugins/project/vendor/net-ssh/test/transport/test_packet_stream.rb +0 -441
  170. data/plugins/project/vendor/net-ssh/test/transport/test_server_version.rb +0 -78
  171. data/plugins/project/vendor/net-ssh/test/transport/test_session.rb +0 -315
  172. data/plugins/project/vendor/net-ssh/test/transport/test_state.rb +0 -173
@@ -1,171 +0,0 @@
1
- require 'test/unit'
2
- require 'mocha'
3
-
4
- begin
5
- require 'net/ssh'
6
- require 'net/ssh/version'
7
- raise LoadError, "wrong version" unless Net::SSH::Version::STRING >= '1.99.0'
8
- rescue LoadError
9
- begin
10
- gem 'net-ssh', ">= 2.0.0"
11
- require 'net/ssh'
12
- rescue LoadError => e
13
- abort "could not load net/ssh v2 (#{e.inspect})"
14
- end
15
- end
16
-
17
- $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
18
- require 'net/sftp'
19
- require 'net/sftp/constants'
20
- require 'net/ssh/test'
21
-
22
- class Net::SFTP::TestCase < Test::Unit::TestCase
23
- include Net::SFTP::Constants::PacketTypes
24
- include Net::SSH::Test
25
-
26
- def default_test
27
- # do nothing, this is just hacky-hack to work around Test::Unit's
28
- # insistence that all TestCase subclasses have at least one test
29
- # method defined.
30
- end
31
-
32
- protected
33
-
34
- def raw(*args)
35
- Net::SSH::Buffer.from(*args).to_s
36
- end
37
-
38
- def sftp(options={})
39
- @sftp ||= Net::SFTP::Session.new(connection(options))
40
- end
41
-
42
- def expect_sftp_session(opts={})
43
- story do |session|
44
- channel = session.opens_channel
45
- channel.sends_subsystem("sftp")
46
- channel.sends_packet(FXP_INIT, :long, opts[:client_version] || Net::SFTP::Session::HIGHEST_PROTOCOL_VERSION_SUPPORTED)
47
- channel.gets_packet(FXP_VERSION, :long, opts[:server_version] || Net::SFTP::Session::HIGHEST_PROTOCOL_VERSION_SUPPORTED)
48
- yield channel if block_given?
49
- end
50
- end
51
-
52
- def assert_scripted_command
53
- assert_scripted do
54
- sftp.connect!
55
- yield
56
- sftp.loop
57
- end
58
- end
59
-
60
- def assert_progress_reported_open(expect={})
61
- assert_progress_reported(:open, expect)
62
- end
63
-
64
- def assert_progress_reported_put(offset, data, expect={})
65
- assert_equal offset, current_event[3] if offset
66
- assert_equal data, current_event[4] if data
67
- assert_progress_reported(:put, expect)
68
- end
69
-
70
- def assert_progress_reported_get(offset, data, expect={})
71
- assert_equal offset, current_event[3] if offset
72
- if data.is_a?(Fixnum)
73
- assert_equal data, current_event[4].length
74
- elsif data
75
- assert_equal data, current_event[4]
76
- end
77
- assert_progress_reported(:get, expect)
78
- end
79
-
80
- def assert_progress_reported_close(expect={})
81
- assert_progress_reported(:close, expect)
82
- end
83
-
84
- def assert_progress_reported_mkdir(dir)
85
- assert_equal dir, current_event[2]
86
- assert_progress_reported(:mkdir)
87
- end
88
-
89
- def assert_progress_reported_finish
90
- assert_progress_reported(:finish)
91
- end
92
-
93
- def assert_progress_reported(event, expect={})
94
- assert_equal event, current_event[0]
95
- expect.each do |key, value|
96
- assert_equal value, current_event[2].send(key)
97
- end
98
- next_event!
99
- end
100
-
101
- def assert_no_more_reported_events
102
- assert @progress.empty?, "expected #{@progress.empty?} to be empty"
103
- end
104
-
105
- def prepare_progress!
106
- @progress = []
107
- end
108
-
109
- def record_progress(event)
110
- @progress << event
111
- end
112
-
113
- def current_event
114
- @progress.first
115
- end
116
-
117
- def next_event!
118
- @progress.shift
119
- end
120
- end
121
-
122
- class Net::SSH::Test::Channel
123
- def gets_packet(type, *args)
124
- gets_data(sftp_packet(type, *args))
125
- end
126
-
127
- def sends_packet(type, *args)
128
- sends_data(sftp_packet(type, *args))
129
- end
130
-
131
- private
132
-
133
- def sftp_packet(type, *args)
134
- data = Net::SSH::Buffer.from(*args)
135
- Net::SSH::Buffer.from(:long, data.length+1, :byte, type, :raw, data).to_s
136
- end
137
- end
138
-
139
- class ProgressHandler
140
- def initialize(progress_ref)
141
- @progress = progress_ref
142
- end
143
-
144
- def on_open(*args)
145
- @progress << [:open, *args]
146
- end
147
-
148
- def on_put(*args)
149
- @progress << [:put, *args]
150
- end
151
-
152
- def on_close(*args)
153
- @progress << [:close, *args]
154
- end
155
-
156
- def on_finish(*args)
157
- @progress << [:finish, *args]
158
- end
159
- end
160
-
161
- # "prime the pump", so to speak: predefine the modules we need so we can
162
- # define the test classes in a more elegant short-hand.
163
-
164
- module Protocol
165
- module V01; end
166
- module V02; end
167
- module V03; end
168
- module V04; end
169
- module V05; end
170
- module V06; end
171
- end
@@ -1,97 +0,0 @@
1
- require 'common'
2
-
3
- module Etc; end
4
-
5
- class Protocol::V01::TestAttributes < Net::SFTP::TestCase
6
- def test_from_buffer_should_correctly_parse_buffer_and_return_attribute_object
7
- attributes = attributes_factory.from_buffer(full_buffer)
8
-
9
- assert_equal 1234567890, attributes.size
10
- assert_equal 100, attributes.uid
11
- assert_equal 200, attributes.gid
12
- assert_equal 0755, attributes.permissions
13
- assert_equal 1234567890, attributes.atime
14
- assert_equal 2345678901, attributes.mtime
15
- assert_equal "second", attributes.extended["first"]
16
- end
17
-
18
- def test_from_buffer_should_correctly_parse_buffer_with_attribute_subset_and_return_attribute_object
19
- buffer = Net::SSH::Buffer.from(:long, 0x4, :long, 0755)
20
-
21
- attributes = attributes_factory.from_buffer(buffer)
22
-
23
- assert_equal 0755, attributes.permissions
24
-
25
- assert_nil attributes.size
26
- assert_nil attributes.uid
27
- assert_nil attributes.gid
28
- assert_nil attributes.atime
29
- assert_nil attributes.mtime
30
- assert_nil attributes.extended
31
- end
32
-
33
- def test_attributes_to_s_should_build_binary_representation
34
- attributes = attributes_factory.new(
35
- :size => 1234567890,
36
- :uid => 100, :gid => 200,
37
- :permissions => 0755,
38
- :atime => 1234567890, :mtime => 2345678901,
39
- :extended => { "first" => "second" })
40
-
41
- assert_equal full_buffer.to_s, attributes.to_s
42
- end
43
-
44
- def test_attributes_to_s_should_build_binary_representation_when_subset_is_present
45
- attributes = attributes_factory.new(:permissions => 0755)
46
- assert_equal Net::SSH::Buffer.from(:long, 0x4, :long, 0755).to_s, attributes.to_s
47
- end
48
-
49
- def test_attributes_to_s_with_owner_and_group_should_translate_to_uid_and_gid
50
- attributes = attributes_factory.new(:owner => "jamis", :group => "sftp")
51
- attributes.expects(:require).with("etc").times(2)
52
- Etc.expects(:getpwnam).with("jamis").returns(mock('user', :uid => 100))
53
- Etc.expects(:getgrnam).with("sftp").returns(mock('group', :gid => 200))
54
- assert_equal Net::SSH::Buffer.from(:long, 0x2, :long, 100, :long, 200).to_s, attributes.to_s
55
- end
56
-
57
- def test_owner_should_translate_from_uid
58
- attributes = attributes_factory.new(:uid => 100)
59
- attributes.expects(:require).with("etc")
60
- Etc.expects(:getpwuid).with(100).returns(mock('user', :name => "jamis"))
61
- assert_equal "jamis", attributes.owner
62
- end
63
-
64
- def test_group_should_translate_from_gid
65
- attributes = attributes_factory.new(:gid => 200)
66
- attributes.expects(:require).with("etc")
67
- Etc.expects(:getgrgid).with(200).returns(mock('group', :name => "sftp"))
68
- assert_equal "sftp", attributes.group
69
- end
70
-
71
- def test_type_should_infer_type_from_permissions
72
- assert_equal af::T_SOCKET, af.new(:permissions => 0140755).type
73
- assert_equal af::T_SYMLINK, af.new(:permissions => 0120755).type
74
- assert_equal af::T_REGULAR, af.new(:permissions => 0100755).type
75
- assert_equal af::T_BLOCK_DEVICE, af.new(:permissions => 060755).type
76
- assert_equal af::T_DIRECTORY, af.new(:permissions => 040755).type
77
- assert_equal af::T_CHAR_DEVICE, af.new(:permissions => 020755).type
78
- assert_equal af::T_FIFO, af.new(:permissions => 010755).type
79
- assert_equal af::T_UNKNOWN, af.new(:permissions => 0755).type
80
- assert_equal af::T_UNKNOWN, af.new.type
81
- end
82
-
83
- private
84
-
85
- def full_buffer
86
- Net::SSH::Buffer.from(:long, 0x8000000f,
87
- :int64, 1234567890, :long, 100, :long, 200,
88
- :long, 0755, :long, 1234567890, :long, 2345678901,
89
- :long, 1, :string, "first", :string, "second")
90
- end
91
-
92
- def attributes_factory
93
- Net::SFTP::Protocol::V01::Attributes
94
- end
95
-
96
- alias af attributes_factory
97
- end
@@ -1,210 +0,0 @@
1
- require 'common'
2
-
3
- # NOTE: these tests assume that the interface to Net::SFTP::Session#send_packet
4
- # will remain constant. If that interface ever changes, these tests will need
5
- # to be updated!
6
-
7
- class Protocol::V01::TestBase < Net::SFTP::TestCase
8
- include Net::SFTP::Constants
9
- include Net::SFTP::Constants::PacketTypes
10
- include Net::SFTP::Constants::OpenFlags
11
-
12
- def setup
13
- @session = stub('session', :logger => nil)
14
- @base = driver.new(@session)
15
- end
16
-
17
- def test_version
18
- assert_equal 1, @base.version
19
- end
20
-
21
- def test_parse_handle_packet_should_read_string_from_packet_and_return_handle_in_hash
22
- packet = Net::SSH::Buffer.from(:string, "here is a string")
23
- assert_equal({ :handle => "here is a string" }, @base.parse_handle_packet(packet))
24
- end
25
-
26
- def test_parse_status_packet_should_read_long_from_packet_and_return_code_in_hash
27
- packet = Net::SSH::Buffer.from(:long, 15)
28
- assert_equal({ :code => 15 }, @base.parse_status_packet(packet))
29
- end
30
-
31
- def test_parse_data_packet_should_read_string_from_packet_and_return_data_in_hash
32
- packet = Net::SSH::Buffer.from(:string, "here is a string")
33
- assert_equal({ :data => "here is a string" }, @base.parse_data_packet(packet))
34
- end
35
-
36
- def test_parse_attrs_packet_should_use_correct_attributes_class
37
- Net::SFTP::Protocol::V01::Attributes.expects(:from_buffer).with(:packet).returns(:result)
38
- assert_equal({ :attrs => :result }, @base.parse_attrs_packet(:packet))
39
- end
40
-
41
- def test_parse_name_packet_should_use_correct_name_class
42
- packet = Net::SSH::Buffer.from(:long, 2,
43
- :string, "name1", :string, "long1", :long, 0x4, :long, 0755,
44
- :string, "name2", :string, "long2", :long, 0x4, :long, 0550)
45
- names = @base.parse_name_packet(packet)[:names]
46
-
47
- assert_not_nil names
48
- assert_equal 2, names.length
49
- assert_instance_of Net::SFTP::Protocol::V01::Name, names.first
50
-
51
- assert_equal "name1", names.first.name
52
- assert_equal "long1", names.first.longname
53
- assert_equal 0755, names.first.attributes.permissions
54
-
55
- assert_equal "name2", names.last.name
56
- assert_equal "long2", names.last.longname
57
- assert_equal 0550, names.last.attributes.permissions
58
- end
59
-
60
- def test_open_with_numeric_flag_should_accept_IO_constants
61
- @session.expects(:send_packet).with(FXP_OPEN, :long, 0,
62
- :string, "/path/to/file",
63
- :long, FV1::READ | FV1::WRITE | FV1::CREAT | FV1::EXCL,
64
- :raw, attributes.new.to_s)
65
-
66
- assert_equal 0, @base.open("/path/to/file", IO::RDWR | IO::CREAT | IO::EXCL, {})
67
- end
68
-
69
- { "r" => FV1::READ,
70
- "rb" => FV1::READ,
71
- "r+" => FV1::READ | FV1::WRITE,
72
- "w" => FV1::WRITE | FV1::TRUNC | FV1::CREAT,
73
- "w+" => FV1::WRITE | FV1::READ | FV1::TRUNC | FV1::CREAT,
74
- "a" => FV1::APPEND | FV1::WRITE | FV1::CREAT,
75
- "a+" => FV1::APPEND | FV1::WRITE | FV1::READ | FV1::CREAT
76
- }.each do |flags, options|
77
- safe_name = flags.sub(/\+/, "_plus")
78
- define_method("test_open_with_#{safe_name}_should_translate_correctly") do
79
- @session.expects(:send_packet).with(FXP_OPEN, :long, 0,
80
- :string, "/path/to/file", :long, options, :raw, attributes.new.to_s)
81
-
82
- assert_equal 0, @base.open("/path/to/file", flags, {})
83
- end
84
- end
85
-
86
- def test_open_with_attributes_converts_hash_to_attribute_packet
87
- @session.expects(:send_packet).with(FXP_OPEN, :long, 0,
88
- :string, "/path/to/file", :long, FV1::READ, :raw, attributes.new(:permissions => 0755).to_s)
89
- @base.open("/path/to/file", "r", :permissions => 0755)
90
- end
91
-
92
- def test_close_should_send_close_packet
93
- @session.expects(:send_packet).with(FXP_CLOSE, :long, 0, :string, "handle")
94
- assert_equal 0, @base.close("handle")
95
- end
96
-
97
- def test_read_should_send_read_packet
98
- @session.expects(:send_packet).with(FXP_READ, :long, 0, :string, "handle", :int64, 1234, :long, 5678)
99
- assert_equal 0, @base.read("handle", 1234, 5678)
100
- end
101
-
102
- def test_write_should_send_write_packet
103
- @session.expects(:send_packet).with(FXP_WRITE, :long, 0, :string, "handle", :int64, 1234, :string, "data")
104
- assert_equal 0, @base.write("handle", 1234, "data")
105
- end
106
-
107
- def test_lstat_should_send_lstat_packet
108
- @session.expects(:send_packet).with(FXP_LSTAT, :long, 0, :string, "/path/to/file")
109
- assert_equal 0, @base.lstat("/path/to/file")
110
- end
111
-
112
- def test_lstat_should_ignore_flags_parameter
113
- @session.expects(:send_packet).with(FXP_LSTAT, :long, 0, :string, "/path/to/file")
114
- assert_equal 0, @base.lstat("/path/to/file", 12345)
115
- end
116
-
117
- def test_fstat_should_send_fstat_packet
118
- @session.expects(:send_packet).with(FXP_FSTAT, :long, 0, :string, "handle")
119
- assert_equal 0, @base.fstat("handle")
120
- end
121
-
122
- def test_fstat_should_ignore_flags_parameter
123
- @session.expects(:send_packet).with(FXP_FSTAT, :long, 0, :string, "handle")
124
- assert_equal 0, @base.fstat("handle", 12345)
125
- end
126
-
127
- def test_setstat_should_translate_hash_to_attributes_and_send_setstat_packet
128
- @session.expects(:send_packet).with(FXP_SETSTAT, :long, 0, :string, "/path/to/file", :raw, attributes.new(:atime => 1, :mtime => 2, :permissions => 0755).to_s)
129
- assert_equal 0, @base.setstat("/path/to/file", :atime => 1, :mtime => 2, :permissions => 0755)
130
- end
131
-
132
- def test_fsetstat_should_translate_hash_to_attributes_and_send_fsetstat_packet
133
- @session.expects(:send_packet).with(FXP_FSETSTAT, :long, 0, :string, "handle", :raw, attributes.new(:atime => 1, :mtime => 2, :permissions => 0755).to_s)
134
- assert_equal 0, @base.fsetstat("handle", :atime => 1, :mtime => 2, :permissions => 0755)
135
- end
136
-
137
- def test_opendir_should_send_opendir_packet
138
- @session.expects(:send_packet).with(FXP_OPENDIR, :long, 0, :string, "/path/to/dir")
139
- assert_equal 0, @base.opendir("/path/to/dir")
140
- end
141
-
142
- def test_readdir_should_send_readdir_packet
143
- @session.expects(:send_packet).with(FXP_READDIR, :long, 0, :string, "handle")
144
- assert_equal 0, @base.readdir("handle")
145
- end
146
-
147
- def test_remove_should_send_remove_packet
148
- @session.expects(:send_packet).with(FXP_REMOVE, :long, 0, :string, "/path/to/file")
149
- assert_equal 0, @base.remove("/path/to/file")
150
- end
151
-
152
- def test_mkdir_should_translate_hash_to_attributes_and_send_mkdir_packet
153
- @session.expects(:send_packet).with(FXP_MKDIR, :long, 0, :string, "/path/to/dir", :raw, attributes.new(:atime => 1, :mtime => 2, :permissions => 0755).to_s)
154
- assert_equal 0, @base.mkdir("/path/to/dir", :atime => 1, :mtime => 2, :permissions => 0755)
155
- end
156
-
157
- def test_rmdir_should_send_rmdir_packet
158
- @session.expects(:send_packet).with(FXP_RMDIR, :long, 0, :string, "/path/to/dir")
159
- assert_equal 0, @base.rmdir("/path/to/dir")
160
- end
161
-
162
- def test_realpath_should_send_realpath_packet
163
- @session.expects(:send_packet).with(FXP_REALPATH, :long, 0, :string, "/path/to/file")
164
- assert_equal 0, @base.realpath("/path/to/file")
165
- end
166
-
167
- def test_stat_should_send_stat_packet
168
- @session.expects(:send_packet).with(FXP_STAT, :long, 0, :string, "/path/to/file")
169
- assert_equal 0, @base.stat("/path/to/file")
170
- end
171
-
172
- def test_stat_should_ignore_flags_parameter
173
- @session.expects(:send_packet).with(FXP_STAT, :long, 0, :string, "/path/to/file")
174
- assert_equal 0, @base.stat("/path/to/file", 12345)
175
- end
176
-
177
- def test_rename_should_raise_not_implemented_error
178
- assert_raises(NotImplementedError) { @base.rename("/path/to/old", "/path/to/new") }
179
- end
180
-
181
- def test_readlink_should_raise_not_implemented_error
182
- assert_raises(NotImplementedError) { @base.readlink("/path/to/link") }
183
- end
184
-
185
- def test_symlink_should_raise_not_implemented_error
186
- assert_raises(NotImplementedError) { @base.symlink("/path/to/link", "/path/to/file") }
187
- end
188
-
189
- def test_link_should_raise_not_implemented_error
190
- assert_raises(NotImplementedError) { @base.link("/path/to/link", "/path/to/file", true) }
191
- end
192
-
193
- def test_block_should_raise_not_implemented_error
194
- assert_raises(NotImplementedError) { @base.block("handle", 100, 200, 0) }
195
- end
196
-
197
- def test_unblock_should_raise_not_implemented_error
198
- assert_raises(NotImplementedError) { @base.unblock("handle", 100, 200) }
199
- end
200
-
201
- private
202
-
203
- def driver
204
- Net::SFTP::Protocol::V01::Base
205
- end
206
-
207
- def attributes
208
- Net::SFTP::Protocol::V01::Attributes
209
- end
210
- end