From owner-freebsd-hackers Thu Oct 12 05:28:43 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA05843 for hackers-outgoing; Thu, 12 Oct 1995 05:28:43 -0700 Received: from ns1.win.net (ns1.win.net [204.215.209.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id FAA05836 for ; Thu, 12 Oct 1995 05:28:40 -0700 Received: (from bugs@localhost) by ns1.win.net (8.6.11/8.6.9) id IAA07910 for hackers@freebsd.org; Thu, 12 Oct 1995 08:34:14 -0400 From: Mark Hittinger Message-Id: <199510121234.IAA07910@ns1.win.net> Subject: re: ANNEX erpcd pegs in _crypt To: hackers@freebsd.org Date: Thu, 12 Oct 1995 08:34:13 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 454 Sender: owner-hackers@freebsd.org Precedence: bulk How about one more weird guess? You are using acp_passwd with DES encrypted passwords. In /etc/passwd you are using md5 encrypted passwords and the crypt library in /usr/lib is the md5 library rather than the libcrypt from the "secure" distribution. The guess is that the md5 library goes into an infinite loop if you hand it a DES password (because its too short?). Regards, Mark Hittinger Internet Manager WinNET Communications, Inc. bugs@win.net