[Pkg-samba-maint] Bug#428733: samba keeps exe-files locked?

Arno van Amersfoort a.c.j.van.amersfoort at eld.physics.leidenuniv.nl
Fri Jul 20 07:39:54 UTC 2007


Finally had some time to do some additional debugging, although it is 
(still) quite hard to reproduce this problem. So I'm not sure yet 
whether it only happens for the executables I call from \\netlogon . At 
least I haven't been able to reproduce the problem by executing 
something from a mapped share (with a drive letter). It could be related 
to the (direct) use of \\server\name.exe, I'm not sure yet. I'll 
investigate this issue further.

I did manage to capture one (logon) incident, hopefully you see 
something *weird* that could give us a pinpointer:

+(581 /etc)# smbstatus
....

Samba version 3.0.24
PID     Username      Group         Machine
-------------------------------------------------------------------
4356   woerdman      qoqi          rulhmpc43    (....)

Service      pid     machine       Connected at
-------------------------------------------------------
IPC$         4418   rulhmpc74     Fri Jul 20 09:17:39 2007
netlogon     4356   rulhmpc43     Fri Jul 20 09:01:36 2007
software     4161   rulhmpc2      Fri Jul 20 09:11:07 2007
IPC$         4161   rulhmpc2      Fri Jul 20 08:32:24 2007
woerdman     4356   rulhmpc43     Fri Jul 20 09:01:37 2007
overgauw     4404   rulhmpc14     Fri Jul 20 09:11:19 2007
woerdman     4356   rulhmpc43     Fri Jul 20 09:01:38 2007
IPC$         4356   rulhmpc43     Fri Jul 20 09:01:36 2007

Locked files:
Pid          Uid        DenyMode   Access      R/W        
Oplock           SharePath   Name   Time
--------------------------------------------------------------------------------------------------
4356         114        DENY_WRITE 0x20        RDONLY     
NONE             /etc/samba/netlogon   robocopy.exe   Fri Jul 20 
09:01:37 2007
4356         114        DENY_WRITE 0x20        RDONLY     
NONE             /etc/samba/netlogon   robocopy.exe   Fri Jul 20 
09:01:38 2007
4356         114        DENY_WRITE 0x20        RDONLY     
NONE             /etc/samba/netlogon   reg.exe   Fri Jul 20 09:01:37 2007
4356         114        DENY_WRITE 0x20        RDONLY     
NONE             /etc/samba/netlogon   reg.exe   Fri Jul 20 09:01:54 2007


+(582 /etc)# lsof |grep -e "robocopy.exe" -e 
"reg.exe"                                                          
(root at rulhm2)
smbd      4356       root   26r      REG        9,0   50176      16274 
/etc/samba/netlogon/reg.exe
smbd      4356       root   29r      REG        9,0   79872      16298 
/etc/samba/netlogon/robocopy.exe
smbd      4356       root   30r      REG        9,0   79872      16298 
/etc/samba/netlogon/robocopy.exe
smbd      4356       root   38r      REG        9,0   50176      16274 
/etc/samba/netlogon/reg.exe

My smb.conf looks like this:

# /etc/smb.conf
# Configuration file for Samba

[global]

# Your Windows WORKGROUP
workgroup = MONA

# Default the same as localhost name.
netbios name = RULHM2

# Server comment
server string = MONA fileserver running Debian GNU/Linux

# Configure Samba to use multiple interfaces. These are the interfaces 
used for broadcasts etc.
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
# ie. interfaces = lo eth0
;interfaces = lo eth0

# Access only via these interfaces
bind interfaces only = no

# Force the use of Netbios by using port 139 only (disabling port 445)
smb ports = 139

# Security mode. Most people will want user level security. See
# security_level.txt for details.
security = user

# Specify file with maps from Unix users to SMB users
username map = /etc/samba/smbusers

# W2K3-SP1 / W2K-SP4-SR1 COMPATIBILITY WORKAROUND
# The following statement turns off Samba's attempts to use netlogon
# schannel when connecting as a client to other SMB hosts.
;client schannel = no

# GENERAL WINDOWS 2000, 2003, and XP-RELATED COMPATIBILITY SETTINGS
# These two settings tend to improve Samba's compatibility with newer
# Windows systems:
;client use spnego = no
;server signing = auto
; Set disabled to fix hang on logout with Ubuntu/pam_mount:
server signing = disabled

# Use a password server:
;security = server

# Encrypt passwords when using 98/NT
encrypt passwords = yes
passdb backend = tdbsam:/var/lib/samba/passdb.tdb
;passdb backend = smbpasswd
;smb passwd file = /etc/samba/smbpasswd
;update encrypted = yes
;null passwords = yes

# The following are needed to allow password changing from Windows to
# update the Linux system 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
;pam password change = yes
;passwd program = /usr/bin/passwd %u && /usr/local/lib/yp_make.sh
passwd program = /usr/local/lib/passwd_ypmake.sh %u
passwd chat = "*New UNIX password*" %n\n "\nRetype new UNIX password*" 
%n\n "\npasswd: password updated successfully*"
;passwd chat debug = yes

# Settings for our PDC support:
logon path = D:\Profiles\%u
logon home = D:\Profiles\%u
logon drive = D:
logon script = logon.cmd
add machine script = /usr/sbin/useradd -g machines -c machine -d 
/dev/null -s /bin/false %u


############################################################################################################################
# Performance options

# Use these socket options when talking to a client.
# socket options = TCP_NODELAY SO_KEEPALIVE SO_SNDBUF=8192 SO_RCVBUF=8192
;socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=8760 SO_RCVBUF=32768
;socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=8192 
SO_RCVBUF=8192 SO_KEEPALIVE
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192

# Locking policies
strict locking = no
locking = yes

# The option level2 oplocks, if set to True, will increase the 
performance for many accesses
# of files that are not commonly written, such as .EXE application files.
level2 oplocks = yes

# yes = faster, no = more compatible
read raw = yes
write raw = yes

# Set this to no to fix errors in the logfile
;use sendfile = no

# These options are to minimize memory usage
deadtime = 10

# Check for dead clients every 5 minutes
keepalive = 300

# Log level, default is 1
log level = 10

