[Samba] The domain is not disposable!

baiocco.f at filottrano.bcc.it baiocco.f at filottrano.bcc.it
Fri Nov 1 19:54:47 GMT 2002



Clients using W2k Sp2 are randomly no longer connecting to my Samba PDC server
running 2.2.5 so i thought to upgrading to 2.2.6 but the problem still remains.
What can be appened? Just a few days ago all was running very very fine!!

THE ERROR IS: THE DOMAIN IS NOT DISPOSABLE AT THE MOMENT!
===============================================================

I only have activated Bind9 and DHCP but I don't think this is the reason.
Here are the smb.conf file and logs (in debul level 10)


smb.conf
***********
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#
#======================= Global Settings =====================================
[global]

# creazione dell'account macchina in automatico e mappatura amministratori
dominio
   add user script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M
%u
   domain admin group = @admins, root

# eliminazione cartella stampanti dalla condivisione
   show add printer wizard = no
# impostazione del server come timeserver
   time server = yes

# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = BCCFILOTTRANO
   netbios name = FI0X07

# server string is the equivalent of the NT Description field
   server string = Linux PDC Server (%v)

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
   hosts allow = 10.113. 127.0.0.1

# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   printcap name = /etc/printcap
   load printers = no

# It should not be necessary to spell out the print system type unless
# yours is non-standard. Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx
;   printing = lprng

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
;  guest account = pcguest

# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/log.%m
   log level = 5

# Put a capping on the size of the log files (in Kb).
   max log size = 500

# Security mode. Most people will want user level security. See
# security_level.txt for details.
   security = user
# Use password server option only with security = server
;   password server = <NT-Server-Name>

# Password Level allows matching of _n_ characters of the password for
# all combinations of upper and lower case.
;  password level = 8
;  username level = 8

# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
  encrypt passwords = yes
  smb passwd file = /etc/samba/smbpasswd

# The following are needed to allow password changing from Windows to
# update the Linux sytsem password also.
# NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
# NOTE2: You do NOT need these to allow workstations to change only
#        the encrypted SMB passwords. They allow the Unix password
#        to be kept in sync with the SMB password.
;  unix password sync = Yes
;  passwd program = /usr/bin/passwd %u
;  passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*

# Unix users can map to different SMB User names
  username map = /etc/samba/smbusers

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /etc/samba/smb.conf.%m

# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
   socket options = IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
   interfaces = eth0 eth1

# Configure remote browse list synchronisation here
#  request announcement to, or browse list sync from:
#    a specific host or from / to a whole subnet (see below)
;   remote browse sync = 192.168.3.25 192.168.5.255
# Cause this host to announce itself to local subnets here
;   remote announce = 192.168.1.255 192.168.2.44

# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
   local master = yes

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
   os level = 64

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
   domain master = yes

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
   preferred master = yes

# Use only if you have an NT server on your network that has been
# configured at install time to be a primary domain controller.
;   domain controller = <NT-Domain-Controller-SMBName>

# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
   domain logons = yes

# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat
   logon script = STARTUP.BAT

# Where to store roving profiles (only for Win95 and WinNT)
#        %L substitutes for this servers netbios name, %U is username
#        You must uncomment the [profiles] share below
   logon path = \\%L\profiles\%U
   logon drive = Z:
   logon home = \\%L\%U\.profile

# All NetBIOS names must be resolved to IP Addresses
# 'Name Resolve Order' allows the named resolution mechanism to be specified
# the default order is "host lmhosts wins bcast". "host" means use the unix
# system gethostbyname() function call that will use either /etc/hosts OR
# DNS or NIS depending on the settings of /etc/host.config, /etc/nsswitch.conf
# and the /etc/resolv.conf file. "host" therefore is system configuration
# dependant. This parameter is most often of use to prevent DNS lookups
# in order to resolve NetBIOS names to IP Addresses. Use with care!
# The example below excludes use of name resolution for machines that are NOT
# on the local network segment
# - OR - are not deliberately to be known via lmhosts or via WINS.
   name resolve order = lmhosts hosts wins bcast

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
   wins support = yes

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
#    Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one WINS Server on the network. The default is NO.
;   wins proxy = yes

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
   dns proxy = yes

# Case Preservation can be handy - system default is _no_
# NOTE: These can be set on a per share basis
;  preserve case = no
;  short preserve case = no
# Default case is normally upper case for all DOS files
;  default case = lower
# Be very careful with case sensitivity - it can break things!
;  case sensitive = no

#============================ Share Definitions ==============================
[homes]
   comment = Home Directories
   browseable = no
   writable = yes
   valid users = %S
   path = %H/NetDrive
   create mask = 0600
   directory mask = 0700

[pubblica]
   comment = Directory Scambio Files Utenti
   browseable = yes
   writable = yes
   guest ok = no
   write list = @users
   path = /home/allusers
;   create mask = 0640
;   directory mask = 0770
   inherit permissions = yes
   map archive = no

# Un-comment the following and create the netlogon directory for Domain Logons
[netlogon]
   comment = Network Logon Service
   path = /var/samba/netlogon
   guest ok = no
   browseable = no
   writable = no
   share modes = no
   write list = @admins, root

# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
[profiles]
    comment = NT Profiles
    path = /var/samba/ntprofiles
    create mask = 0600
    directory mask = 0700
    writable = yes
    browseable = no
    guest ok = no
;    nt acl support = no

# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
;[printers]
;   comment = All Printers
;   path = /var/spool/samba
;   browseable = no
# Set public = yes to allow user 'guest account' to print
;   guest ok = no
;   writable = no
;   printable = yes

# This one is useful for people to share files
;[tmp]
;   comment = Temporary file space
;   path = /tmp
;   read only = no
;   public = yes

# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
;   comment = Public Stuff
;   path = /home/samba
;   public = yes
;   read only = yes
;   write list = @staff

# Other examples.
#
# A private printer, usable only by fred. Spool data will be placed in fred's
# home directory. Note that fred must have write access to the spool directory,
# wherever it is.
;[fredsprn]
;   comment = Fred's Printer
;   valid users = fred
;   path = /homes/fred
;   printer = freds_printer
;   public = no
;   writable = no
;   printable = yes

# A private directory, usable only by fred. Note that fred requires write
# access to the directory.
;[fredsdir]
;   comment = Fred's Service
;   path = /usr/somewhere/private
;   valid users = fred
;   public = no
;   writable = yes
;   printable = no

# a service which has a different directory for each machine that connects
# this allows you to tailor configurations to incoming machines. You could
# also use the %u option to tailor it by user name.
# The %m gets replaced with the machine name that is connecting.
;[pchome]
;  comment = PC Directories
;  path = /usr/pc/%m
;  public = no
;  writable = yes

# A publicly accessible directory, read/write to all users. Note that all files
# created in the directory by users will be owned by the default user, so
# any user with access can delete any other user's files. Obviously this
# directory must be writable by the default user. Another user could of course
# be specified, in which case all files would be owned by that user instead.
;[public]
;   path = /usr/somewhere/else/public
;   public = yes
;   only guest = yes
;   writable = yes
;   printable = no

# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required.
;[myshare]
;   comment = Mary's and Fred's stuff
;   path = /usr/somewhere/shared
;   valid users = mary fred
;   public = no
;   writable = yes
;   printable = no
;   create mask = 0765

[bcc]
   comment = Directory del SITO
   path = /var/www/html/bcc
   valid users = baiocco.f
   public = no
   writable = yes
   printable = no
   create mask = 0765




log.smbd
***********
  smbd version 2.2.6 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2002
[2002/10/25 15:17:11, 1] lib/debug.c:debug_message(256)
  INFO: Debug class all level = 5   (pid 29316 from pid 29316)
  doing parameter max log size = 500
  doing parameter security = user
  doing parameter encrypt passwords = yes
  doing parameter smb passwd file = /etc/samba/smbpasswd
  doing parameter username map = /etc/samba/smbusers
  doing parameter socket options = IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=8192
SO_SNDBUF=8192
  doing parameter interfaces = eth0 eth1
  doing parameter local master = yes
  doing parameter os level = 64
  doing parameter domain master = yes
  doing parameter preferred master = yes
  doing parameter domain logons = yes
  doing parameter logon script = STARTUP.BAT
  doing parameter logon path = \\%L\profiles\%U
  doing parameter logon drive = Z:
  doing parameter logon home = \\%L\%U\.profile
  doing parameter name resolve order = lmhosts hosts wins bcast
  doing parameter wins support = yes
  doing parameter dns proxy = yes
[2002/10/25 15:17:11, 2] param/loadparm.c:do_section(3055)
  Processing section "[homes]"
  doing parameter comment = Home Directories
  doing parameter browseable = no
  doing parameter writable = yes
  doing parameter valid users = %S
  doing parameter path = %H/NetDrive
  doing parameter create mask = 0600
  doing parameter directory mask = 0700
[2002/10/25 15:17:11, 2] param/loadparm.c:do_section(3055)
  Processing section "[pubblica]"
  doing parameter comment = Directory Scambio Files Utenti
  doing parameter browseable = yes
  doing parameter writable = yes
  doing parameter guest ok = no
  doing parameter write list = @users
  doing parameter path = /home/allusers
  doing parameter inherit permissions = yes
  doing parameter map archive = no
[2002/10/25 15:17:11, 2] param/loadparm.c:do_section(3055)
  Processing section "[netlogon]"
  doing parameter comment = Network Logon Service
  doing parameter path = /var/samba/netlogon
  doing parameter guest ok = no
  doing parameter browseable = no
  doing parameter writable = no
  doing parameter share modes = no
  doing parameter write list = @admins, root
[2002/10/25 15:17:11, 2] param/loadparm.c:do_section(3055)
  Processing section "[profiles]"
  doing parameter comment = NT Profiles
  doing parameter path = /var/samba/ntprofiles
  doing parameter create mask = 0600
  doing parameter directory mask = 0700
  doing parameter writable = yes
  doing parameter browseable = no
  doing parameter guest ok = no
[2002/10/25 15:17:11, 2] param/loadparm.c:do_section(3055)
  Processing section "[bcc]"
  doing parameter comment = Directory del SITO
  doing parameter path = /var/www/html/bcc
  doing parameter valid users = baiocco.f
  doing parameter public = no
  doing parameter writable = yes
  doing parameter printable = no
  doing parameter create mask = 0765
[2002/10/25 15:17:11, 4] param/loadparm.c:lp_load(3485)
  pm_process() returned Yes
[2002/10/25 15:17:11, 3] param/loadparm.c:lp_add_ipc(2023)
  adding IPC service IPC$
[2002/10/25 15:17:11, 3] param/loadparm.c:lp_add_ipc(2023)
  adding IPC service ADMIN$
[2002/10/25 15:17:11, 2] lib/interface.c:add_interface(81)
  added interface ip=10.113.160.207 bcast=10.113.160.255 nmask=255.255.255.0
[2002/10/25 15:17:11, 2] lib/interface.c:add_interface(81)
  added interface ip=10.113.160.208 bcast=10.113.160.255 nmask=255.255.255.0
[2002/10/25 15:17:11, 5] lib/hash.c:hash_table_init(68)
  Hash size = 521.
[2002/10/25 15:17:11, 5] lib/charset.c:load_client_codepage(194)
  load_client_codepage: loading codepage 850.
[2002/10/25 15:17:11, 5] lib/util_unistr.c:load_unicode_map(597)
  load_unicode_map: loading unicode map for codepage 850.
[2002/10/25 15:17:11, 5] lib/util_unistr.c:load_unicode_map(597)
  load_unicode_map: loading unicode map for codepage ISO8859-1.
[2002/10/25 15:17:11, 3] smbd/server.c:main(747)
  loaded services
[2002/10/25 15:17:11, 3] smbd/server.c:main(762)
  Becoming a daemon.
[2002/10/25 15:17:12, 5] smbd/connection.c:claim_connection(156)
  claiming  0
[2002/10/25 15:17:12, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 139
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 0
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 0
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 0
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 87380
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:17:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:17:12, 2] smbd/server.c:open_sockets(215)
  waiting for a connection
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:17:53, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:17:53, 3] smbd/oplock.c:init_oplocks(1211)
  open_oplock_ipc: opening loopback UDP socket.
[2002/10/25 15:17:53, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2002/10/25 15:17:53, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(298)
  Linux kernel oplocks enabled
[2002/10/25 15:17:53, 3] smbd/oplock.c:init_oplocks(1241)
  open_oplock ipc: pid = 29335, global_oplock_port = 35077
[2002/10/25 15:17:53, 4] lib/time.c:get_serverzone(114)
  Serverzone is -7200
[2002/10/25 15:17:53, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2002/10/25 15:17:53, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.69)
[2002/10/25 15:17:53, 3] smbd/process.c:process_smb(878)
  Transaction 0 of length 72
[2002/10/25 15:17:53, 2] smbd/reply.c:reply_special(91)
  netbios connect: name1=FI0X07           name2=FI0P69
[2002/10/25 15:17:53, 2] smbd/reply.c:reply_special(110)
  netbios connect: local=fi0x07 remote=fi0p69
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:18:41, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:18:41, 3] smbd/oplock.c:init_oplocks(1211)
  open_oplock_ipc: opening loopback UDP socket.
[2002/10/25 15:18:41, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2002/10/25 15:18:41, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(298)
  Linux kernel oplocks enabled
[2002/10/25 15:18:41, 3] smbd/oplock.c:init_oplocks(1241)
  open_oplock ipc: pid = 29339, global_oplock_port = 35078
[2002/10/25 15:18:41, 4] lib/time.c:get_serverzone(114)
  Serverzone is -7200
[2002/10/25 15:18:41, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2002/10/25 15:18:41, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.1)
[2002/10/25 15:18:41, 3] smbd/process.c:process_smb(878)
  Transaction 0 of length 72
[2002/10/25 15:18:41, 2] smbd/reply.c:reply_special(91)
  netbios connect: name1=FI0X07           name2=FI0P01
[2002/10/25 15:18:41, 2] smbd/reply.c:reply_special(110)
  netbios connect: local=fi0x07 remote=fi0p01
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:18:55, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:18:55, 3] smbd/oplock.c:init_oplocks(1211)
  open_oplock_ipc: opening loopback UDP socket.
[2002/10/25 15:18:55, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2002/10/25 15:18:55, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(298)
  Linux kernel oplocks enabled
[2002/10/25 15:18:55, 3] smbd/oplock.c:init_oplocks(1241)
  open_oplock ipc: pid = 29340, global_oplock_port = 35079
[2002/10/25 15:18:55, 4] lib/time.c:get_serverzone(114)
  Serverzone is -7200
[2002/10/25 15:18:55, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2002/10/25 15:18:55, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.200)
[2002/10/25 15:18:55, 3] smbd/process.c:process_smb(878)
  Transaction 0 of length 72
[2002/10/25 15:18:55, 2] smbd/reply.c:reply_special(91)
  netbios connect: name1=FI0X07           name2=FI0N01
[2002/10/25 15:18:55, 2] smbd/reply.c:reply_special(110)
  netbios connect: local=fi0x07 remote=fi0n01
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:19:46, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:19:46, 3] smbd/oplock.c:init_oplocks(1211)
  open_oplock_ipc: opening loopback UDP socket.
[2002/10/25 15:19:46, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2002/10/25 15:19:46, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(298)
  Linux kernel oplocks enabled
[2002/10/25 15:19:46, 3] smbd/oplock.c:init_oplocks(1241)
  open_oplock ipc: pid = 29342, global_oplock_port = 35080
[2002/10/25 15:19:46, 4] lib/time.c:get_serverzone(114)
  Serverzone is -7200
[2002/10/25 15:19:46, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2002/10/25 15:19:46, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.40)
[2002/10/25 15:19:46, 3] smbd/process.c:process_smb(878)
  Transaction 0 of length 72
[2002/10/25 15:19:46, 2] smbd/reply.c:reply_special(91)
  netbios connect: name1=FI0X07           name2=FI0P40
[2002/10/25 15:19:46, 2] smbd/reply.c:reply_special(110)
  netbios connect: local=fi0x07 remote=fi0p40
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:20:22, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:20:22, 3] smbd/oplock.c:init_oplocks(1211)
  open_oplock_ipc: opening loopback UDP socket.
[2002/10/25 15:20:22, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2002/10/25 15:20:22, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(298)
  Linux kernel oplocks enabled
[2002/10/25 15:20:22, 3] smbd/oplock.c:init_oplocks(1241)
  open_oplock ipc: pid = 29348, global_oplock_port = 35083
[2002/10/25 15:20:22, 4] lib/time.c:get_serverzone(114)
  Serverzone is -7200
[2002/10/25 15:20:22, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2002/10/25 15:20:22, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.20)
[2002/10/25 15:20:22, 3] smbd/process.c:process_smb(878)
  Transaction 0 of length 72
[2002/10/25 15:20:22, 2] smbd/reply.c:reply_special(91)
  netbios connect: name1=FI0X07           name2=FI0P20
[2002/10/25 15:20:22, 2] smbd/reply.c:reply_special(110)
  netbios connect: local=fi0x07 remote=fi0p20
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:20:30, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:20:30, 3] smbd/oplock.c:init_oplocks(1211)
  open_oplock_ipc: opening loopback UDP socket.
