mars_nwe-0.98.pl08

This commit is contained in:
Mario Fetka
2011-11-13 00:38:58 +01:00
parent 309ae4659e
commit 519bf6bfcd
21 changed files with 1323 additions and 949 deletions

View File

@@ -1,4 +1,4 @@
/* config.h: 04-Nov-96 */
/* config.h: 29-Jan-97 */
/* some of this config is needed by make, others by cc */
#define DO_DEBUG 1 /* compile in debug code */
@@ -75,4 +75,5 @@
#define MAX_RIP_ENTRIES 50 /* max. rip responses */
/* -------------------- */
#define SHADOW_PWD 0 /* change to '1' for shadow passwds */
#define QUOTA_SUPPORT 0 /* change to '1' for quota support */

View File

@@ -2,7 +2,7 @@
# This is the configuration-file for "mars_nwe", a free netware-emulator
# for Linux.
#
# last changed: 20-Nov-96
# last changed: 29-Jan-97
# This file specifies which Linux-resources (printers, users, directories)
# should be accessible to the DOS-clients via "mars_nwe". Furthermore
@@ -252,24 +252,22 @@
# Some clients work better if the server tells that it is a 3.11 Server,
# although many calls (namespace services) of a real 3.11 Server are
# missing yet.
# To test the namespace calls, this entry must be set to > 0 and `config.h'
# must be altered before compiling "mars_nwe".
#
# -------------------------------------------------------------------------
# Syntax:
# 6 SERVER_VERSION
#
# SERVER_VERSION: the version-number reported to DOS-clients
# 0 Version 2.15 (default)
# 1 Version 3.11 (will be default soon)
# 0 Version 2.15 (was default till version 0.98.pl7)
# 1 Version 3.11 (is default now)
# 2 Version 3.12 (burst mode is not implemented yet)
#
# If you want to use longfilenamesupport and/or namespace routines
# you should set this section to '1'.
# And you should read doc/FAQS.
# -------------------------------------------------------------------------
#
6 0
6 1
# =========================================================================
@@ -323,6 +321,8 @@
# normally the rename file call returns an error if this
# routine is used for renaming directories.
#
# 0x8 ignore station/time restrictions for supervisor.
#
# other flags may follow.
# value will be interpreted as hex value.
@@ -528,6 +528,10 @@
# (_not_ the spooling-directories of the Linux-lpd)
# PRINT_COMMAND: command used for serving the print-jobs under Linux
# (see "man lpr" and "man magicfilter" for details)
# if the '!' is last parameter of command then
# the queue-packet fields 'banner_user_name'
# and 'banner_file_name' will be added to the
# command as last parameters.
#
# Examples:
# 21 LASER SYS:/PRINT/L lpr -Plaser
@@ -603,7 +607,7 @@
# Section 402: station connect restrictions
#
# for special handling of the 'creat connection' call.
# for special handling of the 'creat connection' (attach) call.
402 0 # 0 = ignore entry 400, create connection always enabled.
# 1 = 400 are excludes, create connection normally enabled.
# 2 = 400 are includes, create connection normally disabled.