From owner-freebsd-questions Wed Apr 2 12:45:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA23024 for questions-outgoing; Wed, 2 Apr 1997 12:45:49 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA23018 for ; Wed, 2 Apr 1997 12:45:44 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id MAA01928; Wed, 2 Apr 1997 12:45:33 -0800 (PST) Date: Wed, 2 Apr 1997 12:45:33 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Rick Murphy cc: Pat McPartland , fwtk-support@tis.com, FBSD questions Subject: Re: Installing tfwtk-2.0 In-Reply-To: <3.0.1.32.19970401210845.006f8754@pop.rv.tis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 1 Apr 1997, Rick Murphy wrote: > >pass.c:39: Undefined symbol `_crypt' referenced from text segment > The FWTK authserver password authentication code uses "crypt()" to > perform a secure one-way hash of a password. Due to export restrictions, > FreeBSD doesn't have a crypt() function but it does have equivalent > code (that uses MD5 if I recall). The MD5 encryption uses the crypt() interface. It just returns MD5-encrypted strings, which non-FreeBSD systems might have a problem with. For your firewall it's probably a good idea to install DES on the system to ensure maximum compatibility. Be wary of the export restriction if you're outside the US though. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major