Subject: CVS commit: [netbsd-1-6] src/crypto/dist/ssh
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/15/2003 12:44:26
Module Name:	src
Committed By:	tron
Date:		Sun Jun 15 12:44:26 UTC 2003

Modified Files:
	src/crypto/dist/ssh [netbsd-1-6]: auth.c

Log Message:
Pull up revision 1.18 (requested by lukem in ticket #1231):
Add missing
	hp = strtok(NULL, ",");
to end of while loop which parses "host.allow" from login.conf(5).
Otherwise, sshd(8) would just infinite loop unless there was a
(positive or negative) match in the first word of the "host.allow" list...


To generate a diff of this commit:
cvs rdiff -r1.12.2.2 -r1.12.2.3 src/crypto/dist/ssh/auth.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.