kai/samba.git
26 years agoreply.c: Removed unused variables. Caught by gcc -Wall -Werror
Jeremy Allison [Tue, 2 Sep 1997 22:21:38 +0000 (22:21 +0000)]
reply.c: Removed unused variables. Caught by gcc -Wall -Werror
server.c: Fix for old DOS clients not understanding ERRbaddirectory - map to ERRbadpath.
util.c: Fix for systems with no LOG_DAEMON facility.
Jeremy (jallison@whistle.com)
(This used to be commit dadb1ffb4ca5222c0b62d785cd714d65cae328e8)

26 years agouse of recursion_available and recursion_desired flag in netbios responses.
Luke Leighton [Mon, 1 Sep 1997 18:34:00 +0000 (18:34 +0000)]
use of recursion_available and recursion_desired flag in netbios responses.
(This used to be commit 8235db6b4fbeced750c4c30edc84a61a35b39278)

26 years agoadded word count 3 support into reply_tcon_and_X (see cifs6.txt). the
Luke Leighton [Sun, 31 Aug 1997 14:14:22 +0000 (14:14 +0000)]
added word count 3 support into reply_tcon_and_X (see cifs6.txt).  the
only thing i couldn't do was get the chaining word count to point to
the end of the smb reply, for the next and_X (not that there is one).
(This used to be commit 54f11999d2113f2e88144ed63e23dd82b32e14a6)

26 years agofixed a bug in the printjob encoding/decoding. We weren't doing it for
Andrew Tridgell [Sun, 31 Aug 1997 02:18:59 +0000 (02:18 +0000)]
fixed a bug in the printjob encoding/decoding. We weren't doing it for
the print_ functions in reply.c, with the effect that you couldn't
cancel print jobs from smbclient or from older dos clients.

we now use a couple of utility functions printjob_encode() and
printjob_decode() rather than sticking the bitops inline in each
place.

also fixed a bunch of places that used foo%0xFF rather than foo&0xFF

Note that this isn't really me doing the commit, it can't be as I'm
working on my thesis ...
(This used to be commit 3556763be3acbf01c967ee9717943dd44163fb9f)

26 years agoMakefile: New program and support for dynamic codepage loading.
Jeremy Allison [Sat, 30 Aug 1997 01:30:25 +0000 (01:30 +0000)]
Makefile:  New program and support for dynamic codepage loading.
charset.c: Dynamic codepage loading code.
charset.h: Defines for file format.
proto.h:   Updated.
Jeremy (jallison@whistle.com)
(This used to be commit 550e98f2d49a101654b3abde278a7f7edf347ed8)

26 years agoAdding codepage definition files and codepage file compiler/decompiler.
Jeremy Allison [Sat, 30 Aug 1997 01:13:39 +0000 (01:13 +0000)]
Adding codepage definition files and codepage file compiler/decompiler.
Adding install/uninstall scripts for compiled codepage files.
Preparing for dynamic codepage loading.
Jeremy (jallison@whistle.com)
(This used to be commit e3fc9533bd87d0d520e3dac98261e42370907b11)

26 years agoOops. Reversed mangled map change made in error. Testing
Jeremy Allison [Thu, 28 Aug 1997 22:54:41 +0000 (22:54 +0000)]
Oops. Reversed mangled map change made in error. Testing
found this one. Jeremy (jallison@whistle.com)
(This used to be commit adf98469fc3f0969676bd454cfd143f8ef03ce48)

26 years agoincludes.h: Make sure REPLACE_GETPASS are wrapped with #ifdefs.
Jeremy Allison [Thu, 28 Aug 1997 20:59:51 +0000 (20:59 +0000)]
includes.h: Make sure REPLACE_GETPASS are wrapped with #ifdefs.
nmbsync.c: Make sure REPLACE_GETPASS is defined before including includes.h
clientutil.c: Catch null passwords.
Fixes for a nmbd crash bug found by Herb Lewis @ SGI.
Jermey(jallison@whistle.com)
(This used to be commit 45c266baaea8755f1a3c0c4c7a87eb0752848ca2)

26 years agomangle.c: Fixed bug that caused string to run off the end of the mangled map.
Jeremy Allison [Thu, 28 Aug 1997 18:59:52 +0000 (18:59 +0000)]
mangle.c: Fixed bug that caused string to run off the end of the mangled map.
server.c: Changed comparison from dname to name2 - seems correct - don't know why
          I changed it originally. hmmmmm.
trans2.c: Made lanman2 code more similar to scan_directory(). I should
          make the trans2 code call scan_dir as they are so similar.
Jeremy(jallison@whistle.com).
(This used to be commit 3909576849025ed21e5282abc892ae7582ee0275)

26 years agoadded a new type to mkproto.awk so it can handle shmem.c
Andrew Tridgell [Thu, 28 Aug 1997 02:22:44 +0000 (02:22 +0000)]
added a new type to mkproto.awk so it can handle shmem.c

in general if you add a new type that is returned by a non-static
function then just add it to the list of known types in mkproto.awk
(This used to be commit 1d4ce07435f3d6dac41a2616a044bcd441dbaced)

26 years agocharset.c: Added patch for client code page 852 (Eastern European) from
Samba Release Account [Wed, 27 Aug 1997 20:20:58 +0000 (20:20 +0000)]
charset.c: Added patch for client code page 852 (Eastern European) from
           Leos Bitto <bitto@altec.cz>.
clitar.c:
proto.h: Fixed proto mismatch for strslashcmp().
Jermey (jallison@netcom.com)
(This used to be commit c7a4647b7a84641f5fed6b67d45c241fff19c2b3)

26 years agoPut back the smb_shm_ proto's that Luke keeps breaking !
Samba Release Account [Wed, 27 Aug 1997 19:53:03 +0000 (19:53 +0000)]
Put back the smb_shm_ proto's that Luke keeps breaking !
Jeremy (jallison@whistle.com)
(This used to be commit 660a3ef70c36e6675c8cc63b97e9d251428f9b40)

