summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-06-26 09:37:57 +1000
committerDamien Miller <djm@mindrot.org>2010-06-26 09:37:57 +1000
commit7aa46ec393dd193d0a45ce7a5eb49413ead8789b (patch)
tree6f379e22be6133e1caaba7bf93a7802d2315bf58 /ChangeLog
parent99ac4e9546b2eafc43e104d676a3b10866be98e9 (diff)
- djm@cvs.openbsd.org 2010/06/18 03:16:03
[session.c] Missing check for chroot_director == "none" (we already checked against NULL); bz#1564 from Jan.Pechanec AT Sun.COM
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57ddea6f..b38b3ca0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,10 @@
[sftp.c]
unbreak ls in working directories that contains globbing characters in
their pathnames. bz#1655 reported by vgiffin AT apple.com
+ - djm@cvs.openbsd.org 2010/06/18 03:16:03
+ [session.c]
+ Missing check for chroot_director == "none" (we already checked against
+ NULL); bz#1564 from Jan.Pechanec AT Sun.COM
20100622
- (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512