Bug 8324 - smbclient cannot list directories from a big-endian machine.
Summary: smbclient cannot list directories from a big-endian machine.
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: Client Tools (show other bugs)
Version: 3.6.0rc3
Hardware: All All
: P5 regression
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-26 22:15 UTC by Jeremy Allison
Modified: 2011-07-27 19:10 UTC (History)
0 users

See Also:


Attachments
git-am fix for 3.6.0 (1.11 KB, patch)
2011-07-26 22:18 UTC, Jeremy Allison
vl: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Allison 2011-07-26 22:15:13 UTC
Two uses of the setup array are not being correctly byte-swapped to little endian.
Patch to follow.

Jeremy
Comment 1 Jeremy Allison 2011-07-26 22:18:39 UTC
Created attachment 6716 [details]
git-am fix for 3.6.0

Sad to say, I think this probably needs to be in 3.6.0 final if we want it to work on big-endian systems. It's a very minor fix (not intrusive).

Jeremy.
Comment 2 Jeremy Allison 2011-07-27 18:03:44 UTC
Raising this to blocker as it really does need to get in for 3.6.0 final.
Jeremy.
Comment 3 Karolin Seeger 2011-07-27 19:10:31 UTC
Pushed to v3-6-test.
Closing out bug report.

Thanks!