kai/samba.git
26 years agoupdated bit on kill -HUP to make it clear what effect this has, and its
Luke Leighton [Tue, 9 Sep 1997 13:06:55 +0000 (13:06 +0000)]
updated bit on kill -HUP to make it clear what effect this has, and its
limitations.

26 years agosamba servers forcing local elections if they are not a local master.
Luke Leighton [Sun, 7 Sep 1997 17:26:26 +0000 (17:26 +0000)]
samba servers forcing local elections if they are not a local 
added check for "preferred master" to ensure not forcing an election.

26 years agoJHT ===> Just setting version to 1.9.18alpha1
John Terpstra [Fri, 5 Sep 1997 22:18:16 +0000 (22:18 +0000)]
JHT ===> Just setting version to 1.9.18alpha1

26 years agoclient.c: Made sure myhostname was initialised before substitutions.
Jeremy Allison [Fri, 5 Sep 1997 21:32:32 +0000 (21:32 +0000)]
client.c: Made sure myhostname was initialised before substitutions.
status.c: Made sure myhostname was initialised before substitutions.
server.c
trans2.c: Moved OS/2 WPS fix.
Jeremy (jallison@whistle.com)

26 years agoOne more consultant.
Jeremy Allison [Fri, 5 Sep 1997 19:54:51 +0000 (19:54 +0000)]
One more consultant.

26 years agoadded debug reporting to file listing / mod_time() checking routine.
Luke Leighton [Fri, 5 Sep 1997 17:16:21 +0000 (17:16 +0000)]
added debug reporting to file listing / mod_time() checking routine.
lp_file_list_changed().

26 years agoThis is really Herb adding the SGI packaging files.
Jeremy Allison [Fri, 5 Sep 1997 02:28:41 +0000 (02:28 +0000)]
This is really Herb adding the SGI packaging files.

26 years agoFix from Frank Varnavas <varnavas@ny.ubs.com>.
Jeremy Allison [Thu, 4 Sep 1997 21:23:27 +0000 (21:23 +0000)]
Fix from Frank Varnavas <varnavas@ny.ubs.com>.
We cannot use the same name as the client to
the NT password server, as NT will drop client
connections if the same client name connects
twice. Instead, synthesize a name from our pid.
and the remote machine name.
Jeremy (jallison@whistle.com)

26 years agoFixed up determination of client type for PROTOCOL_NT1. Uses client
Jeremy Allison [Thu, 4 Sep 1997 20:26:07 +0000 (20:26 +0000)]
Fixed up determination of client type for PROTOCOL_NT1. Uses client
capabilities bits in session_setup_and_X to decide. Made remote_arch
an enum as well as a string, for easier use.
Jeremy (jallison@whistle.com)

26 years agonameannounce.c
Jeremy Allison [Wed, 3 Sep 1997 20:15:40 +0000 (20:15 +0000)]
nameannounce.c
nameresp.c
nameserv.c
nameservreply.c
proto.h : Removed broadcast and recurse parameters in the
queue_netbios_pkt_wins() call - they are not needed as they
should always be 'false' and 'true' respectively.
Also fixed a bug with secure name registration (WINS
server code).
server.c: Finally fixed problem with error 267 being
returned to Win95. It is needed by NT. This is a horrid
fix and I would appreciate a better one :-).

Jeremy (jallison@whistle.com)

26 years agoOne more consultant....
Jeremy Allison [Wed, 3 Sep 1997 01:52:35 +0000 (01:52 +0000)]
One more consultant....

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)

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.

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).

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 ...

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)

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)

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)

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)

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).

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

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)

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)

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

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

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

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 :-)

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

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

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

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.

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.

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

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)

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.

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

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.

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

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)

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)

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

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

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)

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

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.... :-)

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

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

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

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

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)

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.

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)

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.

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)

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!

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.

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)

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)

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)

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.

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.

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)

26 years agoJHT ===> Update only.
John Terpstra [Tue, 19 Aug 1997 13:48:04 +0000 (13:48 +0000)]
JHT ===> Update only.

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.

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.

26 years agoJHT ===> Fixed step numbering.
John Terpstra [Tue, 19 Aug 1997 07:57:54 +0000 (07:57 +0000)]
JHT ===> Fixed step numbering.

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!

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

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)

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)

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)

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

lkcl

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

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

lkcl

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

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

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

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)

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)

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)

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)

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)

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)

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)

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)

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

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)

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.

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)

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?

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)

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)

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

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)

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

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

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)

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)

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!!!!!!!!!!

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)