26 years agodoing that irritating compiler clash warning with the protos for standard_sub
Samba Release Account [Wed, 27 Aug 1997 19:27:25 +0000 (19:27 +0000)]
doing that irritating compiler clash warning with the protos for standard_sub
and standard_sub_basic.  again.

lkcl
(This used to be commit b60ef755cf594ee9751660467709ea4f7a669a2c)

26 years agocorrected it's (it is) documentation errors, when "its" should be
Samba Release Account [Tue, 26 Aug 1997 15:36:46 +0000 (15:36 +0000)]
corrected it's (it is) documentation errors, when "its" should be
being used.

lkcl
(This used to be commit 7cd640e5b1a6bbe13834fe23a23ef03117024f0e)

26 years agoadded info about _not_ using \\SAMBA_SERVER\HOMES\profile - must use
Samba Release Account [Tue, 26 Aug 1997 15:35:43 +0000 (15:35 +0000)]
added info about _not_ using \\SAMBA_SERVER\HOMES\profile - must use
\\SAMBA_SERVER\%U\profile for the profile path.  documented default
profile path changing to \\%L\%U\profile, so that w95 and NT can use
the same profile directory: you cannot use \\%L\%U for NT profiles.

lkcl
(This used to be commit 588039b6dfd1397532ef8969fb5f2bb3aafbddde)

26 years agoChanged ftp site and docs info in README (this file contains out-of-date
Samba Release Account [Tue, 26 Aug 1997 14:46:52 +0000 (14:46 +0000)]
Changed ftp site and docs info in README (this file contains out-of-date
FAQ info and should be scrapped.)

Changed "qaility control" in the Roadmap :-)
(This used to be commit 28833abf18c5612f274e2199f2072631df771e40)

26 years agoMore sites for the non-UNIX ports, plus ftp.gwdg.de
Samba Release Account [Tue, 26 Aug 1997 13:31:54 +0000 (13:31 +0000)]
More sites for the non-UNIX ports, plus ftp.gwdg.de
(This used to be commit 09c6438bb66ff61eaebc08d578281f432e81e5d5)

26 years agoAdvice about firewalls (step 1) and tcp wrappers (step 8). Dan
Samba Release Account [Tue, 26 Aug 1997 07:56:00 +0000 (07:56 +0000)]
Advice about firewalls (step 1) and tcp wrappers (step 8). Dan
(This used to be commit e470dd55612558ae6f308c0a871e3c01e7dea4f7)

26 years agoThis file has been moved to MIRRORS.txt
Samba Release Account [Tue, 26 Aug 1997 03:07:19 +0000 (03:07 +0000)]
This file has been moved to MIRRORS.txt
(This used to be commit 462d10370ad08d3f3c9a12a8122db1cb7f640430)

26 years agoAdded new MIRRORS.txt file at Dan's request
Samba Release Account [Tue, 26 Aug 1997 03:03:56 +0000 (03:03 +0000)]
Added new MIRRORS.txt file at Dan's request
This is really an updated version of the original 'MIRRORS' file.
(This used to be commit 29a48b8ed5cf9a0511d6d7f8fa7323e6aa7292bf)

26 years agoSpelling, refs to faqs, version numbersing. Dan.
Samba Release Account [Tue, 26 Aug 1997 01:59:58 +0000 (01:59 +0000)]
Spelling, refs to faqs, version numbersing. Dan.
(This used to be commit effd8b81c4cbb03720d63686e56b80af6828a037)

26 years agopreparing for release of 1.9.17
Samba Release Account [Tue, 26 Aug 1997 01:55:56 +0000 (01:55 +0000)]
preparing for release of 1.9.17
(This used to be commit d84c84641b14ad264c33fc37aa9a1abdf3e04254)

26 years agoUpdated for 1.9.17 release.
Samba Release Account [Tue, 26 Aug 1997 01:51:27 +0000 (01:51 +0000)]
Updated for 1.9.17 release.
Jeremy (jallison@whistle.com)
(This used to be commit f8316c1c159b44f1737ad976a562feb0dd1b0368)

26 years agoAdded draft cversions of the new Samba doco. Dan.
Samba Release Account [Tue, 26 Aug 1997 01:43:28 +0000 (01:43 +0000)]
Added draft cversions of the new Samba doco. Dan.
(This used to be commit b5983092a6e63118564c6d1460b522ea8ef02c3a)

26 years agoFrom Jacco, unchanged. Destined for Samba-Client-FAQ. Dan
Samba Release Account [Tue, 26 Aug 1997 01:32:35 +0000 (01:32 +0000)]
From Jacco, unchanged. Destined for Samba-Client-FAQ. Dan
(This used to be commit c8bf8dfb93f7558a9974d79b7c3949849bff1b08)

26 years agoJHT ===> Documentation header updates only - inserting/mod Updates date.
John Terpstra [Tue, 26 Aug 1997 01:31:45 +0000 (01:31 +0000)]
JHT ===> Documentation header updates only - inserting/mod Updates date.
(This used to be commit 17a13828fd7a3284543eb319566da6c246808e6d)

26 years agoWay out of date. Dan
Samba Release Account [Tue, 26 Aug 1997 01:31:32 +0000 (01:31 +0000)]
Way out of date. Dan
(This used to be commit dc395e3515a4ef90af9e602be2bc0a6ce25627f6)

26 years agosmb.h: Added error code used for OS2 WPS.
Samba Release Account [Tue, 26 Aug 1997 01:28:27 +0000 (01:28 +0000)]
smb.h: Added error code used for OS2 WPS.
trans2.c: Added OS2 WPS fix - but ifdefed out for now. Will turn on
after 1.9.17 release.
Jeremy (jallison@whistle.com)
(This used to be commit 9d5d347686ca1c8a25088b882dcc5065b6d9c564)

