Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-1-6] src/crypto/dist/ssh



Module Name:    src
Committed By:   tron
Date:           Sun Jun 15 12:45:57 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.3 -r1.12.2.4 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