Samba 2.2.pre3 and DOS clients /read raw

Ph. Marek marek at bmlv.gv.at
Tue Dec 4 22:33:02 GMT 2001


>> I have a problem using Samba 2.2.pre3 and DOS clients:
>> On some files the just don't get valid data.
>> 
>> I traced the problem to this facts:
>> - DOS issues SMBread or SMBreadraw calls (I don't know how it decides which
>> of these)
>> - On SMBreadraw Samba gives back a "invalid fid" (sniffed with ethereal)
>> - this fid seems to be in the SMBopen answer given before - seems to be,
>> because ethereal won't dissect the last part of SMBopen. But the 16bit
>> value of the fid is there.
>> 
>> It does work with NT4, did work with Samba 2.0.4 (or suchlike, I am not
>> 100% sure) with same configuration.
>
>Can you give me the exact means you use to reproduce this
>please ?
Well, I traced a little further.

Please see attached 2 files:
- setup.txt: Sniffer dump of session setup. Sorry, only server sent packets
- don't know why, should have both sides.
- a samba-logfile at level 10: this is interesting at line 1082, where the
SMBreadraw gets flagged with an error. The DOS commands were "type
text.txt" and "pc-spez\view.exe". the type worked, the view.exe says
"illegal .Exe-file"

Another data point: if I have "read raw=false" in [global], it works (at
least with DOS) - but is slow, naturally.


>Thanks,
>
>	Jeremy.
Thank you!


Regards,

Phil
-------------- next part --------------
[2001/05/12 07:18:47, 2] lib/interface.c:add_interface(83)
  added interface ip=10.16.41.246 bcast=10.16.41.255 nmask=255.255.254.0
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_KEEPALIVE = 1
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_REUSEADDR = 1
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_BROADCAST = 0
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option TCP_NODELAY = 1
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option IPTOS_LOWDELAY = 0
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option IPTOS_THROUGHPUT = 0
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_SNDBUF = 16384
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_RCVBUF = 87380
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_SNDLOWAT = 1
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_RCVLOWAT = 1
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_SNDTIMEO = 0
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_RCVTIMEO = 0
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_KEEPALIVE = 1
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_REUSEADDR = 1
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_BROADCAST = 0
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option TCP_NODELAY = 1
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option IPTOS_LOWDELAY = 0
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option IPTOS_THROUGHPUT = 0
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_SNDBUF = 16384
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_RCVBUF = 87380
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_SNDLOWAT = 1
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_RCVLOWAT = 1
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_SNDTIMEO = 0
[2001/05/12 07:18:47, 5] lib/util_sock.c:print_socket_options(109)
  socket option SO_RCVTIMEO = 0
[2001/05/12 07:18:47, 5] lib/hash.c:hash_table_init(68)
  Hash size = 521.
[2001/05/12 07:18:57, 10] lib/util_sock.c:read_smb_length_return_keepalive(600)
  got smb length of 50
[2001/05/12 07:18:57, 6] smbd/process.c:process_smb(854)
  got message type 0x0 of len 0x32
[2001/05/12 07:18:57, 3] smbd/process.c:process_smb(855)
  Transaction 87 of length 54
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(278)
  size=50
  smb_com=0x2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=0
  smb_flg2=0
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=2
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=0 (0x0)
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=6 (0x6)
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(294)
  smb_bcc=11
[2001/05/12 07:18:57, 10] lib/util.c:dump_data(1433)
  [000] 04 5C 54 45 58 54 2E 54  58 54 00                 .\TEXT.T XT.
[2001/05/12 07:18:57, 3] smbd/process.c:switch_message(662)
  switch message SMBopen (pid 2329)
[2001/05/12 07:18:57, 3] smbd/sec_ctx.c:set_sec_ctx(314)
  setting sec ctx (101, 65534) - sec_ctx_stack_ndx = 0
[2001/05/12 07:18:57, 3] smbd/sec_ctx.c:set_sec_ctx(319)
  1 user groups: 
  65534 
[2001/05/12 07:18:57, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,101) gid=(0,65534)
[2001/05/12 07:18:57, 5] smbd/filename.c:unix_convert(145)
  unix_convert called on file "\TEXT.TXT"
