OVERVIEW
--------

This package contains LinuxWare server v0.92 beta and IPX router daemons v0.9.
LinuxWare daemon implements a subset of NetWare Core Protocol (NCP) 
allowing users to access files on Linux system using NetWare client 
(e.g. from MS DOS).
Aditionally IPX router daemons makes Linux to work as an IPX internetwork
router conforming to the IPX Router Specification v1.10 (except IPX NetBIOS
flood fill).

INSTALATION
-----------

Refer to file INSTALL and man pages for hints on instalation.

KERNEL
------

Although I don't want to modify the kernel, I *must* do it because of some bugs
in original code (from kernel 1.1.73) and two features necessary for 
implementation. 

New features are:
a) entire IPX routing table can be read via
'ioctl(ipx_socket,SIOGIFCONF,buf)'
b) normally if you send an IPX packet the IPX Source address field is set to
be equal the local address to which is the socket bound. But if you call
setsockopt(ipx_socket,SOL_SOCKET,SO_DONTROUTE,&1,sizeof(1)), the source
address of the packet is set to the address of outgoing interface.And in
adition all packet sent to non-local IPX networks are discarded following
the original meaning of SO_DONTROUTE.

Most of the kernel dependent IPX functions are isolated in the file
lib/ipxkern.c.

Ales Dryak
e-mail:
A.Dryak@sh.cvut.cz
xdryak@sun.felk.cvut.cz

paper mail:
Ales Dryak
Turkova 1347
504 01 Novy Bydzov
Czech Republic
