Bug 2353 - smbclient -TF writes to an invalid file
Summary: smbclient -TF writes to an invalid file
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Client Tools (show other bugs)
Version: 3.0.11
Hardware: All Windows XP
: P3 minor
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-16 10:24 UTC by TAKAHASHI Motonobu
Modified: 2006-02-16 17:08 UTC (History)
1 user (show)

See Also:


Attachments
clitar -F option processing fix. (531 bytes, patch)
2006-01-12 06:32 UTC, William Jojo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description TAKAHASHI Motonobu 2005-02-16 10:24:04 UTC
If we type:

smbclient //server/share -TcF backup.tar filelist

the backup is written to the file **filelist**, not to the backup.tar.
Comment 1 William Jojo 2006-01-12 06:32:52 UTC
Created attachment 1671 [details]
clitar -F option processing fix.

Processing -F option caused tar_parseargs() to use the file containing list of items to also be the tarball file.
Comment 2 Jeremy Allison 2006-02-16 17:08:27 UTC
The patch missed one extra neccessary fix. Check SAMBA_3_0 rev 13535 for details.
Jeremy.