[2001/05/12 07:18:57, 3] lib/util.c:unix_clean_name(389)
  unix_clean_name [/TEXT.TXT]
[2001/05/12 07:18:57, 5] smbd/mangle.c:is_8_3(337)
  Checking TEXT.TXT for 8.3
[2001/05/12 07:18:57, 5] smbd/filename.c:unix_convert(221)
  unix_convert begin: name = TEXT.TXT, dirpath = , start = TEXT.TXT
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: .
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: ..
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: clone.bat
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: clonedsk.bat
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: clonedsk.nfo
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: i386
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: clonebandversion.txt
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: install.bat
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: pc-spez
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: unatt.txt
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: products
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: server.bat
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: text.txt
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( clone.bat, need83 = False, cache83 = True, 6 )
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [clone.bat]
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( clonedsk.bat, need83 = False, cache83 = True, 6 )
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [clonedsk.bat]
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( clonedsk.nfo, need83 = False, cache83 = True, 6 )
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [clonedsk.nfo]
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( i386, need83 = False, cache83 = True, 6 )
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [i386]
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( clonebandversion.txt, need83 = False, cache83 = True, 6 )
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [clonebandversion.txt]
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( install.bat, need83 = False, cache83 = True, 6 )
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [install.bat]
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( pc-spez, need83 = False, cache83 = True, 6 )
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [pc-spez]
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( unatt.txt, need83 = False, cache83 = True, 6 )
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [unatt.txt]
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( products, need83 = False, cache83 = True, 6 )
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [products]
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( server.bat, need83 = False, cache83 = True, 6 )
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [server.bat]
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( text.txt, need83 = False, cache83 = True, 6 )
[2001/05/12 07:18:57, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [text.txt]
[2001/05/12 07:18:57, 5] smbd/statcache.c:stat_cache_add(132)
  stat_cache_add: Added entry TEXT.TXT -> text.txt
[2001/05/12 07:18:57, 5] smbd/filename.c:unix_convert(406)
  conversion finished TEXT.TXT -> text.txt
[2001/05/12 07:18:57, 3] smbd/dosmode.c:unix_mode(111)
  unix_mode(text.txt) returning 0744
[2001/05/12 07:18:57, 5] smbd/files.c:file_new(121)
  allocated file structure 6256, fnum = 10352 (1 used)
[2001/05/12 07:18:57, 10] smbd/open.c:open_file_shared(653)
  open_file_shared: fname = text.txt, share_mode = 0, ofun = 1, mode = 744, oplock request = 0
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: text.txt
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 3] lib/util.c:unix_clean_name(389)
  unix_clean_name [text.txt]
[2001/05/12 07:18:57, 4] smbd/open.c:open_file_shared(782)
  calling open_file with flags=0x0 flags2=0x0 mode=0744
[2001/05/12 07:18:57, 10] smbd/open.c:fd_open(51)
  fd_open: name text.txt, flags = 04000 mode = 0744, fd = 22. 
[2001/05/12 07:18:57, 2] smbd/open.c:open_file(214)
  INST opened file text.txt read=Yes write=No (numopen=1)
[2001/05/12 07:18:57, 10] smbd/open.c:open_file_shared(883)
  open_file_shared : share_mode = 0
[2001/05/12 07:18:57, 8] smbd/dosmode.c:dos_mode(123)
  dos_mode: text.txt
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1104)
  is_in_path: text.txt
[2001/05/12 07:18:57, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:18:57, 8] smbd/dosmode.c:dos_mode(167)
  dos_mode returning 
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(278)
  size=49
  smb_com=0x2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=128
  smb_flg2=1
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=7
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=10352 (0x2870)
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=0 (0x0)
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(289)
  smb_vwv[2]=57635 (0xE123)
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(289)
  smb_vwv[3]=15100 (0x3AFC)
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(289)
  smb_vwv[4]=20 (0x14)
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(289)
  smb_vwv[5]=0 (0x0)
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(289)
  smb_vwv[6]=0 (0x0)
[2001/05/12 07:18:57, 5] lib/util.c:show_msg(294)
  smb_bcc=0
