diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-06-08 12:53:20 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-06-08 12:53:20 +1000 |
commit | dd39264e4b4fcd5a9fd4141b1f7b10eff09b3f8c (patch) | |
tree | 0430fcc66e198ba19cf1039fe6bc5b488bb65344 /ChangeLog | |
parent | 136e56f68967fd39e8868769f3af316f1cca0559 (diff) |
- djm@cvs.openbsd.org 2008/05/19 15:45:07
[sshtty.c ttymodes.c sshpty.h]
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 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -5,6 +5,12 @@ | |||
5 | - (dtucker) OpenBSD CVS Sync | 5 | - (dtucker) OpenBSD CVS Sync |
6 | - djm@cvs.openbsd.org 2008/05/19 06:14:02 | 6 | - djm@cvs.openbsd.org 2008/05/19 06:14:02 |
7 | [packet.c] unbreak protocol keepalive timeouts bz#1465; ok dtucker@ | 7 | [packet.c] unbreak protocol keepalive timeouts bz#1465; ok dtucker@ |
8 | - djm@cvs.openbsd.org 2008/05/19 15:45:07 | ||
9 | [sshtty.c ttymodes.c sshpty.h] | ||
10 | Fix sending tty modes when stdin is not a tty (bz#1199). Previously | ||
11 | we would send the modes corresponding to a zeroed struct termios, | ||
12 | whereas we should have been sending an empty list of modes. | ||
13 | Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@ | ||
8 | 14 | ||
9 | 20080604 | 15 | 20080604 |
10 | - (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias | 16 | - (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias |
@@ -4036,4 +4042,4 @@ | |||
4036 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4042 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4037 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4043 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4038 | 4044 | ||
4039 | $Id: ChangeLog,v 1.4939 2008/06/08 02:49:30 dtucker Exp $ | 4045 | $Id: ChangeLog,v 1.4940 2008/06/08 02:53:20 dtucker Exp $ |