kai/samba.git
26 years agoadded code that _uses_ arcfour. arcfour itself, or anything remotely
Luke Leighton [Mon, 3 Nov 1997 15:47:03 +0000 (15:47 +0000)]
added code that _uses_ arcfour.  arcfour itself, or anything remotely
like it, has *not* been added.

this is the client and server side of the SAM Logon NT and LM OWF password
obfuscation (rc4 with the long-term session key).

26 years agopreparing for release of 1.9.18alpha11
Samba Release Account [Sun, 2 Nov 1997 20:47:35 +0000 (20:47 +0000)]
preparing for release of 1.9.18alpha11

26 years agoChristian Lademann's contribution: new capabilities in smb.conf.
Luke Leighton [Sun, 2 Nov 1997 20:35:20 +0000 (20:35 +0000)]
Christian Lademann's contribution:  new capabilities in smb.conf.

'<' and '|' characters indicate read file and execute command respectively,
and feed the output into the parameter (!!!).

'<$' and '|$' means run standard_sub_basic() on them.

this is going to be fun to document in smb.conf.5....

also, Christian created a new "online" service parameter.  services can
be taken "off-line"....

26 years agoupdated
Luke Leighton [Sun, 2 Nov 1997 19:59:20 +0000 (19:59 +0000)]
updated

26 years agoupdated
Luke Leighton [Sun, 2 Nov 1997 19:47:48 +0000 (19:47 +0000)]
updated

26 years agodocumented "domain hosts allow/deny" parameters
Luke Leighton [Sun, 2 Nov 1997 19:40:07 +0000 (19:40 +0000)]
documented "domain hosts allow/deny" parameters

26 years agoloadparm.c :
Luke Leighton [Sun, 2 Nov 1997 19:27:26 +0000 (19:27 +0000)]
loadparm.c :

added "domain hosts allow" and "domain hosts deny".  these are to be
used to specify which workstations can log in to a samba PDC from.
it is also used to check whether to add an initial machine password
into the smbpasswd database or not

smbpass.c :

added capability to add a machine password to the smbpasswd database.
***** the default uid is zero *****

rpc_pipes/pipenetlog.c :

use of "domain hosts allow/deny" parameters to allow login access.

proto.h :

usual.

26 years agofix some uchar/char conflicts
Andrew Tridgell [Sun, 2 Nov 1997 04:11:05 +0000 (04:11 +0000)]
fix some uchar/char conflicts

26 years agoconvert the credentials code back to uchar[8] from uint32[2]
Andrew Tridgell [Sun, 2 Nov 1997 04:01:57 +0000 (04:01 +0000)]
convert the credentials code back to uchar[8] from uint32[2]

This should fix the byte order problems (maybe!)

26 years agogot rid of redundent rpc_pipes/rpc_proto.h
Andrew Tridgell [Sun, 2 Nov 1997 03:10:42 +0000 (03:10 +0000)]
got rid of redundent rpc_pipes/rpc_proto.h

26 years agofix comments
Andrew Tridgell [Sun, 2 Nov 1997 01:33:28 +0000 (01:33 +0000)]
fix comments

26 years agoto avoid any possibility of the pipe getting full and blocking we now
Andrew Tridgell [Sun, 2 Nov 1997 01:25:50 +0000 (01:25 +0000)]
to avoid any possibility of the pipe getting full and blocking we now
only allow one query in the async dns pipe at a time. The others are
queued in the parent.

26 years agodon't print the progress so often - it slows down the client too much
Andrew Tridgell [Sat, 1 Nov 1997 23:43:12 +0000 (23:43 +0000)]
don't print the progress so often - it slows down the client too much

26 years agominor async DNS cleanups
Andrew Tridgell [Sat, 1 Nov 1997 23:42:28 +0000 (23:42 +0000)]
minor async DNS cleanups

- start it earlier
- set DEBUGLEVEL to -1 to prevent any debug calls in child
- exit with _exit() to prevent logfile corruption

26 years agopreparing for release of 1.9.18alpha10
Samba Release Account [Sat, 1 Nov 1997 19:36:04 +0000 (19:36 +0000)]
preparing for release of 1.9.18alpha10

26 years agomention of GLPL for the rpc_pipe/ directory
Luke Leighton [Sat, 1 Nov 1997 19:35:18 +0000 (19:35 +0000)]
mention of GLPL for the rpc_pipe/ directory

