Bug 5622 - Autochange name in path
Summary: Autochange name in path
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: VFS (show other bugs)
Version: 3.0.28a
Hardware: x86 Windows XP
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-17 10:13 UTC by SEN (dead mail address)
Modified: 2008-07-18 02:55 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SEN (dead mail address) 2008-07-17 10:13:48 UTC
I try use VFS

When call function skel_stat(handle,psz_path,buf)
with psz_path="Counter-Strike 1.6 for Domolink Server1.rar", throw any times of error ENOENT (Im produce it) I was got psz_path (variable only)  autochanged by samba on 
"Counter-Strike 1.7 for Domolink Server1.rar"

if make it as 1.7 it will be 1.8

What's it?
Comment 1 Volker Lendecke 2008-07-18 02:55:21 UTC
Sorry, but I don't get what you are trying to do. Are you writing a new VFS module that changes file names underneath? If that's the case, then better try to get info via the mailing lists, not via bugzilla.

I'm closing this bug report, please re-open if you have an issue with an existing VFS module. In that case, please provide your smb.conf and a logfile of the error case.

Volker