From 00b61645ebc01e2e2e880624f1c960e4e02a7f0b Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 12 Nov 2001 10:51:23 +1100 Subject: - markus@cvs.openbsd.org 2001/10/24 08:41:41 [sshd.c] mention remote port in debug message --- ChangeLog | 6 +++++- sshd.c | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c1cd76415..5e2ecfc75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 20011112 - (djm) Makefile correctness fix from Mark D. Baushke - (djm) Cygwin config patch from Corinna Vinschen + - OpenBSD CVS Sync + - markus@cvs.openbsd.org 2001/10/24 08:41:41 + [sshd.c] + mention remote port in debug message 20011109 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK) @@ -6810,4 +6814,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1634 2001/11/11 23:36:21 djm Exp $ +$Id: ChangeLog,v 1.1635 2001/11/11 23:51:23 djm Exp $ diff --git a/sshd.c b/sshd.c index 2a7309816..b2ed51e24 100644 --- a/sshd.c +++ b/sshd.c @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshd.c,v 1.206 2001/10/02 22:56:09 stevesk Exp $"); +RCSID("$OpenBSD: sshd.c,v 1.207 2001/10/24 08:41:41 markus Exp $"); #include #include @@ -1177,7 +1177,7 @@ main(int ac, char **av) if (remote_port >= IPPORT_RESERVED || remote_port < IPPORT_RESERVED / 2) { debug("Rhosts Authentication disabled, " - "originating port not trusted."); + "originating port %d not trusted.", remote_port); options.rhosts_authentication = 0; } #if defined(KRB4) && !defined(KRB5) -- cgit v1.2.3