Skip to content
Snippets Groups Projects
Commit 3ea9068e authored by Matt Johnston's avatar Matt Johnston
Browse files

Save with utf8 encoding

parent e4c672bd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -31,7 +31,7 @@
~^Z (background session)
 
- Server will more reliably clean up utmp when connection is closed, reported by
Mattias Walström
Mattias Walström
 
- Don't crash if /dev/urandom isn't writable (RHEL5), thanks to Scott Case
 
Loading
Loading
@@ -71,10 +71,10 @@ though probably will be soon
 
- Allow using IPv6 bracket notation for addresses in server "-p" option, from Ben Jencks
 
- A few improvements for Android from Reimar Döffinger
- A few improvements for Android from Reimar Döffinger
 
- Fix memory leak for TCP forwarded connections to hosts that timed out,
reported by Norbert Benczúr. Appears to be a very long-standing bug.
reported by Norbert Benczúr. Appears to be a very long-standing bug.
 
- Fix "make clean" for out of tree builds
 
Loading
Loading
@@ -700,7 +700,7 @@ https://secure.ucc.asn.au/hg/dropbear/graph/default
Lobenstock and Mihnea Stoenescu
 
- Use daemon() function if available (or our own copy) rather than separate
code (thanks to Frédéric Lavernhe for the report and debugging, and Bernard
code (thanks to Frédéric Lavernhe for the report and debugging, and Bernard
Blackham for his suggestion on what to look at)
 
- Fixed up support for first_kex_packet_follows, required to talk to ssh.com
Loading
Loading
@@ -819,7 +819,7 @@ https://secure.ucc.asn.au/hg/dropbear/graph/default
- Various signedness fixes
- Can listen on multiple ports
- added option to disable openpty with configure script,
(from K.-P. Kirchdörfer <kapeka at epost.de>)
(from K.-P. Kirchdörfer <kapeka at epost.de>)
- Various cleanups to bignum code
(thanks to Tom St Denis <tomstdenis at iahu.ca>)
- Fix compile error when disabling RSA
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment