1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
Commit Graph

588 Commits

Author SHA1 Message Date
Jeremy Allison
e7e49a6e6a 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)
(This used to be commit 8a12b6a4f0)
1997-09-05 21:32:32 +00:00
Jeremy Allison
4cbe451107 One more consultant.
(This used to be commit e7dba8a8c7)
1997-09-05 19:54:51 +00:00
Luke Leighton
72af2c1831 added debug reporting to file listing / mod_time() checking routine.
lp_file_list_changed().
(This used to be commit 727fcfae1b)
1997-09-05 17:16:21 +00:00
Jeremy Allison
d6fc4eb405 This is really Herb adding the SGI packaging files.
(This used to be commit 8fde65239d)
1997-09-05 02:28:41 +00:00
Jeremy Allison
ab68ac375e 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)
(This used to be commit ebf9487a9a)
1997-09-04 21:23:27 +00:00
Jeremy Allison
f5302af621 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)
(This used to be commit 99080705a2)
1997-09-04 20:26:07 +00:00
Jeremy Allison
82290216ad 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)
(This used to be commit fa1305d189)
1997-09-03 20:15:40 +00:00
Jeremy Allison
6e64355770 One more consultant....
(This used to be commit 56e8e890ec)
1997-09-03 01:52:35 +00:00
Jeremy Allison
e1e4b37ac7 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 dadb1ffb4c)
1997-09-02 22:21:38 +00:00
Luke Leighton
918cc5f033 use of recursion_available and recursion_desired flag in netbios responses.
(This used to be commit 8235db6b4f)
1997-09-01 18:34:00 +00:00
Luke Leighton
3fc24dc9ed 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 54f11999d2)
1997-08-31 14:14:22 +00:00
Andrew Tridgell
f434139087 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 3556763be3)
1997-08-31 02:18:59 +00:00
Jeremy Allison
06dc98f220 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 550e98f2d4)
1997-08-30 01:30:25 +00:00
Jeremy Allison
57408548f3 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 e3fc9533bd)
1997-08-30 01:13:39 +00:00
Jeremy Allison
d95652780a Oops. Reversed mangled map change made in error. Testing
found this one. Jeremy (jallison@whistle.com)
(This used to be commit adf98469fc)
1997-08-28 22:54:41 +00:00
Jeremy Allison
473c42a194 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 45c266baae)
1997-08-28 20:59:51 +00:00
Jeremy Allison
45f9982930 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 3909576849)
1997-08-28 18:59:52 +00:00
Andrew Tridgell
22e4d4e9d4 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 1d4ce07435)
1997-08-28 02:22:44 +00:00
Samba Release Account
7971fb1feb 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 c7a4647b7a)
1997-08-27 20:20:58 +00:00
Samba Release Account
7df4b93bed Put back the smb_shm_ proto's that Luke keeps breaking !
Jeremy (jallison@whistle.com)
(This used to be commit 660a3ef70c)
1997-08-27 19:53:03 +00:00
Samba Release Account
38dc53828e doing that irritating compiler clash warning with the protos for standard_sub
and standard_sub_basic.  again.

lkcl
(This used to be commit b60ef755cf)
1997-08-27 19:27:25 +00:00
Samba Release Account
5c2d12119c corrected it's (it is) documentation errors, when "its" should be
being used.

