Samba creating odd temporary files

Contents of smb.conf:

[global]
workgroup = MSHOME
name resolve order = bcast host lmhosts wins
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
logon path = \%L\profiles.msprofile
logon home = \%L%U.9xprofile
logon drive = P:
usershare allow guests = No
domain logons = Yes
domain master = Yes
security = user
winbind gid = 10000-20000
winbind uid = 10000-20000
netbios name = DevilsBackBone
passdb backend = smbpasswd:/etc/samba/smbpasswd
include = /etc/samba/dhcp.conf
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
local master = Yes
os level = 65
preferred master = Yes

[network]
comment = NetworkShare
inherit acls = Yes
path = /network/
read only = No
guest ok = yes

[netlogon]
comment = Network Logon Service
path = /network/
write list = root
guest ok = no
read only = yes

Owner and Permissions:

drwxrwxrwx 3 root root 4096 date time network

from the Linux command prompt Temp files created are named as follows filename.exe:Zone.Identifier:$DATA with the ownership nobody nobody with permissions -rwxr–r–

Viewing the contents of the mapped drive from a windows machine using Windows Explorer the temp file names are very different, the one above is named AUZ538~V and is unreadable and connot be found or deleted!

All other files have the same ownership and permissions all are read writable by anybody, anybody can add / delete and read write to the mapped drive