26 years agoupdated version number.
Luke Leighton [Sat, 1 Nov 1997 19:32:40 +0000 (19:32 +0000)]
updated version number.

26 years agoadded instructions advising people to set up 1.9.18alpha as a Win95 Domain
Luke Leighton [Sat, 1 Nov 1997 19:31:44 +0000 (19:31 +0000)]
added instructions advising people to set up 1.9.18alpha as a Win95 Domain
Logon server, with encrypted passwords *prior* to trying out the NT Domain
Logons.

26 years agoclient.c clientutil.c proto.h
Luke Leighton [Sat, 1 Nov 1997 19:20:29 +0000 (19:20 +0000)]
client.c clientutil.c proto.h
rpc_pipes/ntclientlsa.c rpc_pipes/ntclientnet.c
rpc_pipes/ntclientpipe.c :

added extra argument to cli_call_api() to allow specifying the length of
the \PIPE\ name.  it appears that, like when the name of the pipe is NULL
and OS-2 requires two extra bytes _after_ the NULL name, that NT requires
two bytes after the NULL-terminated name "\PIPE\".  these two bytes vary,
but values seen so far are: 0x72 0x70; 0x63 0x65; 0x44 0x65; 0x4E 0x00.

there appears not to be much logic to this.  purpose unknown.

ntclient.c:

put Set Named Pipe Handle State call directly after SMBopenX call.

26 years agoupdating to latest version
Luke Leighton [Sat, 1 Nov 1997 19:14:10 +0000 (19:14 +0000)]
updating to latest version

26 years agoset O_CREAT on lock file
Andrew Tridgell [Sat, 1 Nov 1997 13:28:21 +0000 (13:28 +0000)]
set O_CREAT on lock file

26 years agoa simple SMB torture tester. This will allow us to evaluate locking
Andrew Tridgell [Sat, 1 Nov 1997 13:22:16 +0000 (13:22 +0000)]
a simple SMB torture tester. This will allow us to evaluate locking
techniques more accurately.

26 years agochange a debug level
Andrew Tridgell [Sat, 1 Nov 1997 08:13:54 +0000 (08:13 +0000)]
change a debug level

26 years agodon't use SEM_UNDO because of ridiculously small undo limits on some
Andrew Tridgell [Sat, 1 Nov 1997 08:13:42 +0000 (08:13 +0000)]
don't use SEM_UNDO because of ridiculously small undo limits on some
OSes. Instead add explicit checks for dead locks at startup.

26 years agosome locking code cleanups
Andrew Tridgell [Sat, 1 Nov 1997 07:33:55 +0000 (07:33 +0000)]
some locking code cleanups

26 years agore-initialise the timezone on each new connection. This means you
Andrew Tridgell [Sat, 1 Nov 1997 07:22:18 +0000 (07:22 +0000)]
re-initialise the timezone on each new connection. This means you
don't need to restart smbd after a DST change.

26 years agoUpdate file for automatically generating a release
Herb Lewis [Fri, 31 Oct 1997 17:33:04 +0000 (17:33 +0000)]
Update file for automatically generating a release

26 years agochange from * to ^ in hashing of device/inode. Using * meant that if
Andrew Tridgell [Fri, 31 Oct 1997 05:56:07 +0000 (05:56 +0000)]
change from * to ^ in hashing of device/inode. Using * meant that if
the device number happened to divide the number of hash buckets we
would only use a small fraction of the hash buckets, which would slow
things down.

26 years agodefine NO_SEMUN for svr4
Andrew Tridgell [Fri, 31 Oct 1997 05:54:36 +0000 (05:54 +0000)]
define NO_SEMUN for svr4

26 years agoOSF1 doesn't define union semun either.
Andrew Tridgell [Fri, 31 Oct 1997 04:51:29 +0000 (04:51 +0000)]
OSF1 doesn't define union semun either.

26 years agopm_process() never closed the file (a memory and file descriptor leak)
Andrew Tridgell [Fri, 31 Oct 1997 04:27:55 +0000 (04:27 +0000)]
pm_process() never closed the file (a memory and file descriptor leak)

26 years agono Makefile needed here either
Andrew Tridgell [Fri, 31 Oct 1997 02:50:37 +0000 (02:50 +0000)]
no Makefile needed here either

26 years agothis is now in the rpc_pipes directory
Andrew Tridgell [Fri, 31 Oct 1997 02:48:40 +0000 (02:48 +0000)]
this is now in the rpc_pipes directory

