~lauri-vosandi/openssh/openssh

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: djm
  • Date: 2012-07-06 03:45:01 UTC
  • Revision ID: djm-20120706034501-7ospg61bw87apksn
   - 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@

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
     fix memory leak of passed-in environment variables and connection
17
17
     context when new session message is malformed; bz#2003 from Bert.Wesarg
18
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
 
20
25
20120704
21
26
 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for