comparison CHANGES @ 641:2b1bb792cd4d dropbear-tfm

- Update tfm changes to current default tip
author Matt Johnston <matt@ucc.asn.au>
date Mon, 21 Nov 2011 19:52:28 +0800
parents 3f12086c2ef2
children c015af8a71cf
comparison
equal deleted inserted replaced
640:76097ec1a29a 641:2b1bb792cd4d
1 2011.54 - Tuesday 8 November 2011
2
3 - Building statically works again, broke in 0.53 and 0.53.1
4
5 - Fix crash when forwarding with -R
6
7 - Fixed various leaks found by Klocwork analysis software, thanks to them for
8 running it
9
10 - Set IPTOS_LOWDELAY for IPv6, thanks to Dave Taht
11
12 - Bind to sockets with IPV6_V6ONLY so that it works properly on systems
13 regardless of the system-wide setting
14
15 - Added ALLOW_BLANK_PASSWORD option. Dropbear also now allows public key logins
16 to accounts with a blank password. Thanks to Rob Landley
17
18 - Fixed case where "-K 1" keepalive for dbclient would cause a SSH_MSG_IGNORE
19 packet to be sent
20
21 - Avoid some memory allocations in big number maths routines, improves
22 performance slightly
23
24 - Fix symlink target for installdropbearmulti with DESTDIR set, thanks to
25 Scottie Shore
26
27 - When requesting server allocated remote ports (-R 0:host:port) print a
28 message informing what the port is, thanks to Ali Onur Uyar.
29
30 - New version numbering scheme.
31
32 Source repository has now migrated to Mercurial at
33 https://secure.ucc.asn.au/hg/dropbear/graph/default
34
35 0.53.1 - Wednesday 2 March 2011
36
37 - -lcrypt needs to be before object files for static linking
38
39 - Compile fix when both client and agent forwarding are disabled
40
41 - Fix DROPBEAR_PRNGD_SOCKET mode
42
43 - Don't allow setting zlib memLevel since it seems buggy
44
45 0.53 - Thurs 24 February 2011
46
47 - Various performance/memory use improvements
48
49 - Client agent forwarding now works, using OpenSSH's ssh-agent
50
51 - Improve robustness of client multihop mode
52
53 - Fix a prime generation bug in bundled libtommath. This is unlikely to have
54 generated any bad keys in the wild.
55 See
56 https://bugzilla.redhat.com/show_bug.cgi?id=615088
57 http://bugs.gentoo.org/show_bug.cgi?id=328383
58 http://bugs.gentoo.org/show_bug.cgi?id=328409
59
60 - Attempt to build against system libtomcrypt/libtommath if available. This
61 can be disabled with ./configure --enable-bundled-libtom
62
63 - Make -K (keepalive) and -I (idle timeout) work together sensibly in the client.
64 The idle timeout is no longer reset by SSH_MSG_IGNORE packets.
65
66 - Add diffie-hellman-group14-sha1 key exchange method
67
68 - Compile fix if ENABLE_CLI_PROXYCMD is disabled
69
70 - /usr/bin/X11/xauth is now the default path
71
72 - Client remote forward (-L/-R) arguments now accept a listen address
73
74 - In uClinux avoid trashing the parent process when a session exits
75
76 - Blowfish is now disabled by default since it has large memory usage
77
78 - Add option to change zlib windowbits/memlevel. Use less memory by default
79
80 - DROPBEAR_SMALL_CODE is now disabled by default
81
82 - SSH_ORIGINAL_COMMAND environment variable is set by the server when an
83 authorized_keys command is specified.
84
85 - Set SSH_TTY and SSH_CONNECTION environment variables in the server
86
87 - Client banner is now printed to standard error rather than standard output
88
89 - Capitalisation in many log messages has been made consistent. This may affect
90 scripts that parse logfiles.
91
1 0.52 - Wed 12 November 2008 92 0.52 - Wed 12 November 2008
2 93
3 - Add "netcat-alike" option (-B) to dbclient, allowing Dropbear to tunnel 94 - Add "netcat-alike" option (-B) to dbclient, allowing Dropbear to tunnel
4 standard input/output to a TCP port-forwarded remote host. 95 standard input/output to a TCP port-forwarded remote host.
5 96