comparison CHANGES @ 789:ea04e3eb03e2

Save with utf8 encoding
author Matt Johnston <matt@ucc.asn.au>
date Thu, 18 Apr 2013 23:15:17 +0800
parents e76614145aea
children 32862e8283e7
comparison
equal deleted inserted replaced
788:cd114f427281 789:ea04e3eb03e2
29 29
30 - Implement client escape characters ~. (terminate session) and 30 - Implement client escape characters ~. (terminate session) and
31 ~^Z (background session) 31 ~^Z (background session)
32 32
33 - Server will more reliably clean up utmp when connection is closed, reported by 33 - Server will more reliably clean up utmp when connection is closed, reported by
34 Mattias Walstr�m 34 Mattias Walström
35 35
36 - Don't crash if /dev/urandom isn't writable (RHEL5), thanks to Scott Case 36 - Don't crash if /dev/urandom isn't writable (RHEL5), thanks to Scott Case
37 37
38 - Add "-y -y" client option to skip host key checking, thanks to Hans Harder 38 - Add "-y -y" client option to skip host key checking, thanks to Hans Harder
39 39
69 69
70 - Add "-B" runtime option to allow blank passwords 70 - Add "-B" runtime option to allow blank passwords
71 71
72 - Allow using IPv6 bracket notation for addresses in server "-p" option, from Ben Jencks 72 - Allow using IPv6 bracket notation for addresses in server "-p" option, from Ben Jencks
73 73
74 - A few improvements for Android from Reimar D�ffinger 74 - A few improvements for Android from Reimar Döffinger
75 75
76 - Fix memory leak for TCP forwarded connections to hosts that timed out, 76 - Fix memory leak for TCP forwarded connections to hosts that timed out,
77 reported by Norbert Bencz�r. Appears to be a very long-standing bug. 77 reported by Norbert Benczúr. Appears to be a very long-standing bug.
78 78
79 - Fix "make clean" for out of tree builds 79 - Fix "make clean" for out of tree builds
80 80
81 - Fix compilation when ENABLE_{SVR,CLI}_AGENTFWD are unset 81 - Fix compilation when ENABLE_{SVR,CLI}_AGENTFWD are unset
82 82
698 698
699 - Various makefile improvements for cross-compiling, thanks to Friedrich 699 - Various makefile improvements for cross-compiling, thanks to Friedrich
700 Lobenstock and Mihnea Stoenescu 700 Lobenstock and Mihnea Stoenescu
701 701
702 - Use daemon() function if available (or our own copy) rather than separate 702 - Use daemon() function if available (or our own copy) rather than separate
703 code (thanks to Fr�d�ric Lavernhe for the report and debugging, and Bernard 703 code (thanks to Frédéric Lavernhe for the report and debugging, and Bernard
704 Blackham for his suggestion on what to look at) 704 Blackham for his suggestion on what to look at)
705 705
706 - Fixed up support for first_kex_packet_follows, required to talk to ssh.com 706 - Fixed up support for first_kex_packet_follows, required to talk to ssh.com
707 clients. Thanks to Marian Stagarescu for the bug report. 707 clients. Thanks to Marian Stagarescu for the bug report.
708 708
817 - More commenting, fix minor compile warnings, make return values more 817 - More commenting, fix minor compile warnings, make return values more
818 consistent etc 818 consistent etc
819 - Various signedness fixes 819 - Various signedness fixes
820 - Can listen on multiple ports 820 - Can listen on multiple ports
821 - added option to disable openpty with configure script, 821 - added option to disable openpty with configure script,
822 (from K.-P. Kirchd�rfer <kapeka at epost.de>) 822 (from K.-P. Kirchdörfer <kapeka at epost.de>)
823 - Various cleanups to bignum code 823 - Various cleanups to bignum code
824 (thanks to Tom St Denis <tomstdenis at iahu.ca>) 824 (thanks to Tom St Denis <tomstdenis at iahu.ca>)
825 - Fix compile error when disabling RSA 825 - Fix compile error when disabling RSA
826 (from Marc Kleine-Budde <kleine-budde at gmx.de>) 826 (from Marc Kleine-Budde <kleine-budde at gmx.de>)
827 - Other cleanups, splitting large functions for packet and kex handling etc 827 - Other cleanups, splitting large functions for packet and kex handling etc