summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-12-09 04:11:49 +0100
committerDamien Miller <djm@mindrot.org>2008-12-09 04:11:49 +0100
commit1be2cc44961177897c3380ed7a8ec3641d5fd8ad (patch)
treef84f0fd66651dc2433749313bb78dddb1d66ddcc /ChangeLog
parent - djm@cvs.openbsd.org 2008/12/09 02:38:18 (diff)
downloadopenssh-1be2cc44961177897c3380ed7a8ec3641d5fd8ad.tar.xz
openssh-1be2cc44961177897c3380ed7a8ec3641d5fd8ad.zip
- djm@cvs.openbsd.org 2008/12/09 02:39:59
[sftp.c] Deal correctly with failures in remote stat() operation in sftp, correcting fail-on-error behaviour in batchmode. bz#1541 report and fix from anedvedicky AT gmail.com; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8626eee63..2ea6a05da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
that requested it. Disable it on slave sessions until such time as it
is fixed; bz#1543 report from Adrian Bridgett via Colin Watson
ok markus@
+ - djm@cvs.openbsd.org 2008/12/09 02:39:59
+ [sftp.c]
+ Deal correctly with failures in remote stat() operation in sftp,
+ correcting fail-on-error behaviour in batchmode. bz#1541 report and
+ fix from anedvedicky AT gmail.com; ok markus@
20081208
- (djm) [configure.ac] bz#1538: better test for ProPolice/SSP: actually
@@ -4974,5 +4979,5 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.5152 2008/12/09 03:11:32 djm Exp $
+$Id: ChangeLog,v 1.5153 2008/12/09 03:11:49 djm Exp $