Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/crypto/dist/ssh Pull up revision 1.18 (requested by luk...
details: https://anonhg.NetBSD.org/src/rev/53c67940591e
branches: netbsd-1-6
changeset: 530258:53c67940591e
user: tron <tron%NetBSD.org@localhost>
date: Sun Jun 15 12:45:56 2003 +0000
description:
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...
diffstat:
crypto/dist/ssh/auth.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (9 lines):
diff -r 47032959c25d -r 53c67940591e crypto/dist/ssh/auth.c
--- a/crypto/dist/ssh/auth.c Sun Jun 15 12:44:25 2003 +0000
+++ b/crypto/dist/ssh/auth.c Sun Jun 15 12:45:56 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: auth.c,v 1.12.2.3 2003/06/15 12:44:25 tron Exp $ */
+/* $NetBSD: auth.c,v 1.12.2.4 2003/06/15 12:45:56 tron Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
Home |
Main Index |
Thread Index |
Old Index