summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-31 21:49:27 +1100
committerDamien Miller <djm@mindrot.org>2006-01-31 21:49:27 +1100
commit3eec6b73a2c446225fce546d61d83cfc695fbaa0 (patch)
tree425fe13ba7b751c6d9878eb592e2d6a014a468bd /ChangeLog
parentb5dd55cccc7096d3db59378bba44920183f34110 (diff)
- djm@cvs.openbsd.org 2006/01/31 10:19:02
[misc.c misc.h scp.c sftp.c] fix local arbitrary command execution vulnerability on local/local and remote/remote copies (CVE-2006-0225, bz #1094), patch by t8m AT centrum.cz, polished by dtucker@ and myself; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 51c272248..b98fc9115 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,11 @@
28 remove an incorrect sentence; 28 remove an incorrect sentence;
29 reported by roumen petrov; 29 reported by roumen petrov;
30 ok djm markus 30 ok djm markus
31 - djm@cvs.openbsd.org 2006/01/31 10:19:02
32 [misc.c misc.h scp.c sftp.c]
33 fix local arbitrary command execution vulnerability on local/local and
34 remote/remote copies (CVE-2006-0225, bz #1094), patch by
35 t8m AT centrum.cz, polished by dtucker@ and myself; ok markus@
31 36
3220060129 3720060129
33 - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the 38 - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
@@ -3753,4 +3758,4 @@
3753 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3758 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3754 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3759 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3755 3760
3756$Id: ChangeLog,v 1.4100 2006/01/31 10:47:58 djm Exp $ 3761$Id: ChangeLog,v 1.4101 2006/01/31 10:49:27 djm Exp $