26 years agoremoving the files that are now in rpc_pipes
Andrew Tridgell [Fri, 31 Oct 1997 02:46:26 +0000 (02:46 +0000)]
removing the files that are now in rpc_pipes

For future reference, if you want to move files about then don't do it
this way. The history info is lost.

Instead contact me first and tell me what you want moved and why. Then
I'll decide if we can do it while retaining the history info.

26 years ago- cleanup some warnings
Andrew Tridgell [Fri, 31 Oct 1997 02:40:55 +0000 (02:40 +0000)]
- cleanup some warnings

- redo the prototypes

26 years agoblanked out these files, so that if someone does make proto, they don't
Luke Leighton [Thu, 30 Oct 1997 22:33:59 +0000 (22:33 +0000)]
blanked out these files, so that if someone does make proto, they don't
interfere with the files in the rpc_pipes/ directory.

andrew doesn't want to lose any cvs history by moving files around, so
he's going to look into that tomorrow.

26 years agoadded a client-side "set named pipe handle state" function. not known
Luke Leighton [Thu, 30 Oct 1997 22:21:49 +0000 (22:21 +0000)]
added a client-side "set named pipe handle state" function.  not known
exactly when you call this (before or after a bind).  can sort that out
later.

26 years agostoring pipe name state (from set named pipe handle state call) in the
Luke Leighton [Thu, 30 Oct 1997 21:51:15 +0000 (21:51 +0000)]
storing pipe name state (from set named pipe handle state call) in the
pipes array.

26 years agoModified Files:
Christopher R. Hertel [Thu, 30 Oct 1997 18:05:56 +0000 (18:05 +0000)]
Modified Files:
        ubiqx/Makefile ubiqx/README.UBI

Added new modules to the Makefile.  Changed the text of the README to
reflect the directory change.

Added Files:
        ubiqx/ubi_AVLtree.c ubiqx/ubi_AVLtree.h
        ubiqx/ubi_BinTree.c ubiqx/ubi_BinTree.h
        ubiqx/ubi_SplayTree.c ubiqx/ubi_SplayTree.h
        ubiqx/ubi_StackQueue.c ubiqx/ubi_StackQueue.h
        ubiqx/ubi_sLinkList.c ubiqx/ubi_sLinkList.h

This is the remainder of the toolkit.  A quick rundown:
  sLinkList  = A simple singly-linked list.
  StackQueue = Implements both a stack and a queue.
  dLinkList  = (Not added 'cause it's already there.)  A doubly-linked list.

  BinTree    = Base level binary tree module.  (No height balancing, just
               the basics.)
  AVLtree    = Descendant type of BinTree.  Implements a height-balanced
               (AVL) binary tree.
  SplayTree  = Descendant type of BinTree.  Implements a splay-balanced
               binary tree.

Renamed Files:
        ubiqx/COPYING.LGPL ==> ubiqx/COPYING.LIB

This matches the naming that GNU suggests.

26 years agoGLPL notice on the rpc_pipes/ directory
Luke Leighton [Thu, 30 Oct 1997 17:27:06 +0000 (17:27 +0000)]
GLPL notice on the rpc_pipes/ directory

26 years agoMakefile:
Luke Leighton [Thu, 30 Oct 1997 17:08:42 +0000 (17:08 +0000)]
Makefile:

simply adding pipes.o to SMBDOBJ3.

rpc_pipes/pipe_hnd.c :

created pipe handles module.

pipes.c server.c :

use of pipe_hnd functions in SMBopenX and SMBclose, on the IPC$ pipe.

26 years agoMakefiles for libraries. the dependencies aren't quite right, and i
Luke Leighton [Thu, 30 Oct 1997 15:42:40 +0000 (15:42 +0000)]
Makefiles for libraries.  the dependencies aren't quite right, and i
don't know how to sort them.

make proto in each library directory.  over-ride the make proto for ubiqx,
so that it doesn't happen, but throws up a warning instead.

26 years agoChris will be pleased to know that mkproto.awk no longer runs on the
Andrew Tridgell [Thu, 30 Oct 1997 08:50:18 +0000 (08:50 +0000)]
Chris will be pleased to know that mkproto.awk no longer runs on the
ubiqx files :-)

