~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/ssh/doc/src/notes_history.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-07 15:07:37 UTC
  • mfrom: (1.2.1 upstream) (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090507150737-i4yb5elwinm7r0hc
Tags: 1:13.b-dfsg1-1
* Removed another bunch of non-free RFCs from original tarball
  (closes: #527053).
* Fixed build-dependencies list by adding missing comma. This requires
  libsctp-dev again. Also, added libsctp1 dependency to erlang-base and
  erlang-base-hipe packages because the shared library is loaded via
  dlopen now and cannot be added using dh_slibdeps (closes: #526682).
* Weakened dependency of erlang-webtool on erlang-observer to recommends
  to avoid circular dependencies (closes: #526627).
* Added solaris-i386 to HiPE enabled architectures.
* Made script sources in /usr/lib/erlang/erts-*/bin directory executable,
  which is more convenient if a user wants to create a target Erlang system.
* Shortened extended description line for erlang-dev package to make it
  fit 80x25 terminals.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
 
3
 
 
4
<chapter>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2009</year>
 
8
      <year>2009</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <legalnotice>
 
12
  The contents of this file are subject to the Erlang Public License,
 
13
  Version 1.1, (the "License"); you may not use this file except in
 
14
  compliance with the License. You should have received a copy of the
 
15
  Erlang Public License along with this software. If not, it can be
 
16
  retrieved online at http://www.erlang.org/.
 
17
 
 
18
  Software distributed under the License is distributed on an "AS IS"
 
19
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
20
  the License for the specific language governing rights and limitations
 
21
  under the License.
 
22
 
 
23
  The Initial Developer of the Original Code is Ericsson AB.
 
24
    </legalnotice>
 
25
 
 
26
    <title>SSH Release Notes History</title>
 
27
    <prepared></prepared>
 
28
    <responsible></responsible>
 
29
    <docno></docno>
 
30
    <approved></approved>
 
31
    <checked></checked>
 
32
    <date></date>
 
33
    <rev>A</rev>
 
34
    <file>notes_history.xml</file>
 
35
  </header>
 
36
 
 
37
  <section><title>Ssh 0.9.9.6</title>
 
38
 
 
39
    <section><title>Improvements and New Features</title>
 
40
      <list>
 
41
        <item>
 
42
          <p>
 
43
            Updated asn1 file due to change in the asn1 compiler.
 
44
            This has no semantical effect on the ssh application.</p>
 
45
          <p>
 
46
            Own Id: OTP-7246</p>
 
47
        </item>
 
48
        <item>
 
49
          <p>
 
50
            Allows for the option {fd, FD} in listen and connect
 
51
            calls. The option is passed on to gen_tcp:listen and
 
52
            gen_tcp:connect</p>
 
53
          <p>
 
54
            Own Id: OTP-7247</p>
 
55
        </item>
 
56
      </list>
 
57
    </section>
 
58
</section>
 
59
 
 
60
  <section><title>Ssh 0.9.9.5</title>
 
61
    
 
62
    <section><title>Fixed Bugs and Malfunctions</title>
 
63
      <list>
 
64
        <item>
 
65
          <p>
 
66
            Putty version 0.60 sends ignore messages, which hanged
 
67
            the OTP ssh server.</p>
 
68
          <p>
 
69
            Own Id: OTP-7076</p>
 
70
        </item>
 
71
        <item>
 
72
          <p>
 
73
            ssh_cm hanged when connection was closed during
 
74
            handshake. (Triggered by putty 0.60 client.)</p>
 
75
          <p>
 
76
            Own Id: OTP-7089</p>
 
77
        </item>
 
78
        <item>
 
79
          <p>
 
80
            Fixed crash in server when receiving an empty ignore-msg.
 
81
            (From the putty 0.60 client.)</p>
 
82
          <p>
 
83
            Own Id: OTP-7135</p>
 
84
        </item>
 
85
      </list>
 
86
    </section>
 
87
 
 
88
 
 
89
    <section><title>Improvements and New Features</title>
 
90
      <list>
 
91
        <item>
 
92
          <p>
 
93
            Now uses the base 64 encode/decode function in stdlib.</p>
 
94
          <p>
 
95
            Own Id: OTP-6486</p>
 
96
        </item>
 
97
        <item>
 
98
          <p>
 
99
            Removed runtime dependency on asn1.</p>
 
100
          <p>
 
101
            Own Id: OTP-6570</p>
 
102
        </item>
 
103
        <item>
 
104
          <p>
 
105
            Documentation update of ssh.</p>
 
106
          <p>
 
107
            Own Id: OTP-7063 Aux Id: seq10789 </p>
 
108
        </item>
 
109
        <item>
 
110
          <p>
 
111
            Same listener is used for both sshd and sftpd. Previously
 
112
            the sftpd server had to be run on a separate port, now
 
113
            the sshd listener will start an sftpd server when an sftp
 
114
            client connects.</p>
 
115
          <p>
 
116
            Own Id: OTP-7090 Aux Id: seq10675 </p>
 
117
        </item>
 
118
        <item>
 
119
          <p>
 
120
            Kebord-interactive support, according to rfc 4256, has
 
121
            been added to the ssh client. Also the option
 
122
            <c>quiet_mode</c> has been added so that unwanted banners
 
123
            may be suppressed.</p>
 
124
          <p>
 
125
            Own Id: OTP-7106 Aux Id: seq10841 </p>
 
126
        </item>
 
127
      </list>
 
128
    </section>
 
129
 
 
130
  </section>
 
131
    
 
132
    <section><title>Ssh 0.9.9.4</title>
 
133
    
 
134
    <section><title>Improvements and New Features</title>
 
135
    <list>
 
136
      <item>
 
137
        <p>
 
138
          [sftpd] - Root parameter now behaves as expected,
 
139
        instead of making sftpd malfunction.</p>
 
140
        <p>
 
141
        Own Id: OTP-7057 Aux Id: seq10830 </p>
 
142
      </item>
 
143
    </list>
 
144
    </section>
 
145
    </section>
 
146
    
 
147
  <section><title>Ssh 0.9.9.3</title>
 
148
  
 
149
  <section><title>Fixed Bugs and Malfunctions</title>
 
150
  <list>
 
151
    <item>
 
152
      <p>
 
153
        The sftp-server could crash if a "ls" was done on the
 
154
        client, and a file was removed while ssh_sftpd:list_dir
 
155
        was reading the directory, an error code from
 
156
        read_file_info wasn't handled properly. This fix makes ls
 
157
      return an error code instead.</p>
 
158
      <p>
 
159
      Own Id: OTP-6854 Aux Id: seq10740 </p>
 
160
    </item>
 
161
    <item>
 
162
      <p>
 
163
        Fixed bugs in prompting in ssl_cli. Prompts like \003>
 
164
        were written as \300>. Also, newlines and returns was
 
165
      removed.</p>
 
166
      <p>
 
167
      Own Id: OTP-6917 Aux Id: seq10773 </p>
 
168
    </item>
 
169
  </list>
 
170
  </section>
 
171
 
 
172
    <section><title>Improvements and New Features</title>
 
173
      <list>
 
174
        <item>
 
175
          <p>
 
176
            [sftpd] - New option "root" to set the root of the
 
177
            sftp-server and the callback module for file handling now
 
178
          has a state parameter.</p>
 
179
          <p>
 
180
            Own Id: OTP-7075 Aux Id: seq10675 </p>
 
181
        </item>
 
182
      </list>
 
183
    </section>
 
184
  </section>
 
185
  
 
186
    <section>
 
187
    <title>Ssh 0.9.9.2</title>
 
188
    <section>
 
189
      <title>Better error-handling in ssh_sshd:listen</title>
 
190
      <list type="bulleted">
 
191
        <item>
 
192
          <p>The caller was hanged when listening with ssh_sshd:listen
 
193
                (or ssh_sftpd:listen) on a port and IP already in use.
 
194
                Now an error is returned instead.</p>
 
195
          <p>Own Id: OTP-6727</p>
 
196
        </item>
 
197
      </list>
 
198
    </section>
 
199
 
 
200
    <section>
 
201
      <title>Fix in ssh_sftpd</title>
 
202
      <list type="bulleted">
 
203
        <item>
 
204
          <p>Cd ../.. didn't work when connecting to a ssh_sftpd server.</p>
 
205
          <p>Own Id: OTP-6727</p>
 
206
        </item>
 
207
      </list>
 
208
    </section>
 
209
  </section>
 
210
 
 
211
  <section>
 
212
    <title>Ssh 0.9.9.1</title>
 
213
 
 
214
    <section>
 
215
      <title>Minor Makefile changes</title>
 
216
      <list type="bulleted">
 
217
        <item>
 
218
          <p>Removed use of <c><![CDATA[erl_flags]]></c> from Makefile.</p>
 
219
          <p>Own Id: OTP-6689</p>
 
220
        </item>
 
221
      </list>
 
222
    </section>
 
223
  </section>
 
224
 
 
225
  <section>
 
226
    <title>Ssh 0.9.9</title>
 
227
 
 
228
    <section>
 
229
      <title>Fixed Bugs and Malfunctions</title>
 
230
      <list type="bulleted">
 
231
        <item>
 
232
          <p>A race condition that could make the server crash if a
 
233
            client sent a SSH_MSG_USERAUTH_REQUEST packet immediately
 
234
            after its SSH_MSG_SERVICE_REQUEST, is removed.</p>
 
235
          <p>Own Id: OTP-6379 Aux Id: seq10523 </p>
 
236
        </item>
 
237
      </list>
 
238
    </section>
 
239
  </section>
 
240
 
 
241
  <section>
 
242
    <title>Ssh 0.9.8</title>
 
243
 
 
244
    <section>
 
245
      <title>Fixed Bugs and Malfunctions</title>
 
246
      <list type="bulleted">
 
247
        <item>
 
248
          <p>Corrected minor bugs and removed dead code found by
 
249
            dialyzer.</p>
 
250
          <p>Own Id: OTP-6524</p>
 
251
        </item>
 
252
      </list>
 
253
    </section>
 
254
  </section>
 
255
 
 
256
  <section>
 
257
    <title>Ssh 0.9.7</title>
 
258
 
 
259
    <section>
 
260
      <title>Fixed Bugs and Malfunctions</title>
 
261
      <list type="bulleted">
 
262
        <item>
 
263
          <p>[sftp] - The function ssh_sftp:make_symlink/3 was not
 
264
            fully implemented.</p>
 
265
          <p>Own Id: OTP-6446</p>
 
266
        </item>
 
267
        <item>
 
268
          <p>[ssh] - An internal value was, due to a bug, always set
 
269
            to undefined even when it was not, this could lead to
 
270
            connections being wrongly refused.</p>
 
271
          <p>Own Id: OTP-6450</p>
 
272
        </item>
 
273
        <item>
 
274
          <p>A pattern matching was missing "/binary" resulting in
 
275
            that the internal function ssh_xfer:decode_acl/2 did not
 
276
            work as expected.</p>
 
277
          <p>Own Id: OTP-6458</p>
 
278
        </item>
 
279
        <item>
 
280
          <p>[sftp] - read_link/2 did not return the documented value</p>
 
281
          <p>Own Id: OTP-6471</p>
 
282
        </item>
 
283
        <item>
 
284
          <p>Removed debugg printouts from ssh_cli.erl</p>
 
285
          <p>Own Id: OTP-6483</p>
 
286
        </item>
 
287
        <item>
 
288
          <p>[sftp, ssh] - The connection timeout was overridden by an
 
289
            internal gen_server default timeout.</p>
 
290
          <p>Own Id: OTP-6488 Aux Id: seq10569 </p>
 
291
        </item>
 
292
      </list>
 
293
    </section>
 
294
  </section>
 
295
 
 
296
  <section>
 
297
    <title>Ssh 0.9.6</title>
 
298
 
 
299
    <section>
 
300
      <title>Fixed Bugs and Malfunctions</title>
 
301
      <list type="bulleted">
 
302
        <item>
 
303
          <p>Removed debug printout from production code.</p>
 
304
          <p>Own Id: OTP-6348 Aux Id: seq10510 </p>
 
305
        </item>
 
306
        <item>
 
307
          <p>[sftpd] - When the sftp client ends the session the
 
308
            server will now behave correctly and not leave the client
 
309
            hanging.</p>
 
310
          <p>Own Id: OTP-6349 Aux Id: seq10510 </p>
 
311
        </item>
 
312
        <item>
 
313
          <p>[sftpd] - No longer used files were not closed until the
 
314
            session was ended.</p>
 
315
          <p>Own Id: OTP-6350 Aux Id: seq10514 </p>
 
316
        </item>
 
317
        <item>
 
318
          <p>[sftpd] - File rename requests sent by sftp version 3
 
319
            clients were not handled.</p>
 
320
          <p>Own Id: OTP-6352 Aux Id: seq10513 </p>
 
321
        </item>
 
322
        <item>
 
323
          <p>[sftpd] - Request that did not fit into one ssh message
 
324
            were not handled.</p>
 
325
          <p>Own Id: OTP-6353 Aux Id: seq10515 </p>
 
326
        </item>
 
327
        <item>
 
328
          <p>Removed error logging of auth method none, as this is not
 
329
            an error but rather a feature, that is used to get
 
330
            initial information from the server.</p>
 
331
          <p>Own Id: OTP-6414</p>
 
332
        </item>
 
333
      </list>
 
334
    </section>
 
335
 
 
336
    <section>
 
337
      <title>Improvements and New Features</title>
 
338
      <list type="bulleted">
 
339
        <item>
 
340
          <p>[sftpd] - Added new option to specify a callback module
 
341
            for the sftpd-server file handling. The default callback
 
342
            module uses file and filelib.</p>
 
343
          <p>Own Id: OTP-6356 Aux Id: seq10519 </p>
 
344
        </item>
 
345
      </list>
 
346
    </section>
 
347
  </section>
 
348
 
 
349
  <section>
 
350
    <title>Ssh 0.9.5</title>
 
351
 
 
352
    <section>
 
353
      <title>Fixed Bugs and Malfunctions</title>
 
354
      <list type="bulleted">
 
355
        <item>
 
356
          <p>The data window in SSH wasn't resized in the ssh_cli
 
357
            receive data, this made the ssh_cli-server hang if more
 
358
            than 64K data was received at one time. The option
 
359
            tcp_nodelay was added, for nodelay in tcp connections.</p>
 
360
          <p>Own Id: OTP-6231</p>
 
361
        </item>
 
362
      </list>
 
363
    </section>
 
364
  </section>
 
365
 
 
366
  <section>
 
367
    <title>SSH 0.9.4</title>
 
368
 
 
369
    <section>
 
370
      <title>Reported Fixed Bugs and Malfunctions</title>
 
371
      <list type="bulleted">
 
372
        <item>
 
373
          <p>Unnecessary explicit start of crypto application 
 
374
            in ssh application. This has been removed. The 
 
375
            app-file specifies that ssh depends on the crypto app.
 
376
            This is enough. See also the 
 
377
            <seealso marker="ssh">ssh</seealso> module.</p>
 
378
          <p>Also changed some error reports to info reports.</p>
 
379
          <p>Own Id: OTP-6183</p>
 
380
          <p>Aux Id: Seq 10383</p>
 
381
        </item>
 
382
      </list>
 
383
    </section>
 
384
  </section>
 
385
 
 
386
  <section>
 
387
    <title>SSH 0.9.3</title>
 
388
 
 
389
    <section>
 
390
      <title>Improvements and New Features</title>
 
391
      <list type="bulleted">
 
392
        <item>
 
393
          <p>Added way for cli to get peer name</p>
 
394
          <p>Own Id: OTP-6138</p>
 
395
        </item>
 
396
      </list>
 
397
    </section>
 
398
  </section>
 
399
 
 
400
  <section>
 
401
    <title>SSH 0.9.2</title>
 
402
 
 
403
    <section>
 
404
      <title>Improvements and New Features</title>
 
405
      <list type="bulleted">
 
406
        <item>
 
407
          <p>Added some options to listen</p>
 
408
          <p>Own Id: OTP-6070</p>
 
409
        </item>
 
410
      </list>
 
411
    </section>
 
412
  </section>
 
413
 
 
414
  <section>
 
415
    <title>SSH 0.9.1</title>
 
416
    <section><title>Ssh 0.9.9.4</title>
 
417
    
 
418
    <section><title>Improvements and New Features</title>
 
419
    <list>
 
420
      <item>
 
421
        <p>
 
422
          [sftpd] - Root parameter now behaves as expected,
 
423
        instead of making sftpd malfunction.</p>
 
424
        <p>
 
425
        Own Id: OTP-7057 Aux Id: seq10830 </p>
 
426
      </item>
 
427
    </list>
 
428
    </section>
 
429
    </section>
 
430
    
 
431
  <section><title>Ssh 0.9.9.3</title>
 
432
  
 
433
  <section><title>Fixed Bugs and Malfunctions</title>
 
434
  <list>
 
435
    <item>
 
436
      <p>
 
437
        The sftp-server could crash if a "ls" was done on the
 
438
        client, and a file was removed while ssh_sftpd:list_dir
 
439
        was reading the directory, an error code from
 
440
        read_file_info wasn't handled properly. This fix makes ls
 
441
      return an error code instead.</p>
 
442
      <p>
 
443
      Own Id: OTP-6854 Aux Id: seq10740 </p>
 
444
    </item>
 
445
    <item>
 
446
      <p>
 
447
        Fixed bugs in prompting in ssl_cli. Prompts like \003>
 
448
        were written as \300>. Also, newlines and returns was
 
449
      removed.</p>
 
450
      <p>
 
451
      Own Id: OTP-6917 Aux Id: seq10773 </p>
 
452
    </item>
 
453
  </list>
 
454
  </section>
 
455
 
 
456
    <section><title>Improvements and New Features</title>
 
457
      <list>
 
458
        <item>
 
459
          <p>
 
460
            [sftpd] - New option "root" to set the root of the
 
461
            sftp-server and the callback module for file handling now
 
462
          has a state parameter.</p>
 
463
          <p>
 
464
            Own Id: OTP-7075 Aux Id: seq10675 </p>
 
465
        </item>
 
466
      </list>
 
467
    </section>
 
468
  </section>
 
469
  
 
470
    <section>
 
471
    <title>Ssh 0.9.9.2</title>
 
472
    <section>
 
473
      <title>Better error-handling in ssh_sshd:listen</title>
 
474
      <list type="bulleted">
 
475
        <item>
 
476
          <p>The caller was hanged when listening with ssh_sshd:listen
 
477
                (or ssh_sftpd:listen) on a port and IP already in use.
 
478
                Now an error is returned instead.</p>
 
479
          <p>Own Id: OTP-6727</p>
 
480
        </item>
 
481
      </list>
 
482
    </section>
 
483
 
 
484
    <section>
 
485
      <title>Fix in ssh_sftpd</title>
 
486
      <list type="bulleted">
 
487
        <item>
 
488
          <p>Cd ../.. didn't work when connecting to a ssh_sftpd server.</p>
 
489
          <p>Own Id: OTP-6727</p>
 
490
        </item>
 
491
      </list>
 
492
    </section>
 
493
  </section>
 
494
 
 
495
  <section>
 
496
    <title>Ssh 0.9.9.1</title>
 
497
 
 
498
    <section>
 
499
      <title>Minor Makefile changes</title>
 
500
      <list type="bulleted">
 
501
        <item>
 
502
          <p>Removed use of <c><![CDATA[erl_flags]]></c> from Makefile.</p>
 
503
          <p>Own Id: OTP-6689</p>
 
504
        </item>
 
505
      </list>
 
506
    </section>
 
507
  </section>
 
508
 
 
509
  <section>
 
510
    <title>Ssh 0.9.9</title>
 
511
 
 
512
    <section>
 
513
      <title>Fixed Bugs and Malfunctions</title>
 
514
      <list type="bulleted">
 
515
        <item>
 
516
          <p>A race condition that could make the server crash if a
 
517
            client sent a SSH_MSG_USERAUTH_REQUEST packet immediately
 
518
            after its SSH_MSG_SERVICE_REQUEST, is removed.</p>
 
519
          <p>Own Id: OTP-6379 Aux Id: seq10523 </p>
 
520
        </item>
 
521
      </list>
 
522
    </section>
 
523
  </section>
 
524
 
 
525
  <section>
 
526
    <title>Ssh 0.9.8</title>
 
527
 
 
528
    <section>
 
529
      <title>Fixed Bugs and Malfunctions</title>
 
530
      <list type="bulleted">
 
531
        <item>
 
532
          <p>Corrected minor bugs and removed dead code found by
 
533
            dialyzer.</p>
 
534
          <p>Own Id: OTP-6524</p>
 
535
        </item>
 
536
      </list>
 
537
    </section>
 
538
  </section>
 
539
 
 
540
  <section>
 
541
    <title>Ssh 0.9.7</title>
 
542
 
 
543
    <section>
 
544
      <title>Fixed Bugs and Malfunctions</title>
 
545
      <list type="bulleted">
 
546
        <item>
 
547
          <p>[sftp] - The function ssh_sftp:make_symlink/3 was not
 
548
            fully implemented.</p>
 
549
          <p>Own Id: OTP-6446</p>
 
550
        </item>
 
551
        <item>
 
552
          <p>[ssh] - An internal value was, due to a bug, always set
 
553
            to undefined even when it was not, this could lead to
 
554
            connections being wrongly refused.</p>
 
555
          <p>Own Id: OTP-6450</p>
 
556
        </item>
 
557
        <item>
 
558
          <p>A pattern matching was missing "/binary" resulting in
 
559
            that the internal function ssh_xfer:decode_acl/2 did not
 
560
            work as expected.</p>
 
561
          <p>Own Id: OTP-6458</p>
 
562
        </item>
 
563
        <item>
 
564
          <p>[sftp] - read_link/2 did not return the documented value</p>
 
565
          <p>Own Id: OTP-6471</p>
 
566
        </item>
 
567
        <item>
 
568
          <p>Removed debugg printouts from ssh_cli.erl</p>
 
569
          <p>Own Id: OTP-6483</p>
 
570
        </item>
 
571
        <item>
 
572
          <p>[sftp, ssh] - The connection timeout was overridden by an
 
573
            internal gen_server default timeout.</p>
 
574
          <p>Own Id: OTP-6488 Aux Id: seq10569 </p>
 
575
        </item>
 
576
      </list>
 
577
    </section>
 
578
  </section>
 
579
 
 
580
  <section>
 
581
    <title>Ssh 0.9.6</title>
 
582
 
 
583
    <section>
 
584
      <title>Fixed Bugs and Malfunctions</title>
 
585
      <list type="bulleted">
 
586
        <item>
 
587
          <p>Removed debug printout from production code.</p>
 
588
          <p>Own Id: OTP-6348 Aux Id: seq10510 </p>
 
589
        </item>
 
590
        <item>
 
591
          <p>[sftpd] - When the sftp client ends the session the
 
592
            server will now behave correctly and not leave the client
 
593
            hanging.</p>
 
594
          <p>Own Id: OTP-6349 Aux Id: seq10510 </p>
 
595
        </item>
 
596
        <item>
 
597
          <p>[sftpd] - No longer used files were not closed until the
 
598
            session was ended.</p>
 
599
          <p>Own Id: OTP-6350 Aux Id: seq10514 </p>
 
600
        </item>
 
601
        <item>
 
602
          <p>[sftpd] - File rename requests sent by sftp version 3
 
603
            clients were not handled.</p>
 
604
          <p>Own Id: OTP-6352 Aux Id: seq10513 </p>
 
605
        </item>
 
606
        <item>
 
607
          <p>[sftpd] - Request that did not fit into one ssh message
 
608
            were not handled.</p>
 
609
          <p>Own Id: OTP-6353 Aux Id: seq10515 </p>
 
610
        </item>
 
611
        <item>
 
612
          <p>Removed error logging of auth method none, as this is not
 
613
            an error but rather a feature, that is used to get
 
614
            initial information from the server.</p>
 
615
          <p>Own Id: OTP-6414</p>
 
616
        </item>
 
617
      </list>
 
618
    </section>
 
619
 
 
620
    <section>
 
621
      <title>Improvements and New Features</title>
 
622
      <list type="bulleted">
 
623
        <item>
 
624
          <p>[sftpd] - Added new option to specify a callback module
 
625
            for the sftpd-server file handling. The default callback
 
626
            module uses file and filelib.</p>
 
627
          <p>Own Id: OTP-6356 Aux Id: seq10519 </p>
 
628
        </item>
 
629
      </list>
 
630
    </section>
 
631
  </section>
 
632
 
 
633
  <section>
 
634
    <title>Ssh 0.9.5</title>
 
635
 
 
636
    <section>
 
637
      <title>Fixed Bugs and Malfunctions</title>
 
638
      <list type="bulleted">
 
639
        <item>
 
640
          <p>The data window in SSH wasn't resized in the ssh_cli
 
641
            receive data, this made the ssh_cli-server hang if more
 
642
            than 64K data was received at one time. The option
 
643
            tcp_nodelay was added, for nodelay in tcp connections.</p>
 
644
          <p>Own Id: OTP-6231</p>
 
645
        </item>
 
646
      </list>
 
647
    </section>
 
648
  </section>
 
649
 
 
650
  <section>
 
651
    <title>SSH 0.9.4</title>
 
652
 
 
653
    <section>
 
654
      <title>Reported Fixed Bugs and Malfunctions</title>
 
655
      <list type="bulleted">
 
656
        <item>
 
657
          <p>Unnecessary explicit start of crypto application 
 
658
            in ssh application. This has been removed. The 
 
659
            app-file specifies that ssh depends on the crypto app.
 
660
            This is enough. See also the 
 
661
            <seealso marker="ssh">ssh</seealso> module.</p>
 
662
          <p>Also changed some error reports to info reports.</p>
 
663
          <p>Own Id: OTP-6183</p>
 
664
          <p>Aux Id: Seq 10383</p>
 
665
        </item>
 
666
      </list>
 
667
    </section>
 
668
  </section>
 
669
 
 
670
  <section>
 
671
    <title>SSH 0.9.3</title>
 
672
 
 
673
    <section>
 
674
      <title>Improvements and New Features</title>
 
675
      <list type="bulleted">
 
676
        <item>
 
677
          <p>Added way for cli to get peer name</p>
 
678
          <p>Own Id: OTP-6138</p>
 
679
        </item>
 
680
      </list>
 
681
    </section>
 
682
  </section>
 
683
 
 
684
  <section>
 
685
    <title>SSH 0.9.2</title>
 
686
 
 
687
    <section>
 
688
      <title>Improvements and New Features</title>
 
689
      <list type="bulleted">
 
690
        <item>
 
691
          <p>Added some options to listen</p>
 
692
          <p>Own Id: OTP-6070</p>
 
693
        </item>
 
694
      </list>
 
695
    </section>
 
696
  </section>
 
697
 
 
698
  <section>
 
699
    <title>SSH 0.9.1</title>
 
700
 
 
701
    <section>
 
702
      <title>Improvements and New Features</title>
 
703
      <list type="bulleted">
 
704
        <item>
 
705
          <p>Fixes in ssh_sftp, changes of timeout handling,
 
706
            expand_fun moved to io:setopts</p>
 
707
          <p>Own Id: OTP-5877 Aux Id: OTP-5781 </p>
 
708
        </item>
 
709
      </list>
 
710
    </section>
 
711
  </section>
 
712
 
 
713
    <section>
 
714
      <title>SSH 0.9</title>
 
715
      
 
716
      <section>
 
717
        <title>Improvements and New Features</title>
 
718
        <list type="bulleted">
 
719
          <item>
 
720
          <p>The previously undocumented and UNSUPPORTED <c><![CDATA[ssh]]></c>
 
721
            application has been updated and documented. This release
 
722
              of the <c><![CDATA[ssh]]></c> application is still considered to be a
 
723
            beta release and (if necessary) there could still be
 
724
              changes in its API before it reaches 1.0.</p>
 
725
            <p>Also, more cryptographic algorithms have been added to
 
726
              the <c><![CDATA[crypto]]></c> application.</p>
 
727
          <p>*** POTENTIAL INCOMPATIBILITY ***</p>
 
728
            <p>Own Id: OTP-5631</p>
 
729
          </item>
 
730
        </list>
 
731
      </section>
 
732
    </section>
 
733
  </section>
 
734
 
 
735
</chapter>
 
736
 
 
737