[2001/05/12 07:18:58, 6] lib/util_sock.c:write_socket(558)
  write_socket(12,53)
[2001/05/12 07:18:58, 6] lib/util_sock.c:write_socket(561)
  write_socket(12,53) wrote 53
[2001/05/12 07:18:58, 10] lib/util_sock.c:read_smb_length_return_keepalive(600)
  got smb length of 48
[2001/05/12 07:18:58, 6] smbd/process.c:process_smb(854)
  got message type 0x0 of len 0x30
[2001/05/12 07:18:58, 3] smbd/process.c:process_smb(855)
  Transaction 88 of length 52
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(278)
  size=48
  smb_com=0xa
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=0
  smb_flg2=0
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=5
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=10352 (0x2870)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=20 (0x14)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[2]=0 (0x0)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[3]=0 (0x0)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[4]=0 (0x0)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(294)
  smb_bcc=0
[2001/05/12 07:18:58, 3] smbd/process.c:switch_message(662)
  switch message SMBread (pid 2329)
[2001/05/12 07:18:58, 3] smbd/sec_ctx.c:set_sec_ctx(314)
  setting sec ctx (101, 65534) - sec_ctx_stack_ndx = 0
[2001/05/12 07:18:58, 3] smbd/sec_ctx.c:set_sec_ctx(319)
  1 user groups: 
  65534 
[2001/05/12 07:18:58, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,101) gid=(0,65534)
[2001/05/12 07:18:58, 10] smbd/fileio.c:seek_file(61)
  seek_file: requested pos = 0, new pos = 0
[2001/05/12 07:18:58, 3] smbd/reply.c:reply_read(2350)
  read fnum=10352 num=20 nread=20
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(278)
  size=68
  smb_com=0xa
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=128
  smb_flg2=1
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=5
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=20 (0x14)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=0 (0x0)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[2]=0 (0x0)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[3]=0 (0x0)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[4]=0 (0x0)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(294)
  smb_bcc=23
[2001/05/12 07:18:58, 10] lib/util.c:dump_data(1433)
  [000] 01 14 00 54 68 69 73 20  69 73 20 61 20 74 65 78  ...This  is a tex
[2001/05/12 07:18:58, 10] lib/util.c:dump_data(1441)
  [010] 74 2D 66 69 6C 65 0A                              t-file. 
[2001/05/12 07:18:58, 6] lib/util_sock.c:write_socket(558)
  write_socket(12,72)
[2001/05/12 07:18:58, 6] lib/util_sock.c:write_socket(561)
  write_socket(12,72) wrote 72
[2001/05/12 07:18:58, 10] lib/util_sock.c:read_smb_length_return_keepalive(600)
  got smb length of 41
[2001/05/12 07:18:58, 6] smbd/process.c:process_smb(854)
  got message type 0x0 of len 0x29
[2001/05/12 07:18:58, 3] smbd/process.c:process_smb(855)
  Transaction 89 of length 45
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(278)
  size=41
  smb_com=0x4
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=0
  smb_flg2=0
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=3
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=10352 (0x2870)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=57634 (0xE122)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(289)
  smb_vwv[2]=15100 (0x3AFC)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(294)
  smb_bcc=0
[2001/05/12 07:18:58, 3] smbd/process.c:switch_message(662)
  switch message SMBclose (pid 2329)
[2001/05/12 07:18:58, 3] smbd/sec_ctx.c:set_sec_ctx(314)
  setting sec ctx (101, 65534) - sec_ctx_stack_ndx = 0
[2001/05/12 07:18:58, 3] smbd/sec_ctx.c:set_sec_ctx(319)
  1 user groups: 
  65534 
[2001/05/12 07:18:58, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,101) gid=(0,65534)
[2001/05/12 07:18:58, 4] smbd/dosmode.c:set_filetime(331)
  set_filetime(text.txt) failed: Operation not permitted
[2001/05/12 07:18:58, 3] smbd/reply.c:reply_close(2990)
  close fd=22 fnum=10352 (numopen=1)
[2001/05/12 07:18:58, 10] locking/locking.c:del_share_entry(511)
  del_share_entry: num_share_modes = 1