26 years agomoved ubi_ modules back into the ubiqx directory.
Andrew Tridgell [Thu, 30 Oct 1997 08:44:29 +0000 (08:44 +0000)]
moved ubi_ modules back into the ubiqx directory.

I've added a very simple (and portable) method for having separate
source directories.

This should also help when we add directories for the various ports. A
unix directory would make sense.

26 years agopreparing for release of 1.9.18alpha9
Samba Release Account [Thu, 30 Oct 1997 01:13:34 +0000 (01:13 +0000)]
preparing for release of 1.9.18alpha9

26 years agoupdated documentation as chmodding files /tmp/lsarpc and /tmp/netlogon
Luke Leighton [Thu, 30 Oct 1997 01:11:26 +0000 (01:11 +0000)]
updated documentation as chmodding files /tmp/lsarpc and /tmp/netlogon
is not needed any more.

26 years agoremoved mechanism that created actual files NETLOGON, lsarpc and the like,
Luke Leighton [Thu, 30 Oct 1997 01:05:13 +0000 (01:05 +0000)]
removed mechanism that created actual files NETLOGON, lsarpc and the like,
which are pipes on the IPC$ connection.

created mechanism to record pipe names in a separate pipes_struct.  it
is planned to expand this, to return sensible things like interface
structures, and policy handles (RPC_IFACE and LSA_POL_HND).  and the like.

26 years agoupdate
Luke Leighton [Wed, 29 Oct 1997 23:00:35 +0000 (23:00 +0000)]
update

26 years agopreparing for release of 1.9.18alpha8
Samba Release Account [Wed, 29 Oct 1997 21:20:34 +0000 (21:20 +0000)]
preparing for release of 1.9.18alpha8

26 years agobyteorder.h :
Luke Leighton [Wed, 29 Oct 1997 20:23:01 +0000 (20:23 +0000)]
byteorder.h :

have another go at reporting stuff the right way round (on SPARCs)

srvparse.c :

copyright messages

26 years agozero data parameter being passed to smb_io_rpc_hdr(), which couldn't cope.
Luke Leighton [Wed, 29 Oct 1997 20:08:09 +0000 (20:08 +0000)]
zero data parameter being passed to smb_io_rpc_hdr(), which couldn't cope.

26 years agotypecast in calls to print_asc() wrong
Luke Leighton [Wed, 29 Oct 1997 19:58:20 +0000 (19:58 +0000)]
typecast in calls to print_asc() wrong

26 years agoipc.c ntclientpipe.c:
Luke Leighton [Wed, 29 Oct 1997 19:05:34 +0000 (19:05 +0000)]
ipc.c ntclientpipe.c:

response to Bind Acknowledgment needs a lookup table for the PIPE string
(secondary address in RPC_HDR_BA structure).

smbparse.c util.c :

interesting problem, i think caused by us typecasting a uint16* buffer
to char*.  found on a SPARC.

26 years agopreparing for release of 1.9.18alpha7
Samba Release Account [Wed, 29 Oct 1997 15:38:31 +0000 (15:38 +0000)]
preparing for release of 1.9.18alpha7

26 years agoupdated to current version number.
Samba Release Account [Wed, 29 Oct 1997 15:37:05 +0000 (15:37 +0000)]
updated to current version number.

26 years agocalled dump_data() from show_msg().
Luke Leighton [Wed, 29 Oct 1997 15:35:53 +0000 (15:35 +0000)]
called dump_data() from show_msg().

26 years agoipc.c :
Luke Leighton [Wed, 29 Oct 1997 14:34:17 +0000 (14:34 +0000)]
ipc.c :

bind ack should contain \PIPE\pipename not just pipename.

ntclientpipe.c :

sanity in bind ack: pipe name checks; transfer syntax checks; reason checks.

26 years agosplit ntclient.c down into appropriate modules.
Luke Leighton [Wed, 29 Oct 1997 13:24:42 +0000 (13:24 +0000)]
split ntclient.c down into appropriate modules.

26 years agodamn. We need root privilages to do semaphore operations even if we
Andrew Tridgell [Wed, 29 Oct 1997 02:59:22 +0000 (02:59 +0000)]
damn. We need root privilages to do semaphore operations even if we
have done the semget() as root.  The problem is that become_root() and
unbecome_root() are so slow!

I've provided two options. The default is to set the semaphores (but
_not_ the shared memory) world writeable so that a become_root() isn't
needed. Otherwise you can define SECURE_SEMAPHORES and pay the
performance penalty.