26 years agoRemoved samba team email address - replaced with samba bugs.
Samba Release Account [Tue, 26 Aug 1997 01:08:49 +0000 (01:08 +0000)]
Removed samba team email address - replaced with samba bugs.
Jeremy (jallison@whistle.com)
(This used to be commit 320a739161dee082c53b59106df90e760bc41c0e)

26 years agoMinor mods to DOMAIN.txt. In DOMAIN_CONTROL.txt made it clear that a PDC is
Samba Release Account [Tue, 26 Aug 1997 00:50:33 +0000 (00:50 +0000)]
Minor mods to DOMAIN.txt. In DOMAIN_CONTROL.txt made it clear that a PDC is
just one (major:) vendor's idea of domain authentication. Added refs to
pwdump where it talks about the SAM. Dan
(This used to be commit 2681ae0efbdb250854b56e75b2655ef367a5d733)

26 years agoMore mods to DOMAIN.txt, preparing for meta-FAQ itegration. Dan
Samba Release Account [Mon, 25 Aug 1997 23:28:18 +0000 (23:28 +0000)]
More mods to DOMAIN.txt, preparing for meta-FAQ itegration. Dan
(This used to be commit b9581f31412f73ce37e2bdcbf462d3d146cfc320)

26 years agocharset.c : Add mapping for code page 932 (KANJI).
Samba Release Account [Mon, 25 Aug 1997 22:18:31 +0000 (22:18 +0000)]
charset.c : Add mapping for code page 932 (KANJI).
client.c : Fix crash bug. Add code to use BUFFER_SIZE for NetServerEnum calls.
namepacket.c: Fixed cast.
nmbsync.c : Add code to use BUFFER_SIZE for NetServerEnum calls.
smb.h : Set default client code page to 932 for KANJI.
system.c : Remove vendor specific code that crept in :-).
util.c : Added #define to allow Samba to behave as Win95 when doing
         KANJI case insensitivity tests.

Jeremy (jallison@whistle.com)
(This used to be commit 7f7d2faa07b81ad435b2acc9318bc39d813020c6)

26 years ago- clarified dan s's clarifications of the difference between domains and
Samba Release Account [Mon, 25 Aug 1997 12:15:41 +0000 (12:15 +0000)]
- clarified dan s's clarifications of the difference between domains and
  workgroups (domains are a superset of workgroups: workgroups have no
  concept of security at all)

- updated comments about profiles from conversations with john t, and from
  samba digest input.  this includes the need for encrypted passwords when
  supporting NT workstation, and enlisting the assistance of an NT server
  to tell workstations that their profile is on a samba server.

lkcl
(This used to be commit b279f612372fec97ac5b4620a848954d815703f1)

26 years agoChanged DOMAIN.txt to try to explain terms like domain, workgroup,
Samba Release Account [Mon, 25 Aug 1997 08:56:07 +0000 (08:56 +0000)]
Changed DOMAIN.txt to try to explain terms like domain, workgroup,
authentication. NT SAM is only one case of many kinds of distributed
authorisation database. Domain logons, RAP etc should all work perfectly
from NT workstations to Samba servers no matter what username/passwd
database lies underneath (once the protocols have been implemented, of
course.... :-)
(This used to be commit 9dfdd47bb56b2a5418908f8fc4bd9f3e80df858c)

26 years agoRenamed from INSTALL.txt. Preparing for new docs structure.
Samba Release Account [Mon, 25 Aug 1997 07:35:18 +0000 (07:35 +0000)]
Renamed from INSTALL.txt. Preparing for new docs structure.

Dan
(This used to be commit 98729b09094bf20678a849efe02de64696f48bc8)

26 years agoUpdated Manifest and DOMAIN.txt to refer to <your OS>_INSTALL.txt and
Samba Release Account [Mon, 25 Aug 1997 03:21:13 +0000 (03:21 +0000)]
Updated Manifest and DOMAIN.txt to refer to <your OS>_INSTALL.txt and
describe the nascent new documentation project. Renamed INSTALL.txt to
UNIX_INSTALL.txt.

Dan
(This used to be commit fe12c2746771f17a8b317d3e12c47646281617b6)

26 years agofix some more references to samba-bugs@anu.edu.au which should be
Samba Release Account [Fri, 22 Aug 1997 05:03:57 +0000 (05:03 +0000)]
fix some more references to samba-bugs@anu.edu.au which should be
samba-bugs@samba.anu.edu.au

tridge
(This used to be commit 81760c5719b7afe71ee3942aa1e80d8d4e22bdba)

26 years agofix several references to samba-bugs@anu.edu.au which should be samba-bugs@samba...
Samba Release Account [Fri, 22 Aug 1997 04:38:02 +0000 (04:38 +0000)]
fix several references to samba-bugs@anu.edu.au which should be samba-bugs@samba.anu.edu.au
(This used to be commit 19bae63e28bddcb605c95035ae15e1ff5d8f57db)

26 years agoRemoved the obsolete comment from the 'strip dot'
Samba Release Account [Thu, 21 Aug 1997 23:14:34 +0000 (23:14 +0000)]
Removed the obsolete comment from the 'strip dot'
option. It isn't :-).

Jeremy (jallison@whistle.com)
(This used to be commit bbf76eeb40ec22d4787d1f1206a3c559b36fe636)

26 years agoJHT ===> Added comment about internationaliasation and deleted dates.
John Terpstra [Thu, 21 Aug 1997 21:45:25 +0000 (21:45 +0000)]
JHT ===> Added comment about internationaliasation and deleted dates.
(This used to be commit 75a5e2d84cf1b5eef2d5122d8164fd3325fb1a7d)

