summaryrefslogtreecommitdiff
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 cac82b47d..22bd509ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,6 +57,12 @@
57 [channels.c mux.c readconf.c readconf.h ssh.h] 57 [channels.c mux.c readconf.c readconf.h ssh.h]
58 bz#1327: remove hardcoded limit of 100 permitopen clauses and port 58 bz#1327: remove hardcoded limit of 100 permitopen clauses and port
59 forwards per direction; ok markus@ stevesk@ 59 forwards per direction; ok markus@ stevesk@
60 - djm@cvs.openbsd.org 2010/06/25 07:20:04
61 [channels.c session.c]
62 bz#1750: fix requirement for /dev/null inside ChrootDirectory for
63 internal-sftp accidentally introduced in r1.253 by removing the code
64 that opens and dup /dev/null to stderr and modifying the channels code
65 to read stderr but discard it instead; ok markus@
60 66
6120100622 6720100622
62 - (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512 68 - (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512