From owner-freebsd-hackers Wed Sep 6 10:39:49 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id KAA12191 for hackers-outgoing; Wed, 6 Sep 1995 10:39:49 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.11/8.6.6) with ESMTP id KAA12178 ; Wed, 6 Sep 1995 10:39:48 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA00314; Wed, 6 Sep 1995 10:34:20 -0700 From: Terry Lambert Message-Id: <199509061734.KAA00314@phaeton.artisoft.com> Subject: Re: IPX/Netware 4? To: swaits@pr.erau.edu (Stephen Waits) Date: Wed, 6 Sep 1995 10:34:20 -0700 (MST) Cc: questions@freebsd.org, hackers@freebsd.org In-Reply-To: from "Stephen Waits" at Sep 6, 95 07:33:59 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1458 Sender: hackers-owner@freebsd.org Precedence: bulk > > Is anyone working on IPX and/or a Netware 4.x client for FreeBSD? Server? IPX patches were posted a while back. They are on tape at home somewhere and I'm sure they are in the list archives. The client is relatively easy compared to the server, and the client isn't that easy. I noticed you specified 4.x. You would have to reverse engineer packet signatures and the directory services login. It took 10 mathematicians at Microsoft a year to do that... makes sense, it's all based on RSA. Or you'd have to use bindery emulation and turn of packet signatures on the server. On the server, you'd have to implement ~1500 API's. That's what we had to do at Novell when we implemented NetWare for UNIX. Or you could implement the minimum number of API's, maybe by watching an NT server handle NT and Win95 NetWare client requests to see the subset of NCP's they actually implemented. Or you could license the Puzzle systems code and port it. It uses the BPF and is NetWare 3.11 compatible (no packet burst, no packet signatures, bindery only). Or you could license NWU from Novell and port it. Last I heard, cost on licensing was: $100,000 NUC, the NetWare UNIX Client $150,000 NWU, the NetWare for UNIX Server $250,000 NUC, NWU, and UnixWare (hmmmm... I wonder where the value in UnixWare is) Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.