summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-04-20 20:11:57 +1000
committerDamien Miller <djm@mindrot.org>2004-04-20 20:11:57 +1000
commit57a4476a69e1d64d051b766b0ac9c9c3ef496864 (patch)
treef49bfcdc2e5d23d88d5dd45462a1ad966dc16b9c /ChangeLog
parent1824c071abc61b6a70cd0a077b957bd6e0c80cde (diff)
- djm@cvs.openbsd.org 2004/04/18 23:10:26
[readconf.c readconf.h ssh-keysign.c ssh.c] perform strict ownership and modes checks for ~/.ssh/config files, as these can be used to execute arbitrary programs; ok markus@ NB. ssh will now exit when it detects a config with poor permissions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a299a1cb..a06931c6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
4 [sshconnect2.c] 4 [sshconnect2.c]
5 swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD and NetBSD do. 5 swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD and NetBSD do.
6 ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ 6 ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@
7 - djm@cvs.openbsd.org 2004/04/18 23:10:26
8 [readconf.c readconf.h ssh-keysign.c ssh.c]
9 perform strict ownership and modes checks for ~/.ssh/config files,
10 as these can be used to execute arbitrary programs; ok markus@
11 NB. ssh will now exit when it detects a config with poor permissions
7 - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD, needed for above change 12 - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD, needed for above change
8 13
920040419 1420040419
@@ -1009,4 +1014,4 @@
1009 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1014 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1010 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1015 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1011 1016
1012$Id: ChangeLog,v 1.3323 2004/04/20 10:10:46 djm Exp $ 1017$Id: ChangeLog,v 1.3324 2004/04/20 10:11:57 djm Exp $