comparison CHANGES @ 900:49ed526daedc

CHANGES for 2014.63
author Matt Johnston <matt@ucc.asn.au>
date Wed, 19 Feb 2014 22:01:01 +0800
parents 3d1d7d151c0c
children f98618496f82
comparison
equal deleted inserted replaced
899:115f8a3c2d5a 900:49ed526daedc
1 2014.63 - Wednesday 19 February 2014
2
3 - Fix ~. to terminate a client interactive session after waking a laptop
4 from sleep.
5
6 - Changed port separator syntax again, now using host^port. This is because
7 IPv6 link-local addresses use %. Reported by Gui Iribarren
8
9 - Avoid constantly relinking dropbearmulti target, fix "make install"
10 for multi target, thanks to Mike Frysinger
11
12 - Avoid getting stuck in a loop writing huge key files, reported by Bruno
13 Thomsen
14
15 - Don't link dropbearkey or dropbearconvert to libz or libutil,
16 thanks to Nicolas Boos
17
18 - Fix linking -lcrypt on systems without /usr/lib, thanks to Nicolas Boos
19
20 - Avoid crash on exit due to cleaned up keys before last packets are sent,
21 debugged by Ronald Wahl
22
23 - Fix a race condition in rekeying where Dropbear would exit if it received a
24 still-in-flight packet after initiating rekeying. Reported by Oliver Metz.
25 This is a longstanding bug but is triggered more easily since 2013.57
26
27 - Fix README for ecdsa keys, from Caralin Patulea
28
29 - Ensure that generated RSA keys are always exactly the length
30 requested. Previously Dropbear always generated N+16 or N+15 bit keys.
31 Thanks to Unit 193
32
33 - Fix DROPBEAR_CLI_IMMEDIATE_AUTH mode which saves a network round trip if the
34 first public key succeeds. Still not enabled by default, needs more
35 compatibility testing with other implementations.
36
37 - Fix for port 0 forwarding in the client and port forwarding with Apache MINA SSHD. Thanks to
38
39 - Fix for bad system linux/pkt-sched.h header file with older Linux
40 kernels, from Steve Dover
41
42 - Fix signal handlers so that errno is saved, thanks to Erik Ahlén for a patch
43 and Mark Wickham for independently spotting the same problem.
44
1 2013.62 - Tuesday 3 December 2013 45 2013.62 - Tuesday 3 December 2013
2 46
3 - Disable "interactive" QoS connection options when a connection doesn't 47 - Disable "interactive" QoS connection options when a connection doesn't
4 have a PTY (eg scp, rsync). Thanks to Catalin Patulea for the patch. 48 have a PTY (eg scp, rsync). Thanks to Catalin Patulea for the patch.
5 49