diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 | ||
9 | 20040419 | 14 | 20040419 |
@@ -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 $ |