summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-06-26 10:00:14 +1000
committerDamien Miller <djm@mindrot.org>2010-06-26 10:00:14 +1000
commit8853ca5fc46b7b71c74baeefb9b0899c7fcfdb9a (patch)
tree027c0018a3d436908deb6ed8cac3c57a8dc52b47 /ChangeLog
parent232cfb1b1d0dccee68b1d433e0b4e1aa74919fc9 (diff)
- djm@cvs.openbsd.org 2010/06/25 07:20:04
[channels.c session.c] bz#1750: fix requirement for /dev/null inside ChrootDirectory for internal-sftp accidentally introduced in r1.253 by removing the code that opens and dup /dev/null to stderr and modifying the channels code to read stderr but discard it instead; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cac82b47..22bd509e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,6 +57,12 @@
[channels.c mux.c readconf.c readconf.h ssh.h]
bz#1327: remove hardcoded limit of 100 permitopen clauses and port
forwards per direction; ok markus@ stevesk@
+ - djm@cvs.openbsd.org 2010/06/25 07:20:04
+ [channels.c session.c]
+ bz#1750: fix requirement for /dev/null inside ChrootDirectory for
+ internal-sftp accidentally introduced in r1.253 by removing the code
+ that opens and dup /dev/null to stderr and modifying the channels code
+ to read stderr but discard it instead; ok markus@
20100622
- (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512