summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-09-05This is really Herb adding the SGI packaging files.Jeremy Allison18-0/+1787
(This used to be commit 8fde65239d0a9462fb044670220cd3c63bd887cb)
1997-09-04Fix from Frank Varnavas <varnavas@ny.ubs.com>.Jeremy Allison1-3/+17
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 ebf9487a9a68c4d786449490627ee919622e6dbf)
1997-09-04Fixed up determination of client type for PROTOCOL_NT1. Uses clientJeremy Allison6-13/+70
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 99080705a2d0adcb25e1eecbe517a2fac2779baa)
1997-09-03nameannounce.cJeremy Allison6-32/+42
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 fa1305d1894a28331ba80d9de038ebf31ba902d6)
1997-09-03One more consultant....Jeremy Allison1-1/+27
(This used to be commit 56e8e890eca736e43f26a72c32547dbfa73e5247)
1997-09-02reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison3-7/+33
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)
1997-09-01use of recursion_available and recursion_desired flag in netbios responses.Luke Leighton3-29/+53
(This used to be commit 8235db6b4fbeced750c4c30edc84a61a35b39278)
1997-08-31added word count 3 support into reply_tcon_and_X (see cifs6.txt). theLuke Leighton1-3/+23
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)
1997-08-31fixed a bug in the printjob encoding/decoding. We weren't doing it forAndrew Tridgell3-17/+34
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)
1997-08-30Makefile: New program and support for dynamic codepage loading.Jeremy Allison3-141/+185
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)
1997-08-30Adding codepage definition files and codepage file compiler/decompiler.Jeremy Allison7-0/+752
Adding install/uninstall scripts for compiled codepage files. Preparing for dynamic codepage loading. Jeremy (jallison@whistle.com) (This used to be commit e3fc9533bd87d0d520e3dac98261e42370907b11)
1997-08-28Oops. Reversed mangled map change made in error. TestingJeremy Allison1-2/+3
found this one. Jeremy (jallison@whistle.com) (This used to be commit adf98469fc3f0969676bd454cfd143f8ef03ce48)
1997-08-28includes.h: Make sure REPLACE_GETPASS are wrapped with #ifdefs.Jeremy Allison3-0/+12
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)
1997-08-28mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison3-8/+5
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)
1997-08-28added a new type to mkproto.awk so it can handle shmem.cAndrew Tridgell2-2/+2
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)
1997-08-27charset.c: Added patch for client code page 852 (Eastern European) fromSamba Release Account3-3/+50
Leos Bitto <bitto@altec.cz>. clitar.c: proto.h: Fixed proto mismatch for strslashcmp(). Jermey (jallison@netcom.com) (This used to be commit c7a4647b7a84641f5fed6b67d45c241fff19c2b3)
1997-08-27Put back the smb_shm_ proto's that Luke keeps breaking !Samba Release Account1-0/+3
Jeremy (jallison@whistle.com) (This used to be commit 660a3ef70c36e6675c8cc63b97e9d251428f9b40)
1997-08-27doing that irritating compiler clash warning with the protos for standard_subSamba Release Account3-12/+13
and standard_sub_basic. again. lkcl (This used to be commit b60ef755cf594ee9751660467709ea4f7a669a2c)
1997-08-26corrected it's (it is) documentation errors, when "its" should beSamba Release Account12-15/+15
being used. lkcl (This used to be commit 7cd640e5b1a6bbe13834fe23a23ef03117024f0e)
1997-08-26added info about _not_ using \\SAMBA_SERVER\HOMES\profile - must useSamba Release Account2-26/+27
\\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)
1997-08-26Changed ftp site and docs info in README (this file contains out-of-dateSamba Release Account2-10/+9
FAQ info and should be scrapped.) Changed "qaility control" in the Roadmap :-) (This used to be commit 28833abf18c5612f274e2199f2072631df771e40)
1997-08-26More sites for the non-UNIX ports, plus ftp.gwdg.deSamba Release Account1-0/+14
(This used to be commit 09c6438bb66ff61eaebc08d578281f432e81e5d5)
1997-08-26Advice about firewalls (step 1) and tcp wrappers (step 8). DanSamba Release Account1-1/+10
(This used to be commit e470dd55612558ae6f308c0a871e3c01e7dea4f7)
1997-08-26This file has been moved to MIRRORS.txtSamba Release Account1-33/+0
(This used to be commit 462d10370ad08d3f3c9a12a8122db1cb7f640430)
1997-08-26Added new MIRRORS.txt file at Dan's requestSamba Release Account1-0/+67
This is really an updated version of the original 'MIRRORS' file. (This used to be commit 29a48b8ed5cf9a0511d6d7f8fa7323e6aa7292bf)
1997-08-26Spelling, refs to faqs, version numbersing. Dan.Samba Release Account1-1/+8
(This used to be commit effd8b81c4cbb03720d63686e56b80af6828a037)
1997-08-26preparing for release of 1.9.17Samba Release Account1-1/+1
(This used to be commit d84c84641b14ad264c33fc37aa9a1abdf3e04254)
1997-08-26Updated for 1.9.17 release.Samba Release Account1-44/+44
Jeremy (jallison@whistle.com) (This used to be commit f8316c1c159b44f1737ad976a562feb0dd1b0368)
1997-08-26Added draft cversions of the new Samba doco. Dan.Samba Release Account13-0/+3667
(This used to be commit b5983092a6e63118564c6d1460b522ea8ef02c3a)
1997-08-26From Jacco, unchanged. Destined for Samba-Client-FAQ. DanSamba Release Account1-0/+61
(This used to be commit c8bf8dfb93f7558a9974d79b7c3949849bff1b08)
1997-08-26JHT ===> Documentation header updates only - inserting/mod Updates date.John Terpstra3-2/+3
(This used to be commit 17a13828fd7a3284543eb319566da6c246808e6d)
1997-08-26Way out of date. DanSamba Release Account3-249/+0
(This used to be commit dc395e3515a4ef90af9e602be2bc0a6ce25627f6)
1997-08-26smb.h: Added error code used for OS2 WPS.Samba Release Account2-12/+7
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)
1997-08-26Removed samba team email address - replaced with samba bugs.Samba Release Account1-1/+1
Jeremy (jallison@whistle.com) (This used to be commit 320a739161dee082c53b59106df90e760bc41c0e)
1997-08-26Minor mods to DOMAIN.txt. In DOMAIN_CONTROL.txt made it clear that a PDC isSamba Release Account2-0/+24
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)
1997-08-25More mods to DOMAIN.txt, preparing for meta-FAQ itegration. DanSamba Release Account1-7/+11
(This used to be commit b9581f31412f73ce37e2bdcbf462d3d146cfc320)
1997-08-25charset.c : Add mapping for code page 932 (KANJI).Samba Release Account7-39/+72
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)
1997-08-25- clarified dan s's clarifications of the difference between domains andSamba Release Account1-43/+90
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)
1997-08-25Changed DOMAIN.txt to try to explain terms like domain, workgroup,Samba Release Account1-6/+35
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)
1997-08-25Renamed from INSTALL.txt. Preparing for new docs structure.Samba Release Account1-0/+342
Dan (This used to be commit 98729b09094bf20678a849efe02de64696f48bc8)
1997-08-25Updated Manifest and DOMAIN.txt to refer to <your OS>_INSTALL.txt andSamba Release Account3-347/+23
describe the nascent new documentation project. Renamed INSTALL.txt to UNIX_INSTALL.txt. Dan (This used to be commit fe12c2746771f17a8b317d3e12c47646281617b6)
1997-08-22fix some more references to samba-bugs@anu.edu.au which should beSamba Release Account4-9/+9
samba-bugs@samba.anu.edu.au tridge (This used to be commit 81760c5719b7afe71ee3942aa1e80d8d4e22bdba)
1997-08-22fix several references to samba-bugs@anu.edu.au which should be ↵Samba Release Account4-4/+4
samba-bugs@samba.anu.edu.au (This used to be commit 19bae63e28bddcb605c95035ae15e1ff5d8f57db)
1997-08-21Removed the obsolete comment from the 'strip dot'Samba Release Account1-4/+6
option. It isn't :-). Jeremy (jallison@whistle.com) (This used to be commit bbf76eeb40ec22d4787d1f1206a3c559b36fe636)
1997-08-21JHT ===> Added comment about internationaliasation and deleted dates.John Terpstra1-3/+2
(This used to be commit 75a5e2d84cf1b5eef2d5122d8164fd3325fb1a7d)
1997-08-21Kanji fixes for upper/lower case conversion with sjis characters.Samba Release Account4-30/+149
Code from Takashi Fujita <fujita@ainix.isac.co.jp>. Jeremy (jallison@whistle.com) (This used to be commit 07f7e378c4839d0ca4bb79c8755481f4bf5637de)
1997-08-21JHT ===> Just to complete Tim Small's add-ins.John Terpstra2-0/+7
(This used to be commit 1f81a0a80bfbe147af0c29ca1093b255185e80a4)
1997-08-21JHT ===> Added a patch from Tim Small (UK)John Terpstra2-1/+15
(This used to be commit a2ba15e2dec92c06eb51284e2a3071ef37850434)
1997-08-21JHT ===> The title says it all!John Terpstra1-0/+31
(This used to be commit 13ecc422b0b175c94dadb36a4586945ae83b563a)
1997-08-21JHT ===> More documentation for those who can't find the docs directory.John Terpstra2-0/+48
(This used to be commit 9d3729b54847700ad48af1aba9d01ccbb3025ca2)