mars_nwe-0.99.pl06

This commit is contained in:
Mario Fetka
2011-11-13 00:38:59 +01:00
parent 0c09c074ef
commit 5c18363271
29 changed files with 1088 additions and 282 deletions

View File

@@ -24,8 +24,8 @@ If you have problems.
some short notes for problem- or bug-reports.
---------------------------------------------
- report your running environment
full mars_nwe version, example: 0.99.pl0
linux-kernel, 2.0.29
full mars_nwe version, example: 0.99.pl5
linux-kernel, 2.0.32
exact typ of client (NCPFS, DOS (NETX,VLM), OS/2, Win .. )
changes you made into nwserv.conf(nw.ini), config.h.
- if you send nwserv.conf, please remove the comments first.

View File

@@ -392,4 +392,22 @@ Erste 'oeffentliche' Version
- Creat mode von Verzeichnissen erweitert.
- Verzeichnisse werden nicht mehr auf readonly gesetzt.
<----- ^^^^^^^^^^ pl4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- negotiate Buffersize von < 512 wird nun ignoriert. ( Hayo Schmidt )
- namspace.c:
- get_dbe_data_from_disk: Rechteproblem beim readlink beseitigt.
- max_dir_base_entries nun auch in conf file aenderbar (section 63)
- nw_search_file_dir so abgeaendert dass das Loeschen von Verzeichnissen
nun funktionieren sollte. Evtl. muss bei sehr grossen Verzeichnissen
max_dir_search_handles(section 80 in nwserv.conf) hochgesetzt werden.
<----- ^^^^^^^^^^ pl5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- connect.c. un_nw_rights default rights now 0xff (pconsole needs TRUSTEE_O)
- nwattrib.c : set_nw_attrib_byte korrigiert.
- nwserv kann nun per externen Aufruf Interfaces anlegen und loeschen.
nwserv -a device frame net bzw. nwserv -d device frame.
- neuer Schalter nwserv -f. Force send rip sap.
- archive bit ist bei Dateien nun default gesetzt.
- archive bit wird nun bei Client Schreiboperationen gesetzt.
<----- ^^^^^^^^^^ pl6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@@ -79,6 +79,9 @@ Andrew Sapozhnikov <sapa@hq.icb.chel.su>
added extend "Volume is home" feature.
fixed "rename wildcard" bug.
Hayo Schmidt <100305.1424@compuserve.com>
added patch to let ATARI client work.
Gregory Steuck <greg@nsu.ru>
testings and errorreports

View File

@@ -1,3 +1,11 @@
------08-Feb-98--- 0.99.pl6 ---------
- archive bit handling changed. (default set if file, unset if directory)
- section 5: deleting of ipx devices/routes changed.
- nwserv can be started to work similar to ipx_interface.
'nwserv -a device frame net' or 'nwserv -d device frame'
------01-Feb-98--- 0.99.pl5 ---------
- config.h: NEW_ATTRIB_HANDLING
- config.h: default HANDLE_ALL_SAP_TYPS is now set to 1.
------27-Nov-97--- 0.99.pl4 ---------
- section 1: dir/file creat modes can now be set volume dependent.
- section 9: dir creat mode may now be '-1' for use st_mode of

View File

@@ -1,16 +1,16 @@
Begin3
Title: mars_nwe
Version: 0.99.pl4
Entered-date: 28-Nov-97
Version: 0.99.pl6
Entered-date: 09-Feb-98
Description: Full netware-emulator (src), beta.
Supports file-services, bindery-services,
printing-services, routing-services.
Keywords: novell, netware, server, ipx, ncp, tli
Author: mstover@compu-art.de (Martin Stover)
Maintained-by: mstover@compu-art.de (Martin Stover)
Primary-site: http://www.compu-art.de/download/mars_nwe-0.99.pl4.tgz
Primary-site: http://www.compu-art.de/download/mars_nwe-0.99.pl6.tgz
250 kB
Alternate-site: ftp://gwdg.de/pub/linux/misc/ncpfs/mars_nwe-0.99.pl4.tgz
Alternate-site: ftp://gwdg.de/pub/linux/misc/ncpfs/mars_nwe-0.99.pl6.tgz
Platforms: Linux (1.2.xx, 1.3.xx, 2.xx), UnixWare (2.xx)
Copying-policy: GNU
End