[2002/10/25 15:20:30, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2002/10/25 15:20:30, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(298)
  Linux kernel oplocks enabled
[2002/10/25 15:20:30, 3] smbd/oplock.c:init_oplocks(1241)
  open_oplock ipc: pid = 29350, global_oplock_port = 35084
[2002/10/25 15:20:30, 4] lib/time.c:get_serverzone(114)
  Serverzone is -7200
[2002/10/25 15:20:30, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2002/10/25 15:20:30, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.3)
[2002/10/25 15:20:30, 3] smbd/process.c:process_smb(878)
  Transaction 0 of length 72
[2002/10/25 15:20:30, 2] smbd/reply.c:reply_special(91)
  netbios connect: name1=FI0X07           name2=FI0P03
[2002/10/25 15:20:30, 2] smbd/reply.c:reply_special(110)
  netbios connect: local=fi0x07 remote=fi0p03
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 1
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 1
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 16
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 16
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 16384
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDLOWAT = 1
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVLOWAT = 1
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDTIMEO = 0
[2002/10/25 15:22:14, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVTIMEO = 0
[2002/10/25 15:22:14, 3] smbd/oplock.c:init_oplocks(1211)
  open_oplock_ipc: opening loopback UDP socket.
[2002/10/25 15:22:14, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2002/10/25 15:22:14, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(298)
  Linux kernel oplocks enabled
[2002/10/25 15:22:14, 3] smbd/oplock.c:init_oplocks(1241)
  open_oplock ipc: pid = 29352, global_oplock_port = 35085
[2002/10/25 15:22:14, 4] lib/time.c:get_serverzone(114)
  Serverzone is -7200
[2002/10/25 15:22:14, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2002/10/25 15:22:14, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.150)
[2002/10/25 15:22:14, 3] smbd/process.c:process_smb(878)
  Transaction 0 of length 72
[2002/10/25 15:22:14, 2] smbd/reply.c:reply_special(91)
  netbios connect: name1=FI0X07           name2=FI0P38
[2002/10/25 15:22:14, 2] smbd/reply.c:reply_special(110)
  netbios connect: local=fi0x07 remote=fi0p38



log.nmbd
***********
[2002/10/25 15:19:45, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:45, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:46, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 50 from (10.113.160.40) port 137
[2002/10/25 15:19:46, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.40(137) header: id=32919 opcode=Query(0)
response=No
      header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
      header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=0
      question: q_name=FI0X07<20> q_type=32 q_class=1
[2002/10/25 15:19:46, 3]
nmbd/nmbd_incomingrequests.c:process_name_query_request(479)
  process_name_query_request: Name query from 10.113.160.40 on subnet
10.113.160.207 for name FI0X07<20>
[2002/10/25 15:19:46, 3]
nmbd/nmbd_incomingrequests.c:process_name_query_request(617)
  OK
[2002/10/25 15:19:46, 4] nmbd/nmbd_packets.c:reply_netbios_packet(934)
  reply_netbios_packet: sending a reply of packet type: nmb_query FI0X07<20> to
ip 10.113.160.40 for id 32919
[2002/10/25 15:19:46, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.40(137) header: id=32919 opcode=Query(0)
response=Yes
      header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=FI0X07<20> rr_type=32 rr_class=1 ttl=259200
      answers   0 char @..q..   hex 40000A71A0D0
[2002/10/25 15:19:46, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 62 to (10.113.160.40) on port 137
[2002/10/25 15:19:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:19:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:19:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:46, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 50 from (10.113.160.40) port 137
[2002/10/25 15:19:46, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.40(137) header: id=32919 opcode=Query(0)
response=No
      header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
      header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=0
      question: q_name=FI0X07<20> q_type=32 q_class=1
[2002/10/25 15:19:46, 3]
nmbd/nmbd_incomingrequests.c:process_name_query_request(479)
  process_name_query_request: Name query from 10.113.160.40 on subnet
10.113.160.207 for name FI0X07<20>
[2002/10/25 15:19:46, 3]
nmbd/nmbd_incomingrequests.c:process_name_query_request(617)
  OK
[2002/10/25 15:19:46, 4] nmbd/nmbd_packets.c:reply_netbios_packet(934)
  reply_netbios_packet: sending a reply of packet type: nmb_query FI0X07<20> to
ip 10.113.160.40 for id 32919
[2002/10/25 15:19:46, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.40(137) header: id=32919 opcode=Query(0)
response=Yes
      header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=FI0X07<20> rr_type=32 rr_class=1 ttl=259200
      answers   0 char @..q..   hex 40000A71A0D0
[2002/10/25 15:19:46, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 62 to (10.113.160.40) on port 137
[2002/10/25 15:19:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:19:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:19:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:48, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.22) port 138
[2002/10/25 15:19:48, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P22<00> to BCCFILOTTRANO<1d> IP 10.113.160.22
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:19:48, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P22.... hex 01 93 a0 bb 0d 00 46 49 30 50 32 32 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P22.          hex 46 49 30 50 32 32 00
[2002/10/25 15:19:48, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P22<00> IP 10.113.160.22 to BCCFILOTTRANO<1d>
for server FI0P22.
[2002/10/25 15:19:48, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P22
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:19:48, 3]
nmbd/nmbd_serverlistdb.c:create_server_on_workgroup(170)
  create_server_on_workgroup: Created server entry FI0P22 of type 40412003
(FI0P22) on workgroup BCCFILOTTRANO.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:48, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.22) port 138
[2002/10/25 15:19:48, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P22<00> to BCCFILOTTRANO<1d> IP 10.113.160.22
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:19:48, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P22.... hex 01 93 a0 bb 0d 00 46 49 30 50 32 32 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P22.          hex 46 49 30 50 32 32 00
[2002/10/25 15:19:48, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P22<00> IP 10.113.160.22 to BCCFILOTTRANO<1d>
for server FI0P22.
[2002/10/25 15:19:48, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P22
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:48, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.14) port 138
[2002/10/25 15:19:48, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P14<00> to BCCFILOTTRANO<1d> IP 10.113.160.14
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:19:48, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P14.... hex 01 ab a0 bb 0d 00 46 49 30 50 31 34 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P14.          hex 46 49 30 50 31 34 00
[2002/10/25 15:19:48, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P14<00> IP 10.113.160.14 to BCCFILOTTRANO<1d>
for server FI0P14.
[2002/10/25 15:19:48, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P14
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:19:48, 3]
nmbd/nmbd_serverlistdb.c:create_server_on_workgroup(170)
  create_server_on_workgroup: Created server entry FI0P14 of type 40412203
(FI0P14) on workgroup BCCFILOTTRANO.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:48, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.14) port 138
[2002/10/25 15:19:48, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P14<00> to BCCFILOTTRANO<1d> IP 10.113.160.14
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:19:48, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P14.... hex 01 ab a0 bb 0d 00 46 49 30 50 31 34 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P14.          hex 46 49 30 50 31 34 00
[2002/10/25 15:19:48, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P14<00> IP 10.113.160.14 to BCCFILOTTRANO<1d>
for server FI0P14.
[2002/10/25 15:19:48, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P14
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:19:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:19:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:19:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:08, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:20:08, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:08, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:08, 3] nmbd/nmbd_serverlistdb.c:write_browse_list(449)
  write_browse_list: Wrote browse list into file /var/cache/samba/browse.dat
[2002/10/25 15:20:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:18, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:18, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:18, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:20:18, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:18, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:18, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:18, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:22, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 50 from (10.113.160.20) port 137
[2002/10/25 15:20:22, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.20(137) header: id=33125 opcode=Query(0)
response=No
      header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
      header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=0
      question: q_name=FI0X07<20> q_type=32 q_class=1
[2002/10/25 15:20:22, 3]
nmbd/nmbd_incomingrequests.c:process_name_query_request(479)
  process_name_query_request: Name query from 10.113.160.20 on subnet
10.113.160.207 for name FI0X07<20>
[2002/10/25 15:20:22, 3]
nmbd/nmbd_incomingrequests.c:process_name_query_request(617)
  OK
[2002/10/25 15:20:22, 4] nmbd/nmbd_packets.c:reply_netbios_packet(934)
  reply_netbios_packet: sending a reply of packet type: nmb_query FI0X07<20> to
ip 10.113.160.20 for id 33125
[2002/10/25 15:20:22, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.20(137) header: id=33125 opcode=Query(0)
response=Yes
      header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=FI0X07<20> rr_type=32 rr_class=1 ttl=259200
      answers   0 char @..q..   hex 40000A71A0D0
[2002/10/25 15:20:22, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 62 to (10.113.160.20) on port 137
[2002/10/25 15:20:22, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:22, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:22, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:20:22, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:22, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:22, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:22, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:22, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 50 from (10.113.160.20) port 137
[2002/10/25 15:20:22, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.20(137) header: id=33125 opcode=Query(0)
response=No
      header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
      header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=0
      question: q_name=FI0X07<20> q_type=32 q_class=1
[2002/10/25 15:20:22, 3]
nmbd/nmbd_incomingrequests.c:process_name_query_request(479)
  process_name_query_request: Name query from 10.113.160.20 on subnet
10.113.160.207 for name FI0X07<20>
[2002/10/25 15:20:22, 3]
nmbd/nmbd_incomingrequests.c:process_name_query_request(617)
  OK
[2002/10/25 15:20:22, 4] nmbd/nmbd_packets.c:reply_netbios_packet(934)
  reply_netbios_packet: sending a reply of packet type: nmb_query FI0X07<20> to
ip 10.113.160.20 for id 33125
[2002/10/25 15:20:22, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.20(137) header: id=33125 opcode=Query(0)
response=Yes
      header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=FI0X07<20> rr_type=32 rr_class=1 ttl=259200
      answers   0 char @..q..   hex 40000A71A0D0
[2002/10/25 15:20:22, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 62 to (10.113.160.20) on port 137
[2002/10/25 15:20:22, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:22, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:22, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:22, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:30, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 50 from (10.113.160.3) port 137
[2002/10/25 15:20:30, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.3(137) header: id=32907 opcode=Query(0) response=No
      header: flags: bcast=No rec_avail=No rec_des=Yes trunc=No auth=No
      header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=0
      question: q_name=FI0X07<20> q_type=32 q_class=1
[2002/10/25 15:20:30, 3]
nmbd/nmbd_winsserver.c:wins_process_name_query_request(1353)
  wins_process_name_query: name query for name FI0X07<20> from IP 10.113.160.3
[2002/10/25 15:20:30, 3]
nmbd/nmbd_winsserver.c:wins_process_name_query_request(1398)
  wins_process_name_query: name query for name FI0X07<20> returning first IP
10.113.160.207.
[2002/10/25 15:20:30, 4] nmbd/nmbd_packets.c:reply_netbios_packet(934)
  reply_netbios_packet: sending a reply of packet type: wins_query FI0X07<20> to
ip 10.113.160.3 for id 32907
[2002/10/25 15:20:30, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.3(137) header: id=32907 opcode=Query(0)
response=Yes
      header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=FI0X07<20> rr_type=32 rr_class=1 ttl=259002
      answers   0 char @..q.. at ..q..   hex 40000A71A0CF40000A71A0D0
[2002/10/25 15:20:30, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 68 to (10.113.160.3) on port 137
[2002/10/25 15:20:30, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:30, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:30, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:30, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.32) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P32<00> to BCCFILOTTRANO<1d> IP 10.113.160.32
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P32.... hex 01 9e a0 bb 0d 00 46 49 30 50 33 32 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P32.          hex 46 49 30 50 33 32 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P32<00> IP 10.113.160.32 to BCCFILOTTRANO<1d>
for server FI0P32.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P32
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 3] nmbd/nmbd_serverlistdb.c:write_browse_list(449)
  write_browse_list: Wrote browse list into file /var/cache/samba/browse.dat
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.32) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P32<00> to BCCFILOTTRANO<1d> IP 10.113.160.32
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P32.... hex 01 9e a0 bb 0d 00 46 49 30 50 33 32 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P32.          hex 46 49 30 50 33 32 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P32<00> IP 10.113.160.32 to BCCFILOTTRANO<1d>
for server FI0P32.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P32
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 3] nmbd/nmbd_serverlistdb.c:write_browse_list(449)
  write_browse_list: Wrote browse list into file /var/cache/samba/browse.dat
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.11) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P11<00> to BCCFILOTTRANO<1d> IP 10.113.160.11
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char .O....FI0P11.... hex 01 4f a0 bb 0d 00 46 49 30 50 31 31 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P11.          hex 46 49 30 50 31 31 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P11<00> IP 10.113.160.11 to BCCFILOTTRANO<1d>
for server FI0P11.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P11
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.11) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P11<00> to BCCFILOTTRANO<1d> IP 10.113.160.11
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char .O....FI0P11.... hex 01 4f a0 bb 0d 00 46 49 30 50 31 31 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P11.          hex 46 49 30 50 31 31 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P11<00> IP 10.113.160.11 to BCCFILOTTRANO<1d>
for server FI0P11.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P11
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.35) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P39<00> to BCCFILOTTRANO<1d> IP 10.113.160.35
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P39.... hex 01 c3 a0 bb 0d 00 46 49 30 50 33 39 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P39.          hex 46 49 30 50 33 39 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P39<00> IP 10.113.160.35 to BCCFILOTTRANO<1d>
for server FI0P39.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P39
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.35) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P39<00> to BCCFILOTTRANO<1d> IP 10.113.160.35
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P39.... hex 01 c3 a0 bb 0d 00 46 49 30 50 33 39 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P39.          hex 46 49 30 50 33 39 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P39<00> IP 10.113.160.35 to BCCFILOTTRANO<1d>
for server FI0P39.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P39
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.27) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P27<00> to BCCFILOTTRANO<1d> IP 10.113.160.27
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P27.... hex 01 c9 a0 bb 0d 00 46 49 30 50 32 37 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P27.          hex 46 49 30 50 32 37 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P27<00> IP 10.113.160.27 to BCCFILOTTRANO<1d>
for server FI0P27.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P27
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.27) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P27<00> to BCCFILOTTRANO<1d> IP 10.113.160.27
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P27.... hex 01 c9 a0 bb 0d 00 46 49 30 50 32 37 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P27.          hex 46 49 30 50 32 37 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P27<00> IP 10.113.160.27 to BCCFILOTTRANO<1d>
for server FI0P27.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P27
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.15) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P15<00> to BCCFILOTTRANO<1d> IP 10.113.160.15
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P15.... hex 01 c3 a0 bb 0d 00 46 49 30 50 31 35 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P15.          hex 46 49 30 50 31 35 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P15<00> IP 10.113.160.15 to BCCFILOTTRANO<1d>
for server FI0P15.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P15
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.15) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P15<00> to BCCFILOTTRANO<1d> IP 10.113.160.15
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P15.... hex 01 c3 a0 bb 0d 00 46 49 30 50 31 35 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P15.          hex 46 49 30 50 31 35 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P15<00> IP 10.113.160.15 to BCCFILOTTRANO<1d>
for server FI0P15.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P15
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.34) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P34<00> to BCCFILOTTRANO<1d> IP 10.113.160.34
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P34.... hex 01 a2 a0 bb 0d 00 46 49 30 50 33 34 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P34.          hex 46 49 30 50 33 34 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P34<00> IP 10.113.160.34 to BCCFILOTTRANO<1d>
for server FI0P34.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P34
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.34) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P34<00> to BCCFILOTTRANO<1d> IP 10.113.160.34
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P34.... hex 01 a2 a0 bb 0d 00 46 49 30 50 33 34 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P34.          hex 46 49 30 50 33 34 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P34<00> IP 10.113.160.34 to BCCFILOTTRANO<1d>
for server FI0P34.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P34
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.18) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P18<00> to BCCFILOTTRANO<1d> IP 10.113.160.18
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P18.... hex 01 d0 a0 bb 0d 00 46 49 30 50 31 38 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P18.          hex 46 49 30 50 31 38 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P18<00> IP 10.113.160.18 to BCCFILOTTRANO<1d>
for server FI0P18.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P18
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.18) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P18<00> to BCCFILOTTRANO<1d> IP 10.113.160.18
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P18.... hex 01 d0 a0 bb 0d 00 46 49 30 50 31 38 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P18.          hex 46 49 30 50 31 38 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P18<00> IP 10.113.160.18 to BCCFILOTTRANO<1d>
for server FI0P18.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P18
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.13) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P13<00> to BCCFILOTTRANO<1d> IP 10.113.160.13
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char . ....FI0P13.... hex 01 20 a0 bb 0d 00 46 49 30 50 31 33 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P13.          hex 46 49 30 50 31 33 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P13<00> IP 10.113.160.13 to BCCFILOTTRANO<1d>
for server FI0P13.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P13
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.13) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P13<00> to BCCFILOTTRANO<1d> IP 10.113.160.13
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char . ....FI0P13.... hex 01 20 a0 bb 0d 00 46 49 30 50 31 33 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P13.          hex 46 49 30 50 31 33 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P13<00> IP 10.113.160.13 to BCCFILOTTRANO<1d>
for server FI0P13.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P13
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.16) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P16<00> to BCCFILOTTRANO<1d> IP 10.113.160.16
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P16.... hex 01 d6 a0 bb 0d 00 46 49 30 50 31 36 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P16.          hex 46 49 30 50 31 36 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P16<00> IP 10.113.160.16 to BCCFILOTTRANO<1d>
for server FI0P16.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P16
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.16) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P16<00> to BCCFILOTTRANO<1d> IP 10.113.160.16
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P16.... hex 01 d6 a0 bb 0d 00 46 49 30 50 31 36 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P16.          hex 46 49 30 50 31 36 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P16<00> IP 10.113.160.16 to BCCFILOTTRANO<1d>
for server FI0P16.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P16
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.12) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P12<00> to BCCFILOTTRANO<1d> IP 10.113.160.12
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P12.... hex 01 91 a0 bb 0d 00 46 49 30 50 31 32 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P12.          hex 46 49 30 50 31 32 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P12<00> IP 10.113.160.12 to BCCFILOTTRANO<1d>
for server FI0P12.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P12
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.12) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P12<00> to BCCFILOTTRANO<1d> IP 10.113.160.12
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P12.... hex 01 91 a0 bb 0d 00 46 49 30 50 31 32 00 00 00 00
   10 char ........."A...U. hex 00 00 00 00 00 00 04 00 03 22 41 00 15 04 55 aa
   20 char FI0P12.          hex 46 49 30 50 31 32 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P12<00> IP 10.113.160.12 to BCCFILOTTRANO<1d>
for server FI0P12.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412203 comment=FI0P12
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.31) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P31<00> to BCCFILOTTRANO<1d> IP 10.113.160.31
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P31.... hex 01 c5 a0 bb 0d 00 46 49 30 50 33 31 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P31.          hex 46 49 30 50 33 31 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P31<00> IP 10.113.160.31 to BCCFILOTTRANO<1d>
for server FI0P31.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P31
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.31) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P31<00> to BCCFILOTTRANO<1d> IP 10.113.160.31
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P31.... hex 01 c5 a0 bb 0d 00 46 49 30 50 33 31 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P31.          hex 46 49 30 50 33 31 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P31<00> IP 10.113.160.31 to BCCFILOTTRANO<1d>
for server FI0P31.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P31
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.19) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P19<00> to BCCFILOTTRANO<1d> IP 10.113.160.19
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P19.... hex 01 c6 a0 bb 0d 00 46 49 30 50 31 39 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P19.          hex 46 49 30 50 31 39 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P19<00> IP 10.113.160.19 to BCCFILOTTRANO<1d>
for server FI0P19.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P19
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.19) port 138
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0P19<00> to BCCFILOTTRANO<1d> IP 10.113.160.19
for \MAILSLOT\BROWSE of type 1 len=39
[2002/10/25 15:20:36, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0P19.... hex 01 c6 a0 bb 0d 00 46 49 30 50 31 39 00 00 00 00
   10 char ......... A...U. hex 00 00 00 00 00 00 04 00 03 20 41 00 15 04 55 aa
   20 char FI0P19.          hex 46 49 30 50 31 39 00
[2002/10/25 15:20:36, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0P19<00> IP 10.113.160.19 to BCCFILOTTRANO<1d>
for server FI0P19.
[2002/10/25 15:20:36, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=900 server type=00412003 comment=FI0P19
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:46, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:56, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:20:56, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:56, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:20:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:20:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:20:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:56, 3] nmbd/nmbd_serverlistdb.c:write_browse_list(449)
  write_browse_list: Wrote browse list into file /var/cache/samba/browse.dat
[2002/10/25 15:20:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:20:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:06, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:06, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:21:06, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:21:06, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:06, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:06, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:06, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:16, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:16, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:21:16, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:21:16, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:16, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:16, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:16, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:26, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:26, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:21:26, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:21:26, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:26, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:26, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:26, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:21:36, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:21:36, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:36, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:36, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:38, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 233 from (10.113.160.99) port 138
[2002/10/25 15:21:38, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI9P09<00> to BCCFILOTTRANO<1c> IP 10.113.160.99
for \MAILSLOT\NET\NETLOGON of type 18 len=59
[2002/10/25 15:21:38, 1] nmbd/nmbd_processlogon.c:process_logon_packet(69)
  process_logon_packet: Logon from 10.113.160.99: code = 0x12
[2002/10/25 15:21:38, 3] nmbd/nmbd_processlogon.c:process_logon_packet(210)
  process_logon_packet: SAMLOGON sidsize 0, len = 59
[2002/10/25 15:21:38, 3] nmbd/nmbd_processlogon.c:process_logon_packet(217)
  process_logon_packet: len = 59 PTR_DIFF(q, buf) = 51
[2002/10/25 15:21:38, 3] nmbd/nmbd_processlogon.c:process_logon_packet(237)
  process_logon_packet: SAMLOGON sidsize 0 ntv 11
[2002/10/25 15:21:38, 3] nmbd/nmbd_processlogon.c:process_logon_packet(246)
  process_logon_packet: SAMLOGON user
[2002/10/25 15:21:38, 3] nmbd/nmbd_processlogon.c:process_logon_packet(251)
  process_logon_packet: SAMLOGON request from FI9P09(10.113.160.99) for ,
returning logon svr \\FI0X07 domain BCCFILOTTRANO code 13 token=ffff
[2002/10/25 15:21:38, 4] lib/util.c:dump_data(1531)
  [000] 15 00 5C 00 5C 00 46 00  49 00 30 00 58 00 30 00  ..\.\.F. I.0.X.0.
[2002/10/25 15:21:38, 4] lib/util.c:dump_data(1539)
  [010] 37 00 00 00 00 00 42 00  43 00 43 00 46 00 49 00  7.....B. C.C.F.I.
[2002/10/25 15:21:38, 4] lib/util.c:dump_data(1539)
  [020] 4C 00 4F 00 54 00 54 00  52 00 41 00 4E 00 4F 00  L.O.T.T. R.A.N.O.
[2002/10/25 15:21:38, 4] lib/util.c:dump_data(1539)
  [030] 00 00 01 00 00 00 FF FF  FF FF                    ........ ..
[2002/10/25 15:21:38, 4] nmbd/nmbd_packets.c:send_mailslot(1961)
  send_mailslot: Sending to mailslot \MAILSLOT\NET\GETDC706 from FI0X07<00> IP
10.113.160.208 to FI9P09<00> IP 10.113.160.99
[2002/10/25 15:21:38, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ..\.\.F.I.0.X.0. hex 15 00 5c 00 5c 00 46 00 49 00 30 00 58 00 30 00
   10 char 7.....B.C.C.F.I. hex 37 00 00 00 00 00 42 00 43 00 43 00 46 00 49 00
   20 char L.O.T.T.R.A.N.O. hex 4c 00 4f 00 54 00 54 00 52 00 41 00 4e 00 4f 00
   30 char ..........       hex 00 00 01 00 00 00 ff ff ff ff
[2002/10/25 15:21:38, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 232 to (10.113.160.99) on port 138
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:38, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 233 from (10.113.160.99) port 138
[2002/10/25 15:21:38, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI9P09<00> to BCCFILOTTRANO<1c> IP 10.113.160.99
for \MAILSLOT\NET\NETLOGON of type 18 len=59
[2002/10/25 15:21:38, 1] nmbd/nmbd_processlogon.c:process_logon_packet(69)
  process_logon_packet: Logon from 10.113.160.99: code = 0x12
[2002/10/25 15:21:38, 3] nmbd/nmbd_processlogon.c:process_logon_packet(210)
  process_logon_packet: SAMLOGON sidsize 0, len = 59
[2002/10/25 15:21:38, 3] nmbd/nmbd_processlogon.c:process_logon_packet(217)
  process_logon_packet: len = 59 PTR_DIFF(q, buf) = 51
[2002/10/25 15:21:38, 3] nmbd/nmbd_processlogon.c:process_logon_packet(237)
  process_logon_packet: SAMLOGON sidsize 0 ntv 11
[2002/10/25 15:21:38, 3] nmbd/nmbd_processlogon.c:process_logon_packet(246)
  process_logon_packet: SAMLOGON user
[2002/10/25 15:21:38, 3] nmbd/nmbd_processlogon.c:process_logon_packet(251)
  process_logon_packet: SAMLOGON request from FI9P09(10.113.160.99) for ,
returning logon svr \\FI0X07 domain BCCFILOTTRANO code 13 token=ffff
[2002/10/25 15:21:38, 4] lib/util.c:dump_data(1531)
  [000] 15 00 5C 00 5C 00 46 00  49 00 30 00 58 00 30 00  ..\.\.F. I.0.X.0.
[2002/10/25 15:21:38, 4] lib/util.c:dump_data(1539)
  [010] 37 00 00 00 00 00 42 00  43 00 43 00 46 00 49 00  7.....B. C.C.F.I.
[2002/10/25 15:21:38, 4] lib/util.c:dump_data(1539)
  [020] 4C 00 4F 00 54 00 54 00  52 00 41 00 4E 00 4F 00  L.O.T.T. R.A.N.O.
[2002/10/25 15:21:38, 4] lib/util.c:dump_data(1539)
  [030] 00 00 01 00 00 00 FF FF  FF FF                    ........ ..
[2002/10/25 15:21:38, 4] nmbd/nmbd_packets.c:send_mailslot(1961)
  send_mailslot: Sending to mailslot \MAILSLOT\NET\GETDC706 from FI0X07<00> IP
10.113.160.208 to FI9P09<00> IP 10.113.160.99
[2002/10/25 15:21:38, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ..\.\.F.I.0.X.0. hex 15 00 5c 00 5c 00 46 00 49 00 30 00 58 00 30 00
   10 char 7.....B.C.C.F.I. hex 37 00 00 00 00 00 42 00 43 00 43 00 46 00 49 00
   20 char L.O.T.T.R.A.N.O. hex 4c 00 4f 00 54 00 54 00 52 00 41 00 4e 00 4f 00
   30 char ..........       hex 00 00 01 00 00 00 ff ff ff ff
[2002/10/25 15:21:38, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 232 to (10.113.160.99) on port 138
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:38, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 225 from (10.113.160.206) port 138
[2002/10/25 15:21:38, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0X06<00> to BCCFILOTTRANO<1d> IP 10.113.160.206
for \MAILSLOT\BROWSE of type 1 len=57
[2002/10/25 15:21:38, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char .*....FI0X06.... hex 01 2a e0 93 04 00 46 49 30 58 30 36 00 00 00 00
   10 char ........+.....U. hex 00 00 00 00 00 00 04 05 2b 9b 01 00 0f 01 55 aa
   20 char Linux BDC Server hex 4c 69 6e 75 78 20 42 44 43 20 53 65 72 76 65 72
   30 char  (2.2.5).        hex 20 28 32 2e 32 2e 35 29 00
[2002/10/25 15:21:38, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0X06<00> IP 10.113.160.206 to BCCFILOTTRANO<1d>
for server FI0X06.
[2002/10/25 15:21:38, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=300 server type=00019b2b comment=Linux BDC Server
(2.2.5)
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:38, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 225 from (10.113.160.206) port 138
[2002/10/25 15:21:38, 4] nmbd/nmbd_packets.c:process_dgram(1276)
  process_dgram: datagram from FI0X06<00> to BCCFILOTTRANO<1d> IP 10.113.160.206
for \MAILSLOT\BROWSE of type 1 len=57
[2002/10/25 15:21:38, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char .*....FI0X06.... hex 01 2a e0 93 04 00 46 49 30 58 30 36 00 00 00 00
   10 char ........+.....U. hex 00 00 00 00 00 00 04 05 2b 9b 01 00 0f 01 55 aa
   20 char Linux BDC Server hex 4c 69 6e 75 78 20 42 44 43 20 53 65 72 76 65 72
   30 char  (2.2.5).        hex 20 28 32 2e 32 2e 35 29 00
[2002/10/25 15:21:38, 3] nmbd/nmbd_incomingdgrams.c:process_host_announce(114)
  process_host_announce: from FI0X06<00> IP 10.113.160.206 to BCCFILOTTRANO<1d>
for server FI0X06.
[2002/10/25 15:21:38, 5] nmbd/nmbd_incomingdgrams.c:process_host_announce(118)
  process_host_announce: ttl=300 server type=00019b2b comment=Linux BDC Server
(2.2.5)
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:38, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:21:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:48, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:21:58, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:21:58, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:58, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:21:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:21:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:21:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:58, 3] nmbd/nmbd_serverlistdb.c:write_browse_list(449)
  write_browse_list: Wrote browse list into file /var/cache/samba/browse.dat
[2002/10/25 15:21:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:21:58, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:08, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:22:08, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:08, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:08, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 50 from (10.113.160.150) port 137
[2002/10/25 15:22:14, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.150(137) header: id=33143 opcode=Query(0)
response=No
      header: flags: bcast=No rec_avail=No rec_des=Yes trunc=No auth=No
      header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=0
      question: q_name=FI0X07<20> q_type=32 q_class=1
[2002/10/25 15:22:14, 3]
nmbd/nmbd_winsserver.c:wins_process_name_query_request(1353)
  wins_process_name_query: name query for name FI0X07<20> from IP 10.113.160.150
[2002/10/25 15:22:14, 3]
nmbd/nmbd_winsserver.c:wins_process_name_query_request(1398)
  wins_process_name_query: name query for name FI0X07<20> returning first IP
10.113.160.207.
[2002/10/25 15:22:14, 4] nmbd/nmbd_packets.c:reply_netbios_packet(934)
  reply_netbios_packet: sending a reply of packet type: wins_query FI0X07<20> to
ip 10.113.160.150 for id 33143
[2002/10/25 15:22:14, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.150(137) header: id=33143 opcode=Query(0)
response=Yes
      header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=FI0X07<20> rr_type=32 rr_class=1 ttl=258898
      answers   0 char @..q.. at ..q..   hex 40000A71A0CF40000A71A0D0
[2002/10/25 15:22:14, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 68 to (10.113.160.150) on port 137
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 50 from (10.113.160.150) port 137
[2002/10/25 15:22:14, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.150(137) header: id=33145 opcode=Query(0)
response=No
      header: flags: bcast=No rec_avail=No rec_des=Yes trunc=No auth=No
      header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=0
      question: q_name=FI0P02<20> q_type=32 q_class=1
[2002/10/25 15:22:14, 3]
nmbd/nmbd_winsserver.c:wins_process_name_query_request(1353)
  wins_process_name_query: name query for name FI0P02<20> from IP 10.113.160.150
[2002/10/25 15:22:14, 3]
nmbd/nmbd_winsserver.c:wins_process_name_query_request(1413)
  wins_process_name_query: name query for name FI0P02<20> not found - doing dns
lookup.
[2002/10/25 15:22:14, 3] nmbd/asyncdns.c:queue_dns_query(306)
  added DNS query for FI0P02<20>
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 3] nmbd/asyncdns.c:add_dns_result(42)
  add_dns_result: DNS gave answer for FI0P02 of 10.113.160.2
[2002/10/25 15:22:14, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(239)
  add_name_to_subnet: Added netbios name FI0P02<20> with first IP 10.113.160.2
ttl=7200 nb_flags= 4 to subnet WINS_SERVER_SUBNET
[2002/10/25 15:22:14, 3] nmbd/asyncdns.c:run_dns_queue(223)
  DNS calling send_wins_name_query_response
[2002/10/25 15:22:14, 4] nmbd/nmbd_packets.c:reply_netbios_packet(934)
  reply_netbios_packet: sending a reply of packet type: wins_query FI0P02<20> to
ip 10.113.160.150 for id 33145
[2002/10/25 15:22:14, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.150(137) header: id=33145 opcode=Query(0)
response=Yes
      header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=FI0P02<20> rr_type=32 rr_class=1 ttl=7200
      answers   0 char ...q..   hex 00000A71A002
[2002/10/25 15:22:14, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 62 to (10.113.160.150) on port 137
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 50 from (10.113.160.150) port 137
[2002/10/25 15:22:14, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.150(137) header: id=33147 opcode=Query(0)
response=No
      header: flags: bcast=No rec_avail=No rec_des=Yes trunc=No auth=No
      header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=0
      question: q_name=FI0X06<20> q_type=32 q_class=1
[2002/10/25 15:22:14, 3]
nmbd/nmbd_winsserver.c:wins_process_name_query_request(1353)
  wins_process_name_query: name query for name FI0X06<20> from IP 10.113.160.150
[2002/10/25 15:22:14, 3]
nmbd/nmbd_winsserver.c:wins_process_name_query_request(1413)
  wins_process_name_query: name query for name FI0X06<20> not found - doing dns
lookup.
[2002/10/25 15:22:14, 3] nmbd/asyncdns.c:queue_dns_query(306)
  added DNS query for FI0X06<20>
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 3] nmbd/asyncdns.c:add_dns_result(42)
  add_dns_result: DNS gave answer for FI0X06 of 10.113.160.206
[2002/10/25 15:22:14, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(239)
  add_name_to_subnet: Added netbios name FI0X06<20> with first IP 10.113.160.206
ttl=7200 nb_flags= 4 to subnet WINS_SERVER_SUBNET
[2002/10/25 15:22:14, 3] nmbd/asyncdns.c:run_dns_queue(223)
  DNS calling send_wins_name_query_response
[2002/10/25 15:22:14, 4] nmbd/nmbd_packets.c:reply_netbios_packet(934)
  reply_netbios_packet: sending a reply of packet type: wins_query FI0X06<20> to
ip 10.113.160.150 for id 33147
[2002/10/25 15:22:14, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.150(137) header: id=33147 opcode=Query(0)
response=Yes
      header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=FI0X06<20> rr_type=32 rr_class=1 ttl=7200
      answers   0 char ...q..   hex 00000A71A0CE
[2002/10/25 15:22:14, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 62 to (10.113.160.150) on port 137
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:14, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:24, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:24, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:24, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:24, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:34, 4] nmbd/nmbd_winsserver.c:wins_write_database(1610)
  wins_write_database: Dump of WINS name list.
  *<00>               TTL = PERMANENT                  10.113.160.207
10.113.160.208 44
  *<20>               TTL = PERMANENT                  10.113.160.207
10.113.160.208 44
  BCCFILOTTRANO<00>   TTL = Mon Oct 28 14:17:12 2002  255.255.255.255 c4
  BCCFILOTTRANO<03>   TTL = Mon Oct 28 18:40:30 2002    10.113.160.35  4
  BCCFILOTTRANO<1b>   TTL = Mon Oct 28 14:17:12 2002   10.113.160.207
10.113.160.208 44
  BCCFILOTTRANO<1c>   TTL = Mon Oct 28 14:17:12 2002   10.113.160.207
10.113.160.208 c4
  BCCFILOTTRANO<1e>   TTL = Mon Oct 28 14:17:12 2002  255.255.255.255 c4
  BI<03>              TTL = Mon Oct 28 01:48:44 2002   10.113.160.150 64
  FI0P02<20>          TTL = Fri Oct 25 17:22:14 2002     10.113.160.2  4
  FI0P03<00>          TTL = Mon Oct 28 18:41:41 2002     10.113.160.3 64
  FI0P03<03>          TTL = Mon Oct 28 18:41:48 2002     10.113.160.3 64
  FI0P03<20>          TTL = Mon Oct 28 18:41:42 2002     10.113.160.3 64
  FI0P38<00>          TTL = Tue Oct 29 00:44:26 2002   10.113.160.150 64
  FI0P38<03>          TTL = Mon Oct 28 01:46:33 2002   10.113.160.150 64
  FI0P38<20>          TTL = Tue Oct 29 00:44:26 2002   10.113.160.150 64
  FI0P39<00>          TTL = Mon Oct 28 18:39:47 2002    10.113.160.35  4
  FI0P39<03>          TTL = Mon Oct 28 18:39:47 2002    10.113.160.35  4
  FI0P39<20>          TTL = Mon Oct 28 18:39:50 2002    10.113.160.35  4
  FI0X06<20>          TTL = Fri Oct 25 17:22:14 2002   10.113.160.206  4
  FI0X07<00>          TTL = Mon Oct 28 14:17:12 2002   10.113.160.207
10.113.160.208 46
  FI0X07<03>          TTL = Mon Oct 28 14:17:12 2002   10.113.160.207
10.113.160.208 46
  FI0X07<20>          TTL = Mon Oct 28 14:17:12 2002   10.113.160.207
10.113.160.208 46
  FI9P072<00>         TTL = Sun Oct 27 21:36:25 2002   10.113.160.148  4
  FI9P072<03>         TTL = Sun Oct 27 21:36:24 2002   10.113.160.148  4
  FI9P072<20>         TTL = Sun Oct 27 21:36:29 2002   10.113.160.148  4
  FI9P09<00>          TTL = Mon Oct 28 21:28:49 2002    10.113.160.99 64
  FI9P09<03>          TTL = Mon Oct 28 21:28:52 2002    10.113.160.99 64
  FI9P09<20>          TTL = Mon Oct 28 21:28:56 2002    10.113.160.99 64
  PORTATILE<00>       TTL = Sat Oct 26 00:53:02 2002   10.113.160.149 64
  PORTATILE<03>       TTL = Sat Oct 26 00:53:03 2002   10.113.160.149 64
  PORTATILE<20>       TTL = Sat Oct 26 00:53:02 2002   10.113.160.149 64
  ROOT<03>            TTL = Mon Oct 28 23:14:49 2002    10.113.160.99 64
  SA<03>              TTL = Mon Oct 28 19:23:13 2002     10.113.160.3 64
  WORKGROUP<00>       TTL = Sun Oct 27 22:23:47 2002  255.255.255.255 e4
  __SAMBA__<00>       TTL = PERMANENT                  10.113.160.207
10.113.160.208 44
  __SAMBA__<20>       TTL = PERMANENT                  10.113.160.207
10.113.160.208 44
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:34, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:44, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:44, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:44, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:44, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:54, 3]
nmbd/nmbd_sendannounce.c:send_local_master_announcement(174)
  send_local_master_announcement: type c9b2b for name FI0X07 on subnet
10.113.160.207 for workgroup BCCFILOTTRANO
[2002/10/25 15:22:54, 4] nmbd/nmbd_packets.c:send_mailslot(1961)
  send_mailslot: Sending to mailslot \MAILSLOT\BROWSE from FI0X07<00> IP
10.113.160.207 to BCCFILOTTRANO<1e> IP 10.113.160.255
[2002/10/25 15:22:54, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0X07.... hex 0f 15 80 a9 03 00 46 49 30 58 30 37 00 00 00 00
   10 char ........+.....U. hex 00 00 00 00 00 00 04 09 2b 9b 0c 00 0f 01 55 aa
   20 char Linux PDC Server hex 4c 69 6e 75 78 20 50 44 43 20 53 65 72 76 65 72
   30 char  (2.2.6).        hex 20 28 32 2e 32 2e 36 29 00
[2002/10/25 15:22:54, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 225 to (10.113.160.255) on port 138
[2002/10/25 15:22:54, 3]
nmbd/nmbd_sendannounce.c:send_workgroup_announcement(193)
  send_workgroup_announcement: on subnet 10.113.160.207 for workgroup
BCCFILOTTRANO
[2002/10/25 15:22:54, 4] nmbd/nmbd_packets.c:send_mailslot(1961)
  send_mailslot: Sending to mailslot \MAILSLOT\BROWSE from FI0X07<00> IP
10.113.160.207 to __MSBROWSE__<01> IP 10.113.160.255
[2002/10/25 15:22:54, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......BCCFILOTTR hex 0c 15 80 a9 03 00 42 43 43 46 49 4c 4f 54 54 52
   10 char ANO...........U. hex 41 4e 4f 00 00 00 04 09 00 10 00 80 0f 01 55 aa
   20 char FI0X07.          hex 46 49 30 58 30 37 00
[2002/10/25 15:22:54, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 207 to (10.113.160.255) on port 138
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:54, 3]
nmbd/nmbd_sendannounce.c:send_local_master_announcement(174)
  send_local_master_announcement: type c9b2b for name FI0X07 on subnet
10.113.160.208 for workgroup BCCFILOTTRANO
[2002/10/25 15:22:54, 4] nmbd/nmbd_packets.c:send_mailslot(1961)
  send_mailslot: Sending to mailslot \MAILSLOT\BROWSE from FI0X07<00> IP
10.113.160.208 to BCCFILOTTRANO<1e> IP 10.113.160.255
[2002/10/25 15:22:54, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......FI0X07.... hex 0f 15 80 a9 03 00 46 49 30 58 30 37 00 00 00 00
   10 char ........+.....U. hex 00 00 00 00 00 00 04 09 2b 9b 0c 00 0f 01 55 aa
   20 char Linux PDC Server hex 4c 69 6e 75 78 20 50 44 43 20 53 65 72 76 65 72
   30 char  (2.2.6).        hex 20 28 32 2e 32 2e 36 29 00
[2002/10/25 15:22:54, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 225 to (10.113.160.255) on port 138
[2002/10/25 15:22:54, 3]
nmbd/nmbd_sendannounce.c:send_workgroup_announcement(193)
  send_workgroup_announcement: on subnet 10.113.160.208 for workgroup
BCCFILOTTRANO
[2002/10/25 15:22:54, 4] nmbd/nmbd_packets.c:send_mailslot(1961)
  send_mailslot: Sending to mailslot \MAILSLOT\BROWSE from FI0X07<00> IP
10.113.160.208 to __MSBROWSE__<01> IP 10.113.160.255
[2002/10/25 15:22:54, 4] nmbd/nmbd_packets.c:debug_browse_data(101)
  debug_browse_data():
    0 char ......BCCFILOTTR hex 0c 15 80 a9 03 00 42 43 43 46 49 4c 4f 54 54 52
   10 char ANO...........U. hex 41 4e 4f 00 00 00 04 09 00 10 00 80 0f 01 55 aa
   20 char FI0X07.          hex 46 49 30 58 30 37 00
[2002/10/25 15:22:54, 5] libsmb/nmblib.c:send_udp(741)
  Sending a packet of len 207 to (10.113.160.255) on port 138
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:54, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 225 from (10.113.160.207) port 138
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.207: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
          FI0X06 40019b2b (Linux BDC Server (2.2.5))
          FI0P40 40011003 ()
          FI0P20 40011003 ()
          FI0P69 40011003 ()
          FI0P04 40011003 ()
          FI0N01 40019207 ()
          FI0P02 40011203 ()
          FI0P38 40011203 ()
          FI0P01 40011003 ()
          FI0P03 40011003 ()
          FI9P09 40011003 ()
          FI0P07 40011003 ()
          FI0P06 40011003 ()
          FI0P34 40412003 (FI0P34)
          FI0P13 40412003 (FI0P13)
          FI0P15 40412003 (FI0P15)
          FI0P12 40412203 (FI0P12)
          FI0P18 40412003 (FI0P18)
          FI0P39 40412003 (FI0P39)
          FI0P19 40412003 (FI0P19)
          FI0P31 40412003 (FI0P31)
          FI0P11 40412203 (FI0P11)
          FI0P27 40412203 (FI0P27)
          FI0P32 40412203 (FI0P32)
          FI0P16 40412203 (FI0P16)
          FI0P37 40412003 (BORIONI)
          FI0P26 40412203 (FI0P26)
          FI0P22 40412003 (FI0P22)
          FI0P14 40412203 (FI0P14)
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  10.113.160.208: netmask=  255.255.255.0:
     BCCFILOTTRANO(1) current master browser = FI0X07
          FI0X07 400c9b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(289)
  dump_workgroups()
   dump workgroup on subnet  UNICAST_SUBNET: netmask= 10.113.160.208:
     BCCFILOTTRANO(1) current master browser = UNKNOWN
          FI0X07 40099b2b (Linux PDC Server (2.2.6))
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:54, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.207) port 138
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:54, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 225 from (10.113.160.208) port 138
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:54, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 207 from (10.113.160.208) port 138
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:54, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:56, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 50 from (10.113.160.27) port 137
[2002/10/25 15:22:56, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.27(137) header: id=396 opcode=Query(0) response=No
      header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
      header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=0
      question: q_name=FI0N01<20> q_type=32 q_class=1
[2002/10/25 15:22:56, 3]
nmbd/nmbd_incomingrequests.c:process_name_query_request(479)
  process_name_query_request: Name query from 10.113.160.27 on subnet
10.113.160.207 for name FI0N01<20>
[2002/10/25 15:22:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:56, 5] libsmb/nmblib.c:read_packet(719)
  Received a packet of len 50 from (10.113.160.27) port 137
[2002/10/25 15:22:56, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 10.113.160.27(137) header: id=396 opcode=Query(0) response=No
      header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No
      header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=0
      question: q_name=FI0N01<20> q_type=32 q_class=1
[2002/10/25 15:22:56, 3]
nmbd/nmbd_incomingrequests.c:process_name_query_request(479)
  process_name_query_request: Name query from 10.113.160.27 on subnet
10.113.160.207 for name FI0N01<20>
[2002/10/25 15:22:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.207: found.
[2002/10/25 15:22:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
10.113.160.208: found.
[2002/10/25 15:22:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.
[2002/10/25 15:22:56, 4] nmbd/nmbd_workgroupdb.c:find_workgroup_on_subnet(160)
  find_workgroup_on_subnet: workgroup search for BCCFILOTTRANO on subnet
UNICAST_SUBNET: found.



log.fi9p09
***********
[2002/10/25 14:41:51, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:41:59, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:42:03, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:42:03, 1] smbd/service.c:make_connection(636)
  fi9p09 (10.113.160.99) connect to service profiles as user buschi.s (uid=611,
gid=100) (pid 28972)
[2002/10/25 14:42:07, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:42:07, 1] smbd/service.c:make_connection(636)
  fi9p09 (10.113.160.99) connect to service netlogon as user buschi.s (uid=611,
gid=100) (pid 28972)
[2002/10/25 14:42:15, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:42:15, 1] smbd/service.c:make_connection(636)
  fi9p09 (10.113.160.99) connect to service buschi.s as user buschi.s (uid=611,
gid=100) (pid 28972)
[2002/10/25 14:42:15, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:42:15, 1] smbd/service.c:make_connection(636)
  fi9p09 (10.113.160.99) connect to service buschi.s as user buschi.s (uid=611,
gid=100) (pid 28972)
[2002/10/25 14:42:15, 2] smbd/open.c:open_file(242)
  buschi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:42:15, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:42:15, 2] smbd/open.c:open_file(242)
  buschi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:42:17, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:42:17, 2] smbd/open.c:open_file(242)
  buschi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:42:17, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:42:17, 2] smbd/open.c:open_file(242)
  buschi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:42:18, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:42:18, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:42:18, 2] smbd/open.c:open_file(242)
  buschi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:42:18, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:42:18, 2] smbd/open.c:open_file(242)
  buschi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:42:26, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:43:17, 1] smbd/service.c:close_cnum(675)
  fi9p09 (10.113.160.99) closed connection to service profiles
[2002/10/25 14:43:17, 1] smbd/service.c:close_cnum(675)
  fi9p09 (10.113.160.99) closed connection to service netlogon
[2002/10/25 14:43:40, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:43:40, 1] smbd/service.c:make_connection(636)
  fi9p09 (10.113.160.99) connect to service profiles as user buschi.s (uid=611,
gid=100) (pid 28972)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2E.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2E.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2E.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2E.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2E.tmp read=Yes write=Yes (numopen=1)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2E.tmp read=Yes write=No (numopen=2)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2E.tmp (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2E.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2E.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2E.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2E.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2E.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2F.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2F.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2F.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2F.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2F.tmp read=Yes write=Yes (numopen=1)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2F.tmp read=Yes write=No (numopen=2)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2F.tmp (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2F.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2F.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2F.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf2F.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf2F.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf30.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf30.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf30.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf30.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf30.tmp read=Yes write=Yes (numopen=1)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf30.tmp read=Yes write=No (numopen=2)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf30.tmp (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf30.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf30.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf30.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/prf30.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:40, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/prf30.tmp (numopen=0)
[2002/10/25 14:43:40, 2] smbd/open.c:open_directory(1202)
  open_directory: unable to create buschi.s/Preferiti/Media. Error was No such
file or directory
[2002/10/25 14:43:40, 2] smbd/open.c:open_directory(1202)
  open_directory: unable to create buschi.s/Menu Avvio/Programmi/Esecuzione
automatica. Error was No such file or directory
[2002/10/25 14:43:40, 2] smbd/open.c:open_directory(1202)
  open_directory: unable to create buschi.s/Menu
Avvio/Programmi/Accessori/Utilit
-------------- next part --------------

? di sistema. Error was No such file or
directory
[2002/10/25 14:43:41, 2] smbd/open.c:open_directory(1202)
  open_directory: unable to create buschi.s/Documenti/Immagini. Error was No
such file or directory
[2002/10/25 14:43:41, 2] smbd/open.c:open_directory(1202)
  open_directory: unable to create buschi.s/Dati
applicazioni/Microsoft/SystemCertificates/My/CTLs. Error was No such file or
directory
[2002/10/25 14:43:41, 2] smbd/open.c:open_directory(1202)
  open_directory: unable to create buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch. Error was No such file or directory
[2002/10/25 14:43:41, 2] smbd/open.c:open_directory(1202)
  open_directory: unable to create buschi.s/Dati
applicazioni/Identities/{5C9090E6-6939-4D2C-91F9-3ACCF4DE1C63}. Error was No
such file or directory
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf31.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf32.tmp read=Yes write=No (numopen=2)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Recent/prf33.tmp read=Yes write=No (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf34.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf35.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf32.tmp (numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Recent/prf33.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf31.tmp (numopen=2)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf35.tmp (numopen=1)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf34.tmp (numopen=0)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf32.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf31.tmp read=Yes write=No (numopen=2)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Recent/prf33.tmp read=Yes write=No (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf35.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf34.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf32.tmp (numopen=4)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf32.tmp read=Yes write=Yes (numopen=5)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Recent/prf33.tmp (numopen=4)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Recent/prf33.tmp read=Yes write=Yes (numopen=5)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf34.tmp (numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf31.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf35.tmp (numopen=2)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf32.tmp read=Yes write=No (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf34.tmp read=Yes write=Yes (numopen=4)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf31.tmp read=Yes write=Yes (numopen=5)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Recent/prf33.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf35.tmp read=Yes write=Yes (numopen=7)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf36.tmp read=Yes write=No
(numopen=8)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf36.tmp (numopen=8)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf31.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf34.tmp read=Yes write=No (numopen=9)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf32.tmp (numopen=9)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf32.tmp (numopen=7)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf35.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf36.tmp read=Yes write=No
(numopen=9)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf37.tmp read=Yes write=No
(numopen=10)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Recent/prf33.tmp (numopen=10)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf36.tmp (numopen=8)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf37.tmp (numopen=7)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Recent/prf33.tmp (numopen=6)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf36.tmp read=Yes write=Yes
(numopen=7)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf31.tmp (numopen=6)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf31.tmp (numopen=5)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf34.tmp (numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf34.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf36.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf37.tmp read=Yes write=No
(numopen=5)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf37.tmp (numopen=5)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf32.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf37.tmp read=Yes write=Yes
(numopen=7)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf32.tmp (numopen=6)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf32.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf32.tmp (numopen=6)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Recent/prf33.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Recent/prf33.tmp (numopen=6)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Recent/prf33.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Recent/prf33.tmp (numopen=5)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf37.tmp read=Yes write=No
(numopen=6)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf31.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf31.tmp (numopen=6)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf31.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf31.tmp (numopen=6)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf35.tmp (numopen=7)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf34.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf36.tmp (numopen=5)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf37.tmp (numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf34.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf34.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf34.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf38.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf37.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf39.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf36.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3A.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf38.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf39.tmp (numopen=2)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf38.tmp read=Yes write=No
(numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf39.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf35.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3A.tmp (numopen=2)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3B.tmp read=Yes write=No
(numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3A.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf38.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf39.tmp (numopen=2)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf38.tmp read=Yes write=Yes
(numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf39.tmp read=Yes write=Yes
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3B.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3A.tmp (numopen=2)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3A.tmp read=Yes write=Yes
(numopen=3)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf39.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf38.tmp read=Yes write=No
(numopen=5)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3B.tmp read=Yes write=No
(numopen=6)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf36.tmp read=Yes write=No
(numopen=7)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf36.tmp (numopen=6)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf36.tmp read=Yes write=No
(numopen=7)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf36.tmp (numopen=6)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3A.tmp read=Yes write=No
(numopen=7)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf37.tmp read=Yes write=No
(numopen=8)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf37.tmp (numopen=7)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf37.tmp read=Yes write=No
(numopen=8)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf37.tmp (numopen=7)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf35.tmp read=Yes write=No (numopen=11)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf35.tmp (numopen=10)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/SendTo/prf35.tmp read=Yes write=No (numopen=10)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/SendTo/prf35.tmp (numopen=9)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3B.tmp (numopen=6)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3B.tmp read=Yes write=Yes
(numopen=7)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3A.tmp (numopen=6)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf39.tmp (numopen=5)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf38.tmp (numopen=4)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf39.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3A.tmp (numopen=2)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf38.tmp (numopen=1)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3B.tmp read=Yes write=No
(numopen=2)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3C.tmp read=Yes
write=No (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3D.tmp read=Yes
write=No (numopen=4)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3E.tmp read=Yes write=No
(numopen=5)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3D.tmp (numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3E.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3C.tmp (numopen=2)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3E.tmp read=Yes write=No
(numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3D.tmp read=Yes
write=No (numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3B.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3A.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3A.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3A.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3A.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf38.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf38.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf38.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf38.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3C.tmp read=Yes
write=No (numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3B.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf39.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf39.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Media/prf39.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Media/prf39.tmp (numopen=3)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3E.tmp (numopen=2)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3D.tmp (numopen=1)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3E.tmp read=Yes write=Yes
(numopen=2)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3D.tmp read=Yes
write=Yes (numopen=3)
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3C.tmp (numopen=2)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3E.tmp read=Yes write=No
(numopen=3)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3C.tmp read=Yes
write=Yes (numopen=4)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf3F.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf3F.tmp (numopen=4)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3D.tmp read=Yes
write=No (numopen=5)
[2002/10/25 14:43:41, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf40.tmp read=Yes
write=No (numopen=6)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:41, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf40.tmp (numopen=5)
[2002/10/25 14:43:41, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3C.tmp read=Yes
write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf3F.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf41.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf40.tmp read=Yes
write=No (numopen=10)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3E.tmp (numopen=9)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf41.tmp (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3E.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3D.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf3F.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf40.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf40.tmp read=Yes
write=Yes (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf3F.tmp read=Yes write=Yes (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf41.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3B.tmp read=Yes write=No
(numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3B.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3B.tmp read=Yes write=No
(numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3B.tmp (numopen=6)
-------------- next part --------------
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3D.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3C.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf41.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3C.tmp (numopen=2)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf40.tmp read=Yes
write=No (numopen=3)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf3F.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf41.tmp read=Yes write=Yes (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf42.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3D.tmp read=Yes
write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3D.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3D.tmp read=Yes
write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3D.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3E.tmp read=Yes write=No
(numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3E.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf41.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/prf3E.tmp read=Yes write=No
(numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/prf3E.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf42.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3C.tmp read=Yes
write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3C.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf3C.tmp read=Yes
write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf3C.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf42.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf40.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf3F.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf3F.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf42.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf42.tmp read=Yes write=Yes (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf3F.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf3F.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf3F.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf3F.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf41.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf42.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf40.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf43.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf44.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf45.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf46.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf41.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf44.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf45.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf43.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf46.tmp (numopen=2)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf44.tmp read=Yes write=No (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf43.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf46.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf42.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf45.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf42.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf46.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf45.tmp (numopen=2)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf45.tmp read=Yes write=Yes (numopen=3)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf43.tmp (numopen=2)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf41.tmp read=Yes write=No (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf46.tmp read=Yes write=Yes (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf41.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf41.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf41.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf43.tmp read=Yes write=Yes (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf44.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf45.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf40.tmp read=Yes
write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf44.tmp read=Yes write=Yes (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf40.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Preferiti/Collegamenti/prf40.tmp read=Yes
write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Preferiti/Collegamenti/prf40.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf43.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf46.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf44.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf42.tmp read=Yes write=No (numopen=12)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf42.tmp (numopen=11)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf42.tmp read=Yes write=No (numopen=13)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf42.tmp (numopen=12)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf47.tmp read=Yes write=No (numopen=12)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf48.tmp read=Yes write=No (numopen=13)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf47.tmp (numopen=10)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf48.tmp (numopen=9)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf47.tmp read=Yes write=No (numopen=9)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf48.tmp read=Yes write=No (numopen=10)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf49.tmp read=Yes write=No (numopen=11)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf44.tmp (numopen=10)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf47.tmp (numopen=9)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf47.tmp read=Yes write=Yes
(numopen=10)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf49.tmp (numopen=9)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf44.tmp (numopen=8)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf48.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf43.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf45.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf46.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf47.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf49.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf48.tmp read=Yes write=Yes (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf43.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf46.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf45.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf49.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf48.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf49.tmp read=Yes write=Yes (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf44.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf44.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf44.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf44.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf49.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf43.tmp read=Yes write=No (numopen=9)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf43.tmp (numopen=8)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf43.tmp read=Yes write=No (numopen=9)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf43.tmp (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf47.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf46.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf46.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf46.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf46.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf45.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf45.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf48.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf45.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf45.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4A.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf47.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4A.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4B.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4A.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf49.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4B.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4C.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4B.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4A.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4A.tmp read=Yes write=Yes (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf49.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4C.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4A.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4C.tmp read=Yes write=No
(numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf47.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf47.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf47.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf47.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4B.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4D.tmp read=Yes write=No
(numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4B.tmp read=Yes write=Yes (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf48.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4C.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4D.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4B.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4C.tmp read=Yes
write=Yes (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4D.tmp read=Yes write=No
(numopen=6)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4D.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4C.tmp read=Yes write=No
(numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit
-------------- next part --------------

? di
sistema/prf4E.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf49.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4A.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf49.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf49.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf49.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4D.tmp read=Yes
write=Yes (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4E.tmp (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4A.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4D.tmp read=Yes write=No
(numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4E.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf48.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf48.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf48.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf48.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4B.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4E.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4E.tmp read=Yes write=Yes (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4C.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4C.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4B.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4D.tmp (numopen=2)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4E.tmp read=Yes write=No (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4F.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4A.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4A.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4A.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4A.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4F.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4F.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4B.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4B.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Modelli/prf4B.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Modelli/prf4B.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4D.tmp (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp read=Yes write=Yes (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4C.tmp read=Yes write=No
(numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4C.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4C.tmp read=Yes write=No
(numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4C.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
(numopen=4)
-------------- next part --------------
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit
-------------- next part --------------

? di
sistema/prf4F.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4F.tmp read=Yes write=Yes (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
(numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
(numopen=5)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4F.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4D.tmp read=Yes write=No
(numopen=8)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
read=Yes write=Yes (numopen=9)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4D.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/prf4D.tmp read=Yes write=No
(numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/prf4D.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4E.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
read=Yes write=No (numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4F.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
(numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
(numopen=3)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4E.tmp (numopen=2)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
read=Yes write=Yes (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
(numopen=4)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
(numopen=3)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
read=Yes write=Yes (numopen=6)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
(numopen=5)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4F.tmp (numopen=5)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
read=Yes write=No (numopen=6)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
read=Yes write=Yes (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp read=Yes write=No (numopen=10)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp (numopen=8)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf50.tmp (numopen=7)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4E.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4E.tmp (numopen=8)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4E.tmp read=Yes write=No (numopen=9)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4E.tmp (numopen=8)
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
read=Yes write=No (numopen=8)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
(numopen=7)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
(numopen=6)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
(numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
(numopen=5)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4F.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
(numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4F.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4F.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Utilit? di
sistema/prf4F.tmp (numopen=3)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
(numopen=2)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
read=Yes write=No (numopen=3)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
read=Yes write=No (numopen=4)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
(numopen=3)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
(numopen=2)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
(numopen=1)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
read=Yes write=No (numopen=2)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
(numopen=1)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
read=Yes write=No (numopen=2)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
(numopen=1)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
read=Yes write=No (numopen=2)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf53.tmp
(numopen=1)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
read=Yes write=No (numopen=2)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
(numopen=1)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
read=Yes write=No (numopen=2)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Svago/prf51.tmp
(numopen=1)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
read=Yes write=No (numopen=2)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
(numopen=1)
[2002/10/25 14:43:42, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
read=Yes write=Yes (numopen=2)
[2002/10/25 14:43:42, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
(numopen=1)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
read=Yes write=No (numopen=2)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
read=Yes write=No (numopen=3)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
(numopen=2)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
read=Yes write=No (numopen=3)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf52.tmp
(numopen=2)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
(numopen=1)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
read=Yes write=No (numopen=2)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
read=Yes write=No (numopen=3)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
read=Yes write=Yes (numopen=4)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
(numopen=3)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
(numopen=2)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
read=Yes write=No (numopen=3)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
read=Yes write=No (numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
(numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf54.tmp
(numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
(numopen=6)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
(numopen=5)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
read=Yes write=Yes (numopen=6)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
(numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp (numopen=3)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp (numopen=2)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
read=Yes write=No (numopen=3)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp read=Yes write=Yes (numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp read=Yes write=Yes (numopen=5)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5B.tmp read=Yes write=No
(numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp read=Yes write=Yes (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
(numopen=6)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5B.tmp (numopen=5)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5B.tmp read=Yes write=No
(numopen=9)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
read=Yes write=No (numopen=14)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
(numopen=12)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
read=Yes write=No (numopen=13)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf56.tmp
(numopen=12)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
(numopen=10)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5B.tmp (numopen=8)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
read=Yes write=No (numopen=9)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5B.tmp read=Yes write=Yes
(numopen=9)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
(numopen=8)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
read=Yes write=No (numopen=9)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf55.tmp
(numopen=8)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp (numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Desktop/prf5C.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
(numopen=6)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Desktop/prf5C.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp (numopen=3)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp (numopen=2)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5B.tmp read=Yes write=No
(numopen=3)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Desktop/prf5C.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5D.tmp read=Yes write=No
(numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5D.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Desktop/prf5C.tmp (numopen=3)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Desktop/prf5C.tmp read=Yes write=Yes (numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
(numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/prf57.tmp
(numopen=4)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5B.tmp (numopen=3)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5D.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf58.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5B.tmp (numopen=3)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5D.tmp (numopen=2)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp (numopen=1)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Desktop/prf5C.tmp read=Yes write=No (numopen=2)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5D.tmp read=Yes write=Yes
(numopen=3)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5D.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf59.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
-------------- next part --------------
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp (numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Menu Avvio/Programmi/Accessori/Accesso
facilitato/prf5A.tmp (numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5B.tmp read=Yes write=No
(numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp (numopen=6)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Desktop/prf5C.tmp (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5D.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5B.tmp (numopen=3)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5B.tmp read=Yes write=No
(numopen=4)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5B.tmp (numopen=3)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp (numopen=2)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp read=Yes write=No (numopen=3)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Desktop/prf5C.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp (numopen=3)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5D.tmp (numopen=2)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp (numopen=1)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp (numopen=0)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp read=Yes write=Yes (numopen=1)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp read=Yes write=Yes (numopen=2)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp read=Yes write=No (numopen=3)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp (numopen=2)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp read=Yes write=No (numopen=3)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp read=Yes write=Yes (numopen=5)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp (numopen=8)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp (numopen=7)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Desktop/prf5C.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Desktop/prf5C.tmp (numopen=7)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Desktop/prf5C.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Desktop/prf5C.tmp (numopen=7)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5D.tmp read=Yes write=No
(numopen=6)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5D.tmp (numopen=5)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Documenti/Immagini/prf5D.tmp read=Yes write=No
(numopen=6)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Documenti/Immagini/prf5D.tmp (numopen=5)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp (numopen=6)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp (numopen=5)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp (numopen=3)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp read=Yes write=Yes (numopen=5)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp read=Yes write=Yes (numopen=6)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp (numopen=5)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp read=Yes write=No (numopen=5)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Cookies/prf63.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Cookies/prf63.tmp (numopen=5)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Cookies/prf63.tmp read=Yes write=No (numopen=9)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Cookies/prf63.tmp (numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Cookies/prf63.tmp read=Yes write=Yes (numopen=8)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp (numopen=7)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5E.tmp (numopen=7)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp read=Yes write=No (numopen=8)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp (numopen=6)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp read=Yes write=No (numopen=7)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf5F.tmp (numopen=6)
[2002/10/25 14:43:43, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp (numopen=5)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Cookies/prf63.tmp read=Yes write=No (numopen=6)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp (numopen=5)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp (numopen=4)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Cookies/prf63.tmp (numopen=3)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp (numopen=2)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp read=Yes write=No (numopen=3)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Cookies/prf63.tmp (numopen=2)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp (numopen=1)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp read=Yes write=No (numopen=2)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf62.tmp (numopen=1)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp (numopen=0)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp (numopen=0)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/Quick Launch/prf60.tmp (numopen=0)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Cookies/prf63.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Cookies/prf63.tmp (numopen=0)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Cookies/prf63.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Cookies/prf63.tmp (numopen=0)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp (numopen=0)
[2002/10/25 14:43:43, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:43:43, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf61.tmp (numopen=0)
[2002/10/25 14:43:44, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/ntuser.ini read=Yes write=No (numopen=1)
[2002/10/25 14:43:44, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/ntuser.ini (numopen=0)
[2002/10/25 14:43:44, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/ntuser.ini read=Yes write=Yes (numopen=1)
[2002/10/25 14:43:44, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/ntuser.ini read=Yes write=No (numopen=2)
[2002/10/25 14:43:44, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/ntuser.ini (numopen=1)
[2002/10/25 14:43:44, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/ntuser.ini (numopen=0)
[2002/10/25 14:43:44, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/ntuser.ini read=Yes write=No (numopen=1)
[2002/10/25 14:43:44, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/ntuser.ini (numopen=0)
[2002/10/25 14:43:44, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/NTUSER.DAT read=Yes write=No (numopen=1)
[2002/10/25 14:43:44, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/NTUSER.DAT (numopen=0)
[2002/10/25 14:43:44, 2] smbd/open.c:open_file(242)
  buschi.s opened file buschi.s/NTUSER.DAT read=Yes write=Yes (numopen=1)
[2002/10/25 14:43:50, 1] smbd/service.c:close_cnum(675)
  fi9p09 (10.113.160.99) closed connection to service buschi.s
[2002/10/25 14:43:51, 2] smbd/close.c:close_normal_file(211)
  buschi.s closed file buschi.s/NTUSER.DAT (numopen=0)
[2002/10/25 14:44:22, 1] smbd/service.c:close_cnum(675)
  fi9p09 (10.113.160.99) closed connection to service buschi.s
[2002/10/25 14:44:26, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:44:26, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:44:27, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:44:27, 1] smbd/service.c:make_connection(636)
  fi9p09 (10.113.160.99) connect to service profiles as user capomagi.s
(uid=612, gid=100) (pid 28972)
[2002/10/25 14:44:27, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/NTUSER.DAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:27, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/NTUSER.DAT (numopen=0)
[2002/10/25 14:44:27, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/NTUSER.DAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:27, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.ini read=Yes write=No (numopen=2)
[2002/10/25 14:44:27, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.ini (numopen=1)
[2002/10/25 14:44:27, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.ini read=Yes write=No (numopen=2)
[2002/10/25 14:44:27, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.ini (numopen=1)
[2002/10/25 14:44:27, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.ini read=Yes write=No (numopen=2)
[2002/10/25 14:44:27, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.ini read=Yes write=No (numopen=3)
[2002/10/25 14:44:27, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.ini (numopen=2)
[2002/10/25 14:44:27, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.ini (numopen=1)
[2002/10/25 14:44:27, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/NTUSER.DAT (numopen=0)
[2002/10/25 14:44:27, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/NTUSER.DAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:27, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/NTUSER.DAT (numopen=0)
[2002/10/25 14:44:27, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/NTUSER.DAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:27, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/NTUSER.DAT read=Yes write=No (numopen=2)
[2002/10/25 14:44:27, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/NTUSER.DAT (numopen=1)
[2002/10/25 14:44:28, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/NTUSER.DAT (numopen=0)
[2002/10/25 14:44:28, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.dat.LOG read=Yes write=No (numopen=1)
[2002/10/25 14:44:28, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.dat.LOG (numopen=0)
[2002/10/25 14:44:28, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.dat.LOG read=Yes write=No (numopen=1)
[2002/10/25 14:44:28, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.dat.LOG read=Yes write=No (numopen=2)
[2002/10/25 14:44:28, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.dat.LOG (numopen=1)
[2002/10/25 14:44:28, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.dat.LOG (numopen=0)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Cookies/index.dat read=Yes write=No
(numopen=1)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.txt read=Yes write=No (numopen=2)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/Desktop.htt read=Yes write=No (numopen=3)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.bak read=Yes write=No (numopen=4)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Cookies/index.dat (numopen=3)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Guida stazioni radio.url read=Yes
write=No (numopen=4)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Cookies/index.dat read=Yes write=No
(numopen=5)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/MSN.url read=Yes write=No
(numopen=6)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Eventi Web.url read=Yes write=No
(numopen=7)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/Desktop.htt (numopen=6)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.bak (numopen=5)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.txt (numopen=4)
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Guida stazioni radio.url
(numopen=3)
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Eventi Web.url (numopen=2)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/MSN.url (numopen=1)
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Cookies/index.dat read=Yes write=No
(numopen=2)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/Desktop.htt read=Yes write=No (numopen=3)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.bak read=Yes write=No (numopen=4)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.txt read=Yes write=No (numopen=5)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Guida stazioni radio.url read=Yes
write=No (numopen=6)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Eventi Web.url read=Yes write=No
(numopen=7)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/MSN.url read=Yes write=No
(numopen=8)
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Guida stazioni radio.url read=Yes
write=No (numopen=9)
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.txt read=Yes write=No (numopen=10)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.bak read=Yes write=No (numopen=12)
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/MSN.url read=Yes write=No
(numopen=13)
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/Desktop.htt read=Yes write=No (numopen=13)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Cookies/index.dat (numopen=12)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Eventi Web.url read=Yes write=No
(numopen=13)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Cookies/index.dat (numopen=14)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.txt (numopen=14)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Collegamenti/Personalizzazione
collegamenti.url read=Yes write=No (numopen=14)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.txt (numopen=13)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Guida stazioni radio.url
(numopen=12)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/MSN.url (numopen=11)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Guida stazioni radio.url
(numopen=10)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/MSN.url (numopen=9)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Collegamenti/Personalizzazione
collegamenti.url (numopen=8)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Collegamenti/HotMail gratuita.url
read=Yes write=No (numopen=9)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Collegamenti/Personalizzazione
collegamenti.url read=Yes write=No (numopen=10)
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Collegamenti/HotMail gratuita.url
(numopen=9)
[2002/10/25 14:44:29, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.bak (numopen=6)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/Desktop.htt (numopen=5)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Collegamenti/Personalizzazione
collegamenti.url read=Yes write=No (numopen=6)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Collegamenti/Windows.url read=Yes
write=No (numopen=7)
[2002/10/25 14:44:29, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Collegamenti/HotMail gratuita.url
read=Yes write=No (numopen=8)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/brndlog.bak (numopen=8)
[2002/10/25 14:44:29, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/Desktop.htt (numopen=7)
[2002/10/25 14:44:30, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Eventi Web.url (numopen=5)
[2002/10/25 14:44:30, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Collegamenti/Windows.url
(numopen=4)
[2002/10/25 14:44:30, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Collegamenti/Windows.url read=Yes
write=No (numopen=5)
[2002/10/25 14:44:30, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Eventi Web.url (numopen=4)
[2002/10/25 14:44:30, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Collegamenti/HotMail gratuita.url
read=Yes write=No (numopen=5)
[2002/10/25 14:44:30, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Preferiti/Collegamenti/Windows.url read=Yes
write=No (numopen=7)
[2002/10/25 14:44:30, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Collegamenti/Personalizzazione
collegamenti.url (numopen=6)
[2002/10/25 14:44:30, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Collegamenti/Personalizzazione
collegamenti.url (numopen=4)
[2002/10/25 14:44:30, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Collegamenti/HotMail gratuita.url
(numopen=3)
[2002/10/25 14:44:30, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Collegamenti/HotMail gratuita.url
(numopen=2)
[2002/10/25 14:44:30, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Collegamenti/Windows.url
(numopen=1)
[2002/10/25 14:44:30, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Preferiti/Collegamenti/Windows.url
(numopen=0)
[2002/10/25 14:44:33, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:44:33, 1] smbd/service.c:make_connection(636)
  fi9p09 (10.113.160.99) connect to service netlogon as user capomagi.s
(uid=612, gid=100) (pid 28972)
[2002/10/25 14:44:33, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:44:33, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:44:33, 1] smbd/service.c:make_connection(636)
  fi9p09 (10.113.160.99) connect to service capomagi.s as user capomagi.s
(uid=612, gid=100) (pid 28972)
[2002/10/25 14:44:33, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:44:33, 1] smbd/service.c:make_connection(636)
  fi9p09 (10.113.160.99) connect to service capomagi.s as user capomagi.s
(uid=612, gid=100) (pid 28972)
[2002/10/25 14:44:34, 2] smbd/open.c:open_file(242)
  capomagi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:34, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:44:34, 2] smbd/open.c:open_file(242)
  capomagi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:34, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:44:34, 2] smbd/open.c:open_file(242)
  capomagi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:34, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:44:34, 2] smbd/open.c:open_file(242)
  capomagi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:34, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:44:34, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:44:34, 2] smbd/open.c:open_file(242)
  capomagi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:34, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:44:34, 2] smbd/open.c:open_file(242)
  capomagi.s opened file STARTUP.BAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:37, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file STARTUP.BAT (numopen=0)
[2002/10/25 14:44:42, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/NTUSER.DAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:42, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/NTUSER.DAT (numopen=0)
[2002/10/25 14:44:42, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf71.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:44:42, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf71.tmp (numopen=0)
[2002/10/25 14:44:42, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf71.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:44:42, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf71.tmp (numopen=0)
[2002/10/25 14:44:42, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf71.tmp read=Yes write=Yes (numopen=1)
[2002/10/25 14:44:42, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf71.tmp read=Yes write=No (numopen=2)
[2002/10/25 14:44:42, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf71.tmp (numopen=1)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf71.tmp (numopen=0)
[2002/10/25 14:44:43, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/NTUSER.DAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/NTUSER.DAT (numopen=0)
[2002/10/25 14:44:43, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf71.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf71.tmp (numopen=0)
[2002/10/25 14:44:43, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf71.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf71.tmp (numopen=0)
[2002/10/25 14:44:43, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.dat.LOG read=Yes write=No (numopen=1)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.dat.LOG (numopen=0)
[2002/10/25 14:44:43, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf72.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf72.tmp (numopen=0)
[2002/10/25 14:44:43, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf72.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf72.tmp (numopen=0)
[2002/10/25 14:44:43, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf72.tmp read=Yes write=Yes (numopen=1)
[2002/10/25 14:44:43, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf72.tmp read=Yes write=No (numopen=2)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf72.tmp (numopen=1)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf72.tmp (numopen=0)
[2002/10/25 14:44:43, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.dat.LOG read=Yes write=No (numopen=1)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.dat.LOG (numopen=0)
[2002/10/25 14:44:43, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf72.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf72.tmp (numopen=0)
[2002/10/25 14:44:43, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/prf72.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:44:43, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/prf72.tmp (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Menu Avvio/Programmi/Internet Explorer.lnk
read=Yes write=No (numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Menu Avvio/Programmi/Internet Explorer.lnk
(numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Menu Avvio/Programmi/prf73.tmp read=Yes
write=No (numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Menu Avvio/Programmi/prf73.tmp (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Menu Avvio/Programmi/prf73.tmp read=Yes
write=No (numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Menu Avvio/Programmi/prf73.tmp (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Menu Avvio/Programmi/prf73.tmp read=Yes
write=Yes (numopen=1)
[2002/10/25 14:44:44, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:44, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Menu Avvio/Programmi/prf73.tmp read=Yes
write=No (numopen=2)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/Desktop.htt read=Yes write=No (numopen=3)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Cookies/index.dat read=Yes write=No
(numopen=4)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/Desktop.htt (numopen=4)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Cookies/index.dat (numopen=3)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Cookies/prf74.tmp read=Yes write=No
(numopen=3)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp read=Yes write=No (numopen=4)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp (numopen=3)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Menu Avvio/Programmi/prf73.tmp (numopen=2)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Cookies/prf74.tmp (numopen=1)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp read=Yes write=No (numopen=2)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Cookies/prf74.tmp read=Yes write=No
(numopen=3)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Menu Avvio/Programmi/prf73.tmp (numopen=2)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp (numopen=1)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp read=Yes write=Yes (numopen=2)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Menu Avvio/Programmi/Internet Explorer.lnk
read=Yes write=No (numopen=3)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Menu Avvio/Programmi/Internet Explorer.lnk
(numopen=2)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Cookies/prf74.tmp (numopen=1)
[2002/10/25 14:44:44, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:44, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp read=Yes write=No (numopen=2)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Cookies/prf74.tmp read=Yes write=Yes
(numopen=3)
[2002/10/25 14:44:44, 2] smbd/process.c:switch_message(696)
  switch_message: queueing message due to being in oplock break state.
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Cookies/prf74.tmp read=Yes write=No
(numopen=5)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Menu Avvio/Programmi/prf73.tmp read=Yes
write=No (numopen=5)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Menu Avvio/Programmi/prf73.tmp (numopen=4)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Menu Avvio/Programmi/prf73.tmp read=Yes
write=No (numopen=5)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Menu Avvio/Programmi/prf73.tmp (numopen=4)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Cookies/prf74.tmp (numopen=3)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp (numopen=2)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Cookies/prf74.tmp (numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Cookies/index.dat read=Yes write=No
(numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Cookies/index.dat (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/Desktop.htt read=Yes write=No (numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/Desktop.htt (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Cookies/prf74.tmp read=Yes write=No
(numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Cookies/prf74.tmp (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Cookies/prf74.tmp read=Yes write=No
(numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Cookies/prf74.tmp (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp read=Yes write=No (numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/Dati applicazioni/Microsoft/Internet
Explorer/prf75.tmp (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.ini read=Yes write=No (numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.ini (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.ini read=Yes write=Yes (numopen=1)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.ini read=Yes write=No (numopen=2)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.ini (numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.ini (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/ntuser.ini read=Yes write=No (numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/ntuser.ini (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/NTUSER.DAT read=Yes write=No (numopen=1)
[2002/10/25 14:44:44, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/NTUSER.DAT (numopen=0)
[2002/10/25 14:44:44, 2] smbd/open.c:open_file(242)
  capomagi.s opened file capomagi.s/NTUSER.DAT read=Yes write=Yes (numopen=1)
[2002/10/25 14:44:53, 2] smbd/close.c:close_normal_file(211)
  capomagi.s closed file capomagi.s/NTUSER.DAT (numopen=0)
[2002/10/25 14:44:55, 1] smbd/service.c:close_cnum(675)
  fi9p09 (10.113.160.99) closed connection to service profiles
[2002/10/25 14:45:28, 1] smbd/service.c:close_cnum(675)
  fi9p09 (10.113.160.99) closed connection to service capomagi.s
[2002/10/25 14:45:28, 1] smbd/service.c:close_cnum(675)
  fi9p09 (10.113.160.99) closed connection to service netlogon
[2002/10/25 14:45:28, 1] smbd/service.c:close_cnum(675)
  fi9p09 (10.113.160.99) closed connection to service capomagi.s
[2002/10/25 14:46:01, 1] smbd/service.c:close_cnum(675)
  fi9p09 (10.113.160.99) closed connection to service profiles
[2002/10/25 14:46:01, 2] smbd/server.c:exit_server(461)
  Closing connections
[2002/10/25 14:49:37, 5] smbd/connection.c:claim_connection(156)
  claiming  0
[2002/10/25 14:49:37, 5] smbd/reply.c:reply_special(151)
  init msg_type=0x81 msg_flags=0x0
[2002/10/25 14:49:37, 3] smbd/process.c:process_smb(878)
  Transaction 1 of length 137
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=133
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51283
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=0
  smt_wct=0
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=98
[2002/10/25 14:49:37, 3] smbd/process.c:switch_message(685)
  switch message SMBnegprot (pid 29079)
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:37, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:49:37, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [PC NETWORK PROGRAM 1.0]
[2002/10/25 14:49:37, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LANMAN1.0]
[2002/10/25 14:49:37, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [Windows for Workgroups 3.1a]
[2002/10/25 14:49:37, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LM1.2X002]
[2002/10/25 14:49:37, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LANMAN2.1]
[2002/10/25 14:49:37, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [NT LM 0.12]
[2002/10/25 14:49:37, 3] smbd/negprot.c:reply_negprot(426)
  Selected protocol NT LM 0.12
[2002/10/25 14:49:37, 5] smbd/negprot.c:reply_negprot(433)
  negprot index=5
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=91
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=0
  smt_wct=17
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=5 (0x5)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=12803 (0x3203)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=256 (0x100)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=1024 (0x400)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=65 (0x41)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=256 (0x100)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=38656 (0x9700)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=113 (0x71)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=63744 (0xF900)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=227 (0xE3)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=32768 (0x8000)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=46918 (0xB746)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[13]=9465 (0x24F9)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[14]=49788 (0xC27C)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[15]=34817 (0x8801)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[16]=2303 (0x8FF)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=22
[2002/10/25 14:49:37, 3] smbd/process.c:process_smb(878)
  Transaction 2 of length 136
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=132
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=64
  smt_wct=13
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=117 (0x75)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=100 (0x64)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=16644 (0x4104)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=50 (0x32)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=29079 (0x7197)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=1 (0x1)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=212 (0xD4)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=39
[2002/10/25 14:49:37, 3] smbd/process.c:switch_message(685)
  switch message SMBsesssetupX (pid 29079)
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:37, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:49:37, 3] smbd/reply.c:reply_sesssetup_and_X(857)
  Domain=[]  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0]
[2002/10/25 14:49:37, 3] smbd/reply.c:reply_sesssetup_and_X(868)
  sesssetupX:name=[]
[2002/10/25 14:49:37, 4] lib/username.c:map_username(134)
  Scanning username map /etc/samba/smbusers
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:push_sec_ctx(296)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2002/10/25 14:49:37, 3] smbd/uid.c:push_conn_ctx(285)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 99
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:pop_sec_ctx(435)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 99
[2002/10/25 14:49:37, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-21-523837712-1465646504-4291927657-1198
[2002/10/25 14:49:37, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-21-523837712-1465646504-4291927657-1199
[2002/10/25 14:49:37, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-1-0
[2002/10/25 14:49:37, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-2
[2002/10/25 14:49:37, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-32-546
[2002/10/25 14:49:37, 3] smbd/password.c:register_vuid(336)
  uid 99 registered to name nobody
[2002/10/25 14:49:37, 3] smbd/password.c:register_vuid(338)
  Clearing default real name
[2002/10/25 14:49:37, 3] smbd/password.c:register_vuid(340)
  User name: nobody Real name: Nobody
[2002/10/25 14:49:37, 3] smbd/process.c:chain_reply(1023)
  Chained message
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=132
  smb_com=0x75
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=0
  smb_pid=65279
  smb_uid=100
  smb_mid=64
  smt_wct=4
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=132 (0x84)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=8 (0x8)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=1 (0x1)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=21
[2002/10/25 14:49:37, 3] smbd/process.c:switch_message(685)
  switch message SMBtconX (pid 29079)
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:37, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:49:37, 4] smbd/reply.c:reply_tcon_and_X(334)
  Got device type ?????
[2002/10/25 14:49:37, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2002/10/25 14:49:37, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:49:37, 4] smbd/password.c:password_ok(593)
  Null passwords not allowed.
[2002/10/25 14:49:37, 4] smbd/password.c:password_ok(593)
  Null passwords not allowed.
[2002/10/25 14:49:37, 4] smbd/password.c:password_ok(593)
  Null passwords not allowed.
[2002/10/25 14:49:37, 3] smbd/password.c:authorise_login(854)
  authorise_login: ACCEPTED: guest account and guest ok (nobody)
[2002/10/25 14:49:37, 3] smbd/service.c:make_connection(487)
  Connect path is /tmp
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:push_sec_ctx(296)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2002/10/25 14:49:37, 3] smbd/uid.c:push_conn_ctx(285)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 99
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:pop_sec_ctx(435)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 99
[2002/10/25 14:49:37, 5] smbd/connection.c:claim_connection(156)
  claiming IPC$ 0
[2002/10/25 14:49:37, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-21-523837712-1465646504-4291927657-1198
[2002/10/25 14:49:37, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-21-523837712-1465646504-4291927657-1199
[2002/10/25 14:49:37, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-1-0
[2002/10/25 14:49:37, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-2
[2002/10/25 14:49:37, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-32-546
[2002/10/25 14:49:37, 4] rpc_server/srv_srvsvc_nt.c:get_share_security(211)
  get_share_security: using default secdesc for IPC$
[2002/10/25 14:49:37, 3] lib/util_seaccess.c:se_access_check(269)
  se_access_check: user sid is S-1-5-21-523837712-1465646504-4291927657-1198
[2002/10/25 14:49:37, 3] lib/util_seaccess.c:se_access_check(272)
  se_access_check: also S-1-5-21-523837712-1465646504-4291927657-1199
[2002/10/25 14:49:37, 3] lib/util_seaccess.c:se_access_check(272)
  se_access_check: also S-1-1-0
[2002/10/25 14:49:37, 3] lib/util_seaccess.c:se_access_check(272)
  se_access_check: also S-1-5-2
[2002/10/25 14:49:37, 3] lib/util_seaccess.c:se_access_check(272)
  se_access_check: also S-1-5-32-546
[2002/10/25 14:49:37, 5] lib/util_seaccess.c:se_access_check(325)
  se_access_check: access (2) granted.
[2002/10/25 14:49:37, 3] smbd/vfs.c:vfs_init_default(123)
  Initialising default vfs hooks
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (99, 99) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:set_sec_ctx(334)
  1 user groups:
  99
[2002/10/25 14:49:37, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,99) gid=(0,99)
[2002/10/25 14:49:37, 3] smbd/vfs.c:vfs_ChDir(569)
  vfs_ChDir to /tmp
[2002/10/25 14:49:37, 3] smbd/service.c:make_connection(636)
  fi9p09 (10.113.160.99) connect to service IPC$ as user nobody (uid=99, gid=99)
(pid 29079)
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:37, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:49:37, 3] smbd/reply.c:reply_tcon_and_X(394)
  tconX service=ipc$ user=nobody
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=89
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=65279
  smb_uid=100
  smb_mid=64
  smt_wct=3
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=117 (0x75)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=72 (0x48)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=1 (0x1)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=31
[2002/10/25 14:49:37, 3] smbd/process.c:process_smb(878)
  Transaction 3 of length 95
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=91
  smb_com=0xa2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=224
  smb_uid=100
  smb_mid=128
  smt_wct=24
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=57054 (0xDEDE)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=2048 (0x800)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=5632 (0x1600)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=40704 (0x9F00)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=513 (0x201)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[13]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[14]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[15]=768 (0x300)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[16]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[17]=256 (0x100)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[18]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[19]=16384 (0x4000)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[20]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[21]=512 (0x200)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[22]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[23]=768 (0x300)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=8
[2002/10/25 14:49:37, 3] smbd/process.c:switch_message(685)
  switch message SMBntcreateX (pid 29079)
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (99, 99) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:37, 3] smbd/sec_ctx.c:set_sec_ctx(334)
  1 user groups:
  99
[2002/10/25 14:49:37, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,99) gid=(0,99)
[2002/10/25 14:49:37, 4] smbd/nttrans.c:nt_open_pipe(542)
  nt_open_pipe: Opening pipe \lsarpc.
[2002/10/25 14:49:37, 3] smbd/nttrans.c:nt_open_pipe(559)
  nt_open_pipe: Known pipe lsarpc opening.
[2002/10/25 14:49:37, 4] rpc_server/srv_pipe_hnd.c:open_rpc_pipe_p(146)
  Open pipe requested lsarpc (pipes_open=0)
[2002/10/25 14:49:37, 4] rpc_server/srv_pipe_hnd.c:open_rpc_pipe_p(261)
  Opened pipe lsarpc with handle 7476 (pipes_open=1)
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe_hnd.c:open_rpc_pipe_p(268)
  open pipes: name lsarpc pnum=7476
[2002/10/25 14:49:37, 5] smbd/nttrans.c:do_ntcreate_pipe_open(609)
  do_ntcreate_pipe_open: open pipe = \lsarpc
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=103
  smb_com=0xa2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=224
  smb_uid=100
  smb_mid=128
  smt_wct=34
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=30208 (0x7600)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=372 (0x174)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[13]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[14]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[15]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[16]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[17]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[18]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[19]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[20]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[21]=32768 (0x8000)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[22]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[23]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[24]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[25]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[26]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[27]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[28]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[29]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[30]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[31]=512 (0x200)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[32]=65280 (0xFF00)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[33]=5 (0x5)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:49:37, 3] smbd/process.c:process_smb(878)
  Transaction 4 of length 152
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=148
  smb_com=0x25
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=224
  smb_uid=100
  smb_mid=192
  smt_wct=16
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=72 (0x48)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=1024 (0x400)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=76 (0x4C)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=72 (0x48)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=76 (0x4C)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[13]=2 (0x2)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[14]=38 (0x26)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[15]=29814 (0x7476)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=81
[2002/10/25 14:49:37, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans (pid 29079)
[2002/10/25 14:49:37, 4] smbd/uid.c:change_to_user(119)
  change_to_user: Skipping user change - already user
[2002/10/25 14:49:37, 3] smbd/ipc.c:reply_trans(479)
  trans <\PIPE\> data=72 params=0 setup=2
[2002/10/25 14:49:37, 5] smbd/ipc.c:reply_trans(499)
  calling named_pipe
[2002/10/25 14:49:37, 3] smbd/ipc.c:named_pipe(334)
  named pipe command on <> name
[2002/10/25 14:49:37, 5] smbd/ipc.c:api_fd_reply(275)
  api_fd_reply
[2002/10/25 14:49:37, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
  search for pipe pnum=7476
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(997)
  pipe name lsarpc pnum=7476 (pipes_open=1)
[2002/10/25 14:49:37, 3] smbd/ipc.c:api_fd_reply(296)
  Got API command 0x26 on pipe "lsarpc" (pnum 7476)000000 smb_io_rpc_hdr
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 0b
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 0048
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000001
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(391)
  unmarshall_rpc_header: using little-endian RPC
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe.c:api_pipe_bind_req(739)
  api_pipe_bind_req: decode request. 739
[2002/10/25 14:49:37, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(749)
  api_pipe_bind_req: \PIPE\lsarpc -> \PIPE\lsass
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr_rb
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0000 max_tsize: 10b8
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0002 max_rsize: 10b8
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0004 assoc_gid: 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0008 num_elements: 00000001
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000c context_id  : 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      000e num_syntaxes: 01
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0010 data   : 12345778
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0014 data   : 1234
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0016 data   : abcd
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          0018 data   : ef 00 01 23 45 67 89 ab
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0020 version: 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0024 data   : 8a885d04
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0028 data   : 1ceb
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          002a data   : 11c9
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          002c data   : 9f e8 08 00 2b 10 48 60
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0034 version: 00000002
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe.c:api_pipe_bind_req(842)
  api_pipe_bind_req: make response. 842
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr_ba
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0000 max_tsize: 1630
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0002 max_rsize: 1630
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0004 assoc_gid: 000053f0
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0008 len: 000c
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          000a str: \PIPE\lsass.
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
          0018 num_results: 01
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          001c result     : 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          001e reason     : 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0020 data   : 8a885d04
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0024 data   : 1ceb
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0026 data   : 11c9
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          0028 data   : 9f e8 08 00 2b 10 48 60
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0030 version: 00000002
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 0c
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 0044
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000001
[2002/10/25 14:49:37, 5] smbd/ipc.c:copy_trans_params_and_data(62)
  copy_trans_params_and_data: params[0..0] data[0..68]
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=124
  smb_com=0x25
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=224
  smb_uid=100
  smb_mid=192
  smt_wct=10
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=68 (0x44)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=56 (0x38)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=68 (0x44)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=56 (0x38)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=69
[2002/10/25 14:49:37, 3] smbd/process.c:process_smb(878)
  Transaction 5 of length 168
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=164
  smb_com=0x25
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=224
  smb_uid=100
  smb_mid=256
  smt_wct=16
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=88 (0x58)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=1024 (0x400)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=76 (0x4C)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=88 (0x58)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=76 (0x4C)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[13]=2 (0x2)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[14]=38 (0x26)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[15]=29814 (0x7476)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=97
[2002/10/25 14:49:37, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans (pid 29079)
[2002/10/25 14:49:37, 4] smbd/uid.c:change_to_user(119)
  change_to_user: Skipping user change - already user
[2002/10/25 14:49:37, 3] smbd/ipc.c:reply_trans(479)
  trans <\PIPE\> data=88 params=0 setup=2
[2002/10/25 14:49:37, 5] smbd/ipc.c:reply_trans(499)
  calling named_pipe
[2002/10/25 14:49:37, 3] smbd/ipc.c:named_pipe(334)
  named pipe command on <> name
[2002/10/25 14:49:37, 5] smbd/ipc.c:api_fd_reply(275)
  api_fd_reply
[2002/10/25 14:49:37, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
  search for pipe pnum=7476
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(997)
  pipe name lsarpc pnum=7476 (pipes_open=1)
[2002/10/25 14:49:37, 3] smbd/ipc.c:api_fd_reply(296)
  Got API command 0x26 on pipe "lsarpc" (pnum 7476)000000 smb_io_rpc_hdr
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 0058
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000001
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(391)
  unmarshall_rpc_header: using little-endian RPC
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr_req req
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0000 alloc_hint: 00000040
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0004 context_id: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0006 opnum     : 002c
[2002/10/25 14:49:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(448)
  free_pipe_context: destroying talloc pool of size 0
[2002/10/25 14:49:37, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
  Doing \PIPE\lsarpc
[2002/10/25 14:49:37, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
  api_rpcTNP: api_ntlsa_rpc op 0x2c - api_rpcTNP: pipe 29814 rpc command:
LSA_OPENPOLICY2
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 lsa_io_q_open_pol2
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0000 ptr       : 000a98a0
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0004 uni_max_len: 00000009
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0008 undoc      : 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          000c uni_str_len: 00000009
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
          0010 buffer     : \.\.F.I.0.X.0.7...
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0024 len         : 00000018
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0028 ptr_root_dir: 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          002c ptr_obj_name: 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0030 attributes  : 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0034 ptr_sec_desc: 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0038 ptr_sec_qos : 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      003c des_access: 00000001
[2002/10/25 14:49:37, 4] rpc_server/srv_lsa_hnd.c:create_policy_hnd(148)
  Opened policy hnd[1] [000] 00 00 00 00 01 00 00 00  00 00 00 00 E1 3D B9 3D
........ .....=.=
[2002/10/25 14:49:37, 4] lib/util.c:dump_data(1539)
  [010] 97 71 00 00                                       .q..
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 lsa_io_r_open_pol2
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0000 data1: 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0004 data2: 00000001
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0008 data3: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          000a data4: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          000c data5: e1 3d b9 3d 97 71 00 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_ntstatus(617)
      0014 status: NT_STATUS_OK
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
  api_rpcTNP: called api_ntlsa_rpc successfully
[2002/10/25 14:49:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(448)
  free_pipe_context: destroying talloc pool of size 18
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr hdr
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 02
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 0030
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000001
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000010 smb_io_rpc_hdr_resp resp
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0010 alloc_hint: 00000018
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0014 context_id: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0016 cancel_ct : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0017 reserved  : 00
[2002/10/25 14:49:37, 5] smbd/ipc.c:copy_trans_params_and_data(62)
  copy_trans_params_and_data: params[0..0] data[0..48]
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=104
  smb_com=0x25
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=224
  smb_uid=100
  smb_mid=256
  smt_wct=10
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=48 (0x30)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=56 (0x38)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=48 (0x30)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=56 (0x38)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=49
[2002/10/25 14:49:37, 3] smbd/process.c:process_smb(878)
  Transaction 6 of length 132
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=128
  smb_com=0x25
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=224
  smb_uid=100
  smb_mid=320
  smt_wct=16
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=52 (0x34)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=1024 (0x400)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=76 (0x4C)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=52 (0x34)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=76 (0x4C)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[13]=2 (0x2)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[14]=38 (0x26)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[15]=29814 (0x7476)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=61
[2002/10/25 14:49:37, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans (pid 29079)
[2002/10/25 14:49:37, 4] smbd/uid.c:change_to_user(119)
  change_to_user: Skipping user change - already user
[2002/10/25 14:49:37, 3] smbd/ipc.c:reply_trans(479)
  trans <\PIPE\> data=52 params=0 setup=2
[2002/10/25 14:49:37, 5] smbd/ipc.c:reply_trans(499)
  calling named_pipe
[2002/10/25 14:49:37, 3] smbd/ipc.c:named_pipe(334)
  named pipe command on <> name
[2002/10/25 14:49:37, 5] smbd/ipc.c:api_fd_reply(275)
  api_fd_reply
[2002/10/25 14:49:37, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
  search for pipe pnum=7476
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(997)
  pipe name lsarpc pnum=7476 (pipes_open=1)
[2002/10/25 14:49:37, 3] smbd/ipc.c:api_fd_reply(296)
  Got API command 0x26 on pipe "lsarpc" (pnum 7476)000000 smb_io_rpc_hdr
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 0034
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000002
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(391)
  unmarshall_rpc_header: using little-endian RPC
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr_req req
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0000 alloc_hint: 0000001c
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0004 context_id: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0006 opnum     : 000d
[2002/10/25 14:49:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(448)
  free_pipe_context: destroying talloc pool of size 0
[2002/10/25 14:49:37, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
  Doing \PIPE\lsarpc
[2002/10/25 14:49:37, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
  api_rpcTNP: api_ntlsa_rpc op 0xd - api_rpcTNP: pipe 29814 rpc command:
LSA_ENUMTRUSTDOM
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 lsa_io_q_enum_trust_dom
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0000 data1: 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0004 data2: 00000001
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0008 data3: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          000a data4: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          000c data5: e1 3d b9 3d 97 71 00 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0014 enum_context : 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0018 preferred_len: ffffffff
[2002/10/25 14:49:37, 4]
rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
  Found policy hnd[0] [000] 00 00 00 00 01 00 00 00  00 00 00 00 E1 3D B9 3D
........ .....=.=
[2002/10/25 14:49:37, 4] lib/util.c:dump_data(1539)
  [010] 97 71 00 00                                       .q..
[2002/10/25 14:49:37, 5] rpc_parse/parse_lsa.c:init_r_enum_trust_dom(530)
  init_r_enum_trust_dom
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 lsa_io_r_enum_trust_dom
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0000 enum_context    : 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0004 num_domains     : 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0008 ptr_enum_domains: 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_ntstatus(617)
      000c status: NT_STATUS_NO_MORE_ENTRIES
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
  api_rpcTNP: called api_ntlsa_rpc successfully
[2002/10/25 14:49:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(448)
  free_pipe_context: destroying talloc pool of size 0
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr hdr
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 02
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 0028
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000002
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000010 smb_io_rpc_hdr_resp resp
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0010 alloc_hint: 00000010
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0014 context_id: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0016 cancel_ct : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0017 reserved  : 00
[2002/10/25 14:49:37, 5] smbd/ipc.c:copy_trans_params_and_data(62)
  copy_trans_params_and_data: params[0..0] data[0..40]
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=96
  smb_com=0x25
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=224
  smb_uid=100
  smb_mid=320
  smt_wct=10
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=40 (0x28)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=56 (0x38)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=40 (0x28)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=56 (0x38)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=41
[2002/10/25 14:49:37, 3] smbd/process.c:process_smb(878)
  Transaction 7 of length 124
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=120
  smb_com=0x25
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=224
  smb_uid=100
  smb_mid=384
  smt_wct=16
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=44 (0x2C)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=1024 (0x400)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=76 (0x4C)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=44 (0x2C)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=76 (0x4C)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[13]=2 (0x2)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[14]=38 (0x26)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[15]=29814 (0x7476)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=53
[2002/10/25 14:49:37, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans (pid 29079)
[2002/10/25 14:49:37, 4] smbd/uid.c:change_to_user(119)
  change_to_user: Skipping user change - already user
[2002/10/25 14:49:37, 3] smbd/ipc.c:reply_trans(479)
  trans <\PIPE\> data=44 params=0 setup=2
[2002/10/25 14:49:37, 5] smbd/ipc.c:reply_trans(499)
  calling named_pipe
[2002/10/25 14:49:37, 3] smbd/ipc.c:named_pipe(334)
  named pipe command on <> name
[2002/10/25 14:49:37, 5] smbd/ipc.c:api_fd_reply(275)
  api_fd_reply
[2002/10/25 14:49:37, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
  search for pipe pnum=7476
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(997)
  pipe name lsarpc pnum=7476 (pipes_open=1)
[2002/10/25 14:49:37, 3] smbd/ipc.c:api_fd_reply(296)
  Got API command 0x26 on pipe "lsarpc" (pnum 7476)000000 smb_io_rpc_hdr
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 002c
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000003
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(391)
  unmarshall_rpc_header: using little-endian RPC
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr_req req
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0000 alloc_hint: 00000014
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0004 context_id: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0006 opnum     : 0000
[2002/10/25 14:49:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(448)
  free_pipe_context: destroying talloc pool of size 0
[2002/10/25 14:49:37, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
  Doing \PIPE\lsarpc
[2002/10/25 14:49:37, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
  api_rpcTNP: api_ntlsa_rpc op 0x0 - api_rpcTNP: pipe 29814 rpc command:
LSA_CLOSE
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 lsa_io_q_close
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0000 data1: 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0004 data2: 00000001
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0008 data3: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          000a data4: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          000c data5: e1 3d b9 3d 97 71 00 00
[2002/10/25 14:49:37, 4]
rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
  Found policy hnd[0] [000] 00 00 00 00 01 00 00 00  00 00 00 00 E1 3D B9 3D
........ .....=.=
[2002/10/25 14:49:37, 4] lib/util.c:dump_data(1539)
  [010] 97 71 00 00                                       .q..
[2002/10/25 14:49:37, 4]
rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
  Found policy hnd[0] [000] 00 00 00 00 01 00 00 00  00 00 00 00 E1 3D B9 3D
........ .....=.=
[2002/10/25 14:49:37, 4] lib/util.c:dump_data(1539)
  [010] 97 71 00 00                                       .q..
[2002/10/25 14:49:37, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(205)
  Closed policy
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 lsa_io_r_close
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0000 data1: 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0004 data2: 00000000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0008 data3: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          000a data4: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          000c data5: 00 00 00 00 00 00 00 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_ntstatus(617)
      0014 status: NT_STATUS_OK
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
  api_rpcTNP: called api_ntlsa_rpc successfully
[2002/10/25 14:49:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(448)
  free_pipe_context: destroying talloc pool of size 0
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr hdr
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 02
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 0030
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000003
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000010 smb_io_rpc_hdr_resp resp
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0010 alloc_hint: 00000018
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0014 context_id: 0000
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0016 cancel_ct : 00
[2002/10/25 14:49:37, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0017 reserved  : 00
[2002/10/25 14:49:37, 5] smbd/ipc.c:copy_trans_params_and_data(62)
  copy_trans_params_and_data: params[0..0] data[0..48]
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=104
  smb_com=0x25
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=224
  smb_uid=100
  smb_mid=384
  smt_wct=10
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=48 (0x30)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=56 (0x38)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=48 (0x30)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=56 (0x38)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=49
[2002/10/25 14:49:37, 3] smbd/process.c:process_smb(878)
  Transaction 8 of length 45
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=41
  smb_com=0x4
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=65279
  smb_uid=100
  smb_mid=448
  smt_wct=3
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=29814 (0x7476)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=65535 (0xFFFF)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=65535 (0xFFFF)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:49:37, 3] smbd/process.c:switch_message(685)
  switch message SMBclose (pid 29079)
[2002/10/25 14:49:37, 4] smbd/uid.c:change_to_user(119)
  change_to_user: Skipping user change - already user
[2002/10/25 14:49:37, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
  search for pipe pnum=7476
[2002/10/25 14:49:37, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(997)
  pipe name lsarpc pnum=7476 (pipes_open=1)
[2002/10/25 14:49:37, 5] smbd/pipes.c:reply_pipe_close(255)
  reply_pipe_close: pnum:7476
[2002/10/25 14:49:37, 4] rpc_server/srv_pipe_hnd.c:close_rpc_pipe_hnd(957)
  closed pipe name lsarpc pnum=7476 (pipes_open=0)
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(268)
  size=35
  smb_com=0x4
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=65279
  smb_uid=100
  smb_mid=448
  smt_wct=0
[2002/10/25 14:49:37, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:49:44, 3] smbd/process.c:process_smb(878)
  Transaction 9 of length 136
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=132
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=512
  smt_wct=13
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=117 (0x75)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=100 (0x64)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=16644 (0x4104)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=50 (0x32)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=1 (0x1)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=29079 (0x7197)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=1 (0x1)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=212 (0xD4)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=39
[2002/10/25 14:49:44, 3] smbd/process.c:switch_message(685)
  switch message SMBsesssetupX (pid 29079)
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:44, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:49:44, 3] smbd/reply.c:reply_sesssetup_and_X(857)
  Domain=[]  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0]
[2002/10/25 14:49:44, 3] smbd/reply.c:reply_sesssetup_and_X(868)
  sesssetupX:name=[]
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:push_sec_ctx(296)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2002/10/25 14:49:44, 3] smbd/uid.c:push_conn_ctx(285)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 99
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:pop_sec_ctx(435)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 99
[2002/10/25 14:49:44, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-21-523837712-1465646504-4291927657-1198
[2002/10/25 14:49:44, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-21-523837712-1465646504-4291927657-1199
[2002/10/25 14:49:44, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-1-0
[2002/10/25 14:49:44, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-2
[2002/10/25 14:49:44, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-32-546
[2002/10/25 14:49:44, 3] smbd/password.c:register_vuid(336)
  uid 99 registered to name nobody
[2002/10/25 14:49:44, 3] smbd/password.c:register_vuid(338)
  Clearing default real name
[2002/10/25 14:49:44, 3] smbd/password.c:register_vuid(340)
  User name: nobody Real name: Nobody
[2002/10/25 14:49:44, 3] smbd/process.c:chain_reply(1023)
  Chained message
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=132
  smb_com=0x75
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=0
  smb_pid=65279
  smb_uid=101
  smb_mid=512
  smt_wct=4
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=132 (0x84)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=8 (0x8)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=1 (0x1)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=21
[2002/10/25 14:49:44, 3] smbd/process.c:switch_message(685)
  switch message SMBtconX (pid 29079)
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:44, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:49:44, 4] smbd/reply.c:reply_tcon_and_X(334)
  Got device type ?????
[2002/10/25 14:49:44, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2002/10/25 14:49:44, 2] lib/access.c:check_access(327)
  Allowed connection from  (10.113.160.99)
[2002/10/25 14:49:44, 4] smbd/password.c:password_ok(593)
  Null passwords not allowed.
[2002/10/25 14:49:44, 4] smbd/password.c:password_ok(593)
  Null passwords not allowed.
[2002/10/25 14:49:44, 4] smbd/password.c:password_ok(593)
  Null passwords not allowed.
[2002/10/25 14:49:44, 3] smbd/password.c:authorise_login(854)
  authorise_login: ACCEPTED: guest account and guest ok (nobody)
[2002/10/25 14:49:44, 3] smbd/service.c:make_connection(487)
  Connect path is /tmp
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:push_sec_ctx(296)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2002/10/25 14:49:44, 3] smbd/uid.c:push_conn_ctx(285)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 99
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:pop_sec_ctx(435)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 99
[2002/10/25 14:49:44, 5] smbd/connection.c:claim_connection(156)
  claiming IPC$ 0
[2002/10/25 14:49:44, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-21-523837712-1465646504-4291927657-1198
[2002/10/25 14:49:44, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-21-523837712-1465646504-4291927657-1199
[2002/10/25 14:49:44, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-1-0
[2002/10/25 14:49:44, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-2
[2002/10/25 14:49:44, 5] smbd/password.c:create_nt_token(253)
  user token sid S-1-5-32-546
[2002/10/25 14:49:44, 4] rpc_server/srv_srvsvc_nt.c:get_share_security(211)
  get_share_security: using default secdesc for IPC$
[2002/10/25 14:49:44, 3] lib/util_seaccess.c:se_access_check(269)
  se_access_check: user sid is S-1-5-21-523837712-1465646504-4291927657-1198
[2002/10/25 14:49:44, 3] lib/util_seaccess.c:se_access_check(272)
  se_access_check: also S-1-5-21-523837712-1465646504-4291927657-1199
[2002/10/25 14:49:44, 3] lib/util_seaccess.c:se_access_check(272)
  se_access_check: also S-1-1-0
[2002/10/25 14:49:44, 3] lib/util_seaccess.c:se_access_check(272)
  se_access_check: also S-1-5-2
[2002/10/25 14:49:44, 3] lib/util_seaccess.c:se_access_check(272)
  se_access_check: also S-1-5-32-546
[2002/10/25 14:49:44, 5] lib/util_seaccess.c:se_access_check(325)
  se_access_check: access (2) granted.
[2002/10/25 14:49:44, 3] smbd/vfs.c:vfs_init_default(123)
  Initialising default vfs hooks
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (99, 99) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:set_sec_ctx(334)
  1 user groups:
  99
[2002/10/25 14:49:44, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,99) gid=(0,99)
[2002/10/25 14:49:44, 3] smbd/service.c:make_connection(636)
  fi9p09 (10.113.160.99) connect to service IPC$ as user nobody (uid=99, gid=99)
(pid 29079)
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:44, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:49:44, 3] smbd/reply.c:reply_tcon_and_X(394)
  tconX service=ipc$ user=nobody
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=89
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=65279
  smb_uid=101
  smb_mid=512
  smt_wct=3
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=117 (0x75)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=72 (0x48)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=1 (0x1)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=31
[2002/10/25 14:49:44, 3] smbd/process.c:process_smb(878)
  Transaction 10 of length 97
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=93
  smb_com=0xa2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=224
  smb_uid=101
  smb_mid=576
  smt_wct=24
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=57054 (0xDEDE)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=2560 (0xA00)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=5632 (0x1600)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=40704 (0x9F00)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=513 (0x201)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[13]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[14]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[15]=768 (0x300)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[16]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[17]=256 (0x100)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[18]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[19]=16384 (0x4000)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[20]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[21]=512 (0x200)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[22]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[23]=256 (0x100)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=10
[2002/10/25 14:49:44, 3] smbd/process.c:switch_message(685)
  switch message SMBntcreateX (pid 29079)
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (99, 99) - sec_ctx_stack_ndx = 0
[2002/10/25 14:49:44, 3] smbd/sec_ctx.c:set_sec_ctx(334)
  1 user groups:
  99
[2002/10/25 14:49:44, 5] smbd/uid.c:change_to_user(201)
  change_to_user uid=(0,99) gid=(0,99)
[2002/10/25 14:49:44, 4] smbd/nttrans.c:nt_open_pipe(542)
  nt_open_pipe: Opening pipe \NETLOGON.
[2002/10/25 14:49:44, 3] smbd/nttrans.c:nt_open_pipe(559)
  nt_open_pipe: Known pipe NETLOGON opening.
[2002/10/25 14:49:44, 4] rpc_server/srv_pipe_hnd.c:open_rpc_pipe_p(146)
  Open pipe requested NETLOGON (pipes_open=0)
[2002/10/25 14:49:44, 4] rpc_server/srv_pipe_hnd.c:open_rpc_pipe_p(261)
  Opened pipe NETLOGON with handle 7477 (pipes_open=1)
[2002/10/25 14:49:44, 5] rpc_server/srv_pipe_hnd.c:open_rpc_pipe_p(268)
  open pipes: name NETLOGON pnum=7477
[2002/10/25 14:49:44, 5] smbd/nttrans.c:do_ntcreate_pipe_open(609)
  do_ntcreate_pipe_open: open pipe = \NETLOGON
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=103
  smb_com=0xa2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=224
  smb_uid=101
  smb_mid=576
  smt_wct=34
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=30464 (0x7700)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=372 (0x174)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[13]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[14]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[15]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[16]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[17]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[18]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[19]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[20]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[21]=32768 (0x8000)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[22]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[23]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[24]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[25]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[26]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[27]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[28]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[29]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[30]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[31]=512 (0x200)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[32]=65280 (0xFF00)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[33]=5 (0x5)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:49:44, 3] smbd/process.c:process_smb(878)
  Transaction 11 of length 152
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=148
  smb_com=0x25
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=224
  smb_uid=101
  smb_mid=640
  smt_wct=16
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=72 (0x48)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=1024 (0x400)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=76 (0x4C)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=72 (0x48)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=76 (0x4C)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[13]=2 (0x2)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[14]=38 (0x26)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[15]=29815 (0x7477)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=81
[2002/10/25 14:49:44, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans (pid 29079)
[2002/10/25 14:49:44, 4] smbd/uid.c:change_to_user(119)
  change_to_user: Skipping user change - already user
[2002/10/25 14:49:44, 3] smbd/ipc.c:reply_trans(479)
  trans <\PIPE\> data=72 params=0 setup=2
[2002/10/25 14:49:44, 5] smbd/ipc.c:reply_trans(499)
  calling named_pipe
[2002/10/25 14:49:44, 3] smbd/ipc.c:named_pipe(334)
  named pipe command on <> name
[2002/10/25 14:49:44, 5] smbd/ipc.c:api_fd_reply(275)
  api_fd_reply
[2002/10/25 14:49:44, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
  search for pipe pnum=7477
[2002/10/25 14:49:44, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(997)
  pipe name NETLOGON pnum=7477 (pipes_open=1)
[2002/10/25 14:49:44, 3] smbd/ipc.c:api_fd_reply(296)
  Got API command 0x26 on pipe "NETLOGON" (pnum 7477)000000 smb_io_rpc_hdr
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 0b
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 0048
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000001
[2002/10/25 14:49:44, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(391)
  unmarshall_rpc_header: using little-endian RPC
[2002/10/25 14:49:44, 5] rpc_server/srv_pipe.c:api_pipe_bind_req(739)
  api_pipe_bind_req: decode request. 739
[2002/10/25 14:49:44, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(749)
  api_pipe_bind_req: \PIPE\NETLOGON -> \PIPE\lsass
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr_rb
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0000 max_tsize: 10b8
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0002 max_rsize: 10b8
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0004 assoc_gid: 00000000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0008 num_elements: 00000001
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000c context_id  : 0000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      000e num_syntaxes: 01
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0010 data   : 12345678
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0014 data   : 1234
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0016 data   : abcd
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          0018 data   : ef 00 01 23 45 67 cf fb
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0020 version: 00000001
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0024 data   : 8a885d04
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0028 data   : 1ceb
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          002a data   : 11c9
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          002c data   : 9f e8 08 00 2b 10 48 60
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0034 version: 00000002
[2002/10/25 14:49:44, 5] rpc_server/srv_pipe.c:api_pipe_bind_req(842)
  api_pipe_bind_req: make response. 842
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr_ba
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0000 max_tsize: 1630
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0002 max_rsize: 1630
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0004 assoc_gid: 000053f0
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0008 len: 000c
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          000a str: \PIPE\lsass.
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
          0018 num_results: 01
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          001c result     : 0000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          001e reason     : 0000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0020 data   : 8a885d04
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0024 data   : 1ceb
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0026 data   : 11c9
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
          0028 data   : 9f e8 08 00 2b 10 48 60
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0030 version: 00000002
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 0c
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 0044
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000001
[2002/10/25 14:49:44, 5] smbd/ipc.c:copy_trans_params_and_data(62)
  copy_trans_params_and_data: params[0..0] data[0..68]
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=124
  smb_com=0x25
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=224
  smb_uid=101
  smb_mid=640
  smt_wct=10
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=68 (0x44)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=56 (0x38)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=68 (0x44)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=56 (0x38)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=69
[2002/10/25 14:49:44, 3] smbd/process.c:process_smb(878)
  Transaction 12 of length 350
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=346
  smb_com=0x2f
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=65279
  smb_uid=101
  smb_mid=704
  smt_wct=14
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=57054 (0xDEDE)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=29815 (0x7477)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=65535 (0xFFFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=65535 (0xFFFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=8 (0x8)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=282 (0x11A)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=282 (0x11A)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=64 (0x40)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[12]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[13]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=283
[2002/10/25 14:49:44, 3] smbd/process.c:switch_message(685)
  switch message SMBwriteX (pid 29079)
[2002/10/25 14:49:44, 4] smbd/uid.c:change_to_user(119)
  change_to_user: Skipping user change - already user
[2002/10/25 14:49:44, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
  search for pipe pnum=7477
[2002/10/25 14:49:44, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(997)
  pipe name NETLOGON pnum=7477 (pipes_open=1)
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 011a
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000001
[2002/10/25 14:49:44, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(391)
  unmarshall_rpc_header: using little-endian RPC
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr_req req
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0000 alloc_hint: 00000102
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0004 context_id: 0000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0006 opnum     : 0002
[2002/10/25 14:49:44, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(448)
  free_pipe_context: destroying talloc pool of size 0
[2002/10/25 14:49:44, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
  Doing \PIPE\NETLOGON
[2002/10/25 14:49:44, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
  api_rpcTNP: api_netlog_rpc op 0x2 - api_rpcTNP: pipe 29815 rpc command:
NET_SAMLOGON
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 net_io_q_sam_logon
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                  0000 undoc_buffer : 000a68b0
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      0004 uni_max_len: 00000009
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      0008 undoc      : 00000000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      000c uni_str_len: 00000009
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
                      0010 buffer     : \.\.F.I.0.X.0.7...
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                  0024 undoc_buffer2: 000a6984
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      0028 uni_max_len: 00000007
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      002c undoc      : 00000000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      0030 uni_str_len: 00000007
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
                      0034 buffer     : F.I.9.P.0.9...
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
              0044 ptr_cred: 0057f4d0
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
                      0048 data: 0c 65 26 25 3c 0a e9 09
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      0050 time: 3db93de9
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0054 ptr_rtn_cred : 0057f4dc
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
                  0058 data: 90 26 46 78 ff ff ff ff
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                  0060 time: 0057f4f8
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
          0064 logon_level  : 0001
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
              0066 switch_value : 0001
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                  0068 ptr_id_info1: 0057f764
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
                      006c uni_str_len: 001a
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
                      006e uni_max_len: 001a
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      0070 buffer     : 000b3d5a
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                  0074 param_ctrl: 00000000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      0078 low : 0003effe
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      007c high: 00000000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
                      0080 uni_str_len: 0004
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
                      0082 uni_max_len: 0004
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      0084 buffer     : 000b3d54
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
                      0088 uni_str_len: 000c
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
                      008a uni_max_len: 000e
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      008c buffer     : 00080e40
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
                      0090 data: 27 60 02 10 64 9e 9c dc 08 52 e7 76 13 e5 9f cf
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
                      00a0 data: 47 86 12 1f 19 d5 0d 52 01 5e 1e 48 1a ea 3e 02
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      00b0 uni_max_len: 0000000d
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      00b4 undoc      : 00000000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      00b8 uni_str_len: 0000000d
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
                      00bc buffer     : B.C.C.F.I.L.O.T.T.R.A.N.O.
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      00d8 uni_max_len: 00000002
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      00dc undoc      : 00000000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      00e0 uni_str_len: 00000002
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
                      00e4 buffer     : B.L.
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      00e8 uni_max_len: 00000007
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      00ec undoc      : 00000000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
                      00f0 uni_str_len: 00000006
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
                      00f4 buffer     : F.I.9.P.0.9.
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0100 validation_level: 0003
[2002/10/25 14:49:44, 5] libsmb/credentials.c:deal_with_creds(183)
  deal_with_creds: 183
[2002/10/25 14:49:44, 4] libsmb/credentials.c:cred_create(91)
  cred_create
[2002/10/25 14:49:44, 5] libsmb/credentials.c:cred_create(93)
     sess_key : 0000000000000000
[2002/10/25 14:49:44, 5] libsmb/credentials.c:cred_create(94)
     stor_cred: 0000000000000000
[2002/10/25 14:49:44, 5] libsmb/credentials.c:cred_create(95)
     timestamp: 3db93de9
[2002/10/25 14:49:44, 5] libsmb/credentials.c:cred_create(96)
     timecred : E93DB93D00000000
[2002/10/25 14:49:44, 5] libsmb/credentials.c:cred_create(97)
     calc_cred: E93DB93D00000000
[2002/10/25 14:49:44, 4] libsmb/credentials.c:cred_assert(122)
  cred_assert
[2002/10/25 14:49:44, 5] libsmb/credentials.c:cred_assert(124)
     challenge : 0C6526253C0AE909
[2002/10/25 14:49:44, 5] libsmb/credentials.c:cred_assert(125)
     calculated: E93DB93D00000000
[2002/10/25 14:49:44, 5] libsmb/credentials.c:cred_assert(134)
  credentials check wrong
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 net_io_r_sam_logon
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0000 buffer_creds: 00000000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
              0004 data: 00 00 00 00 00 00 00 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
              000c time: 00000000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0010 switch_value: 0003
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
          0014 ptr_user_info : 00000000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0018 auth_resp   : 00000001
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_ntstatus(617)
      001c status      : NT_STATUS_INVALID_HANDLE
[2002/10/25 14:49:44, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
  api_rpcTNP: called api_netlog_rpc successfully
[2002/10/25 14:49:44, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(448)
  free_pipe_context: destroying talloc pool of size 652
[2002/10/25 14:49:44, 3] smbd/pipes.c:reply_pipe_write_and_X(197)
  writeX-IPC pnum=7477 nwritten=282
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=47
  smb_com=0x2f
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=65279
  smb_uid=101
  smb_mid=704
  smt_wct=6
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=282 (0x11A)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:49:44, 3] smbd/process.c:process_smb(878)
  Transaction 13 of length 63
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=59
  smb_com=0x2e
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=65279
  smb_uid=101
  smb_mid=769
  smt_wct=12
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=57054 (0xDEDE)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=29815 (0x7477)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=1024 (0x400)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=1024 (0x400)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=65535 (0xFFFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=65535 (0xFFFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=1024 (0x400)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:49:44, 3] smbd/process.c:switch_message(685)
  switch message SMBreadX (pid 29079)
[2002/10/25 14:49:44, 4] smbd/uid.c:change_to_user(119)
  change_to_user: Skipping user change - already user
[2002/10/25 14:49:44, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
  search for pipe pnum=7477
[2002/10/25 14:49:44, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(997)
  pipe name NETLOGON pnum=7477 (pipes_open=1)
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000000 smb_io_rpc_hdr hdr
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0000 major     : 05
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0001 minor     : 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0002 pkt_type  : 02
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0003 flags     : 03
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0004 pack_type0: 10
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0005 pack_type1: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0006 pack_type2: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0007 pack_type3: 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0008 frag_len  : 0038
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      000a auth_len  : 0000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      000c call_id   : 00000001
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_debug(60)
  000010 smb_io_rpc_hdr_resp resp
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint32(588)
      0010 alloc_hint: 00000020
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint16(559)
      0014 context_id: 0000
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0016 cancel_ct : 00
[2002/10/25 14:49:44, 5] rpc_parse/parse_prs.c:prs_uint8(530)
      0017 reserved  : 00
[2002/10/25 14:49:44, 3] smbd/pipes.c:reply_pipe_read_and_X(238)
  readX-IPC pnum=7477 min=1024 max=1024 nread=56
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=115
  smb_com=0x2e
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=65279
  smb_uid=101
  smb_mid=769
  smt_wct=12
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[3]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[4]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[5]=56 (0x38)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[6]=59 (0x3B)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[7]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[8]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[9]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[10]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[11]=0 (0x0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=56
[2002/10/25 14:49:44, 3] smbd/process.c:process_smb(878)
  Transaction 14 of length 45
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=41
  smb_com=0x4
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=65279
  smb_uid=101
  smb_mid=832
  smt_wct=3
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=29815 (0x7477)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=65535 (0xFFFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(285)
  smb_vwv[2]=65535 (0xFFFF)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:49:44, 3] smbd/process.c:switch_message(685)
  switch message SMBclose (pid 29079)
[2002/10/25 14:49:44, 4] smbd/uid.c:change_to_user(119)
  change_to_user: Skipping user change - already user
[2002/10/25 14:49:44, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
  search for pipe pnum=7477
[2002/10/25 14:49:44, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(997)
  pipe name NETLOGON pnum=7477 (pipes_open=1)
[2002/10/25 14:49:44, 5] smbd/pipes.c:reply_pipe_close(255)
  reply_pipe_close: pnum:7477
[2002/10/25 14:49:44, 4] rpc_server/srv_pipe_hnd.c:close_rpc_pipe_hnd(957)
  closed pipe name NETLOGON pnum=7477 (pipes_open=0)
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(268)
  size=35
  smb_com=0x4
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=65279
  smb_uid=101
  smb_mid=832
  smt_wct=0
[2002/10/25 14:49:44, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:50:44, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:50:44, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:50:56, 3] smbd/process.c:process_smb(878)
  Transaction 15 of length 39
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(268)
  size=35
  smb_com=0x71
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=65279
  smb_uid=100
  smb_mid=896
  smt_wct=0
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:50:56, 3] smbd/process.c:switch_message(685)
  switch message SMBtdis (pid 29079)
[2002/10/25 14:50:56, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:50:56, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:50:56, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:50:56, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:50:56, 3] smbd/service.c:close_cnum(675)
  fi9p09 (10.113.160.99) closed connection to service IPC$
[2002/10/25 14:50:56, 3] smbd/connection.c:yield_connection(48)
  Yielding connection to IPC$
[2002/10/25 14:50:56, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:50:56, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:50:56, 3] smbd/vfs.c:vfs_ChDir(569)
  vfs_ChDir to /
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(268)
  size=35
  smb_com=0x71
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(276)
  smb_tid=1
  smb_pid=65279
  smb_uid=100
  smb_mid=896
  smt_wct=0
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:50:56, 3] smbd/process.c:process_smb(878)
  Transaction 16 of length 43
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(268)
  size=39
  smb_com=0x74
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(276)
  smb_tid=0
  smb_pid=65279
  smb_uid=100
  smb_mid=960
  smt_wct=2
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=0 (0x0)
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:50:56, 3] smbd/process.c:switch_message(685)
  switch message SMBulogoffX (pid 29079)
[2002/10/25 14:50:56, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:50:56, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:50:56, 3] smbd/reply.c:reply_ulogoffX(1781)
  ulogoffX vuid=100
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(268)
  size=39
  smb_com=0x74
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(276)
  smb_tid=0
  smb_pid=65279
  smb_uid=100
  smb_mid=960
  smt_wct=2
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=0 (0x0)
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:50:56, 3] smbd/process.c:process_smb(878)
  Transaction 17 of length 39
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(268)
  size=35
  smb_com=0x71
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=65279
  smb_uid=101
  smb_mid=1024
  smt_wct=0
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:50:56, 3] smbd/process.c:switch_message(685)
  switch message SMBtdis (pid 29079)
[2002/10/25 14:50:56, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:50:56, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:50:56, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:50:56, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:50:56, 3] smbd/service.c:close_cnum(675)
  fi9p09 (10.113.160.99) closed connection to service IPC$
[2002/10/25 14:50:56, 3] smbd/connection.c:yield_connection(48)
  Yielding connection to IPC$
[2002/10/25 14:50:56, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:50:56, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(268)
  size=35
  smb_com=0x71
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(276)
  smb_tid=2
  smb_pid=65279
  smb_uid=101
  smb_mid=1024
  smt_wct=0
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:50:56, 3] smbd/process.c:process_smb(878)
  Transaction 18 of length 43
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(268)
  size=39
  smb_com=0x74
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(276)
  smb_tid=0
  smb_pid=65279
  smb_uid=101
  smb_mid=1088
  smt_wct=2
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=0 (0x0)
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:50:56, 3] smbd/process.c:switch_message(685)
  switch message SMBulogoffX (pid 29079)
[2002/10/25 14:50:56, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:50:56, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:50:56, 3] smbd/reply.c:reply_ulogoffX(1781)
  ulogoffX vuid=101
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(268)
  size=39
  smb_com=0x74
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(276)
  smb_tid=0
  smb_pid=65279
  smb_uid=101
  smb_mid=1088
  smt_wct=2
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(285)
  smb_vwv[0]=255 (0xFF)
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(285)
  smb_vwv[1]=0 (0x0)
[2002/10/25 14:50:56, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2002/10/25 14:50:56, 3] smbd/process.c:timeout_processing(1098)
  end of file from client
[2002/10/25 14:50:56, 3] smbd/sec_ctx.c:set_sec_ctx(328)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/25 14:50:56, 5] smbd/uid.c:change_to_root_user(216)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/25 14:50:56, 2] smbd/server.c:exit_server(461)
  Closing connections
[2002/10/25 14:50:56, 3] smbd/connection.c:yield_connection(48)
  Yielding connection to
[2002/10/25 14:50:56, 5] smbd/oplock.c:receive_local_message(108)
  receive_local_message: doing select with timeout of 1 ms
[2002/10/25 14:50:56, 3] smbd/server.c:exit_server(495)
  Server exit (normal exit)


More information about the samba mailing list