summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-12-08 11:54:18 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-12-08 11:54:18 +0000
commitfa9240928ef3ea3c02e13cf2c6a067bd4da51584 (patch)
tree46014980eb745e3ddb8d837c3e61766666f55301
parentd278379988ffff3aa05da68da0e24fcc3f92851c (diff)
downloaddropbear-fa9240928ef3ea3c02e13cf2c6a067bd4da51584.tar.gz
* Update changelogs for 0.47 release
-rw-r--r--CHANGES36
-rw-r--r--debian/changelog7
2 files changed, 43 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e85e7f2..ffe9ff2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,39 @@
+0.47 - Thurs Dec 8 2005
+
+- SECURITY: fix for buffer allocation error in server code, could potentially
+ allow authenticated users to gain elevated privileges. All multi-user systems
+ running the server should upgrade (or apply the patch available on the
+ Dropbear webpage).
+
+- Fix channel handling code so that redirecting to /dev/null doesn't use
+ 100% CPU.
+
+- Turn on zlib compression for dbclient.
+
+- Set "low delay" TOS bit, can significantly improve interactivity
+ over some links.
+
+- Added client keyboard-interactive mode support, allows operation with
+ newer OpenSSH servers in default config.
+
+- Log when pubkey auth fails because of bad ~/.ssh/authorized_keys permissions
+
+- Improve logging of assertions
+
+- Added aes-256 cipher and sha1-96 hmac.
+
+- Fix twofish so that it actually works.
+
+- Improve PAM prompt comparison.
+
+- Added -g (dbclient) and -a (dropbear server) options to allow
+ connections to listening forwarded ports from remote machines.
+
+- Various other minor fixes
+
+- Compile fixes for glibc 2.1 (ss_family vs __ss_family) and NetBSD
+ (netinet/in_systm.h needs to be included).
+
0.46 - Sat July 9 2005
- Fix long-standing bug which caused connections to be closed if an ssh-agent
diff --git a/debian/changelog b/debian/changelog
index 7c25aed..89c5875 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dropbear (0.47-0.1) unstable; urgency=high
+
+ * New upstream release.
+ * SECURITY: Fix incorrect buffer sizing.
+
+ -- Matt Johnston <matt@ucc.asn.au> Thu, 8 Dec 2005 19:20:21 +0800
+
dropbear (0.46-2) unstable; urgency=low
* debian/control: Standards-Version: 3.6.2.1; update descriptions to