26 years agoKanji fixes for upper/lower case conversion with sjis characters.
Samba Release Account [Thu, 21 Aug 1997 20:03:45 +0000 (20:03 +0000)]
Kanji fixes for upper/lower case conversion with sjis characters.
Code from Takashi Fujita <fujita@ainix.isac.co.jp>.
Jeremy (jallison@whistle.com)
(This used to be commit 07f7e378c4839d0ca4bb79c8755481f4bf5637de)

26 years agoJHT ===> Just to complete Tim Small's add-ins.
John Terpstra [Thu, 21 Aug 1997 11:28:08 +0000 (11:28 +0000)]
JHT ===> Just to complete Tim Small's add-ins.
(This used to be commit 1f81a0a80bfbe147af0c29ca1093b255185e80a4)

26 years agoJHT ===> Added a patch from Tim Small (UK)
John Terpstra [Thu, 21 Aug 1997 10:51:14 +0000 (10:51 +0000)]
JHT ===> Added a patch from Tim Small (UK)
(This used to be commit a2ba15e2dec92c06eb51284e2a3071ef37850434)

26 years agoJHT ===> The title says it all!
John Terpstra [Thu, 21 Aug 1997 10:28:49 +0000 (10:28 +0000)]
JHT ===> The title says it all!
(This used to be commit 13ecc422b0b175c94dadb36a4586945ae83b563a)

26 years agoJHT ===> More documentation for those who can't find the docs directory.
John Terpstra [Thu, 21 Aug 1997 10:10:20 +0000 (10:10 +0000)]
JHT ===> More documentation for those who can't find the docs directory.
(This used to be commit 9d3729b54847700ad48af1aba9d01ccbb3025ca2)

26 years agoChanges to allow Samba to return the same error code as Windows NT.
Samba Release Account [Wed, 20 Aug 1997 20:32:23 +0000 (20:32 +0000)]
Changes to allow Samba to return the same error code as Windows NT.
Takes care of the cases where a Windows program is parsing a pathname
component by component and expects 2 different errors.
ERRbadpath - if a component in the path doesn't exist.
ERRbaddirectory - if a component in the path exists but is not a directory.
Extra error code added to smb.h to support this.
Code based on suggestions from "Christian Groessler" <chris@fast-ag.de>.

Jeremy (jallison@whistle.com)
(This used to be commit 28b3c6db8a81b41b448a4f3cd98e9cd2c4b5fb2e)

26 years agoFix suggested by "Christian Groessler" <chris@fast-ag.de>
Samba Release Account [Wed, 20 Aug 1997 01:22:05 +0000 (01:22 +0000)]
Fix suggested by "Christian Groessler" <chris@fast-ag.de>
dir.c: Cause dptr_create to return -2 when failing on unix error.
reply.c: Use UNIXERROR in more cases.
server.c: Add ENOTDIR mapping to error table.
trans2.c: Correctly determine UNIX error on dptr_create.
Jeremy (jallison@whistle.com)
(This used to be commit de38a0b34fcd65fa3024300f978aa30eb86d854f)

26 years agoSupport.txt: Added two more consultants.
Samba Release Account [Wed, 20 Aug 1997 01:09:57 +0000 (01:09 +0000)]
Support.txt: Added two more consultants.
smbtar.1: Mentioned it is meant for GNU tar.
Jeremy (jallison@whistle.com)
(This used to be commit 9d7e75bdf568239af53d7162c2b207ea06ed4070)

26 years agoJHT ===> Added instructions for Windows 95 encrypted password change.
John Terpstra [Tue, 19 Aug 1997 23:11:41 +0000 (23:11 +0000)]
JHT ===> Added instructions for Windows 95 encrypted password change.
(This used to be commit 422e55092f01505ba616ff9e03e36592bb66866b)

26 years agoJHT ===> Tidying up for public consumption.
John Terpstra [Tue, 19 Aug 1997 22:15:39 +0000 (22:15 +0000)]
JHT ===> Tidying up for public consumption.
(This used to be commit d6cecaac33ef86d2f44c6fbdcd0b752a12c6c4cd)

26 years agoMakefile: Changed for HPUX10 tidyup.
Samba Release Account [Tue, 19 Aug 1997 19:22:26 +0000 (19:22 +0000)]
Makefile: Changed for HPUX10 tidyup.
includes.h: Changed for HPUX10 tidyup.
ipc.c: Fixed bug where getting local server list from NT browsers would
            fail.
nmbsync.c: Fixed bug where getting local server list from NT browsers would
            fail.
proto.h: Changed for crash bug on SCO with USE_MMAP.
quotas.c: Added OSF quotas (patch from Bret Giddings <bret@essex.ac.uk>).
            Rolled back solaris uid change - I think it was wrong.
reply.c: Changed for crash bug on SCO with USE_MMAP.
server.c: Removed Lukes changes. Changed for crash bug on SCO with USE_MMAP.
smb.h: Changed for crash bug on SCO with USE_MMAP.
smbpasswd.c:Fixed crash bug with Lukes changes.
uid.c: Removed Lukes changes.
util.c: Fixed I18N bug with extended char filenames and widelinks = no.
Jeremy (jallison@whistle.com)
(This used to be commit bf1c79f7fd7f9beec4f9f4e58337cadceeb1cb38)

26 years agoJHT ===> Update only.
John Terpstra [Tue, 19 Aug 1997 13:48:04 +0000 (13:48 +0000)]
JHT ===> Update only.
(This used to be commit 3ede2a2b8caf8b44bf78f9b4307515dbf36b4ecc)

26 years agoJHT ===> No longer needed here. Files moved to ~/packaging/redhat.
John Terpstra [Tue, 19 Aug 1997 09:50:31 +0000 (09:50 +0000)]
JHT ===> No longer needed here. Files moved to ~/packaging/redhat.
(This used to be commit daa148c38467caea6f0c6dfe59a5f0ba6797e4bb)

