diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-06-08 12:55:32 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-06-08 12:55:32 +1000 |
commit | df189fb2792184d038650437b752e23b1d4b71cf (patch) | |
tree | 95190f41920e3f9ff034881d463069fd3e8dc50a /ChangeLog | |
parent | 0f7e910604a9858d71077a50bffca34299894895 (diff) |
- djm@cvs.openbsd.org 2008/05/19 20:53:52
[clientloop.c]
unbreak tree by committing this bit that I missed from:
Fix sending tty modes when stdin is not a tty (bz#1199). Previously
we would send the modes corresponding to a zeroed struct termios,
whereas we should have been sending an empty list of modes.
Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -16,6 +16,13 @@ | |||
16 | support -l (print fingerprint) in combination with -F (find host) to | 16 | support -l (print fingerprint) in combination with -F (find host) to |
17 | search for a host in ~/.ssh/known_hosts and display its fingerprint; | 17 | search for a host in ~/.ssh/known_hosts and display its fingerprint; |
18 | ok markus@ | 18 | ok markus@ |
19 | - djm@cvs.openbsd.org 2008/05/19 20:53:52 | ||
20 | [clientloop.c] | ||
21 | unbreak tree by committing this bit that I missed from: | ||
22 | Fix sending tty modes when stdin is not a tty (bz#1199). Previously | ||
23 | we would send the modes corresponding to a zeroed struct termios, | ||
24 | whereas we should have been sending an empty list of modes. | ||
25 | Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@ | ||
19 | 26 | ||
20 | 20080604 | 27 | 20080604 |
21 | - (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias | 28 | - (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias |
@@ -4047,4 +4054,4 @@ | |||
4047 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4054 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4048 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4055 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4049 | 4056 | ||
4050 | $Id: ChangeLog,v 1.4941 2008/06/08 02:54:29 dtucker Exp $ | 4057 | $Id: ChangeLog,v 1.4942 2008/06/08 02:55:32 dtucker Exp $ |