From owner-freebsd-stable Thu Jun 18 21:12:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17584 for freebsd-stable-outgoing; Thu, 18 Jun 1998 21:12:51 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from roma.coe.ufrj.br (jonny@roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17572 for ; Thu, 18 Jun 1998 21:12:49 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id BAA25443; Fri, 19 Jun 1998 01:12:40 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199806190412.BAA25443@roma.coe.ufrj.br> Subject: Re: bilingual lib*crypt? In-Reply-To: <3589C7C1.76534DB0@partitur.se> from Palle Girgensohn at "Jun 19, 98 04:06:57 am" To: girgen@partitur.se (Palle Girgensohn) Date: Fri, 19 Jun 1998 01:12:40 -0300 (EST) Cc: stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG #define quoting(Palle Girgensohn) // Also, my real question is this: is this part of libdescrypt? That is, // will it work this way for all apps using crypt, or just for passwords? lrwxrwxrwx 1 root bin 13 Jun 1 22:34 /usr/lib/libcrypt.a -> libdescrypt.a lrwxrwxrwx 1 root bin 18 Jun 1 22:34 /usr/lib/libcrypt.so.2.0 -> libdescrypt.so.2.0 lrwxrwxrwx 1 root bin 15 Jun 1 22:34 /usr/lib/libcrypt_p.a -> libdescrypt_p.a // Do I need to recompile all apps using crypt, or will libc be sufficient? libcrypt is enough. But remember: New passwords -> DES If you only need this as a client, no problem. // If the previous, have you any tips on how to find out which apps (read // ports) that uses libcrypt, besides manually checking each port? for a in /usr/local/*bin/* ; do ldd $a done :) For example, ssh: roma::root [557] ldd /usr/local/bin/ssh /usr/local/bin/ssh: -lgmp.3 => /usr/lib/libgmp.so.3.0 (0x2003d000) -lz.2 => /usr/lib/libz.so.2.0 (0x20053000) -lwrap.7 => /usr/local/lib/libwrap.so.7.6 (0x20060000) -lcrypt.2 => /usr/lib/libcrypt.so.2.0 (0x20065000) -lutil.2 => /usr/lib/libutil.so.2.2 (0x2007a000) -lc.3 => /usr/lib/libc.so.3.1 (0x20080000) Jonny -- Joao Carlos Mendes Luis M.Sc. Student jonny@jonny.eng.br Universidade Federal do Rio de Janeiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message