26 years agoJHT ===> Just a little bit of rearranging the deck chairs - more growth space.
John Terpstra [Tue, 19 Aug 1997 09:08:23 +0000 (09:08 +0000)]
JHT ===> Just a little bit of rearranging the deck chairs - more growth space.
(This used to be commit 71ddce78f3cba986bd5ab1bffa48726b8f012d59)

26 years agoJHT ===> Fixed step numbering.
John Terpstra [Tue, 19 Aug 1997 07:57:54 +0000 (07:57 +0000)]
JHT ===> Fixed step numbering.
(This used to be commit 55541e7478eb7a15afbb8c8abfebf50622eda724)

26 years agoJHT ===> Just making sure any new tests do not announce as the last alpha!
John Terpstra [Mon, 18 Aug 1997 04:32:17 +0000 (04:32 +0000)]
JHT ===> Just making sure any new tests do not announce as the last alpha!
(This used to be commit f75e7ab927deebcf67626329f6233b87a779fbf3)

26 years agoconnecting to IPC$ goes under the guest account. the IPC$ share should
Samba Release Account [Sun, 17 Aug 1997 21:03:12 +0000 (21:03 +0000)]
connecting to IPC$ goes under the guest account.  the IPC$ share should
be treated no differently than any other share (for any security setting:
user, server or share).

this will clear up a bug where, when clients connect to the IPC$ share, this
used to be done under the guest account.  the standard_sub_basic() macros
will substitute the _guest_ account for %U, causing the samba server to
look different from when the client then connects to any other share.

lkcl
(This used to be commit 38526569608f6eb5f098efee7013037873d140bf)

26 years agoincludes.h: Fixed S_IFLNK for old DEC ultrix.
Samba Release Account [Wed, 13 Aug 1997 20:16:32 +0000 (20:16 +0000)]
includes.h: Fixed S_IFLNK for old DEC ultrix.
ipc.c: Finally :-) fixed responses to NetServerEnum2 when SV_TYPE_ALL
        given.
Jeremy (jallison@whistle.com)
(This used to be commit 1dc37c83506a434840a04c49e423cd9d2223fab4)

26 years agocharset.c: Fixed bug with 'valid chars' param.
Samba Release Account [Tue, 12 Aug 1997 23:02:45 +0000 (23:02 +0000)]
charset.c: Fixed bug with 'valid chars' param.
loadparm.c: Fixed bug with 'valid chars' param.
nameelect.c:Unregister the 1b name from the WINS server when unbecoming master.
nameservresp.c: Fix nasty browse bug where we were sending the query
                to the wrong ip address.
Jeremy (jallison@whistle.com)
(This used to be commit 927d1875f0c09fe7b2e1c1bc4b1af2c0b8de0f7c)

26 years agoFaxing.txt: Updated.
Samba Release Account [Tue, 12 Aug 1997 22:48:44 +0000 (22:48 +0000)]
Faxing.txt: Updated.
Support.txt: Added new consultant.
Jeremy (jallison@whistle.com)
(This used to be commit 331473769161fa8bc1703fc66d5cbe47885d120a)

26 years agospelling.
Samba Release Account [Mon, 11 Aug 1997 18:06:44 +0000 (18:06 +0000)]
spelling.

lkcl
(This used to be commit 7e326450cf5aeee704df9fb5e298b0fc353dfb8b)

26 years agoupdated to include NT 4.0 Workstation profile setup.
Samba Release Account [Sun, 10 Aug 1997 14:19:22 +0000 (14:19 +0000)]
updated to include NT 4.0 Workstation profile setup.

lkcl
(This used to be commit a98983c468bc7c2672374b2597dde1c824b7ebbf)

26 years agoupdating comments.
Samba Release Account [Sun, 10 Aug 1997 13:16:12 +0000 (13:16 +0000)]
updating comments.

lkcl
(This used to be commit 50a9a235fd252e2f6873d3f05f614b6aef937087)

26 years agobug in num. arguments detection that stopped the -add option working
Samba Release Account [Sat, 9 Aug 1997 13:29:02 +0000 (13:29 +0000)]
bug in num. arguments detection that stopped the -add option working

lkcl
(This used to be commit e025ffa0aacb577619cc35f0b9e5c5a862f4429f)

