Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/crypto/dist/ssh
Module Name: src
Committed By: lukem
Date: Mon Mar 24 18:31:39 UTC 2003
Modified Files:
src/crypto/dist/ssh: auth.c
Log Message:
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.17 -r1.18 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.
Home |
Main Index |
Thread Index |
Old Index