26 years ago- don't allow locking to initialise twice
Andrew Tridgell [Wed, 29 Oct 1997 02:18:08 +0000 (02:18 +0000)]
- don't allow locking to initialise twice
- check that it is initialised before de-initialising it!

26 years agoclean up the hash entry code a bit. Got rid of lp_shmem_hash_size()
Andrew Tridgell [Wed, 29 Oct 1997 01:59:54 +0000 (01:59 +0000)]
clean up the hash entry code a bit. Got rid of lp_shmem_hash_size()
and made it private to the 2 shmem implementations. Added new
shmops->hash_size() function.

Added code to handle the IPC system limits by looping decreasing the
size of the resources (semaphores and shared memory) that we request
until we get under the system limits, which can be quite low on some
systems!

Added checks that the creator of the IPC objects is root. Otherwise we
would be open to a security hole where someone pre-creates the shared
memory segment and attaches.

26 years agoadded frag field to make_rpc_hdr() function
Luke Leighton [Wed, 29 Oct 1997 01:05:46 +0000 (01:05 +0000)]
added frag field to make_rpc_hdr() function

26 years agobyteorder.h :
Luke Leighton [Wed, 29 Oct 1997 00:04:14 +0000 (00:04 +0000)]
byteorder.h :

added mode for printing debug array data as chars not uint8/16/32s.
only really useful for (uint8) strings or (uint16) unicode strings

lsaparse.c smbparse.c smb.h :

rpc bind and rpc bind ack structures and parsing and creation functions.

ipc.c pipes.c pipenetlog.c pipentlsa.c pipesrvsvc.c :

using rpc bind / bind ack parsing routines instead of incorrect use of
api_LsarpcTNP1 function.

ntclient.c :

creation of do_rpc_bind() function.

THAT'S IT, FOLKS!

26 years agoUtility code to produce printer definition files from MS files.
Jeremy Allison [Tue, 28 Oct 1997 23:58:31 +0000 (23:58 +0000)]
Utility code to produce printer definition files from MS files.
Part of code to support Windows 95 automated printer driver installs.
Written by Jean-Francois Micouleau <Jean-Francois.Micouleau@utc.fr>.

26 years agoAdded "printer driver location", "printer driver file" parameters.
Jeremy Allison [Tue, 28 Oct 1997 19:54:49 +0000 (19:54 +0000)]
Added "printer driver location", "printer driver file" parameters.
Jeremy.

26 years agoAdding PRINTER_DRIVER.txt docs.
Jeremy Allison [Tue, 28 Oct 1997 19:35:24 +0000 (19:35 +0000)]
Adding PRINTER_DRIVER.txt docs.

26 years agoAdding Windows 95 printer driver code donated by Jean-Francois.Micouleau@utc.fr.
Jeremy Allison [Tue, 28 Oct 1997 19:32:59 +0000 (19:32 +0000)]
Adding Windows 95 printer driver code donated by Jean-Francois.Micouleau@utc.fr.
New program, make_printerdef, plus two new parameters :

[global] "printer driver file"
[local] "printer driver location"

Jeremy.

26 years agomention that Perl is required for build scripts
Herb Lewis [Tue, 28 Oct 1997 19:21:26 +0000 (19:21 +0000)]
mention that Perl is required for build scripts

26 years agoremoving Makefile and adding perl script to generate it form source tree
Herb Lewis [Tue, 28 Oct 1997 19:20:07 +0000 (19:20 +0000)]
removing Makefile and adding perl script to generate it form source tree

26 years agotired of updating Makefile - use perl script to generate it now
Herb Lewis [Tue, 28 Oct 1997 19:18:52 +0000 (19:18 +0000)]
tired of updating Makefile - use perl script to generate it now

26 years agoAdding printer drivers patch from Jean-Francois Micouleau
Jeremy Allison [Tue, 28 Oct 1997 18:15:48 +0000 (18:15 +0000)]
Adding printer drivers patch from Jean-Francois Micouleau
<Jean-Francois.Micouleau@utc.fr>. We can expand on this after
we have tested it out.
Jeremy.

26 years agosmb.h smbparse.c pipeutil.c :
Luke Leighton [Tue, 28 Oct 1997 17:54:10 +0000 (17:54 +0000)]
smb.h smbparse.c pipeutil.c :

added bind and bind ack structures and parsing functions.  restructured
rpc header stuff.