26 years agofailure to register DOMAIN<1b> netbios name caused nmbd to exit (a call to
Samba Release Account [Thu, 7 Aug 1997 13:42:26 +0000 (13:42 +0000)]
failure to register DOMAIN<1b> netbios name caused nmbd to exit (a call to
exit()).  this is a bad idea.

lkcl
(This used to be commit e6334c14d539129ddf6609b6cae6145cffa0d9fc)

26 years agoupdated smbpasswd to take the password on the command-line.
Samba Release Account [Wed, 6 Aug 1997 14:35:23 +0000 (14:35 +0000)]
updated smbpasswd to take the password on the command-line.
two sets of operation:

as root: specify username password.
as user: specify old password  new password

this will allow shell scripts (like adduser) to include smbpasswd.

lkcl
(This used to be commit 7e5f1681bd538c3a1b576cff1d86fa8167704525)

26 years agoMakefile: Added IRIX 6 target.
Samba Release Account [Tue, 5 Aug 1997 01:31:55 +0000 (01:31 +0000)]
Makefile: Added IRIX 6 target.
loadparm.c: Fixed stupid static warnings with set_default_server_announce_type.
password.c: Fixed char -> uchar cast warnings.
nameservreply.c: Fixed group fade out code.
Jeremy (jallison@whistle.com)
(This used to be commit a2dd5c5a551547e83c707e63c0696c7724035501)

26 years ago4 more consultants.
Samba Release Account [Mon, 4 Aug 1997 18:01:43 +0000 (18:01 +0000)]
4 more consultants.
Jeremy (jallison@whistle.com)
(This used to be commit 0b7b87d51fef112d537ab93bae6c8f448fe65b6e)

26 years agoRemoved for 1.9.17alpha5 release.
Samba Release Account [Thu, 31 Jul 1997 19:39:54 +0000 (19:39 +0000)]
Removed for 1.9.17alpha5 release.
Jeremy (jallison@whistle.com)
(This used to be commit e144aa4f271c475a7dbbbb3d0eab4b29857be349)

26 years agoUpdated for 1.9.17alpha5 release.
Samba Release Account [Thu, 31 Jul 1997 19:24:52 +0000 (19:24 +0000)]
Updated for 1.9.17alpha5 release.
Jeremy (jallison@whistle.com)
(This used to be commit 8f8b562015431fec661f5dc466cc2433f3d68955)

26 years agosmb.conf.5: Added netbios aliases entry.
Samba Release Account [Thu, 31 Jul 1997 18:51:21 +0000 (18:51 +0000)]
smb.conf.5: Added netbios aliases entry.
Support.txt: One more USA consultant.
Jeremy (jallison@whistle.com)
(This used to be commit df99a780daedf138df82241d4534f103ce9729b1)

26 years agoloadparm.c: Added new netbios aliases parameter (code from Cisco)
Samba Release Account [Thu, 31 Jul 1997 18:47:26 +0000 (18:47 +0000)]
loadparm.c: Added new netbios aliases parameter (code from Cisco)
nameannounce.c: Code to announce aliases as well as our own names.
namedbsubnet.c: Code to add the aliases to the server list.
nameserv.c: Code to defend our aliases on the namelist.
namework.c: Code to check it's one of our aliases.
nmbd.c: Code to initialise the aliases.
proto.h: Fixup protos.
util.c: Code to check it's one of our aliases.
All above code based on code for 1.9.16p11 donated by Cisco
from Ben Woodard <bwoodard@luthien.cisco.com>
Jeremy (jallison@whistle.com)
(This used to be commit a2ce1c0cb1331551ff728dcfe3260fab4cd827e5)

26 years agoMade docs more up to date with source. Preparing for 1.9.17alpha5.
Samba Release Account [Wed, 30 Jul 1997 19:25:11 +0000 (19:25 +0000)]
Made docs more up to date with source. Preparing for 1.9.17alpha5.
Jeremy (jallison@whistle.com)
(This used to be commit 148b7a2ee3f520f31793d25ebe164a147f2afdfe)

26 years agoclient.c: Minor change to cast parameters for DEC unix.
Samba Release Account [Wed, 30 Jul 1997 19:17:51 +0000 (19:17 +0000)]
client.c: Minor change to cast parameters for DEC unix.
clientutil.c: Minor change to cast parameters for DEC unix.
ipc.c: Fixes to parameterise the stuff John wants.
loadparm.c: Fixes to parameterise the stuff John wants.
nameannounce.c: Fixes to parameterise the stuff John wants.
namedbwork.c: Fixes to parameterise the stuff John wants.
nameserv.h: Fixes to parameterise the stuff John wants.
proto.h: Fixes to parameterise the stuff John wants.
smb.h: Fixes to parameterise the stuff John wants.
util.c: tidy.
Jeremy (jallison@whistle.com)
(This used to be commit 9fbca2594ba775450d5dca13cbce257b4362ca66)

26 years agoMinor text mods, mostly checking that CVS still works
Samba Release Account [Wed, 30 Jul 1997 10:13:14 +0000 (10:13 +0000)]
Minor text mods, mostly checking that CVS still works
Dan
(This used to be commit 632bf0dab06bccd082a9fc64a62ff7c99982d2b6)

26 years agoMissed removing some redundent code.
Samba Release Account [Mon, 28 Jul 1997 19:21:56 +0000 (19:21 +0000)]
Missed removing some redundent code.
Jeremy (jallison@whistle.com)
(This used to be commit 4135fdb32327b394e586173bb2d51b7b676b409e)

26 years agoAdded one more consultant. Jeremy.
Samba Release Account [Mon, 28 Jul 1997 19:04:26 +0000 (19:04 +0000)]
Added one more consultant. Jeremy.
(This used to be commit 79815d66b9953b99686834e7c8aac36a163c0e13)

26 years agoclient.c: Added amanda fixes.
Samba Release Account [Mon, 28 Jul 1997 18:59:57 +0000 (18:59 +0000)]
client.c: Added amanda fixes.
clitar.c: Added amanda fixes.
nameannounce.c: Removed redundent code.
nameelect.c: Removed redundent code.
nameserv.h: Removed redundent code.
nameservresp.c: Removed redundent code.
namework.c: Removed redundent code.
password.c: Prevented crash if getpwnam fails.
Jeremy (jallison@whistle.com)
(This used to be commit 760fe30353de66e8e6571f8ff4ec1064261b5428)

26 years agoJHT ===> Just playin' wif da RPM 'tings. Ok?
John Terpstra [Sat, 26 Jul 1997 16:08:49 +0000 (16:08 +0000)]
JHT ===> Just playin' wif da RPM 'tings. Ok?
(This used to be commit 4d9b2f48b737a3757a3c482d3d90cf0b9778260a)

26 years agoRe-added shm stuff - keeps getting lost.
Samba Release Account [Thu, 24 Jul 1997 23:29:52 +0000 (23:29 +0000)]
Re-added shm stuff - keeps getting lost.
Jeremy (jallison@whistle.com)
(This used to be commit 4fad0a63aa6712775610f7d341ba243e6353ce3b)

26 years agoloadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.
Samba Release Account [Thu, 24 Jul 1997 22:42:16 +0000 (22:42 +0000)]
loadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.
server.c: Added check for MAP_ARCHIVE before we set archive bit.
Jeremy (jallison@whistle.com)
(This used to be commit d21a166277776f6750b7bcc3c4f9073cce17eacb)

26 years agonameserv.c: split add_domain_names() into three functions:
Samba Release Account [Thu, 24 Jul 1997 20:39:30 +0000 (20:39 +0000)]
nameserv.c: split add_domain_names() into three functions:
            add_domain_logon_names() - adds <1c> names on WINS and broadcast.
            add_domain_master_wins() - adds <1b> name only with WINS server
            add_domain_master_bcast() - adds <1b> names only by bcast.

          : made add_domain_names() add <1c> names, unconditionally, and
            add <1b> name with the WINS server if using a WINS server, or
            add <1b> name by broadcast if _not_ using a WINS server, but
            _not_ both.

          : removed the direct parameter from remove_name_entry() and
            add_my_name_entry().

nameelect.c: made become_domain_master(), on successful registration of
             the <1b> name with the WINS server, go ahead and register
             the <1b> names by broadcast.  if the <1b> name is _not_
             successfully registered with the WINS server, the broadcast
             registration of <1b> names will _not_ proceed.

namedbsubnet.c: sorted out calls to add_my_name_entry() and remove_my_name()
                which no longer has a direct parameter.

this is all added because...

in order to fix a compatibility bug with 1.9.16p2->p11, jeremy had added a
feature that got the <1b> broadcast registered names _directly_ into the nmbd
netbios lists, undefended.  the aim was to get round the aggressive netbios
registration of <1b> names of 1.9.16p2->p11.

however, because 1.9.16p2->p11 don't properly _provide_ netlogon services,
it is better that an error message appears in 1.9.17 logs, and that
administrators are made aware of the problems with 1.9.16p2->p11, and replace
1.9.16p2->p11 servers, rather than attempt to run 1.9.16 alonside 1.9.17.

(these warning messages will need to be added...)

in _addition_, they shouldn't _be_ getting two samba servers to provide
domain logon / domain master services for the same workgroup in the same
WINS scope!

lkcl
(This used to be commit 5a668ff7ba83433b5eaa9f7d03a42573ee26caf9)

26 years agoremoved definition of strslashcmp - now a static in clitar.c.
Samba Release Account [Thu, 24 Jul 1997 20:16:07 +0000 (20:16 +0000)]
removed definition of strslashcmp - now a static in clitar.c.
Jeremy (jallison@whistle.com)
(This used to be commit 83448e7a1176b68ed90532a69b4408cd579db8d8)

26 years agopatch by glenn burkhardt to allow recursive excluding of directories.
Samba Release Account [Thu, 24 Jul 1997 20:04:16 +0000 (20:04 +0000)]
patch by glenn burkhardt to allow recursive excluding of directories.
glenn@aoi.ultranet.com

lkcl
(This used to be commit 4aac8449ae1f4e9d214071e8b254ce8b391496a4)

26 years agoAdded consultant.
Samba Release Account [Thu, 24 Jul 1997 18:48:03 +0000 (18:48 +0000)]
Added consultant.
(This used to be commit b2066a9c4c7af0d3ddecc42d10767376352ddd4f)

26 years agoChanged default create mask parameter to 0744 as per John's request.
Samba Release Account [Thu, 24 Jul 1997 17:45:16 +0000 (17:45 +0000)]
Changed default create mask parameter to 0744 as per John's request.
Tidied up mask descriptions.
Jeremy (jallison@whistle.com)
(This used to be commit d9c331d79d3addae7b0b4cc3c7fd40dfa8903a9c)

26 years agoMakefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.com
Samba Release Account [Thu, 24 Jul 1997 17:25:11 +0000 (17:25 +0000)]
Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.com
client.c: Made prompt appear at debug level 0. Fixed strcasecmp redefinition.
            Caused client to use set_blocking rather than making fcntl calls itself.
dir.c: Removed redundent snum parameters.
includes.h: Added SCO fixes.
loadparm.c: Made default 'files to hide' a null string.
nmbd.c: Removed O_NONBLOCK from pid file open for platforms that dont have it.
proto.h: Changed snum to cnum where needed. Changed is_xx_path to is_in_path
            (now called via MACRO).
quotas.c: Swapped setuid/seteuid calls when restoring uid.
reply.c: Removed redundent snum parameters.
server.c: Changed snum to cnum where needed. Setup new veto_list, hide_list
            namelists. Added standard_sub changes from
            Stefaan A Eeckels <Stefaan.Eeckels@ecc.lu> and
            Paul Rippin <pr3245@nopc.eurostat.cec.be>
shmem.c: Changed cast for sizeof to be int before negating.
smb.h: Added new veto_list, hide_list entries to connections.
            Added IS_PRINT, IS_HIDDEN_PATH, IS_VETO_PATH macros.
trans2.c: Removed redundent snum parameters.
util.c: Added standard_sub_basic changes from
            Stefaan A Eeckels <Stefaan.Eeckels@ecc.lu> and
            Paul Rippin <pr3245@nopc.eurostat.cec.be>
            Fixed up veto/hidden path processing so the paths are
            pres-parsed and checked for wildcards (for speed).
Jeremy (jallison@whistle.com)
(This used to be commit 9afa36f7874cfd527aa6ef1e7965c1d35d46ab1f)

26 years agoJHT ===> Getting ready for release of 1.9.17alpha5
John Terpstra [Wed, 23 Jul 1997 10:54:00 +0000 (10:54 +0000)]
JHT ===> Getting ready for release of 1.9.17alpha5
Please note that version.h has been updated!!!!!!!!!!
(This used to be commit 271d12b5ddc372500feea8fec5678191ba4ebcf8)

26 years agocharset.c: Fixed signed/unsigned issues.
Samba Release Account [Tue, 22 Jul 1997 19:04:40 +0000 (19:04 +0000)]
charset.c: Fixed signed/unsigned issues.
password.c: Fixed problem with MS-Exchange services.
Jeremy (jallison@whistle.com)
(This used to be commit e723dd3deec00a91568c5aa546374409ce7ba379)

26 years agoRemoved lp_killunused() call from server main loop. This
Samba Release Account [Tue, 22 Jul 1997 18:35:44 +0000 (18:35 +0000)]
Removed lp_killunused() call from server main loop. This
WAS A MAJOR BUG THAT CAN CAUSE IPC$ to be removed !!!!!
Not sure how this one got introduced (but I have my
suspicions :-). lp_killunused() MUST ONLY BE CALLED from
reload_services().
Jeremy (jallison@whistle.com)
(This used to be commit 937f0fbf87c4b66a947215ee13a69d1e19e4ff77)

26 years agoAdded Canadian consultant.
Samba Release Account [Mon, 21 Jul 1997 23:20:11 +0000 (23:20 +0000)]
Added Canadian consultant.
Jeremy (jallison@whistle.com)
(This used to be commit 34f2c1d7b27bbd88da5bb2239ad4d60c8af7882c)

26 years agoAdded Australian consultant - removed Richard Sharpe duplicate.
Samba Release Account [Mon, 21 Jul 1997 17:28:53 +0000 (17:28 +0000)]
Added Australian consultant - removed Richard Sharpe duplicate.
Jeremy (jallison@whistle.com)
(This used to be commit 6b56ff1891d6c17025020713ac1682b1372f2243)

26 years agoFixed bug with -add code that put wrong password in nt md4 field.
Samba Release Account [Mon, 21 Jul 1997 16:58:10 +0000 (16:58 +0000)]
Fixed bug with -add code that put wrong password in nt md4 field.
Jeremy (jallison@whistle.com)
(This used to be commit aabb18953b5d026af3548610aa1ffd6ea2fd72e5)

26 years agoSupport.txt: Modified a consultant's entry (Italy)
Samba Release Account [Fri, 18 Jul 1997 20:26:23 +0000 (20:26 +0000)]
Support.txt: Modified a consultant's entry (Italy)
smb.conf.5: Documented follow symlinks parameter.
Jeremy (jallison@whistle.com)
(This used to be commit ed6aaf2667c5cd731f8fce78163162817a18c240)

26 years agocharset.c: Split charset_initialise() into 2 - a charset_initialise() and
Samba Release Account [Fri, 18 Jul 1997 20:21:32 +0000 (20:21 +0000)]
charset.c: Split charset_initialise() into 2 - a charset_initialise() and
            a codepage_initialise(). Fixes problem with initialising dos map
            twice.
charset.h:  Changes to support charset changes.
client.c:   Changes to support charset changes.
loadparm.c: follow symlinks parameter from David Clerc <David.Clerc@cui.unige.ch>
nmbd.c: Changes to support charset changes.
nmblookup.c:Changes to support charset changes.
proto.h: Changes to support charset changes.
reply.c: Don't call security=server with no user/no password guest. Fix from
            Stefaan A Eeckels <Stefaan.Eeckels@ecc.lu>
server.c:   follow symlinks code from David Clerc <David.Clerc@cui.unige.ch>
smbpasswd.c:Changes to support charset changes.
status.c: Changes to support charset changes.
testparm.c: Changes to support charset changes.
testprns.c: Changes to support charset changes.
uid.c: Fixed log message with no \n.
Jeremy (jallison@whistle.com)
(This used to be commit 2a28a6e5e461aca7fe6c19cd01d287010056cffb)

26 years agoMakefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>
Samba Release Account [Thu, 17 Jul 1997 20:11:58 +0000 (20:11 +0000)]
Makefile: Added krb5 option from Nathan Neulinger  <nneul@umr.edu>
includes.h: Added krb5 option from Nathan Neulinger  <nneul@umr.edu>, added SGI5 fix.
password.c: Added krb5 option from Nathan Neulinger  <nneul@umr.edu>
quotas.c: Added inode quote fix.
reply.c: removed redundent code.
server.c: Changed error debug to 0, removed redundent check.
util.c: Added close_low_fd() to become_daemon - fix for rsh from Johnathan Knight.
Jeremy (jallison@whistle.com)
(This used to be commit 256afb764828b0a6dad5529d62501bc9ea2807ee)

26 years agoFix silly crash bug in FAST_SHARE_MODES (same bug as was in
Samba Release Account [Tue, 15 Jul 1997 17:47:43 +0000 (17:47 +0000)]
Fix silly crash bug in FAST_SHARE_MODES (same bug as was in
SLOW_SHARE_MODES - duh !).
Jeremy (jallison@whistle.com)
(This used to be commit d38ac4f3a2fb47d3e2ca7d5f788130064502c6eb)

26 years agoChanged separators for veto & hide files back to /.
Samba Release Account [Mon, 14 Jul 1997 20:02:47 +0000 (20:02 +0000)]
Changed separators for veto & hide files back to /.
Jeremy (jallison@whistle.com)
(This used to be commit ad090829c741ff737af7107a4919812db0f0591f)

26 years agolocal.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECK
Samba Release Account [Mon, 14 Jul 1997 19:45:34 +0000 (19:45 +0000)]
local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECK
            from 10 to 60.
server.c: Removed unused code (was If 0'ed out).
trans2.c: Backed out Luke's ctime->mtime change. I don't think it
            is correct. Left the other fixes, though.
util.c: Changed veto/hide files separator back to '/'.
Jeremy (jallison@whistle.com)
(This used to be commit b47121624c8824d3e1d8992cb950ebad52ba5c58)

26 years agoCIFS definitions for SMB_INFO_xxx etc.
Samba Release Account [Mon, 14 Jul 1997 18:19:26 +0000 (18:19 +0000)]
CIFS definitions for SMB_INFO_xxx etc.

lkcl
(This used to be commit 9fda8a6fefd66a1c9f239e0dd41888af3555a22b)