Dan Shearer [Sat, 20 Dec 1997 23:44:25 +0000 (23:44 +0000)]
Put it in the right directory :~)
(This used to be commit
49694879a0f96b75bb2ca5ec120a5867706afc90)
Dan Shearer [Sat, 20 Dec 1997 23:40:17 +0000 (23:40 +0000)]
Chris' smb.conf parsing doco
(This used to be commit
3f0ecaceb4adbb1f75c3b84fbd031596c37ec84c)
Jeremy Allison [Sat, 20 Dec 1997 14:52:48 +0000 (14:52 +0000)]
Fixed stupid bug in read_smb_len where I was calling itself - now
calling the correct fn.
Jeremy.
(This used to be commit
c62aa0a7600269c2bb13b939857716a6ee0f34c1)
Jeremy Allison [Sat, 20 Dec 1997 14:36:11 +0000 (14:36 +0000)]
client.c:
clientgen.c:
clientutil.c:
clitar.c: Changed usage of receive_smb to new function client_receive_smb
except for one use of receive_smb in client.c. This is the
receive_smb used to discard packets received whilst in a
keyboard wait state.
util.c: Created new function client_receive_smb that ignores session
keepalives just as the old receive_smb used to do. Created
internal function read_smb_length_return_keepalive that is
used internally by the changed receive_smb call.
Changed read_smb_len to not use an internal buffer - it is
never called with a null buffer so such code is redundant.
Jeremy.
(This used to be commit
1084fb46821cb96702da35439da4a8df9d255698)
Jeremy Allison [Sat, 20 Dec 1997 10:52:00 +0000 (10:52 +0000)]
loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcgh.hpl.hp.com>
server.c, util.c: Added fix for oplock break requests blocking due to server being
blocked in read call. Bug found by Charles Hoch <hoch@hplcgh.hpl.hp.com>.
Jeremy.
(This used to be commit
209f894fdbcfbf7a7952b6228342b86e088a9582)
Dan Shearer [Sat, 20 Dec 1997 10:06:07 +0000 (10:06 +0000)]
This may be a waste of time, but I thought if we keep nibbling at this it might
end up being a curent announce for each new release. Then again maybe we should
start from the one Jeremy and I did for 1.9.17. Just doodling really.
(This used to be commit
ae9cd0307e9562ca82bb62055df1aeef070c12d1)
Dan Shearer [Sat, 20 Dec 1997 09:52:02 +0000 (09:52 +0000)]
Minor spelling, wording changes to intro
(This used to be commit
0cbb60976a59effeda7d554a3962915dcb5f5c79)
Jeremy Allison [Sat, 20 Dec 1997 05:25:37 +0000 (05:25 +0000)]
trans2.c: Forced trans2_findfirst to behave as NT does in error returns.
util.c: Applied fix from Branko Cibej <branko.cibej@hermes.si> where
StrnCaseCmp tests one character too many.
Jeremy.
(This used to be commit
cb771b2667070cff8d6cf86998a11ba2e4977690)
Christopher R. Hertel [Fri, 19 Dec 1997 09:32:58 +0000 (09:32 +0000)]
Adding the cache module.
I'll be using the cache module to replace the name cache in mangle.c. The
new one should be much faster and should require less memory.
Another feature is that the cache size can be limited by the amount of
memory used in addition to the number of entries allowed. With the
current cache, the default is to allocate 12800 bytes representing 50
entries (256 bytes each). With the same amount of memory, I should be able
to load over around two hundred entries.
Changes to the AVL trees were minor (missing comments).
Chris -)-----
(This used to be commit
45962779a658b0b78895ae08ad394e870ce6ed10)
Jeremy Allison [Thu, 18 Dec 1997 11:05:00 +0000 (11:05 +0000)]
kanji.h: Fixed problems with re-definitions of strchr and others on AIX.
nmbd_nameregister.c: Applied fix found by "Eloy A. Paris" <eparis@ven.ra.rockwell.com>
(don't re-use lists after you have freed them :-).
Jeremy.
(This used to be commit
bcfcc39a2752de0fb35b419d005bb1a86fd15fea)
Jeremy Allison [Wed, 17 Dec 1997 04:56:55 +0000 (04:56 +0000)]
Missed terminating {-1,NULL} in an enum parameter list.
Jeremy.
(This used to be commit
5ea3633445d49da7a71be51e008128b3bbfaef9c)
Andrew Tridgell [Tue, 16 Dec 1997 14:06:09 +0000 (14:06 +0000)]
- handle ENOSPC in shmem init.
- be a little bit more friendly about grabbing semaphores
(This used to be commit
87f88708939a3b72b26716a0d6648c4ea2d14047)
Samba Release Account [Tue, 16 Dec 1997 12:35:10 +0000 (12:35 +0000)]
preparing for release of 1.9.18alpha13
(This used to be commit
90b8675b88aa01ae912b5c8849ffb406ad976b95)
Samba Release Account [Tue, 16 Dec 1997 12:26:45 +0000 (12:26 +0000)]
Added 'missing feature' section for Chris.
Jeremy.
(This used to be commit
a66c7ce2219d136205a7b355144be2c45ab88aba)
Jeremy Allison [Tue, 16 Dec 1997 12:21:39 +0000 (12:21 +0000)]
WHATSNEW.txt - updated for 1.9.18alpha13.
docs/smb.conf.5: Removed unused NTDOMAIN params. Added new params.
source/loadparm.c: Put #ifdef NTDOMAIN around unused params.
source/nmbd_become_lmb.c: Removed check for workgroup name in lmb name.
Jeremy.
(This used to be commit
5136c5ec119968b39e2cf9d7f3e6836d9286a51f)
Jeremy Allison [Tue, 16 Dec 1997 11:32:24 +0000 (11:32 +0000)]
Added new wins & lm announce options.
Jeremy.
(This used to be commit
847506a755fac3f97274a19c8a02a2a22f82ca13)
Jeremy Allison [Tue, 16 Dec 1997 09:20:34 +0000 (09:20 +0000)]
Added Lanman announce patch from Jacco de Leeuw <leeuw@wins.uva.nl>.
Also added code to stop old Samba servers that announce the workgroup
name as master browser name when they are a local master browser.
Jeremy.
(This used to be commit
3605da055737e2cc0fbfffe7772721943a5be8bd)
Jeremy Allison [Tue, 16 Dec 1997 07:30:25 +0000 (07:30 +0000)]
nmbd_incomingdgrams.c: Fix bug with Syntax 5.1 servers reported by SGI where
they do host announcements to LOCAL_MASTER_BROWSER_NAME<00> rather than
WORKGROUP<1d>.
nmbd_incomingrequests.c: Deal with WINS_PROXY_NAME issues - don't reply
with that name if it's the same broadcast net.
nmbd_serverlistdb.c: Stopped writing "Unknown" for local master browsers
we don't know.
nmbd_winsproxy.c: Deal with WINS_PROXY_NAME issues - don't reply
with that name if it's the same broadcast net.
Jeremy.
(This used to be commit
5adfff94c9020bd57f84ccbc8fba5b1d8d1615af)
Herb Lewis [Tue, 16 Dec 1997 05:15:00 +0000 (05:15 +0000)]
fix bug in log file specification
(This used to be commit
9b77a642bd302b7aea2147d1cbcd61e310ccfd91)
Andrew Tridgell [Sun, 14 Dec 1997 18:45:51 +0000 (18:45 +0000)]
give out file handles differently on each new connection because of a
common bug in MS clients where they try to reuse a file descriptor
from an earlier smb connection. This code increases the chance that
the errant client will get an error rather than causing corruption
(This used to be commit
677d7a5a13728d8207dd2e7092c98d026d2d4f3c)
Andrew Tridgell [Sun, 14 Dec 1997 17:49:41 +0000 (17:49 +0000)]
allow name_type 0x20 as well as name_type 0x0 in dns proxying
(This used to be commit
be8a40487c128947cead19a43cf2f983e9543305)
Andrew Tridgell [Sun, 14 Dec 1997 17:48:55 +0000 (17:48 +0000)]
fix a bug that sometimes prevented smbclient from connecting with
protocol < LANMAN1
(This used to be commit
95ad2c284dad9c5042ac113eb7067a10531d34a1)
Jeremy Allison [Sat, 13 Dec 1997 14:16:07 +0000 (14:16 +0000)]
This is it ! The mega-merge of the JRA_NMBD_REWRITE branch
back into the main tree.
For the cvs logs of all the files starting nmbd_*.c, look
in the JRA_NMBD_REWRITE branch. That branch has now been
discontinued.
Jeremy.
(This used to be commit
d80b0cb645f81d16734929a0b27a91c6650499bb)
Jeremy Allison [Fri, 12 Dec 1997 09:10:01 +0000 (09:10 +0000)]
Fixed bug reported by Gert-Jan Vons <Gert-Jan.Vons@ocegr.fr>
with doing a dir /s into a unix directory ending in a ':'.
Jeremy.
(This used to be commit
273978b7d72955efcc0e0d9e87438b45f51c163d)
Jeremy Allison [Thu, 11 Dec 1997 12:25:01 +0000 (12:25 +0000)]
fixed over char 127 problems with isupper/islower.
Jeremy.
(This used to be commit
4ac95226fff8e48a0024e2beb78df662fcfeda62)
Christopher R. Hertel [Thu, 11 Dec 1997 11:44:18 +0000 (11:44 +0000)]
While working on a general-purpose caching module (out soon), I thought of
a better way to handle the node pointer array used in ubi_BinTree. The
change simplified the code a bigbunch. It also forced updates to all of
the binary tree modules. CRH
(This used to be commit
db9898559f1493ade4478196b72663759bb18995)
Jeremy Allison [Thu, 11 Dec 1997 11:07:09 +0000 (11:07 +0000)]
kanji.c: Patch from Anders Blomdell <anders.blomdell@control.lth.se>
for problem with kanji sj_strXXX functions.
Jeremy.
(This used to be commit
bf48151e6ddfa72303be7eac9e156046d4fb5b5e)
Herb Lewis [Thu, 4 Dec 1997 19:17:02 +0000 (19:17 +0000)]
fix typo in directory name
(This used to be commit
2e73fc0449beabc9658b3fe869e577a868af3c0d)
Jeremy Allison [Thu, 4 Dec 1997 18:39:08 +0000 (18:39 +0000)]
Added one more USA consultant.
Jeremy.
(This used to be commit
83c2414baf236b68f5c2461d1ecde845ec280b3f)
Andrew Tridgell [Thu, 4 Dec 1997 10:58:40 +0000 (10:58 +0000)]
catch signals in the async dns daemon and allow it to auto-restart if
necessary
(This used to be commit
fa599067f074647a5bad2ffd0fce12ae0a4e43d2)
Andrew Tridgell [Thu, 4 Dec 1997 08:10:49 +0000 (08:10 +0000)]
allow for zero size reads in asyncdns. These can happen after a signal
(This used to be commit
8bac91a6e7a3601b093cb64e9cb3bcc1663fb4d4)
Andrew Tridgell [Thu, 4 Dec 1997 07:49:37 +0000 (07:49 +0000)]
got rid of the WRAP_MALLOC code - mem_man does it better
(This used to be commit
d9bb3a4eba9c630370fea0fa297b176fd2afb532)
Andrew Tridgell [Thu, 4 Dec 1997 07:48:06 +0000 (07:48 +0000)]
added optonal MEM_MAN code
(This used to be commit
b524c8da5141e3e030e14b3a0167fa5c7ae91396)
Andrew Tridgell [Thu, 4 Dec 1997 07:41:48 +0000 (07:41 +0000)]
don't use free and alloc as structure elements
(This used to be commit
f7066355b00a169423b4f64f58567e19b52abc1b)
Andrew Tridgell [Wed, 3 Dec 1997 14:17:38 +0000 (14:17 +0000)]
Makefile.lib does nothing, so remove it
(This used to be commit
4800a02a92d9451d3bd51e7b9e366e4e60a3789e)
Andrew Tridgell [Wed, 3 Dec 1997 05:54:51 +0000 (05:54 +0000)]
slight cleanup to the linked list handling
(This used to be commit
97b62b347648411d034ab91845ae607eca4dfad6)
Andrew Tridgell [Wed, 3 Dec 1997 05:22:24 +0000 (05:22 +0000)]
put the default PRINTCAP_NAME def in includes.h not local.h so that
it can see the SYSV definitions
(This used to be commit
e439115366804982af6faba75714dbe2626edead)
Andrew Tridgell [Wed, 3 Dec 1997 05:08:07 +0000 (05:08 +0000)]
applied a patch from Norm Jacobs to allow "printcap name = lpstat"
to use lpstat to obtain the printer list on systemV systems.
I've now made this the default on all SYSV systems.
Jeremy, you were a little worried about the security of this patch. I
believe it's OK as the user has no control over the options given to
popen() and the pipe is only open for reading.
(This used to be commit
6a83de0ae954bb18d3f15382f2b0b3259fedff09)
Andrew Tridgell [Wed, 3 Dec 1997 04:20:39 +0000 (04:20 +0000)]
change the "username map" option to allow the user to stop the
processing part way through the file if a match is found. If a line
starts with ! and a match is made by that line then processing
stops. This allows better wildcard handling.
(patch from Anselm.Kruis@Physik.Uni-Muenchen.DE)
(This used to be commit
af57bc05fe0f248aaef329358c583abcffe1657c)
Andrew Tridgell [Wed, 3 Dec 1997 03:57:29 +0000 (03:57 +0000)]
allow local_machine and remote_machine (%L and %m macros) to contain
spaces
(This used to be commit
93f0619e049d1598db0c3022aeccf33910b0550f)
Jeremy Allison [Wed, 3 Dec 1997 03:50:05 +0000 (03:50 +0000)]
loadparm.c: Added lp_we_are_a_wins_server as an alias for lp_wins_support.
Used by the new nmbd and just makes more sense :-).
Jeremy.
(This used to be commit
7a2a45eae2e9a930d3243498d4e66cc2f5e4d370)
Andrew Tridgell [Wed, 3 Dec 1997 03:46:43 +0000 (03:46 +0000)]
add a warning if the timezone is not a multiple of 1 minute. This
should catch broken timezone files in slackware linux.
(This used to be commit
ce37bd9dcaeaf0c5e97845954342762ebaf43b10)
Andrew Tridgell [Wed, 3 Dec 1997 03:43:05 +0000 (03:43 +0000)]
allow users to disable the NetWkstaUserLogon call in server level
security by changing a setting in local.h or adding it to their
Makefile. See comment in local.h
(This used to be commit
cc10fdf7583ec644850445ad96afd8b22b71e86f)
Andrew Tridgell [Wed, 3 Dec 1997 03:37:02 +0000 (03:37 +0000)]
make the "printing" option a per share option rather than global. When
printing to lots of different sorts of remote printers this is useful
(This used to be commit
7a88bed4a5ca8afe1f2836f7f9a019db01bf998e)
Andrew Tridgell [Wed, 3 Dec 1997 03:21:25 +0000 (03:21 +0000)]
I'm slowly getting though the todo list :-)
This change allows people to select the SYSLOG_FACILITY in local.h, or
add it to the Makefile if they want to.
(This used to be commit
afe88facbfb85113105bf516e066b6c1e971f6b7)
Andrew Tridgell [Wed, 3 Dec 1997 03:00:49 +0000 (03:00 +0000)]
hopefully handle "ready and waiting" messages in print queue output a
little better
(This used to be commit
465edceecf86cafd225e5662b01242f87f0bd603)
Andrew Tridgell [Wed, 3 Dec 1997 02:27:50 +0000 (02:27 +0000)]
fix toupper(c) on a already uppercase char and tolower(c) on an
already lowercase char when using code pages. Jeremy, can you confirm
that this looks right? It comes from PR#1992
(This used to be commit
157fde339695d3185ecf857187e981edd06a8b65)
Andrew Tridgell [Tue, 2 Dec 1997 23:32:03 +0000 (23:32 +0000)]
fixed the help message for -p (someone complained!)
(This used to be commit
c779ed654ec7d9f1fc870476a05d2294e8c0faea)
Andrew Tridgell [Tue, 2 Dec 1997 23:30:43 +0000 (23:30 +0000)]
add the null string to SMBsetatr calls
(This used to be commit
fbb2be050ded099741345a101ba13e6b12ebc823)
Andrew Tridgell [Tue, 2 Dec 1997 23:29:57 +0000 (23:29 +0000)]
changing the comment in find_new_file() to say why a base of 1 is used
(This used to be commit
2b0f3fd14908411472be032ad09144cb71c55479)
Andrew Tridgell [Tue, 2 Dec 1997 23:28:14 +0000 (23:28 +0000)]
the default GUEST_ACCOUNT should be here not in smb.h
(This used to be commit
13c2f432d61381a055378d303dfc8806ea4eea42)
Andrew Tridgell [Tue, 2 Dec 1997 23:27:40 +0000 (23:27 +0000)]
HPUX trusted systems need to use bigcrypt() not crypt()
(This used to be commit
979eaf9e9c4dd58f1371597585d4cd64841febd0)
Andrew Tridgell [Tue, 2 Dec 1997 23:26:42 +0000 (23:26 +0000)]
get rid of some things out of smb.h that are already in local.h
(This used to be commit
d55df52487ca6786f1635276b2787857a772219a)
Andrew Tridgell [Tue, 2 Dec 1997 23:24:26 +0000 (23:24 +0000)]
dont try getpeername() when Client isn't initialised
(This used to be commit
a32ca542ad294ecc3848ca511337a8cc994d67be)
Jeremy Allison [Tue, 2 Dec 1997 19:55:44 +0000 (19:55 +0000)]
Documented the 'veto oplock files' parameter.
Jeremy.
(This used to be commit
0263f333f22d2f7f90a155ff19915ff58929bba0)
Jeremy Allison [Tue, 2 Dec 1997 19:00:18 +0000 (19:00 +0000)]
asyncdns.c: Removed warning when compiling with -DSYNC_DNS.
nameelect.c: Tidied up settings of work->ServerType when unbecoming things.
nmbd.c: Fixed pidFile warning.
server.c: Fixed pidFile warning.
Jeremy.
(This used to be commit
94d53dcac5d06e48be5cea9d54625da795f62d20)
Herb Lewis [Mon, 1 Dec 1997 22:49:09 +0000 (22:49 +0000)]
fix for systems that don't have PWD environment variable defined
(This used to be commit
f67e21f73ffa3bbb1f3bffae709219c86be236f6)
Herb Lewis [Mon, 1 Dec 1997 15:21:23 +0000 (15:21 +0000)]
remove stutter from closing instructions
(This used to be commit
358fcbf2e4ca274d7ef34e3cac0bc7fd72732ec5)
Herb Lewis [Mon, 1 Dec 1997 14:50:52 +0000 (14:50 +0000)]
dded error checking to scripts
(This used to be commit
b7e1265f106010e03d92575f4578162ec659994b)
Andrew Tridgell [Sun, 30 Nov 1997 05:46:33 +0000 (05:46 +0000)]
the logon script example should use %U.bat not %u.bat
(This used to be commit
e57275dd193d648458293b25f0cc3c7179f26536)
Jeremy Allison [Sun, 30 Nov 1997 02:58:34 +0000 (02:58 +0000)]
clientgen.c: Added cli_mv() (used in a recent torture test).
reply.c: Changed reply_open_and_X to split out the oplock
request bits from core and extended and if an oplock was granted only set
the corresponding bit on reply.
server.c: Added code to dynamically allocate i/o buffers in oplock_break
(prevents recursion problems) , also made reset of sent_oplock_break
explicit.
Jeremy.
(This used to be commit
16e55ee2b8be9a4210d8cf87691cdf42373759d2)
Andrew Tridgell [Sat, 29 Nov 1997 13:35:09 +0000 (13:35 +0000)]
don't display locks for dead processes in smbstatus
(This used to be commit
c7df484ef6d746fb1f5b53007ee04fa54e5f2223)
Andrew Tridgell [Sat, 29 Nov 1997 13:29:13 +0000 (13:29 +0000)]
use -1 not 0xffffffff in SIVALS() macros
use the same process_exists() code on all systems (it's probably
faster anyway)
(This used to be commit
901b95aa77ac1ecc45823c23fb4e1d9da8dc8318)
Andrew Tridgell [Sat, 29 Nov 1997 02:40:31 +0000 (02:40 +0000)]
added a sent_oplock_break element to Files[] as a paranoia check so we
can't sent a oplock break twice on the same file.
changed some debug levels in the oplock code to level 0 so we can
track down a bug
zero the returned Files[] entry in find_free_file()
don't try to overcome client bugs in the handling of non-encrypted
passwords if in server level security mode
added paranoid null termination of password buffers
slight change to my ajt_panic() routine
(This used to be commit
e360c79c9cec681c4609783019749773d3e79386)
Andrew Tridgell [Fri, 28 Nov 1997 05:52:31 +0000 (05:52 +0000)]
pass the mailslot name to process_logon_packet()
- fixed process_logon_packet() to always send the reply to/from the
correct netbios name (it should match the query)
- only do a NT style QUERYFORPDC if the query came in on a
NT_LOGON_MAILSLOT
Luke, can you check to see if these changes work in your branch with
NT logons?
(This used to be commit
e89611985b35155770648c8f16ddd19acfb5ee13)
Andrew Tridgell [Fri, 28 Nov 1997 05:48:48 +0000 (05:48 +0000)]
get_entries is an int not a bool
(This used to be commit
84215c9b91f3c5130b172a3bbc83c7ddd66c5cb8)
Samba Release Account [Fri, 28 Nov 1997 03:46:03 +0000 (03:46 +0000)]
preparing for release of 1.9.18alpha12
(This used to be commit
9cac33a13dc7c4890628436b80f6cbd8361deab2)
Andrew Tridgell [Fri, 28 Nov 1997 03:39:04 +0000 (03:39 +0000)]
there was a bug in my oplock bugfix :-)
It's fixed properly now :-)
(This used to be commit
a6a04b5c6cd35e4b5f4dd4522775961e6315c658)
Andrew Tridgell [Fri, 28 Nov 1997 03:30:24 +0000 (03:30 +0000)]
fixed a very nasty oplock bug. We could send oplock break requests on
files that aren't open if the file happened to close while the oplock
was in transit. We would end up sending a oplock break request on
another random file (actually the open file that happened to have the
highest fnum). Then we wouldn't get a response, so smbd would keep
sending and would actually flood the net with an infinite number of
oplock break requests!
(This used to be commit
0da20e0aecbf3e59bdc649c489a18832403dc9b2)
Andrew Tridgell [Wed, 26 Nov 1997 23:43:06 +0000 (23:43 +0000)]
oh no! my favourite hack is broken. You can't do:
[%U]
path = %H
to get a new homes area. I wonder when it broke?
Anyway, I've fixed it. We can all rest easy now, knowing that you
really can produce an incomprehensible smb.conf and get it to work.
(This used to be commit
2245da4ad6674aa373e3057c661f5bc0315e191f)
Andrew Tridgell [Tue, 25 Nov 1997 12:20:55 +0000 (12:20 +0000)]
get rid of stat command (it is a hangover from an old experiment)
(This used to be commit
8ced76c4c71c67c54bf0deedff5a7adfca04e4f3)
Dan Shearer [Mon, 24 Nov 1997 19:10:40 +0000 (19:10 +0000)]
Remind them to read the man page about needing to be root.
(This used to be commit
9ccd76e64d396c5c7f1da7346196476ca9a21eb8)
Andrew Tridgell [Mon, 24 Nov 1997 13:44:52 +0000 (13:44 +0000)]
added cli_rmdir and cli_mkdir
added test in smbtorture for the server updating the directory modify
time when a file is added to a directory
cleanup in smbtorture so no garbage files are left on the server
(This used to be commit
3a5e07f1e994396853e6340e8ef3f4d12bb0243e)
Andrew Tridgell [Sun, 23 Nov 1997 07:26:42 +0000 (07:26 +0000)]
added a SMB_QUERY_FILE_ALL_INFO test into smbtorture
W95 doesn't seem to support this call.
(This used to be commit
162947c6e672580216c6223a44d25b874f0487ab)
Andrew Tridgell [Sun, 23 Nov 1997 05:55:44 +0000 (05:55 +0000)]
added some QPATHINFO and QFILEINFO tests into smbtorture.
This tests for things like midnight access times, sticky create times
and word reversed INFO_STANDARD returns
(This used to be commit
89141de14edf9e46ab279d2a74a9b026716a0ba8)
Andrew Tridgell [Sun, 23 Nov 1997 03:09:59 +0000 (03:09 +0000)]
test SMBsetatr as well
(This used to be commit
2f29c24ba721e417828efca57011ed45892191a5)
Andrew Tridgell [Sun, 23 Nov 1997 02:42:22 +0000 (02:42 +0000)]
minor wsmbconf and cgi changes
(This used to be commit
bca9c49e6f24c2ee79cbb9b6ebf69d6647146fc1)
Andrew Tridgell [Sun, 23 Nov 1997 02:41:22 +0000 (02:41 +0000)]
added a test for the NT SMBgetatr bug in smbtorture
added support for choosing the protocol level in smbtorture (-m option)
use -1 for null date in cli_close()
get the attributes right in cli_open()
(This used to be commit
d64d40a6ec57a4a999ae1f39175bcfd86ccb196e)
Andrew Tridgell [Sat, 22 Nov 1997 07:51:23 +0000 (07:51 +0000)]
this new cgi code includes the ability to act as a mini web server,
allowing people to use web configuration of Samba without installing a
web server
(This used to be commit
b4e05c360e77cbf27a95920b613bfe6bc874ea1b)
Andrew Tridgell [Sat, 22 Nov 1997 07:17:32 +0000 (07:17 +0000)]
fixed some typecasts of (char *) to (unsigned char *)
(This used to be commit
c98ba8c748bd852ff609cec5510cd5a013f51fd2)
Andrew Tridgell [Sat, 22 Nov 1997 07:10:22 +0000 (07:10 +0000)]
Andrew Tridgell [Sat, 22 Nov 1997 07:09:12 +0000 (07:09 +0000)]
added true enumerated types in loadparm.c. Now we don't need all those
"interpret_security" and similar functions. This also means that
testparm produces string values for these enumerated types rather than
an integer. This was done to make the web interface much cleaner.
While I was doing this I found a couple of very nasty bugs in the
parm_table code. Someone had added a handle_character_set() function
that treated the char** pointer for a P_STRING as an integer! This
would have caused memory corruption for anyone using the "character
set" option. The loadparm code is delicate - please be careful about
using it's more esoteric features!
I've also removed the "coding system" global and made it a
P_STRING. The integer value was never used anywhere in Samba.
(This used to be commit
bac6b0daa288e879330e3d585582122bb93a1ffb)
Jeremy Allison [Fri, 21 Nov 1997 21:06:40 +0000 (21:06 +0000)]
Just fixed a *serious* bug in nameelect.c to do with local
master browsers. Once we have become a local master, we would
*NEVER* stop announcing ourselves as such. This has serious
implications for the new nmbd code.
Jeremy.
(This used to be commit
8e8d239d9e112bf1eb32f4ec1657ff505a34d934)
John Terpstra [Fri, 21 Nov 1997 14:01:23 +0000 (14:01 +0000)]
Added in mods for new smb.conf "remote browse sync" option as posted to
the samba-1.9.17 tree moments ago.
(This used to be commit
2ee25cd117a116d0304960780d6c197f39d25a3d)
Andrew Tridgell [Fri, 21 Nov 1997 04:57:37 +0000 (04:57 +0000)]
use LocTimeDiff() not TimeDiff() to ensure that longdate conversion is
consistent (this is really just a cosmetic change)
(This used to be commit
30b84bb68bfbfb022decc36c1b4869a39a06e556)
Andrew Tridgell [Thu, 20 Nov 1997 01:36:36 +0000 (01:36 +0000)]
added some debug lines to the rename code
(This used to be commit
ee3042eefb47bbdbefc83ab3f0f407c7dea4d8a0)
Andrew Tridgell [Wed, 19 Nov 1997 23:50:02 +0000 (23:50 +0000)]
changed nmblookup to only set recursion_desired in queries if the -R
option is used.
(This used to be commit
4561b8242e12c63401d008e7fdb2442457bd366d)
Andrew Tridgell [Wed, 19 Nov 1997 04:12:37 +0000 (04:12 +0000)]
Jeremy Allison [Tue, 18 Nov 1997 23:30:49 +0000 (23:30 +0000)]
ipc.c: Changed reply_trans to use receive_next_smb() to cope
with local message processing.
reply.c: Added check to reply_lockingX for chain after oplock break.
server.c: Added receive_next_smb().
trans2.c: Changed reply_trans2 to use receive_next_smb() to cope
with local message processing.
(This used to be commit
f4ae644e13f2c4479dfc94c77c0a8295edf54086)
Andrew Tridgell [Tue, 18 Nov 1997 04:12:54 +0000 (04:12 +0000)]
don't do the 255.255.255.255 mapping for group names if the name type
is 0x1c. This allows remote logon servers when using a Samba WINS server.
I did some experiments with a real NT WINS server and this behaviour
is much closer to being correct. It will only be totally correct when
we add proper group name support.
(This used to be commit
c43b7e29baea84e18b07f2d8bfdb2628b86fd59c)
Jeremy Allison [Mon, 17 Nov 1997 19:16:38 +0000 (19:16 +0000)]
loadparm.c : Added "veto oplock files" parameter.
make_printerdef.c: Fixed warning.
quotas.c: Fixed irix root errors.
server.c: Fixed oplock reference count bug.
smb.h: Added IS_VETO_OPLOCK_PATH().
Jeremy.
(This used to be commit
c28487df63e29bc0f8d2ece876a07a2a076d4c73)
Andrew Tridgell [Tue, 11 Nov 1997 02:51:20 +0000 (02:51 +0000)]
added code to test the cli_NetServerEnum() function in clientgen.c
(This used to be commit
4933ba49b55a9a438b006c977c7ab6f5960065a3)
Andrew Tridgell [Tue, 11 Nov 1997 02:38:54 +0000 (02:38 +0000)]
fixed a bug which caused nmbd to core dump. The problem was incorrect
parameters to cli_NetServerEnum()
(This used to be commit
628d5895aa8a6add1a76bcf2561d01881b7c8c63)
Jeremy Allison [Tue, 11 Nov 1997 01:19:32 +0000 (01:19 +0000)]
Left global_oplock_break set while request to break oplock is
outstanding to client. Done to allay Andrews' fears about
readbraw crossing on the wire :-).
Jeremy.
(This used to be commit
2fe8a730d9eeadca22ed1424014181e193ce3d52)
Andrew Tridgell [Tue, 11 Nov 1997 00:48:42 +0000 (00:48 +0000)]
auto-create the locks directory on startup
(This used to be commit
a0ab8fe54c27d9f25266c5abfd60458827500dfd)
Jeremy Allison [Mon, 10 Nov 1997 19:38:17 +0000 (19:38 +0000)]
Removed pwd_validate.c as no longer in main branch.
Jeremy
(This used to be commit
5a4a936b2c1eb6659980c69f6d05b45b14e63735)
Jeremy Allison [Mon, 10 Nov 1997 19:23:17 +0000 (19:23 +0000)]
Rolled back tree state to 11:59pm 8th November 1997 EST to
remove problems.
Jeremy
(This used to be commit
4a36ac236c2ad634f05efcd0179875d09988614a)
Luke Leighton [Sun, 9 Nov 1997 20:42:47 +0000 (20:42 +0000)]
byteorder.h :
typecasting for the debug messages of the data dump. hm.
#ifdef NTDOMAIN
ntclient.c rpc_pipes/lsaparse.c rpc_pipes/ntclientnet.c rpc_pipes/smbparse.c :
adding "Net Server Password Set" functionality to smbclient.
#endif
(This used to be commit
ad43183d2dd62a808c9fba03f81562362d4de713)
Luke Leighton [Sun, 9 Nov 1997 17:30:10 +0000 (17:30 +0000)]
attempting to mark up 32 bit error codes, needed for NT domains.
separated out smb server-mode password validation into a separate file.
added called and calling netbios names to client gen state: referenced
section in rfc1002.txt.
created workstation trust account checking code in ntclient.c
there might be a bug in reply_session_setup_andX. i indented and added { }
around single-line if statements: the lm password checking code now doesn't
look right (around the GUEST_SESSSETUP bits). *no code semantics have been
changed by the indentation process*.
(This used to be commit
f27966957fa7f16d337a4a58719239d036deab4c)
Luke Leighton [Sat, 8 Nov 1997 14:23:49 +0000 (14:23 +0000)]
mod_smbpasswd() was junking the smbpasswd file...
uninitialised variable warnings.
(This used to be commit
1b0bd98bb3bfd3d8cd02e8983e825199e839ec05)