From owner-cvs-all Fri Jul 14 11: 8:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D56C37C503; Fri, 14 Jul 2000 11:08:20 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA07166; Fri, 14 Jul 2000 11:08:19 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007141808.LAA07166@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 14 Jul 2000 11:08:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil realhostname.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/14 11:08:19 PDT Modified files: lib/libutil realhostname.c Log: Sshd writes connected host into utmp directly. If the connection is via IPv6, the hostname is trimed due to the length of IPv6 address. This change saves it as possible. I have a grudge against the shortage of UT_HOSTSIZE. Revision Changes Path 1.9 +15 -8 src/lib/libutil/realhostname.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message