# Per machine log file
log file = /var/log/samba/log.%m

# Set syslog level to 0 to only show errors. Default = 1
;syslog = 0

# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d

############################################################################################################################
# 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

# 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

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

# Domain Master specifies Samba to be the Domain Master Browser. Don't
# use this if you already have a (Windows NT) domain controller doing
# this job or when you use a workgroup (no domain). In case of a domain
# either set it to yes or leave empty. In principle you should leave this
# set at the default value on all systems except a BDC. On a BDC,
# this parameter must be set to No.
domain master = yes

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

# Disable enhanced browsing when having problems with empty browse lists 
etc.
enhanced browsing = no

# Solve names in which order ?
name resolve order = lmhosts hosts bcast

# Do Try to resolve NetBIOS names via DNS nslookups.
dns proxy = yes

# Make this machine a WINS server? (NOT recommended!)
wins support = no

# Broadcast on behalf of other hosts? You may need to set this to yes 
for some older clients
;wins proxy = yes

#############################################################################################

# nmbd will provide time service to its clients.
time server = yes

# Guest settings
map to guest = bad user
;guest account = smbguest    # if enabled, guest account doesn't work 
the way you'd expect!!! (default = nobody)

# Do NOT allow these users
invalid users = bin daemon adm sync shutdown halt mail news uucp operator

# Map UNIX permissions into Windows NT access control lists.
nt acl support = yes

# Map DOS archive bit (Maps into user-executable bit)
map archive = no

# Name handeling
preserve case = yes
short preserve case = yes
case sensitive = no
;mangle case = yes

# Some compatibility (DOS) settings
;dos filetimes = yes
dos filetime resolution = yes
dos filetimes = yes

# Set correct character set (for Windows clients)
unix charset = ISO-8859-15

# Use these settings as default for ALL printers:
printing = cups
printcap = cups
cups options = "raw,media=a4"

;printing = bsd
;print command = /root/bin/sys/lplog %d %m %I %u %s %p; /usr/bin/lpr 
-P%p -o raw %s
;lpq command = /usr/bin/lpq -P%p
;lprm command = /usr/bin/lprm -P%p %j
;queuepause command = /usr/bin/disable %p
;queueresume command = /usr/bin/enable %p

;load printers = no
;printer admin = @ntadmin @admins arnova lprevo overgauw moene eliel
;printer admin = @ntadmin arnova root
;printer admin = root

# Enable support for NT privileges?
enable privileges = yes

#--------------------[Share Definitions]------------------------------
# Users Home Directory
[homes]
  comment = User Home Directory (%H)
  browseable = yes
  writable = yes
  guest ok = no
  follow symlinks = yes
  veto files = Maildir
  invalid users = root
;  inherit owner = yes
  inherit permissions = yes
;  force create mode = 0700
;  force directory mode = 0711
  vfs objects = recycle
  recycle:repository = Recycle
  recycle:keeptree = no
  recycle:versions = yes
  recycle:touch = no

[home]
  path = /home
  comment = Home
  browseable = yes
  writable = yes
  guest ok = no
  follow symlinks = yes
;  invalid users = root
;  admin users = arnova
;  inherit owner = yes
  inherit permissions = yes
;  force create mode = 0600
;  force directory mode = 0711

[home-admin]
  path = /home
  comment = Home (Read Only) for Admin Users
  browseable = no
  read only = yes
  guest ok = no
  follow symlinks = yes
;  invalid users = root
  admin users = arnova overgauw
  valid users = arnova overgauw
;  inherit owner = yes
;  inherit permissions = yes
;  force create mode = 0600
;  force directory mode = 0711
 
[software]
  path = /mnt/shared/software
  comment = Software Archive
  browseable = yes
  writable = yes
  guest ok = no
  follow symlinks = yes
  inherit permissions = yes
;  invalid users = root
  admin users = arnova
  force create mode = 0664
  force directory mode = 0775
;  vfs objects = recycle
;  recycle:repository = .Recycle
;  recycle:keeptree = no
;  recycle:versions = yes
;  recycle:touch = no

[temp]
  path = /mnt/shared/temp
  comment = Temp(orary) Directory
  browseable = yes
  writable = yes
  guest ok = no
  follow symlinks = no
;  invalid users = root
  admin users = arnova
  inherit permissions = yes
;  force create mode = 0644
;  force directory mode = 1755
;  vfs objects = recycle
;  recycle:repository = .Recycle
;  recycle:keeptree = no
;  recycle:versions = yes
;  recycle:touch = no

[images]
  path = /mnt/shared/images
  comment = Images Export
  browseable = no
  writable = yes
  guest ok = no
  follow symlinks = yes
  valid users = @admins @image
;  invalid users = root
  admin users = arnova
;  inherit permissions = yes
  force create mode = 0644
  force directory mode = 0755
;  vfs objects = recycle
;  recycle:repository = .Recycle
;  recycle:keeptree = no
;  recycle:versions = yes
;  recycle:touch = no

[shared]
  path = /mnt/shared
  comment = Shared (User) Directories
  browseable = yes
  writable = yes
  guest ok = no
  follow symlinks = yes
;  invalid users = root
;  admin users = arnova
;  inherit owner = yes
  inherit permissions = yes
;  force create mode = 0600
;  force directory mode = 0711
;  vfs objects = recycle
;  recycle:repository = .Recycle
;  recycle:keeptree = no
;  recycle:versions = yes
;  recycle:touch = no
 
[ftp]
  path = /home/ftp
  comment = Anonymous FTP
  browseable = no
  read only = yes
  write list = arnova
  follow symlinks = yes
  guest ok = no
;  invalid users = root
  admin users = arnova
  force create mode = 0644
  force directory mode = 0755

[webmgr]
  path = /home/webmgr
  comment = Webmanager Directory (www)
  browseable = no
  writable = yes
  guest ok = no
  follow symlinks = yes
;  invalid users = root
  valid users = arnova mvexter lprevo
;  admin users = arnova mvexter lprevo
  force user = webmgr
  force group = webmgr
  force create mode = 0644
  force directory mode = 0755


############
# Printers #
############

