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.8 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 5a80a005 for ; Sat, 16 Mar 2019 23:05:15 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id B33E895183; Sun, 17 Mar 2019 09:05:14 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 72C2C95180; Sun, 17 Mar 2019 09:04:51 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=culm.net header.i=@culm.net header.b="DUKgRkX6"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 203D49517E; Sun, 17 Mar 2019 09:04:49 +1000 (AEST) X-Greylist: delayed 2644 seconds by postgrey-1.36 at minnie.tuhs.org; Sun, 17 Mar 2019 09:04:48 AEST Received: from mail.culm.net (kartofel.culm.net [178.217.186.166]) by minnie.tuhs.org (Postfix) with ESMTPS id 3D61D9517D for ; Sun, 17 Mar 2019 09:04:48 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=culm.net; s=c; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Message-ID: Subject:From:To:Sender:Reply-To:Cc:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=BIDb+bgWlpI0S3+da1/F7MpBlsYTT93F5vjKzAQJ4kA=; b=D UKgRkX6cZm/f5VLR5na9/SC3bgKPrz/r64Zo3A/TqIhGvhKLw430+EcWUST2xlORkAJjBtki5bPxU azwCc3tY2L6JH5ilkjE2eefXcAm5S866Fj3Rc1dhssZLtrg1yu+1ALm/Cg9oAl6sn4QZr0EcrR07W CJ7x+nXwPn2sNKcI=; Received: from centaur.culm.net ([79.188.239.82] helo=[192.168.60.159]) by mail.culm.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1h5HfX-0002RE-3N for tuhs@minnie.tuhs.org; Sat, 16 Mar 2019 23:20:43 +0100 To: tuhs@minnie.tuhs.org From: Witold Krecicki Message-ID: <63f58b28-f7cd-6f7e-db71-2b862ca97cdd@culm.net> Date: Sat, 16 Mar 2019 23:20:42 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: [TUHS] Early DNS software 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: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Hello, I'm looking for old DNS software - servers, clients, libraries. The oldest one I've found is BIND 4.3 from 4.3BSD (and it works as a resolver on 2019 Internet), but there were earlier ones - http://www.donelan.com/dnstimeline.html says that UCB released first BIND in 1985, something was running on earlier servers. Any help would be appreciated. Witold Krecicki