lkcl
(This used to be commit 7cd640e5b1)
1997-08-26 15:36:46 +00:00
Samba Release Account
ef0b39006e 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 588039b6df)
1997-08-26 15:35:43 +00:00
Samba Release Account
e8aa1ba062 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 28833abf18)
1997-08-26 14:46:52 +00:00
Samba Release Account
50ffa585f3 More sites for the non-UNIX ports, plus ftp.gwdg.de
(This used to be commit 09c6438bb6)
1997-08-26 13:31:54 +00:00
Samba Release Account
35df7e54b0 Advice about firewalls (step 1) and tcp wrappers (step 8). Dan
(This used to be commit e470dd5561)
1997-08-26 07:56:00 +00:00
Samba Release Account
b4fd930264 This file has been moved to MIRRORS.txt
(This used to be commit 462d10370a)
1997-08-26 03:07:19 +00:00
Samba Release Account
8bcc60fab5 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 29a48b8ed5)
1997-08-26 03:03:56 +00:00
Samba Release Account
81792cb34f Spelling, refs to faqs, version numbersing. Dan.
(This used to be commit effd8b81c4)
1997-08-26 01:59:58 +00:00
Samba Release Account
c416e6766c preparing for release of 1.9.17
(This used to be commit d84c84641b)
1997-08-26 01:55:56 +00:00
Samba Release Account
65d93ddb9c Updated for 1.9.17 release.
Jeremy (jallison@whistle.com)
(This used to be commit f8316c1c15)
1997-08-26 01:51:27 +00:00
Samba Release Account
1cc8103fd6 Added draft cversions of the new Samba doco. Dan.
(This used to be commit b5983092a6)
1997-08-26 01:43:28 +00:00
Samba Release Account
bede27be4e From Jacco, unchanged. Destined for Samba-Client-FAQ. Dan
(This used to be commit c8bf8dfb93)
1997-08-26 01:32:35 +00:00
John Terpstra
0bf791a054 JHT ===> Documentation header updates only - inserting/mod Updates date.
(This used to be commit 17a13828fd)
1997-08-26 01:31:45 +00:00
Samba Release Account
90adbac6de Way out of date. Dan
(This used to be commit dc395e3515)
1997-08-26 01:31:32 +00:00
Samba Release Account
41bbc5e21f 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 9d5d347686)
1997-08-26 01:28:27 +00:00
Samba Release Account
28429a130b Removed samba team email address - replaced with samba bugs.
Jeremy (jallison@whistle.com)
(This used to be commit 320a739161)
1997-08-26 01:08:49 +00:00
Samba Release Account
607b1ae416 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 2681ae0efb)
1997-08-26 00:50:33 +00:00
Samba Release Account
1b8700a43b More mods to DOMAIN.txt, preparing for meta-FAQ itegration. Dan
(This used to be commit b9581f3141)
1997-08-25 23:28:18 +00:00
Samba Release Account
4c319ad046 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 7f7d2faa07)
1997-08-25 22:18:31 +00:00
Samba Release Account
57d9e2b794 - 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 b279f61237)
1997-08-25 12:15:41 +00:00
Samba Release Account
ec8a81b11c 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 9dfdd47bb5)
1997-08-25 08:56:07 +00:00
Samba Release Account
652544b550 Renamed from INSTALL.txt. Preparing for new docs structure.
Dan
(This used to be commit 98729b0909)
1997-08-25 07:35:18 +00:00
Samba Release Account
3e0b52e5a9 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 fe12c27467)
1997-08-25 03:21:13 +00:00
Samba Release Account
f959c29623 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 81760c5719)
1997-08-22 05:03:57 +00:00
Samba Release Account
1fdeed2583 fix several references to samba-bugs@anu.edu.au which should be samba-bugs@samba.anu.edu.au
(This used to be commit 19bae63e28)
1997-08-22 04:38:02 +00:00
Samba Release Account
d341dde0cf Removed the obsolete comment from the 'strip dot'
option. It isn't :-).

Jeremy (jallison@whistle.com)
(This used to be commit bbf76eeb40)
1997-08-21 23:14:34 +00:00
John Terpstra
3909d69244 JHT ===> Added comment about internationaliasation and deleted dates.
(This used to be commit 75a5e2d84c)
1997-08-21 21:45:25 +00:00
Samba Release Account
bce14d3642 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 07f7e378c4)
1997-08-21 20:03:45 +00:00
John Terpstra
7a72b0b313 JHT ===> Just to complete Tim Small's add-ins.
(This used to be commit 1f81a0a80b)
1997-08-21 11:28:08 +00:00