ntclient.c pipenetlog.c pipentlsa.c pipesrvsvc.c :

having to deal with restructuring above.

26 years agoenable sysv ipc and fast share modes on OSF1
Andrew Tridgell [Tue, 28 Oct 1997 15:07:01 +0000 (15:07 +0000)]
enable sysv ipc and fast share modes on OSF1

26 years agoneed includes.h to compile on some systems (eg. sunos4)
Andrew Tridgell [Tue, 28 Oct 1997 15:02:15 +0000 (15:02 +0000)]
need includes.h to compile on some systems (eg. sunos4)

26 years agofix for broken sunos4 includes (doesn't have SHM_R)
Andrew Tridgell [Tue, 28 Oct 1997 14:59:06 +0000 (14:59 +0000)]
fix for broken sunos4 includes (doesn't have SHM_R)

26 years agofix cast
Andrew Tridgell [Tue, 28 Oct 1997 14:55:47 +0000 (14:55 +0000)]
fix cast

26 years agodefine semun for broken solaris sysvipc
Andrew Tridgell [Tue, 28 Oct 1997 14:55:22 +0000 (14:55 +0000)]
define semun for broken solaris sysvipc

26 years agolower the default hash size if SEMMSL isn't defined
Andrew Tridgell [Tue, 28 Oct 1997 14:40:31 +0000 (14:40 +0000)]
lower the default hash size if SEMMSL isn't defined

26 years agodefine USE_SYSV_IPC on sunos4
Andrew Tridgell [Tue, 28 Oct 1997 14:25:26 +0000 (14:25 +0000)]
define USE_SYSV_IPC on sunos4

26 years agodefine USE_SYSV_IPC on a bunch more systems.
Andrew Tridgell [Tue, 28 Oct 1997 14:22:50 +0000 (14:22 +0000)]
define USE_SYSV_IPC on a bunch more systems.

Needs some testing though.

26 years agoSYSV IPC implementation of fast share modes.
Andrew Tridgell [Tue, 28 Oct 1997 14:19:54 +0000 (14:19 +0000)]
SYSV IPC implementation of fast share modes.

It will try sysv IPC first, then if that fails it will try mmap(),
then after that it will try share files.

I have defined USE_SYSV_IPC for Linux, Solaris and HPUX at the
moment. Probably a lot more could have it defined. In fact, the vast
majority of systems support it. Need autoconf again :-)

It should actually be faster than the mmap() version, and doesn't need
any lock files. This means the problem of the share mem file being on
a NFS drive will be gone.

26 years agorefuse pathworks type R connect (patch from Stephen Tweedie)
Andrew Tridgell [Tue, 28 Oct 1997 06:07:07 +0000 (06:07 +0000)]
refuse pathworks type R connect (patch from Stephen Tweedie)

26 years agoadded LSA_Q_CLOSE and LSA_R_CLOSE (also to smb.h). implemented in smbclient.
Luke Leighton [Mon, 27 Oct 1997 19:00:38 +0000 (19:00 +0000)]
added LSA_Q_CLOSE and LSA_R_CLOSE (also to smb.h).  implemented in smbclient.
updated Query Info Policy to report domain name and domain sid for info levels
3 and 5.
fixed bug in dom_sid_to_string (idauths decoded wrong).  fixed bug in DOM_SID:
subauths are 32 bit not 16.

26 years agoFixed bug where we are a WINS server but not a domain master
Jeremy Allison [Mon, 27 Oct 1997 18:28:06 +0000 (18:28 +0000)]
Fixed bug where we are a WINS server but not a domain master
browser. We were doing a name query instead of a name status.
Jeremy.

26 years agoFixed ntclient.c so it would compile.
Jeremy Allison [Mon, 27 Oct 1997 18:07:36 +0000 (18:07 +0000)]
Fixed ntclient.c so it would compile.
Jeremy.

26 years agopreparing for release of 1.9.18alpha6
Samba Release Account [Mon, 27 Oct 1997 17:18:51 +0000 (17:18 +0000)]
preparing for release of 1.9.18alpha6

26 years agospelling mistake
Samba Release Account [Mon, 27 Oct 1997 17:18:35 +0000 (17:18 +0000)]
spelling mistake

26 years agoupdated to indicate reported success with NT 3.51 as well as NT 4.0
Luke Leighton [Mon, 27 Oct 1997 17:12:57 +0000 (17:12 +0000)]
updated to indicate reported success with NT 3.51 as well as NT 4.0

26 years agoupdated header to 1.9.18alpha6
Samba Release Account [Mon, 27 Oct 1997 17:09:46 +0000 (17:09 +0000)]
updated header to 1.9.18alpha6

26 years agoadded LSA Query Info Policy.
Luke Leighton [Mon, 27 Oct 1997 17:04:15 +0000 (17:04 +0000)]
added LSA Query Info Policy.
fixed a problem with byte ordering (doing an SIVAL of the setup parameters
which was _also_ being done in the creation of the SMB header.  oops).

26 years agochecks against file handle in api_fd_reply(). i don't know what error
Luke Leighton [Mon, 27 Oct 1997 16:14:29 +0000 (16:14 +0000)]
checks against file handle in api_fd_reply().  i don't know what error
message should be returned, so i just let it fall through to sending an
"api_unsupported"

26 years agodocumented LSA Open Policy Query.
Luke Leighton [Mon, 27 Oct 1997 15:10:17 +0000 (15:10 +0000)]
documented LSA Open Policy Query.

26 years agoadded LSA Open Policy query and response processing to smbclient
Luke Leighton [Mon, 27 Oct 1997 15:09:23 +0000 (15:09 +0000)]
added LSA Open Policy query and response processing to smbclient

26 years agochange the default file permissions on the SHARE_MEM_FILE* to
Andrew Tridgell [Mon, 27 Oct 1997 14:27:17 +0000 (14:27 +0000)]
change the default file permissions on the SHARE_MEM_FILE* to
0644. smbstatus now gets only read permission on the share files and
does no locking.

also get rid of some unnecessary umask(0) calls. smbd always runs with
umask(0)

26 years agoalso disable read prediction in 1.9.18
Andrew Tridgell [Mon, 27 Oct 1997 13:38:07 +0000 (13:38 +0000)]
also disable read prediction in 1.9.18

26 years agoFixed 2 oplock bugs:
Andrew Tridgell [Mon, 27 Oct 1997 12:02:34 +0000 (12:02 +0000)]
Fixed 2 oplock bugs:

1) the oplock macros in smb.h used | where they should have used
&. This means that smbd thought that all clients were always
requesting oplocks. This would have _really_ confused smbclient
and smbfs when they started receiving async oplock break requests when
they don't even know what an oplock is!