[hp2200-8]
  path = /var/spool/samba
  comment = HP Monochrome LaserJet 2200DTN 8th floor
  force printername = yes
  print ok = yes
  browseable = yes
  read only = yes
  guest ok = no
  create mask = 0700
  # Use server side drivers (use client driver=no):
  use client driver = yes
  default devmode = no

;  valid users = @monos @secr @admins
;  printer admin = @ntadmin root

[hp2600-8]
  path = /var/spool/samba
  comment = HP Color LaserJet 2600N 8th floor
;  force printername = yes
  print ok = yes
  browseable = yes
  read only = yes
  guest ok = no
  create mask = 0700
  # Use server side drivers (use client driver=no):
  use client driver = no
  default devmode = no
;  valid users = @monos @secr @eld
;  printer admin = @ntadmin root

[fsc5020-9]
  path = /var/spool/samba
  comment = Kyocera Color LaserJet FS-C5020N 9th floor
  force printername = yes
  print ok = yes
  browseable = yes
  read only = yes
  guest ok = no
  create mask = 0700
  # Use server side drivers (use client driver=no):
  use client driver = no
  default devmode = no
;  valid users = @qoqi @secr @eld
;  printer admin = @ntadmin root

[fs4000-9]
  path = /var/spool/samba
  comment = Kyocera Monochrome LaserJet FS-4000DN 9th floor
  force printername = yes
  print ok = yes
  browseable = yes
  read only = yes
  guest ok = no
  create mask = 0700
  # Use server side drivers (use client driver=no):
  use client driver = no
  default devmode = no
;  valid users = @qoqi @secr @admins
;  printer admin = @ntadmin root

[hp4100-0]
  path = /var/spool/samba
  comment = HP Monochrome Laserjet 4100N KO/Meethal
  force printername = yes
  print ok = yes
  browseable = yes
  read only = yes
  guest ok = no
  create mask = 0700
  # Use server side drivers (use client driver=no):
  use client driver = no
  default devmode = no
;  valid users = @qoqi @admins
;  printer admin = @ntadmin root
 
[print$]
  path = /var/lib/samba/drivers
  comment = Printer driver resource
  browseable = yes
  guest ok = no
  read only = yes
  force create mode = 0644
  force directory mode = 0755
  write list =  @ntadmin arnova root
  admin users = @ntadmin arnova root

[netlogon]
  path = /etc/samba/netlogon
  browsable = no
  read only = yes
  guest ok = no  
  write list = arnova
  admin users = arnova


The samba log file shows this (for this specific machine/user -> I used 
"log file = /var/log/samba/log.%m" ):

[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 1 of length 137
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBnegprot (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [PC NETWORK PROGRAM 1.0]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [LANMAN1.0]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [Windows for Workgroups 3.1a]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [LM1.2X002]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [LANMAN2.1]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [NT LM 0.12]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_nt1(357)
  using SPNEGO
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(580)
  Selected protocol NT LM 0.12
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 2 of length 222
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:00:37, 2] smbd/sesssetup.c:setup_new_vc_session(799)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close 
all old resources.
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 3 of length 250
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:00:37, 2] smbd/sesssetup.c:setup_new_vc_session(799)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close 
all old resources.
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[] domain=[] workstation=[RULHMPC43] len1=1 len2=0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[]\[]@[RULHMPC43] with the new password interface
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[]@[RULHMPC43]
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: guest authentication for user [] succeeded
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-501]
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-32-546]
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:00:37, 3] smbd/password.c:register_vuid(280)
  User name: nobody    Real name: nobody
[2007/07/20 09:00:37, 3] smbd/password.c:register_vuid(301)
  UNIX uid 65534 is UNIX user nobody, and will be vuid 101
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 4 of length 82
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:00:37, 2] lib/access.c:check_access(323)
  Allowed connection from  (....)
[2007/07/20 09:00:37, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/tmp' for service [IPC$]
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:00:37, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (...) connect to service IPC$ initially as user nobody 
(uid=65534, gid=65534) (pid 4356)
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving IPC$ as a Dfs root
[2007/07/20 09:00:37, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=IPC$
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 5 of length 108
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe NETLOGON opening.
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 6 of length 160
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:00:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:00:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "NETLOGON" (pnum 7491)
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\NETLOGON -> \PIPE\lsass
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\NETLOGON
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 7 of length 168
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 72
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: NET_REQCHAL
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 38
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7491 nwritten=100
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 8 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7491 min=1024 max=1024 nread=36
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 9 of length 208
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7491 nwritten=140
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 10 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7491 min=1024 max=1024 nread=32
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 11 of length 208
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: NET_AUTH2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] 
passdb/secrets.c:secrets_store_schannel_session_info(994)
  secrets_store_schannel_session_info: stored schannel info with key 
SECRETS/SCHANNEL/RULHMPC43
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 60
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7491 nwritten=140
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 12 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7491 min=1024 max=1024 nread=40
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 13 of length 222
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 14 of length 250
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[] domain=[] workstation=[RULHMPC43] len1=1 len2=0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[]\[]@[RULHMPC43] with the new password interface
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[]@[RULHMPC43]
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: guest authentication for user [] succeeded
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-501]
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-32-546]
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:00:37, 3] smbd/password.c:register_vuid(280)
  User name: nobody    Real name: nobody
[2007/07/20 09:00:37, 3] smbd/password.c:register_vuid(301)
  UNIX uid 65534 is UNIX user nobody, and will be vuid 103
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 15 of length 82
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:00:37, 2] lib/access.c:check_access(323)
  Allowed connection from  (...143)
