Mercurial > dropbear
comparison CHANGES @ 809:0e17269254b6
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 26 May 2013 18:42:17 +0800 |
parents | ea04e3eb03e2 |
children | 32862e8283e7 |
comparison
equal
deleted
inserted
replaced
808:d7784616409a | 809:0e17269254b6 |
---|---|
1 2013.58 - Thursday 18 April 2013 | |
2 | |
3 - Fix building with Zlib disabled, thanks to Hans Harder and cuma@freetz | |
4 | |
5 - Use % as a separator for ports, fixes scp in multihop mode, from Hans Harder | |
6 | |
7 - Reject logins for other users when running as non-root, from Hans Harder | |
8 | |
9 - Disable client immediate authentication request by default, it prevents | |
10 passwordless logins from working | |
11 | |
1 2013.57 - Monday 15 April 2013 | 12 2013.57 - Monday 15 April 2013 |
2 | 13 |
3 - Decreased connection setup time particularly with high latency connections, | 14 - Decreased connection setup time particularly with high latency connections, |
4 the number of round trips has been reduced for both client and server. | 15 the number of round trips has been reduced for both client and server. |
5 CPU time hasn't been changed. | 16 CPU time hasn't been changed. |
18 | 29 |
19 - Implement client escape characters ~. (terminate session) and | 30 - Implement client escape characters ~. (terminate session) and |
20 ~^Z (background session) | 31 ~^Z (background session) |
21 | 32 |
22 - 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 |
23 Mattias Walstr�m | 34 Mattias Walström |
24 | 35 |
25 - 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 |
26 | 37 |
27 - 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 |
28 | 39 |
58 | 69 |
59 - Add "-B" runtime option to allow blank passwords | 70 - Add "-B" runtime option to allow blank passwords |
60 | 71 |
61 - 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 |
62 | 73 |
63 - A few improvements for Android from Reimar D�ffinger | 74 - A few improvements for Android from Reimar Döffinger |
64 | 75 |
65 - 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, |
66 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. |
67 | 78 |
68 - Fix "make clean" for out of tree builds | 79 - Fix "make clean" for out of tree builds |
69 | 80 |
70 - Fix compilation when ENABLE_{SVR,CLI}_AGENTFWD are unset | 81 - Fix compilation when ENABLE_{SVR,CLI}_AGENTFWD are unset |
71 | 82 |
687 | 698 |
688 - Various makefile improvements for cross-compiling, thanks to Friedrich | 699 - Various makefile improvements for cross-compiling, thanks to Friedrich |
689 Lobenstock and Mihnea Stoenescu | 700 Lobenstock and Mihnea Stoenescu |
690 | 701 |
691 - 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 |
692 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 |
693 Blackham for his suggestion on what to look at) | 704 Blackham for his suggestion on what to look at) |
694 | 705 |
695 - 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 |
696 clients. Thanks to Marian Stagarescu for the bug report. | 707 clients. Thanks to Marian Stagarescu for the bug report. |
697 | 708 |
806 - More commenting, fix minor compile warnings, make return values more | 817 - More commenting, fix minor compile warnings, make return values more |
807 consistent etc | 818 consistent etc |
808 - Various signedness fixes | 819 - Various signedness fixes |
809 - Can listen on multiple ports | 820 - Can listen on multiple ports |
810 - added option to disable openpty with configure script, | 821 - added option to disable openpty with configure script, |
811 (from K.-P. Kirchd�rfer <kapeka at epost.de>) | 822 (from K.-P. Kirchdörfer <kapeka at epost.de>) |
812 - Various cleanups to bignum code | 823 - Various cleanups to bignum code |
813 (thanks to Tom St Denis <tomstdenis at iahu.ca>) | 824 (thanks to Tom St Denis <tomstdenis at iahu.ca>) |
814 - Fix compile error when disabling RSA | 825 - Fix compile error when disabling RSA |
815 (from Marc Kleine-Budde <kleine-budde at gmx.de>) | 826 (from Marc Kleine-Budde <kleine-budde at gmx.de>) |
816 - Other cleanups, splitting large functions for packet and kex handling etc | 827 - Other cleanups, splitting large functions for packet and kex handling etc |