summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-07-06 13:45:01 +1000
committerDamien Miller <djm@mindrot.org>2012-07-06 13:45:01 +1000
commitfff9f095e2f47a4d554b93a247cbcaca5a3baecf (patch)
tree17b09fe5c66c1c51c4080d496cd5ebc2e9d104c1 /ChangeLog
parentab523b02467f36a2f85c1a8bff6cf2fd4297fb12 (diff)
- djm@cvs.openbsd.org 2012/07/06 01:47:38
[ssh.c] move setting of tty_flag to after config parsing so RequestTTY options are correctly picked up. bz#1995 patch from przemoc AT gmail.com; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68811e63b..07c17486d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,11 @@
16 fix memory leak of passed-in environment variables and connection 16 fix memory leak of passed-in environment variables and connection
17 context when new session message is malformed; bz#2003 from Bert.Wesarg 17 context when new session message is malformed; bz#2003 from Bert.Wesarg
18 AT googlemail.com 18 AT googlemail.com
19 - djm@cvs.openbsd.org 2012/07/06 01:47:38
20 [ssh.c]
21 move setting of tty_flag to after config parsing so RequestTTY options
22 are correctly picked up. bz#1995 patch from przemoc AT gmail.com;
23 ok dtucker@
19 24
2020120704 2520120704
21 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for 26 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for