mars_nwe-0.98.pl08
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Sorry, this is in German only.
|
||||
User important notes are in the NEWS file.
|
||||
Aenderungen in mars_nwe bis zum : 15-Dec-96
|
||||
Aenderungen in mars_nwe bis zum : 17-Jan-97
|
||||
--------------------------------
|
||||
Erste 'oeffentliche' Version
|
||||
^^^^^^^^^^ VERSION 0.94 ^^^^^^^^
|
||||
@@ -266,4 +266,11 @@ Erste 'oeffentliche' Version
|
||||
Es konnten nicht alle freigegebenen Filehandles wiederverwendet
|
||||
werden. -> "No more free file handles"
|
||||
<----- ^^^^^^^^^^ pl7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
- Section 6: version-"spoofing" auf default '1' (3.11) gesetzt.
|
||||
- Fehler in connect.c, new_dir_handle() beseitigt.
|
||||
Hinweis von: Dmitry <mamatkazin@ivc.spb.ru>
|
||||
- QUOTA support von Matt Paley eingebaut.
|
||||
- Print Queue Command Parameter erweitert um '!'
|
||||
fuer banner_user_name, banner_file_name
|
||||
<----- ^^^^^^^^^^ pl8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
@@ -31,6 +31,9 @@ James B. MacLean <macleajb@ednet.ns.ca>
|
||||
Louis Zammit Mangion <lzamm@phys.um.edu.mt>
|
||||
testings+bugfixes
|
||||
|
||||
Matt Paley <mtpa@mail.nerc-bas.ac.uk>
|
||||
adding QUOTA support, login time restrictions
|
||||
|
||||
Jiri A. Randus <Jiri.Randus@vslib.cz>
|
||||
testing bindery code
|
||||
|
||||
|
||||
13
doc/FAQS
13
doc/FAQS
@@ -1,9 +1,8 @@
|
||||
last updated: 05-Dec-96
|
||||
last updated: 16-Jan-97
|
||||
Q: I don't exaclty understand the meaning of some ponits in nw.ini:
|
||||
12,13
|
||||
What will happen if I will not put PASSWORD here? Will it take it from
|
||||
/etc/passwd? I want it to be so.
|
||||
|
||||
A: This passwords will be stored (crypted) into bindery to can handle
|
||||
the crypted login call from a standarrd Novell client.
|
||||
|
||||
@@ -41,6 +40,16 @@ Q: I have arcnet cards and I dont find the frame-typ TRXNET.
|
||||
A: The correct frame typ is handled by the arcnet driver.
|
||||
You should use the 'dummy frametyp' 802.3.
|
||||
|
||||
Q: The CONFIG_IPX_INTERN kernel option is *not* set but
|
||||
when I start 'nwserv' as root it sais:
|
||||
!! NWSERV 0:PANIC !!
|
||||
NWSERV 0:!! configuration error !!:
|
||||
mars_nwe don't run with kernel 'full internal net'.
|
||||
Change kernel option CONFIG_IPX_INTERN=NO (nobody needs it)
|
||||
or use 'ipxd' and change mars_nwe INTERNAL_RIP_SAP=0.
|
||||
A: Sorry but mars_nwe can recognize this setting only at compile time,
|
||||
so you must compile mars_nwe again with actual kernel CONFIG_IPX_INTERN=NO
|
||||
settings.
|
||||
|
||||
|
||||
|
||||
|
||||
13
doc/NEWS
13
doc/NEWS
@@ -1,5 +1,16 @@
|
||||
# in this files are some notes for user of mars_nwe.
|
||||
------09-Nov-96--- 0.98.pl7 ----------
|
||||
------29-Jan-97--- 0.98.pl8 ----------
|
||||
- Section 6: version-"spoofing" now set to '1' (3.11) default.
|
||||
- New switch in config.h: QUOTA_SUPPORT
|
||||
- quota support added by Matt Paley
|
||||
Before the netware quotas will work the linux quota system must be
|
||||
started up, this is done by:
|
||||
Ensuring that the current kernel supports quotas.
|
||||
Adding usrquota to the option field in the appropriate /etc/fstab entry
|
||||
Running 'quotacheck -a'
|
||||
Running 'quotaon -a' (must be repeated after a reboot)
|
||||
- login time restrictions added by Matt Paley
|
||||
------05-Jan-97--- 0.98.pl7 ----------
|
||||
- section 8: new flag 0x4 added. (see examples/nw.ini).
|
||||
------09-Nov-96--- 0.98.pl5 ----------
|
||||
- now Novell Client32 should works.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Begin3
|
||||
Title: mars_nwe
|
||||
Version: 0.98.pl7
|
||||
Entered-date: 09-Jan-97
|
||||
Version: 0.98.pl8
|
||||
Entered-date: 01-Feb-97
|
||||
Description: Full netware-emulator (src), beta.
|
||||
Supports file-services, bindery-services,
|
||||
printing-services, routing-services.
|
||||
@@ -9,7 +9,7 @@ Keywords: novell, netware, server, ipx, ncp, tli
|
||||
Author: mstover@stover.f.eunet.de (Martin Stover)
|
||||
Maintained-by: mstover@stover.f.eunet.de (Martin Stover)
|
||||
Primary-site: ftp.gwdg.de:/pub/linux/misc/ncpfs
|
||||
200kB mars_nwe-0.98.pl7.tgz
|
||||
200kB mars_nwe-0.98.pl8.tgz
|
||||
Alternate-site: sunsite.unc.edu:/pub/Linux/system/Filesystems/ncpfs
|
||||
Platforms: Linux (1.2.xx, 1.3.xx, 2.xx), UnixWare (2.xx)
|
||||
Copying-policy: GNU
|
||||
|
||||
Reference in New Issue
Block a user