]> andersk Git - openssh.git/blobdiff - ChangeLog
- djm@cvs.openbsd.org 2010/01/27 19:21:39
[openssh.git] / ChangeLog
index aac1b71934ca187778bf90113d398068a1974368..5cd1d8f634edbee282ebb3d6083f92e9a85749a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,22 @@
      [mux.c]
      -Wuninitialized and remove a // comment; from portable
      (Id sync only)
+   - djm@cvs.openbsd.org 2010/01/27 13:26:17
+     [mux.c]
+     fix bug introduced in mux rewrite:
+     
+     In a mux master, when a socket to a mux slave closes before its server
+     session (as may occur when the slave has been signalled), gracefully
+     close the server session rather than deleting its channel immediately.
+     A server may have more messages on that channel to send (e.g. an exit
+     message) that will fatal() the client if they are sent to a channel that
+     has been prematurely deleted.
+     
+     spotted by imorgan AT nas.nasa.gov
+   - djm@cvs.openbsd.org 2010/01/27 19:21:39
+     [sftp.c]
+     add missing "p" flag to getopt optstring;
+     bz#1704 from imorgan AT nas.nasa.gov
 
 20100126
  - (djm) OpenBSD CVS Sync
This page took 0.07356 seconds and 4 git commands to generate.