[2007/07/20 09:00:37, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/tmp' for service [IPC$]
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:00:37, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (..143) connect to service IPC$ initially as user nobody 
(uid=65534, gid=65534) (pid 4356)
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving IPC$ as a Dfs root
[2007/07/20 09:00:37, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=IPC$
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 16 of length 104
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe lsarpc opening.
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 17 of length 160
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:00:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:00:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "lsarpc" (pnum 7492)
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\lsarpc -> \PIPE\lsass
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\lsarpc
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 18 of length 156
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 70
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: LSA_OPENPOLICY2
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 818
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7492 nwritten=88
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 19 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7492 min=1024 max=1024 nread=48
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 20 of length 120
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: LSA_ENUMTRUSTDOM
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 24
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7492 nwritten=52
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 21 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7492 min=1024 max=1024 nread=40
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 22 of length 112
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: LSA_CLOSE
[2007/07/20 09:00:37, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7492 nwritten=44
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 23 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7492 min=1024 max=1024 nread=48
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 24 of length 45
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x845aef8
[2007/07/20 09:00:48, 3] smbd/process.c:process_smb(1110)
  Transaction 25 of length 43
[2007/07/20 09:00:48, 3] smbd/process.c:switch_message(914)
  switch message SMBulogoffX (pid 4356) conn 0x0
[2007/07/20 09:00:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:48, 3] smbd/reply.c:reply_ulogoffX(1618)
  ulogoffX vuid=103
[2007/07/20 09:00:48, 3] smbd/process.c:process_smb(1110)
  Transaction 26 of length 39
[2007/07/20 09:00:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtdis (pid 4356) conn 0x845aef8
[2007/07/20 09:00:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:48, 3] smbd/service.c:close_cnum(1150)
  rulhmpc43 (..143) closed connection to service IPC$
[2007/07/20 09:00:48, 3] smbd/connection.c:yield_connection(69)
  Yielding connection to IPC$
[2007/07/20 09:00:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 27 of length 108
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x845d1f8
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe NETLOGON opening.
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 28 of length 202
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x845d1f8
[2007/07/20 09:01:35, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=114 params=0 setup=2
[2007/07/20 09:01:35, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:35, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "NETLOGON" (pnum 7493)
[2007/07/20 09:01:35, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\NETLOGON -> \PIPE\lsass
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] 
passdb/secrets.c:secrets_restore_schannel_session_info(1088)
  secrets_restore_schannel_session_info: restored schannel info key 
SECRETS/SCHANNEL/RULHMPC43
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\NETLOGON
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 29 of length 420
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845d1f8
[2007/07/20 09:01:35, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 72
[2007/07/20 09:01:35, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: NET_SAMLOGON
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] 
passdb/secrets.c:secrets_restore_schannel_session_info(1088)
  secrets_restore_schannel_session_info: restored schannel info key 
SECRETS/SCHANNEL/RULHMPC43
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] 
passdb/secrets.c:secrets_store_schannel_session_info(994)
  secrets_store_schannel_session_info: stored schannel info with key 
SECRETS/SCHANNEL/RULHMPC43
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] 
rpc_server/srv_netlog_nt.c:_net_sam_logon_internal(840)
  SAM Logon (Interactive). Domain:[MONA].  User:[woerdman at RULHMPC43] 
Requested Domain:[MONA]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[MONA]\[woerdman]@[RULHMPC43] with the new password interface
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[woerdman]@[RULHMPC43]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: sam authentication for user [woerdman] succeeded
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 2] auth/auth.c:check_ntlm_password(309)
  check_ntlm_password:  authentication for user [woerdman] -> [woerdman] 
-> [woerdman] succeeded
[2007/07/20 09:01:35, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 820
[2007/07/20 09:01:35, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7493 nwritten=352
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 30 of length 63
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845d1f8
[2007/07/20 09:01:35, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7493 min=1024 max=1024 nread=568
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 31 of length 222
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 32 of length 250
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[] domain=[] workstation=[RULHMPC43] len1=1 len2=0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[]\[]@[RULHMPC43] with the new password interface
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[]@[RULHMPC43]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: guest authentication for user [] succeeded
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-501]
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-32-546]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:01:35, 3] smbd/password.c:register_vuid(280)
  User name: nobody    Real name: nobody
[2007/07/20 09:01:35, 3] smbd/password.c:register_vuid(301)
  UNIX uid 65534 is UNIX user nobody, and will be vuid 105
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 33 of length 82
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:35, 2] lib/access.c:check_access(323)
  Allowed connection from  (..143)
[2007/07/20 09:01:35, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/tmp' for service [IPC$]
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:01:35, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (..143) connect to service IPC$ initially as user nobody 
(uid=65534, gid=65534) (pid 4356)
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving IPC$ as a Dfs root
[2007/07/20 09:01:35, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=IPC$
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 34 of length 108
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x84642b8
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 35 of length 222
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 36 of length 326
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[woerdman] domain=[MONA] workstation=[RULHMPC43] len1=24 len2=24
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[MONA]\[woerdman]@[RULHMPC43] with the new password interface
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[woerdman]@[RULHMPC43]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: sam authentication for user [woerdman] succeeded
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 2] auth/auth.c:check_ntlm_password(309)
  check_ntlm_password:  authentication for user [woerdman] -> [woerdman] 
-> [woerdman] succeeded
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-1228]
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-22-2-121]
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-11]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:01:35, 3] smbd/password.c:register_vuid(280)
  User name: woerdman    Real name: J.P.Woerdman
[2007/07/20 09:01:35, 3] smbd/password.c:register_vuid(301)
  UNIX uid 114 is UNIX user woerdman, and will be vuid 107
[2007/07/20 09:01:35, 3] smbd/password.c:register_vuid(332)
  Adding homes service for user 'woerdman' using home directory: 
'/home/woerdman'
[2007/07/20 09:01:35, 3] param/loadparm.c:lp_add_home(2596)
  adding home's share [woerdman] for user 'woerdman' at '/home/woerdman'
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 37 of length 90
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:35, 2] lib/access.c:check_access(323)
  Allowed connection from  (..143)
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/etc/samba/netlogon' for service [netlogon]
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:35, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid arnova does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid arnova does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 1] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (..143) connect to service netlogon initially as user 
woerdman (uid=114, gid=121) (pid 4356)
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving netlogon as a Dfs root
[2007/07/20 09:01:35, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=NETLOGON
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 38 of length 138
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x84661b0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:35, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ntconfig.pol.
[2007/07/20 09:01:35, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ntconfig.pol
[2007/07/20 09:01:35, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of ntconfig.pol failed (No such 
file or directory)
[2007/07/20 09:01:35, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 39 of length 43
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBulogoffX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/reply.c:reply_ulogoffX(1618)
  ulogoffX vuid=105
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 40 of length 39
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtdis (pid 4356) conn 0x84642b8
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/service.c:close_cnum(1150)
  rulhmpc43 (.143) closed connection to service IPC$
[2007/07/20 09:01:35, 3] smbd/connection.c:yield_connection(69)
  Yielding connection to IPC$
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 41 of length 43
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBulogoffX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/reply.c:reply_ulogoffX(1618)
  ulogoffX vuid=107
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 42 of length 39
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtdis (pid 4356) conn 0x84661b0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 1] smbd/service.c:close_cnum(1150)
  rulhmpc43 (..143) closed connection to service netlogon
[2007/07/20 09:01:35, 3] smbd/connection.c:yield_connection(69)
  Yielding connection to netlogon
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 43 of length 222
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:01:36, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 44 of length 326
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:36, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[woerdman] domain=[MONA] workstation=[RULHMPC43] len1=24 len2=24
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[MONA]\[woerdman]@[RULHMPC43] with the new password interface
[2007/07/20 09:01:36, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[woerdman]@[RULHMPC43]
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: sam authentication for user [woerdman] succeeded
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 2] auth/auth.c:check_ntlm_password(309)
  check_ntlm_password:  authentication for user [woerdman] -> [woerdman] 
-> [woerdman] succeeded
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-1228]
[2007/07/20 09:01:36, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-22-2-121]
[2007/07/20 09:01:36, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:01:36, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-11]
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:01:36, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:01:36, 3] smbd/password.c:register_vuid(280)
  User name: woerdman    Real name: J.P.Woerdman
[2007/07/20 09:01:36, 3] smbd/password.c:register_vuid(301)
  UNIX uid 114 is UNIX user woerdman, and will be vuid 109
[2007/07/20 09:01:36, 3] smbd/password.c:register_vuid(341)
  Using static (or previously created) service for user 'woerdman'; path 
= '/home/woerdman'
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 45 of length 90
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:36, 2] lib/access.c:check_access(323)
  Allowed connection from  (..143)
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/etc/samba/netlogon' for service [netlogon]
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:36, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid arnova does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid arnova does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 1] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (..143) connect to service netlogon initially as user 
woerdman (uid=114, gid=121) (pid 4356)
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving netlogon as a Dfs root
[2007/07/20 09:01:36, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=NETLOGON
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 46 of length 112
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo . (fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 47 of length 112
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo . (fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 48 of length 112
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1034
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo . (fnum = -1) level=1034 call=5 total_data=0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 49 of length 132
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/logon.cmd.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path logon.cmd
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo logon.cmd (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 50 of length 132
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/logon.cmd.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path logon.cmd
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo logon.cmd (fnum = -1) level=1005 call=5 
total_data=0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 51 of length 142
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/logon.cmd.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path logon.cmd
[2007/07/20 09:01:36, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(logon.cmd) returning 0644
[2007/07/20 09:01:36, 2] smbd/open.c:open_file(352)
  woerdman opened file logon.cmd read=No write=No (numopen=1)
[2007/07/20 09:01:36, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file logon.cmd, dev = 
900, inode = 15986, file_id = 1
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 52 of length 63
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4644 max=3628 nread=3628
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 53 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 54 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/logon.cmd.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path logon.cmd
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 55 of length 45
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4644 (numopen=1)
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file logon.cmd (numopen=0)
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 56 of length 142
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/logon.cmd.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path logon.cmd
[2007/07/20 09:01:36, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(logon.cmd) returning 0644
[2007/07/20 09:01:36, 2] smbd/open.c:open_file(352)
  woerdman opened file logon.cmd read=Yes write=No (numopen=1)
[2007/07/20 09:01:36, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file logon.cmd, dev = 
900, inode = 15986, file_id = 2
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 57 of length 63
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4645 max=3628 nread=3628
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 58 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 59 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 60 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 61 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 62 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 63 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 64 of length 82
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:36, 2] lib/access.c:check_access(323)
  Allowed connection from  (.143)
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/tmp' for service [IPC$]
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:36, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (..143) connect to service IPC$ initially as user woerdman 
(uid=114, gid=121) (pid 4356)
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving IPC$ as a Dfs root
[2007/07/20 09:01:36, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=IPC$
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 65 of length 104
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe srvsvc opening.
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 66 of length 160
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:01:36, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:36, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7494)
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\srvsvc -> \PIPE\ntsvcs
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\srvsvc
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 67 of length 146
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=58 params=0 setup=2
[2007/07/20 09:01:36, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:36, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7494)
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 70
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SRV_NET_REMOTE_TOD
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 66
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 68 of length 45
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 69 of length 104
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe srvsvc opening.
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 70 of length 160
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:01:36, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:36, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7495)
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\srvsvc -> \PIPE\ntsvcs
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\srvsvc
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 71 of length 146
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=58 params=0 setup=2
[2007/07/20 09:01:36, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:36, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7495)
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 70
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SRV_NET_REMOTE_TOD
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 66
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 72 of length 45
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 73 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 74 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 75 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 76 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 77 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 78 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 79 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 80 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 81 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 82 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 83 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 84 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 85 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 86 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 87 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 88 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 89 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 90 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 91 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 92 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 93 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 94 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 95 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 96 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 97 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/REG"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path REG"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 98 of length 134
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.COM.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.COM
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 99 of length 134
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.EXE.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 100 of length 120
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of reg failed (No such file or 
directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 101 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/REG"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path REG"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 102 of length 134
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.COM.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.COM
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 103 of length 134
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.EXE.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 104 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(reg.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file reg.exe read=No write=No (numopen=2)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file reg.exe, dev = 900, 
inode = 16274, file_id = 3
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 105 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4646 max=4096 nread=4096
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 106 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(reg.exe) returning 0644
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/oplock.c:initial_break_processing(296)
  initial_break_processing: called for 0x900/16274/3
  Current oplocks_open (exclusive = 2, levelII = 0)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 107 of length 55
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBlockingX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 108 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(reg.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file reg.exe read=Yes write=No (numopen=3)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file reg.exe, fd = 27, dev 
= 900, inode = 16274. (Resource temporarily unavailable)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 109 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4648) level=1004 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 110 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4648) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 111 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4648) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 112 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 113 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 114 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 115 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 116 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 117 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 118 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=1024 nread=1024
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 119 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3312)
  close fd=27 fnum=4648 (numopen=3)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file reg.exe (numopen=2)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 120 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4646 max=26624 nread=26624
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 121 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(reg.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file reg.exe read=Yes write=No (numopen=3)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file reg.exe, fd = 27, dev 
= 900, inode = 16274. (Resource temporarily unavailable)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 122 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4649) level=1004 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 123 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4649) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 124 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4649) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 125 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 126 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 127 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 128 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 129 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 130 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 131 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=1024 nread=1024
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 132 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3312)
  close fd=27 fnum=4649 (numopen=3)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file reg.exe (numopen=2)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 133 of length 140
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.exe.Local.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe.Local
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of reg.exe.Local failed (No 
such file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 134 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 135 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 136 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 137 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4646 max=512 nread=512
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 138 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4646 max=16384 nread=16384
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 139 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4646 max=5632 nread=5632
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 140 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/win2k_domain_policy.reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path win2k_domain_policy.reg
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo win2k_domain_policy.reg (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 141 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/win2k_domain_policy.reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path win2k_domain_policy.reg
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo win2k_domain_policy.reg (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 142 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/win2k_domain_policy.reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path win2k_domain_policy.reg
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo win2k_domain_policy.reg (fnum = -1) 
level=1005 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 143 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/win2k_domain_policy.reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path win2k_domain_policy.reg
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo win2k_domain_policy.reg (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 144 of length 170
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/win2k_domain_policy.reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path win2k_domain_policy.reg
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(win2k_domain_policy.reg) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file win2k_domain_policy.reg read=Yes write=No (numopen=3)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
win2k_domain_policy.reg, dev = 900, inode = 16438, file_id = 7
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 145 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo win2k_domain_policy.reg (fnum = 4650) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 146 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4650 max=1229 nread=1229
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 147 of length 156
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/profile_backup.cmd.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path profile_backup.cmd
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 148 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/profile_backup.cmd.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path profile_backup.cmd
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(profile_backup.cmd) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file profile_backup.cmd read=Yes write=No (numopen=4)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file profile_backup.cmd, 
dev = 900, inode = 16240, file_id = 8
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 149 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 150 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4651 max=538 nread=538
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 151 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 152 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 153 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 154 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 155 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 156 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 157 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 158 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 159 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 160 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 161 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 162 of length 104
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe srvsvc opening.
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 163 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:01:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7496)
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\srvsvc -> \PIPE\ntsvcs
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\srvsvc
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 164 of length 146
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=58 params=0 setup=2
[2007/07/20 09:01:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7496)
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 70
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SRV_NET_REMOTE_TOD
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 66
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 165 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 166 of length 104
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe srvsvc opening.
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 167 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:01:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7497)
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\srvsvc -> \PIPE\ntsvcs
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\srvsvc
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 168 of length 146
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=58 params=0 setup=2
[2007/07/20 09:01:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7497)
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 70
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SRV_NET_REMOTE_TOD
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 66
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 169 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 170 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 171 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 172 of length 222
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:01:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 173 of length 250
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:37, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[] domain=[] workstation=[RULHMPC43] len1=1 len2=0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[]\[]@[RULHMPC43] with the new password interface
[2007/07/20 09:01:37, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[]@[RULHMPC43]
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: guest authentication for user [] succeeded
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-501]
[2007/07/20 09:01:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:01:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-32-546]
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:01:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:01:37, 3] smbd/password.c:register_vuid(280)
  User name: nobody    Real name: nobody
[2007/07/20 09:01:37, 3] smbd/password.c:register_vuid(301)
  UNIX uid 65534 is UNIX user nobody, and will be vuid 111
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 174 of length 82
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:37, 2] lib/access.c:check_access(323)
  Allowed connection from  (..143)
[2007/07/20 09:01:37, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/tmp' for service [IPC$]
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:01:37, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (....143) connect to service IPC$ initially as user nobody 
(uid=65534, gid=65534) (pid 4356)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving IPC$ as a Dfs root
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=IPC$
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 175 of length 102
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468750
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 176 of length 84
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:37, 2] lib/access.c:check_access(323)
  Allowed connection from  (....143)
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid root does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/home/woerdman' for service [woerdman]
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:37, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:37, 3] smbd/vfs.c:vfs_init_custom(247)
  Initialising custom vfs hooks from [recycle]
[2007/07/20 09:01:37, 2] lib/module.c:do_smb_load_module(64)
  Module '/usr/lib/samba/vfs/recycle.so' loaded
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid root does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 1] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (....143) connect to service woerdman initially as user 
woerdman (uid=114, gid=121) (pid 4356)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving woerdman as a Dfs root
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=HOMES
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 177 of length 166
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting rulhm2/homes/profile_backup/RULHMPC43.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path profile_backup/RULHMPC43
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2682) cmd=162 (SMBntcreateX) 
NT_STATUS_OBJECT_NAME_COLLISION
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 178 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 179 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 180 of length 140
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ROBOCOPY"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ROBOCOPY"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 181 of length 144
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.COM.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.COM
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 182 of length 144
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.EXE.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 183 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of robocopy failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 184 of length 140
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ROBOCOPY"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ROBOCOPY"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 185 of length 144
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.COM.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.COM
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 186 of length 144
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.EXE.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 187 of length 148
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=No write=No (numopen=5)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file robocopy.exe, dev = 
900, inode = 16298, file_id = 9
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 188 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=4096 nread=4096
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 189 of length 148
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/oplock.c:initial_break_processing(296)
  initial_break_processing: called for 0x900/16298/9
  Current oplocks_open (exclusive = 4, levelII = 0)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 190 of length 55
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBlockingX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 191 of length 148
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=Yes write=No (numopen=6)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 30, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 192 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4654) level=1004 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 193 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4654) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 194 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4654) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 195 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 196 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 197 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 198 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 199 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 200 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 201 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 202 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 203 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 204 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=6144 nread=6144
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 205 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3312)
  close fd=30 fnum=4654 (numopen=6)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file robocopy.exe (numopen=5)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 206 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=32768 nread=32768
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 207 of length 148
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=Yes write=No (numopen=6)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 30, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 208 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4655) level=1004 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 209 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4655) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 210 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4655) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 211 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 212 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 213 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 214 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 215 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 216 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 217 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 218 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 219 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 220 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=6144 nread=6144
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 221 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3312)
  close fd=30 fnum=4655 (numopen=6)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file robocopy.exe (numopen=5)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 222 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=17408 nread=17408
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 223 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=4096 nread=4096
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 224 of length 134
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/MFC42u.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path MFC42u.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of MFC42u.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 225 of length 150
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.Local.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe.Local
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of robocopy.exe.Local failed 
(No such file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 226 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 227 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 228 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 229 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=512 nread=512
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 230 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=16384 nread=16384
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 231 of length 116
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting rulhm2/homes.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 232 of length 74
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 258
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 233 of length 74
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 261
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 234 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4656
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 235 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=7680 nread=7680
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 236 of length 176
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Favorites (fnum = 
-1) level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 237 of length 176
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Favorites (fnum = 
-1) level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 238 of length 176
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Favorites (fnum = 
-1) level=1005 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 239 of length 176
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Favorites (fnum = 
-1) level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 240 of length 186
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 241 of length 186
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path profile_backup/RULHMPC43/Favorites, 
expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 242 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4657
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 243 of length 186
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 244 of length 186
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path profile_backup/RULHMPC43/Favorites, 
expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 245 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4658
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 246 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/Links.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/Links
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 247 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/Links/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/Links/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Favorites/Links, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 248 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4659
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 249 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/Media.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/Media
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 250 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/Media/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/Media/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Favorites/Media, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 251 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4660
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 252 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 253 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 254 of length 140
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ROBOCOPY"*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ROBOCOPY"*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 255 of length 144
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.COM.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.COM
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 256 of length 144
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.EXE.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 257 of length 130
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of robocopy failed (No such 
file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 258 of length 140
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ROBOCOPY"*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ROBOCOPY"*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 259 of length 144
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.COM.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.COM
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 260 of length 144
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.EXE.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 261 of length 148
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=No write=No (numopen=6)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 30, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 262 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4661) level=1004 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 263 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4661) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 264 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4661) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 265 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=4096 nread=4096
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 266 of length 148
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=Yes write=No (numopen=7)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 31, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 267 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4662) level=1004 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 268 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4662) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 269 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4662) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 270 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 271 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 272 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 273 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 274 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 275 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 276 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 277 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 278 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 279 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=6144 nread=6144
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 280 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4662 (numopen=7)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file robocopy.exe (numopen=6)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 281 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=32768 nread=32768
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 282 of length 148
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=Yes write=No (numopen=7)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 31, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 283 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4663) level=1004 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 284 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4663) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 285 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4663) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 286 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 287 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 288 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 289 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 290 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 291 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 292 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 293 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 294 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 295 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=6144 nread=6144
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 296 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4663 (numopen=7)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file robocopy.exe (numopen=6)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 297 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=17408 nread=17408
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 298 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=4096 nread=4096
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 299 of length 134
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/MFC42u.DLL.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path MFC42u.DLL
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of MFC42u.DLL failed (No such 
file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 300 of length 150
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.Local.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe.Local
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of robocopy.exe.Local failed 
(No such file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 301 of length 138
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 302 of length 138
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 303 of length 138
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 304 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=512 nread=512
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 305 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=16384 nread=16384
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 306 of length 116
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting rulhm2/homes.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 307 of length 74
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 258
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 308 of length 74
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 261
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 309 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4664
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 310 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=7680 nread=7680
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 311 of length 172
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Mozilla (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 312 of length 172
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Mozilla (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 313 of length 172
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Mozilla (fnum = -1) 
level=1005 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 314 of length 172
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Mozilla (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 315 of length 182
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 316 of length 182
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path profile_backup/RULHMPC43/Mozilla, 
expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 317 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4665
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 318 of length 182
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 319 of length 182
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path profile_backup/RULHMPC43/Mozilla, 
expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 320 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4666
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 321 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 322 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Firefox, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 323 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4667
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 324 of length 216
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 325 of length 216
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 326 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4668
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 327 of length 250
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 328 of length 250
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default, 
expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 329 of length 84
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:38, 2] lib/access.c:check_access(323)
  Allowed connection from  (....143)
[2007/07/20 09:01:38, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid root does not start with 'S-'.
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/home/woerdman' for service [woerdman]
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:38, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:38, 3] smbd/vfs.c:vfs_init_custom(247)
  Initialising custom vfs hooks from [recycle]
[2007/07/20 09:01:38, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid root does not start with 'S-'.
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 1] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (....143) connect to service woerdman initially as user 
woerdman (uid=114, gid=121) (pid 4356)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving woerdman as a Dfs root
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=HOMES
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 330 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4669
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 331 of length 106
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 332 of length 106
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 333 of length 250
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default) 
inheriting from profile_backup/RULHMPC43/Mozilla/Firefox/Profiles
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default) 
inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default) 
returning 0600
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 334 of length 106
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1005 call=5 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 335 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default (fnum 
= 4671) level=1004 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 336 of length 106
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 337 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default (fnum 
= 4671) level=1005 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 338 of length 120
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default (fnum 
4671) info_level=1004 totdata=40
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 339 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4671
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 340 of length 114
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  unix_mode(Desktop.ini) inheriting from .
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  unix_mode(Desktop.ini) inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(Desktop.ini) returning 0600
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=162 (SMBntcreateX) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 341 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 342 of length 114
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  unix_mode(Desktop.ini) inheriting from .
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  unix_mode(Desktop.ini) inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(Desktop.ini) returning 0600
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=162 (SMBntcreateX) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 343 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 344 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 345 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 346 of length 43
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBulogoffX (pid 4356) conn 0x0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_ulogoffX(1618)
  ulogoffX vuid=111
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 347 of length 39
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtdis (pid 4356) conn 0x8468750
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/service.c:close_cnum(1150)
  rulhmpc43 (....143) closed connection to service IPC$
[2007/07/20 09:01:38, 3] smbd/connection.c:yield_connection(69)
  Yielding connection to IPC$
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 348 of length 278
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
returning 0600
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak, 
dev = 904, inode = 20694049, file_id = 29
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 349 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4672) level=1004 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 350 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4672 (numopen=1)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(numopen=0)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 351 of length 278
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
returning 0600
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak, 
dev = 904, inode = 20694049, file_id = 30
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 352 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4673) level=1004 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 353 of length 88
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum 4673) info_level=1020 totdata=8
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 354 of length 120
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum 4673) info_level=1004 totdata=40
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 355 of length 61508
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4673 num=61440 wrote=61440
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 356 of length 23398
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4673 num=23330 wrote=23330
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 357 of length 120
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum 4673) info_level=1004 totdata=40
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 358 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4673 (numopen=1)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(numopen=0)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 359 of length 278
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
returning 0600
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
read=No write=No (numopen=1)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 360 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4674) level=1004 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 361 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4674) level=1005 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 362 of length 120
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum 4674) info_level=1004 totdata=40
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
returning 0644
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 363 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4674 (numopen=1)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(numopen=0)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 364 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 365 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 366 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 367 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 368 of length 278
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
returning 0600
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak, 
dev = 904, inode = 20694049, file_id = 32
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 369 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4675) level=1004 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 370 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4675) level=1005 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 371 of length 120
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum 4675) info_level=1004 totdata=40
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 372 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4675 (numopen=1)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(numopen=0)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 373 of length 270
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 374 of length 270
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 375 of length 270
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 376 of length 270
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 377 of length 112
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:39, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 378 of length 280
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html, 
dev = 904, inode = 20694050, file_id = 33
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 379 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4676) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 380 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4676 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 381 of length 280
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html, 
dev = 904, inode = 20694050, file_id = 34
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 382 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4677) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 383 of length 88
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum 4677) info_level=1020 totdata=8
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 384 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum 4677) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 385 of length 61508
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4677 num=61440 wrote=61440
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 386 of length 23398
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4677 num=23330 wrote=23330
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 387 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum 4677) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 388 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4677 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 389 of length 280
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
read=No write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 390 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4678) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 391 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4678) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 392 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum 4678) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
returning 0644
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 393 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4678 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 394 of length 270
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 395 of length 270
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 396 of length 270
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 397 of length 270
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 398 of length 280
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html, 
dev = 904, inode = 20694050, file_id = 36
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 399 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4679) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 400 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4679) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 401 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum 4679) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 402 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4679 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 403 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 404 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 405 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 406 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 407 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db, 
dev = 904, inode = 20694051, file_id = 37
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 408 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4680) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 409 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4680 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 410 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db, 
dev = 904, inode = 20694051, file_id = 38
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 411 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4681) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 412 of length 88
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum 4681) info_level=1020 totdata=8
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 413 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum 4681) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 414 of length 61508
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4681 num=61440 wrote=61440
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 415 of length 4164
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4681 num=4096 wrote=4096
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 416 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum 4681) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 417 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4681 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 418 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
read=No write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 419 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4682) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 420 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4682) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 421 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum 4682) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
returning 0644
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 422 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4682 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 423 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 424 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 425 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 426 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 427 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db, 
dev = 904, inode = 20694051, file_id = 40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 428 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4683) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 429 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4683) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 430 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum 4683) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 431 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4683 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 432 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 433 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 434 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 435 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 436 of length 274
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt, 
dev = 904, inode = 20694054, file_id = 41
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 437 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4684) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 438 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4684 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 439 of length 274
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt, 
dev = 904, inode = 20694054, file_id = 42
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 440 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4685) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 441 of length 88
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum 4685) info_level=1020 totdata=8
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 442 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum 4685) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 443 of length 38002
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4685 num=37934 wrote=37934
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 444 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum 4685) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 445 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4685 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 446 of length 274
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
read=No write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 447 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4686) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 448 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4686) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 449 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum 4686) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
returning 0644
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 450 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4686 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 451 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 452 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 453 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 454 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 455 of length 274
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt, 
dev = 904, inode = 20694054, file_id = 44
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 456 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4687) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 457 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4687) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 458 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum 4687) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 459 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4687 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 460 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 461 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 462 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 463 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 464 of length 278
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:40, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:40, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:40, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:40, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:40, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:40, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf, 
dev = 904, inode = 20694055, file_id = 45
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 465 of length 76
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4688) level=1004 call=7 total_data=0
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 466 of length 45
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4688 (numopen=1)
[2007/07/20 09:01:40, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:40, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:40, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:40, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:40, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 467 of length 278
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:40, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:40, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:40, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:40, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:40, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:40, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf, 
dev = 904, inode = 20694055, file_id = 46
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 468 of length 76
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4689) level=1004 call=7 total_data=0
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 469 of length 88
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum 4689) info_level=1020 totdata=8
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 470 of length 120
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum 4689) info_level=1004 totdata=40
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 471 of length 61508
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 472 of length 61508
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 473 of length 61508
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 474 of length 61508
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 475 of length 61508
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 476 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 477 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 478 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 479 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 480 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 481 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 482 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 483 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 484 of length 106
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:41, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 485 of length 106
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 486 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 487 of length 106
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:41, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1005 call=5 
total_data=0
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 488 of length 106
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 489 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 490 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 491 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 492 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 493 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 494 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 495 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 496 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 497 of length 61508
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 498 of length 56591
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=56523 wrote=56523
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 499 of length 120
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum 4689) info_level=1004 totdata=40
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 500 of length 45
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4689 (numopen=1)
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 501 of length 278
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:42, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:42, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
read=No write=No (numopen=1)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 502 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4690) level=1004 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 503 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4690) level=1005 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 504 of length 120
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum 4690) info_level=1004 totdata=40
[2007/07/20 09:01:42, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
returning 0644
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 505 of length 45
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4690 (numopen=1)
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 506 of length 268
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 507 of length 268
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 508 of length 268
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 509 of length 268
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 510 of length 278
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:42, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:42, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:42, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf, 
dev = 904, inode = 20694055, file_id = 48
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 511 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4691) level=1004 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 512 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4691) level=1005 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 513 of length 120
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum 4691) info_level=1004 totdata=40
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 514 of length 45
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4691 (numopen=1)
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 515 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 516 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 517 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 518 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 519 of length 282
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(96)
  
u