From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id cb9a7574 for ; Tue, 26 Nov 2019 23:15:23 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id CA5849B7F2; Wed, 27 Nov 2019 09:15:21 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 02E8F93DBE; Wed, 27 Nov 2019 09:15:01 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=smtpservice.net header.i=@smtpservice.net header.b="V21MiJIf"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id E530993DBE; Wed, 27 Nov 2019 09:14:59 +1000 (AEST) X-Greylist: delayed 510 seconds by postgrey-1.36 at minnie.tuhs.org; Wed, 27 Nov 2019 09:14:58 AEST Received: from a1i861.smtp2go.com (a1i861.smtp2go.com [43.228.187.93]) by minnie.tuhs.org (Postfix) with ESMTPS id E8EE493D8C for ; Wed, 27 Nov 2019 09:14:58 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpservice.net; s=m33y30.a1-4.dyn; x=1574810999; h=Feedback-ID: X-Smtpcorp-Track:To:Message-Id:Reply-To:Date:From:Subject:Sender: List-Unsubscribe; bh=B35ztcoMldJ1HLPKp/y/KP436OJssCZUIE3aoBUTX9g=; b=V21MiJIf iaCA6J19yTwk9NzBqBiInnyenQ67QaXLKT8/dl0ucnH98eWV3+nuffxq4tA6LqAqtM9Le9w0ktxTe qyt/9i/SxH6NhnBG7PRRd8w4AraDO6csinBM4R0PixwY5GB3dDXf2XzcLJ/TR+JnkTPJepwHwDrMP h0WS+tM0qXI7HnwBYJ0XCBofXnwwC+rB9V0PFwRm9nh5t2POYc1GMO/EnQuxoAiPz2P+3uBJJNRUn lwoUAkd9Lyrw7qtmEeHy11QVC6H4ZC8mDgw1f1bRecpprOrxwzfTxNzGB0G/N72FWvChriltY2A1O nNQNxUGuXLB/OqrSXJCFF3OcjA==; Received: from [10.66.228.43] (helo=SmtpCorp) by smtpcorp.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92-S2G) (envelope-from ) id 1iZjuT-4pkRCV-PO; Tue, 26 Nov 2019 23:06:17 +0000 Received: from [10.107.193.50] (helo=kdbarto.org) by smtpcorp.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92-S2G) (envelope-from ) id 1iZjuT-wSEVA4-4n; Tue, 26 Nov 2019 23:06:17 +0000 Received: from zaphod.local (zaphod.local [IPv6:fe80::14c2:f7ed:d6fc:6db6]) by kdbarto.org (Postfix) with ESMTPS id 349A8120ACD6; Tue, 26 Nov 2019 15:06:15 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3601.0.10\)) From: Katherine Barto In-Reply-To: <1574805575.17040.for-standards-violators@oclsc.org> Date: Tue, 26 Nov 2019 15:06:14 -0800 Content-Transfer-Encoding: 7bit Message-Id: <300A9E4F-27B8-4A1A-ADB2-A9220CC6CFF3@kdbarto.org> References: <1574805575.17040.for-standards-violators@oclsc.org> To: Norman Wilson X-Mailer: Apple Mail (2.3601.0.10) X-Smtpcorp-Track: 1iZMITwSEVj44n.3ZBr6uuwv Feedback-ID: 145083m:145083a-yaNWS:145083s3O3nWZz0K X-Report-Abuse: Please forward a copy of this message, including all headers, to Subject: Re: [TUHS] FreeBSD retires gets()! X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: david@kdbarto.org Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Nov 26, 2019, at 1:59 PM, Norman Wilson wrote: > > We also decided to retire the old Enigma-derived crypt(1), > except we didn't want to throw it out entirely in case > someone had an old encrypted file and wanted the contents > back. So it was removed from the manual and the binary > moved to /usr/games. I particularly like that the old crypt was reduced to a game. David