2) an oplock break request from a client can be embedded in a normal
lockingX request, and will be if the client has batched any lock
requests internally. The smbd code assumed that all oplock break
requests had num_locks==num_ulocks==0 which is not true. The only
thing special about a oplock break request with
num_locks==num_ulocks==0 is that no reply is sent. Otherwise it is
processed as a normal locking request in addition to the oplock break
processing.

These two fixes get the MS mail system in Win98 working on a Samba
1.9.18 network drive.

Andrew

26 years agoadded mention of compile-time experimentational NT Domain code.
Luke Leighton [Mon, 27 Oct 1997 11:11:41 +0000 (11:11 +0000)]
added mention of compile-time experimentational NT Domain code.

26 years agohooray. hooray some more. hooray a lot. got the client-side working.
Luke Leighton [Sun, 26 Oct 1997 18:42:47 +0000 (18:42 +0000)]
hooray.  hooray some more.  hooray a lot.  got the client-side working.

Q/R LSA_REQ_CHAL; Q/R LSA_AUTH2; Q/R LSA_SAMLOGON; Q/R LSA_SAMLOGOFF.
the last (non-essential right now) bit is the LSA_SRV_PWSET.

the next stage is to do LSA_OPENPOLICY; add the pipe binds (missing right
now); then we can test against an NT Server.

26 years agoadded -U option to nmblookup. This is similar to -B except that it
Andrew Tridgell [Sun, 26 Oct 1997 07:50:28 +0000 (07:50 +0000)]
added -U option to nmblookup. This is similar to -B except that it
forces the client to send a unicast instead of a broadcast netbios
packet. This is useful for diagnostics.

26 years agofix some casting errors in smbencrypt and some multiply-defined errors
Andrew Tridgell [Sun, 26 Oct 1997 07:45:36 +0000 (07:45 +0000)]
fix some casting errors in smbencrypt and some multiply-defined errors
in clientutil.c (Luke, you can't just copy a global variable
declaration from one file to another, you need to declare one of them
extern)