From owner-freebsd-ports Wed Jul 21 17:37: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from motgate.mot.com (motgate.mot.com [129.188.136.100]) by hub.freebsd.org (Postfix) with ESMTP id 36E9515627 for ; Wed, 21 Jul 1999 17:36:56 -0700 (PDT) (envelope-from morishim@cig.mot.com) Received: [from pobox2.mot.com (pobox2.mot.com [129.188.137.195]) by motgate.mot.com (MOT-motgate 1.0) with ESMTP id LAA03561 for ; Wed, 21 Jul 1999 11:31:23 -0500 (CDT)] Received: [from relay2.cig.mot.com (relay2.cig.mot.com [136.182.15.24]) by pobox2.mot.com (MOT-pobox2 2.0) with ESMTP id LAA00946 for ; Wed, 21 Jul 1999 11:31:23 -0500 (CDT)] Received: from timbre.cig.mot.com (timbre [136.182.116.203]) by relay2.cig.mot.com (8.9.0/SCERG-RELAY-1.11b) with ESMTP id LAA23073 for ; Wed, 21 Jul 1999 11:28:57 -0500 (CDT) Received: (morishim@localhost) by timbre.cig.mot.com (8.7.5 Motorola CIG/ITS v1.1 (Solaris 2.5)) id LAA08209; Wed, 21 Jul 1999 11:28:56 -0500 (CDT) Date: Wed, 21 Jul 1999 11:28:56 -0500 (CDT) Message-Id: <199907211628.LAA08209@timbre.cig.mot.com> From: Takeshi Morishima To: freebsd-ports@freebsd.org Subject: any recommendation for a port using encrypt Reply-To: morishim@cig.mot.com (Takeshi Morishima) Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello there, I am trying to create a port package for xisp. xisp is a graphical frontend to pppd and chat programs. It uses des encrypt() to store login and password info for dialup login in a startup file as an additional security enhancement. I have several options to deal with. o remove encryption part for this port and store raw login and password in the start up file. (the startup file mode is usually set to 0400) RESTRICTED=no o create unsafe scrambler for this port so that login and password are not easily remembered even though someone looks at the file over the user's shoulder. RESTRICTED=no o dynamic link to a crypto library assuming the user has DES package installed. (how to make dependency to DES package in the port system?) RESTRICTED=no o static link to a crypto library assuming the port build machine has DES package installed. (How to make dependency to DES package?) The final package tarball would be independent of DES package if distributed outside of US. RESTRICTED=yes Any recommendations/suggestions? BTW, the distribution tarball even includes UFC-crypt source for SunOS. I assume this implicates the distribution cannot be placed on cdrom/the freebsd.org ftp servers. Thanks in advance, Takeshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message