From owner-freebsd-bugs Tue Sep 12 10:20: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF4DA37B43C for ; Tue, 12 Sep 2000 10:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA18028; Tue, 12 Sep 2000 10:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mindcrime.bit0.com (mindcrime.bit0.com [208.6.169.69]) by hub.freebsd.org (Postfix) with ESMTP id DE4CB37B423 for ; Tue, 12 Sep 2000 10:12:36 -0700 (PDT) Received: (from mandrews@localhost) by mindcrime.bit0.com (8.11.0/8.11.0) id e8CHB0p18893; Tue, 12 Sep 2000 13:11:00 -0400 (EDT) (envelope-from mandrews) Message-Id: <200009121711.e8CHB0p18893@mindcrime.bit0.com> Date: Tue, 12 Sep 2000 13:11:00 -0400 (EDT) From: Mike Andrews Reply-To: mandrews@mindcrime.bit0.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/21228: finger no longer returns multiple matches for partial name queries Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21228 >Category: bin >Synopsis: finger no longer returns multiple matches for partial name queries >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 12 10:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mike Andrews >Release: FreeBSD 4.1-STABLE i386 >Organization: >Environment: 4.1-STABLE as of 5 Sep 2000, maybe earlier. 4.1-RELEASE is OK. >Description: finger only displays a single match (the first one in the passwd file) for any partial name query, i.e. fingering last names or first names. Previously it would show all matching accounts. >How-To-Repeat: Create 10 accounts on a machine with "Smith" as the user's last name, then "finger smith". On 4.1-STABLE, only the first match in the passwd file will be shown. On 4.1-RELEASE, all 10 will be shown. >Fix: Have not tried to make a patch yet. From doing a quick diff between the 4.1-R and 4.1-S versions it appears to be related to the finger.conf changes in finger.c, in the general vicinity of line 300. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message