From owner-cvs-all@FreeBSD.ORG Wed Jan 11 06:41:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36BBC16A41F; Wed, 11 Jan 2006 06:41:31 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0645C43D46; Wed, 11 Jan 2006 06:41:31 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0B6fUxM050037; Wed, 11 Jan 2006 06:41:30 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0B6fUJS050036; Wed, 11 Jan 2006 06:41:30 GMT (envelope-from brooks) Message-Id: <200601110641.k0B6fUJS050036@repoman.freebsd.org> From: Brooks Davis Date: Wed, 11 Jan 2006 06:41:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src UPDATING src/lib/libutil trimdomain.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 06:41:31 -0000 brooks 2006-01-11 06:41:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . UPDATING lib/libutil trimdomain.c Log: MFC rev 1.6: When removing the local domain, only do so when the result will be a host name. This is matches the documented behaviro. The previous behavior would remove the domain name even if the result retained a dot. This fixes rsh connections from a.example.com to example.com. This is also reported to fix rsh connections from host xxx to yyy.example.com. PR: 88301 Revision Changes Path 1.342.2.34 +5 -0 src/UPDATING 1.5.4.1 +1 -3 src/lib/libutil/trimdomain.c