From owner-freebsd-questions Wed Mar 5 16:24:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24265 for questions-outgoing; Wed, 5 Mar 1997 16:24:15 -0800 (PST) Received: from super-g.inch.com (super-g.com [204.178.32.161]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24244; Wed, 5 Mar 1997 16:24:11 -0800 (PST) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.5/8.6.9) with SMTP id TAA00620; Wed, 5 Mar 1997 19:39:28 -0500 (EST) Date: Wed, 5 Mar 1997 19:39:28 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: freebsd-questions@freebsd.org cc: freebsd-isp@freebsd.org Subject: "safe" fingerd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been hunting around for a finger(d) that will not follow symlinks, truncate overly long .plan and .project files, etc. The included one (2.1.7) will happily follow any symlink and seems to have no limits on how long the .plan/.project file is. GNU-finger seems even worse. Anyone know if what I'm looking for exists? If I knew my C I'd modify lprint.c in /usr/src/usr.bin/finger to not follow symlinks and truncate output, but I just don't know enough C to do this. Any help/input appreciated, Charles