[2001/05/12 07:18:58, 10] locking/locking.c:del_share_entry(522)
  del_share_entry: deleting entry 0
[2001/05/12 07:18:58, 10] smbd/close.c:close_normal_file(155)
  close_normal_file: share_entry_count = 0 for file text.txt
[2001/05/12 07:18:58, 2] smbd/close.c:close_normal_file(206)
  prod closed file text.txt (numopen=0) 
[2001/05/12 07:18:58, 5] smbd/files.c:file_free(339)
  freed files structure 10352 (0 used)
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(278)
  size=35
  smb_com=0x4
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=128
  smb_flg2=1
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=0
[2001/05/12 07:18:58, 5] lib/util.c:show_msg(294)
  smb_bcc=0
[2001/05/12 07:18:58, 6] lib/util_sock.c:write_socket(558)
  write_socket(12,39)
[2001/05/12 07:18:58, 6] lib/util_sock.c:write_socket(561)
  write_socket(12,39) wrote 39
[2001/05/12 07:19:03, 10] lib/util_sock.c:read_smb_length_return_keepalive(600)
  got smb length of 61
[2001/05/12 07:19:03, 6] smbd/process.c:process_smb(854)
  got message type 0x0 of len 0x3d
[2001/05/12 07:19:03, 3] smbd/process.c:process_smb(855)
  Transaction 90 of length 65
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(278)
  size=61
  smb_com=0x81
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=0
  smb_flg2=0
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=2
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=1 (0x1)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=19 (0x13)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(294)
  smb_bcc=22
[2001/05/12 07:19:03, 10] lib/util.c:dump_data(1433)
  [000] 04 5C 50 43 2D 53 50 45  5A 5C 56 49 45 57 2E 45  .\PC-SPE Z\VIEW.E
[2001/05/12 07:19:03, 10] lib/util.c:dump_data(1441)
  [010] 58 45 00 05 00 00                                 XE.... 
[2001/05/12 07:19:03, 3] smbd/process.c:switch_message(662)
  switch message SMBsearch (pid 2329)
[2001/05/12 07:19:03, 3] smbd/sec_ctx.c:set_sec_ctx(314)
  setting sec ctx (101, 65534) - sec_ctx_stack_ndx = 0
[2001/05/12 07:19:03, 3] smbd/sec_ctx.c:set_sec_ctx(319)
  1 user groups: 
  65534 
[2001/05/12 07:19:03, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,101) gid=(0,65534)
[2001/05/12 07:19:03, 5] smbd/filename.c:unix_convert(145)
  unix_convert called on file "\PC-SPEZ\VIEW.EXE"
[2001/05/12 07:19:03, 3] lib/util.c:unix_clean_name(389)
  unix_clean_name [/PC-SPEZ/VIEW.EXE]
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking VIEW.EXE for 8.3
[2001/05/12 07:19:03, 5] smbd/filename.c:unix_convert(221)
  unix_convert begin: name = PC-SPEZ/VIEW.EXE, dirpath = , start = PC-SPEZ/VIEW.EXE
[2001/05/12 07:19:03, 4] smbd/dir.c:DirCacheCheck(908)
  Got dir cache hit on . PC-SPEZ -> pc-spez
