Mercurial > dropbear
comparison CHANGES @ 111:88e0a1ad951a DROPBEAR_0.44test3
merge of 00b67a11e33c3ed390556805ed6d1078528bee70
and a3e68842a71eaba22c23468ff95fded952acb973
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 04 Sep 2004 14:19:19 +0000 |
parents | c2ac796b130e |
children | 8c08fd2b7f5b |
comparison
equal
deleted
inserted
replaced
110:9b7fc71039cd | 111:88e0a1ad951a |
---|---|
1 0.44test3 - Fri Aug 27 22:20:54 +0800 | |
2 | |
3 - Fixed a bunch of warnings. | |
4 | |
5 - scp works correctly when passed a username (fix for the dbclient program | |
6 itself as well, "-lmatt" works as well as "-l matt"). | |
7 | |
8 - Remove unrequired debian files | |
9 | |
10 - Exit with the remote process's return code for dbclient | |
11 | |
12 - Display stderr messages from the server in the client | |
13 | |
14 - Add circular buffering to the channel code. This should dramatically reduce | |
15 the amount of backtraffic sent in response to traffic incoming to the | |
16 Dropbear end - improves high-latency performance (ie dialup). | |
17 | |
18 - Various other related channel-handling fixups. | |
19 | |
20 - Allow leading lines in the banner when connecting to servers | |
21 | |
22 - Fixed printing out errors onto the network socket with stderr (for inetd | |
23 mode when using xinetd) | |
24 | |
25 - Remove obselete documentation | |
26 | |
27 - Fix a null-pointer exception when trying to free non-existant listeners | |
28 at cleanup. | |
29 | |
30 - DEBUG_TRACE now only works if you add "-v" to the program commandline | |
31 | |
32 - Don't leave stdin non-blocking on exit - this caused the parent shell | |
33 of dbclient to close when dbclient exited, for some shells in BusyBox | |
34 | |
35 - Server connections no longer timeout after 5 minutes | |
36 | |
37 - Fixed stupid DSS hostkey typo (server couldn't load host keys) | |
38 | |
1 0.44test2 - Tues Aug 17 2004 17:43:54 +0800 | 39 0.44test2 - Tues Aug 17 2004 17:43:54 +0800 |
2 | 40 |
3 - Fix up dropbearmulti targets in the Makefile - symlinks are now created | 41 - Fix up dropbearmulti targets in the Makefile - symlinks are now created |
4 | 42 |
5 - Compile fake-rfc2553 even with dropbearconvert/dropbearkey - this | 43 - Compile fake-rfc2553 even with dropbearconvert/dropbearkey - this |