- added "netbios name" option in smb.conf to make controlling the name
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Aug 1996 11:17:29 +0000 (11:17 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 19 Aug 1996 11:17:29 +0000 (11:17 +0000)
commite9eac6cd49c352349580ddb13d720cb201aecc48
treecce2461501cef0543a6e2b1fe0d798533d8c6e84
parent6d82a8751221539ab7f56dd6dae862d985a6e0ed
- added "netbios name" option in smb.conf to make controlling the name
that samba uses possible

- added "socket address" option to allow virtual SMB servers (on
systems with IP aliasing line Linux)

- disabled FAST_SHARE_MODES by default in Linux as older Linux boxes
can't do shared writeable mappings. We really need autoconf ...

- added new option types in loadparm so a string type can be specified
ot be uppercase only, this is used for the workgroup and netbios name
options

- auto-create the lock directory if it doesn't exist in shared mem
startup

- get rid of announce_backup()

- change a few comments in nmbd code

- rewrote the chaining code completely. Hopefully it will handle any
depth chains now.

- added LPRng support
20 files changed:
source/client/client.c
source/client/clientutil.c
source/include/includes.h
source/include/proto.h
source/include/smb.h
source/lib/system.c
source/lib/util.c
source/locking/locking.c
source/nameannounce.c
source/nameannounce.doc
source/nameelect.c
source/namepacket.c
source/namework.c
source/nmbd/nmbd.c
source/param/loadparm.c
source/printing/printing.c
source/smbd/pipes.c
source/smbd/reply.c
source/smbd/server.c
source/utils/nmblookup.c