[2001/05/12 07:19:03, 5] smbd/statcache.c:stat_cache_add(132)
  stat_cache_add: Added entry PC-SPEZ -> pc-spez
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: .
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: ..
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: LCH.EXE
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: Chgdmi.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: detectpc.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: detectpc.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: CHECKVER.EXE
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: Passet.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: 720MBD.EXE
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: 720mbd.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: Passet.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: chgdmi.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: unknown.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: DUMPBIOS.EXE
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: View.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: unknowntxt.old
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: DETECTGK.EXE
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: detectgk.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: gktyp
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: pctyp
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( LCH.EXE, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [LCH.EXE]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( Chgdmi.exe, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [Chgdmi.exe]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( detectpc.exe, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [detectpc.exe]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( detectpc.txt, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [detectpc.txt]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( CHECKVER.EXE, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [CHECKVER.EXE]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( Passet.exe, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [Passet.exe]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( 720MBD.EXE, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [720MBD.EXE]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( 720mbd.txt, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [720mbd.txt]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( Passet.txt, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [Passet.txt]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( chgdmi.txt, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [chgdmi.txt]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( unknown.txt, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [unknown.txt]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( DUMPBIOS.EXE, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [DUMPBIOS.EXE]
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( View.exe, need83 = False, cache83 = True, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [View.exe]
[2001/05/12 07:19:03, 5] smbd/statcache.c:stat_cache_add(132)
  stat_cache_add: Added entry PC-SPEZ/VIEW.EXE -> pc-spez/View.exe
[2001/05/12 07:19:03, 5] smbd/filename.c:unix_convert(406)
  conversion finished PC-SPEZ/VIEW.EXE -> pc-spez/View.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: pc-spez/View.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 3] lib/util.c:unix_clean_name(389)
  unix_clean_name [pc-spez/View.exe]
[2001/05/12 07:19:03, 5] smbd/dir.c:start_dir(334)
  start_dir dir=pc-spez
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: pc-spez
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 3] lib/util.c:unix_clean_name(389)
  unix_clean_name [pc-spez]
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: .
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: ..
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: LCH.EXE
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: Chgdmi.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: detectpc.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: detectpc.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: CHECKVER.EXE
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: Passet.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: 720MBD.EXE
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: 720mbd.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: Passet.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: chgdmi.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: unknown.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: DUMPBIOS.EXE
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: View.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: unknowntxt.old
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: DETECTGK.EXE
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: detectgk.txt
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: gktyp
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: pctyp
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 3] smbd/dir.c:dptr_create(489)
  creating new dirptr 9 for path pc-spez, expect_close = 0
[2001/05/12 07:19:03, 4] smbd/reply.c:reply_search(1429)
  dptr_num is 9
[2001/05/12 07:19:03, 8] smbd/reply.c:reply_search(1447)
  dirpath=<pc-spez> dontdescend=<>
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 1
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( ., need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking . for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [.]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 2
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( .., need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking .. for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [..]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( LCH.EXE, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking LCH.EXE for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [LCH.EXE]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 4
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( Chgdmi.exe, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking Chgdmi.exe for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [Chgdmi.exe]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 5
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( detectpc.exe, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking detectpc.exe for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [detectpc.exe]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 6
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( detectpc.txt, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking detectpc.txt for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [detectpc.txt]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 7
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( CHECKVER.EXE, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking CHECKVER.EXE for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [CHECKVER.EXE]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 8
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( Passet.exe, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking Passet.exe for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [Passet.exe]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 9
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( 720MBD.EXE, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking 720MBD.EXE for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [720MBD.EXE]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 10
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( 720mbd.txt, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking 720mbd.txt for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [720mbd.txt]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 11
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( Passet.txt, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking Passet.txt for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [Passet.txt]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 12
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( chgdmi.txt, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking chgdmi.txt for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [chgdmi.txt]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 13
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( unknown.txt, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking unknown.txt for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [unknown.txt]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 14
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(989)
  name_map_mangle( DUMPBIOS.EXE, need83 = True, cache83 = False, 6 )
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking DUMPBIOS.EXE for 8.3
[2001/05/12 07:19:03, 5] smbd/mangle.c:name_map_mangle(1023)
  name_map_mangle() ==> [DUMPBIOS.EXE]
[2001/05/12 07:19:03, 6] smbd/dir.c:get_dir_entry(595)
  readdir on dirptr 0x81ba9a8 now at offset 15
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking View.exe for 8.3
[2001/05/12 07:19:03, 8] smbd/dosmode.c:dos_mode(123)
  dos_mode: pc-spez/View.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: pc-spez/View.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] smbd/dosmode.c:dos_mode(167)
  dos_mode returning ra
[2001/05/12 07:19:03, 3] smbd/dir.c:get_dir_entry(643)
  get_dir_entry mask=[VIEW.EXE] found pc-spez/View.exe fname=View.exe
[2001/05/12 07:19:03, 8] lib/util.c:make_dir_struct(450)
  put name [VIEW.EXE] into dir struct
[2001/05/12 07:19:03, 6] smbd/dir.c:dptr_fill(509)
  fill on key 9 dirptr 0x81ba9a8 now at 15
[2001/05/12 07:19:03, 4] smbd/reply.c:reply_search(1512)
  SMBsearch mask=VIEW.EXE path=pc-spez dtype=19 nument=1 of 1
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(278)
  size=83
  smb_com=0x81
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=128
  smb_flg2=1
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=1
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=1 (0x1)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(294)
  smb_bcc=46
[2001/05/12 07:19:03, 10] lib/util.c:dump_data(1433)
  [000] 05 2B 00 13 56 49 45 57  20 20 20 20 45 58 45 09  .+..VIEW     EXE.
[2001/05/12 07:19:03, 10] lib/util.c:dump_data(1441)
  [010] 0F 00 00 80 00 00 00 00  21 45 58 4D 29 84 0E 00  ........ !EXM)...
[2001/05/12 07:19:03, 10] lib/util.c:dump_data(1441)
  [020] 00 56 49 45 57 2E 45 58  45 00 00 00 00 00        .VIEW.EX E.....
[2001/05/12 07:19:03, 6] lib/util_sock.c:write_socket(558)
  write_socket(12,87)
[2001/05/12 07:19:03, 6] lib/util_sock.c:write_socket(561)
  write_socket(12,87) wrote 87
[2001/05/12 07:19:03, 10] lib/util_sock.c:read_smb_length_return_keepalive(600)
  got smb length of 58
[2001/05/12 07:19:03, 6] smbd/process.c:process_smb(854)
  got message type 0x0 of len 0x3a
[2001/05/12 07:19:03, 3] smbd/process.c:process_smb(855)
  Transaction 91 of length 62
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(278)
  size=58
  smb_com=0x2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=0
  smb_flg2=0
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=2
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=6 (0x6)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(294)
  smb_bcc=19
[2001/05/12 07:19:03, 10] lib/util.c:dump_data(1433)
  [000] 04 5C 50 43 2D 53 50 45  5A 5C 56 49 45 57 2E 45  .\PC-SPE Z\VIEW.E
[2001/05/12 07:19:03, 10] lib/util.c:dump_data(1441)
  [010] 58 45 00                                          XE. 
[2001/05/12 07:19:03, 3] smbd/process.c:switch_message(662)
  switch message SMBopen (pid 2329)
[2001/05/12 07:19:03, 3] smbd/sec_ctx.c:set_sec_ctx(314)
  setting sec ctx (101, 65534) - sec_ctx_stack_ndx = 0
[2001/05/12 07:19:03, 3] smbd/sec_ctx.c:set_sec_ctx(319)
  1 user groups: 
  65534 
[2001/05/12 07:19:03, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,101) gid=(0,65534)
[2001/05/12 07:19:03, 5] smbd/filename.c:unix_convert(145)
  unix_convert called on file "\PC-SPEZ\VIEW.EXE"
[2001/05/12 07:19:03, 3] lib/util.c:unix_clean_name(389)
  unix_clean_name [/PC-SPEZ/VIEW.EXE]
[2001/05/12 07:19:03, 5] smbd/mangle.c:is_8_3(337)
  Checking VIEW.EXE for 8.3
[2001/05/12 07:19:03, 3] smbd/dosmode.c:unix_mode(111)
  unix_mode(pc-spez/View.exe) returning 0744
[2001/05/12 07:19:03, 5] smbd/files.c:file_new(121)
  allocated file structure 6257, fnum = 10353 (1 used)
[2001/05/12 07:19:03, 10] smbd/open.c:open_file_shared(653)
  open_file_shared: fname = pc-spez/View.exe, share_mode = 0, ofun = 1, mode = 744, oplock request = 0
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: pc-spez/View.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 3] lib/util.c:unix_clean_name(389)
  unix_clean_name [pc-spez/View.exe]
[2001/05/12 07:19:03, 4] smbd/open.c:open_file_shared(782)
  calling open_file with flags=0x0 flags2=0x0 mode=0744
[2001/05/12 07:19:03, 10] smbd/open.c:fd_open(51)
  fd_open: name pc-spez/View.exe, flags = 04000 mode = 0744, fd = 22. 
[2001/05/12 07:19:03, 2] smbd/open.c:open_file(214)
  INST opened file pc-spez/View.exe read=Yes write=No (numopen=1)
[2001/05/12 07:19:03, 10] smbd/open.c:open_file_shared(883)
  open_file_shared : share_mode = 0
[2001/05/12 07:19:03, 8] smbd/dosmode.c:dos_mode(123)
  dos_mode: pc-spez/View.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1104)
  is_in_path: pc-spez/View.exe
[2001/05/12 07:19:03, 8] lib/util.c:is_in_path(1109)
  is_in_path: no name list.
[2001/05/12 07:19:03, 8] smbd/dosmode.c:dos_mode(167)
  dos_mode returning ra
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(278)
  size=49
  smb_com=0x2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=128
  smb_flg2=1
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=7
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=10353 (0x2871)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=33 (0x21)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[2]=60338 (0xEBB2)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[3]=14822 (0x39E6)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[4]=3716 (0xE84)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[5]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[6]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(294)
  smb_bcc=0
[2001/05/12 07:19:03, 6] lib/util_sock.c:write_socket(558)
  write_socket(12,53)
[2001/05/12 07:19:03, 6] lib/util_sock.c:write_socket(561)
  write_socket(12,53) wrote 53
[2001/05/12 07:19:03, 10] lib/util_sock.c:read_smb_length_return_keepalive(600)
  got smb length of 48
[2001/05/12 07:19:03, 6] smbd/process.c:process_smb(854)
  got message type 0x0 of len 0x30
[2001/05/12 07:19:03, 3] smbd/process.c:process_smb(855)
  Transaction 92 of length 52
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(278)
  size=48
  smb_com=0xa
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=0
  smb_flg2=0
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=5
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=10353 (0x2871)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=26 (0x1A)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[2]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[3]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[4]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(294)
  smb_bcc=0
[2001/05/12 07:19:03, 3] smbd/process.c:switch_message(662)
  switch message SMBread (pid 2329)
[2001/05/12 07:19:03, 3] smbd/sec_ctx.c:set_sec_ctx(314)
  setting sec ctx (101, 65534) - sec_ctx_stack_ndx = 0
[2001/05/12 07:19:03, 3] smbd/sec_ctx.c:set_sec_ctx(319)
  1 user groups: 
  65534 
[2001/05/12 07:19:03, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,101) gid=(0,65534)
[2001/05/12 07:19:03, 10] smbd/fileio.c:seek_file(61)
  seek_file: requested pos = 0, new pos = 0
[2001/05/12 07:19:03, 3] smbd/reply.c:reply_read(2350)
  read fnum=10353 num=26 nread=26
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(278)
  size=74
  smb_com=0xa
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=128
  smb_flg2=1
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=5
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=26 (0x1A)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[2]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[3]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[4]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(294)
  smb_bcc=29
[2001/05/12 07:19:03, 10] lib/util.c:dump_data(1433)
  [000] 01 1A 00 4D 5A 84 00 08  00 04 00 20 00 13 20 FF  ...MZ... ... .. .
[2001/05/12 07:19:03, 10] lib/util.c:dump_data(1441)
  [010] FF CB 20 00 01 00 00 00  00 00 00 3E 00           .. ..... ...>.
[2001/05/12 07:19:03, 6] lib/util_sock.c:write_socket(558)
  write_socket(12,78)
[2001/05/12 07:19:03, 6] lib/util_sock.c:write_socket(561)
  write_socket(12,78) wrote 78
[2001/05/12 07:19:03, 10] lib/util_sock.c:read_smb_length_return_keepalive(600)
  got smb length of 51
[2001/05/12 07:19:03, 6] smbd/process.c:process_smb(854)
  got message type 0x0 of len 0x33
[2001/05/12 07:19:03, 3] smbd/process.c:process_smb(855)
  Transaction 93 of length 55
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(278)
  size=51
  smb_com=0x1a
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=0
  smb_flg2=0
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=8
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=10353 (0x2871)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=512 (0x200)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[2]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[3]=3584 (0xE00)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[4]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[5]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[6]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[7]=0 (0x0)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(294)
  smb_bcc=0
[2001/05/12 07:19:03, 3] smbd/process.c:switch_message(662)
  switch message SMBreadbraw (pid 2329)
[2001/05/12 07:19:03, 3] smbd/sec_ctx.c:set_sec_ctx(314)
  setting sec ctx (101, 65534) - sec_ctx_stack_ndx = 0
[2001/05/12 07:19:03, 3] smbd/sec_ctx.c:set_sec_ctx(319)
  1 user groups: 
  65534 
[2001/05/12 07:19:03, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,101) gid=(0,65534)
[2001/05/12 07:19:03, 3] smbd/error.c:error_packet(128)
  error packet at smbd/reply.c(2151) cmd=26 (SMBreadbraw) eclass=1 ecode=6
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(278)
  size=35
  smb_com=0x1a
  smb_rcls=1
  smb_reh=0
  smb_err=6
  smb_flg=128
  smb_flg2=1
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=0
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(294)
  smb_bcc=0
[2001/05/12 07:19:03, 6] lib/util_sock.c:write_socket(558)
  write_socket(12,39)
[2001/05/12 07:19:03, 6] lib/util_sock.c:write_socket(561)
  write_socket(12,39) wrote 39
[2001/05/12 07:19:03, 10] lib/util_sock.c:read_smb_length_return_keepalive(600)
  got smb length of 41
[2001/05/12 07:19:03, 6] smbd/process.c:process_smb(854)
  got message type 0x0 of len 0x29
[2001/05/12 07:19:03, 3] smbd/process.c:process_smb(855)
  Transaction 94 of length 45
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(278)
  size=41
  smb_com=0x4
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=0
  smb_flg2=0
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=3
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[0]=10353 (0x2871)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[1]=60338 (0xEBB2)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(289)
  smb_vwv[2]=14822 (0x39E6)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(294)
  smb_bcc=0
[2001/05/12 07:19:03, 3] smbd/process.c:switch_message(662)
  switch message SMBclose (pid 2329)
[2001/05/12 07:19:03, 3] smbd/sec_ctx.c:set_sec_ctx(314)
  setting sec ctx (101, 65534) - sec_ctx_stack_ndx = 0
[2001/05/12 07:19:03, 3] smbd/sec_ctx.c:set_sec_ctx(319)
  1 user groups: 
  65534 
[2001/05/12 07:19:03, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,101) gid=(0,65534)
[2001/05/12 07:19:03, 4] smbd/dosmode.c:set_filetime(331)
  set_filetime(pc-spez/View.exe) failed: Operation not permitted
[2001/05/12 07:19:03, 3] smbd/reply.c:reply_close(2990)
  close fd=22 fnum=10353 (numopen=1)
[2001/05/12 07:19:03, 10] locking/locking.c:del_share_entry(511)
  del_share_entry: num_share_modes = 1
[2001/05/12 07:19:03, 10] locking/locking.c:del_share_entry(522)
  del_share_entry: deleting entry 0
[2001/05/12 07:19:03, 10] smbd/close.c:close_normal_file(155)
  close_normal_file: share_entry_count = 0 for file pc-spez/View.exe
[2001/05/12 07:19:03, 2] smbd/close.c:close_normal_file(206)
  prod closed file pc-spez/View.exe (numopen=0) 
[2001/05/12 07:19:03, 5] smbd/files.c:file_free(339)
  freed files structure 10353 (0 used)
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(278)
  size=35
  smb_com=0x4
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=128
  smb_flg2=1
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(284)
  smb_tid=1
  smb_pid=10367
  smb_uid=100
  smb_mid=0
  smt_wct=0
[2001/05/12 07:19:03, 5] lib/util.c:show_msg(294)
  smb_bcc=0
[2001/05/12 07:19:03, 6] lib/util_sock.c:write_socket(558)
  write_socket(12,39)
[2001/05/12 07:19:03, 6] lib/util_sock.c:write_socket(561)
  write_socket(12,39) wrote 39
-------------- next part --------------
A non-text attachment was scrubbed...
Name: setup.txt
Type: application/octet-stream
Size: 14798 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20011204/aaaa298a/setup.obj


More information about the samba-technical mailing list