Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FF
authorJeremy Allison <jra@samba.org>
Wed, 27 Mar 2013 18:54:34 +0000 (11:54 -0700)
committerKarolin Seeger <kseeger@samba.org>
Sun, 7 Apr 2013 19:40:26 +0000 (21:40 +0200)
commit57db33599589b06a60cb7cbb454f87bf40c542e0
tree27a02d42058591c137ece019828279b2b80b58dd
parent79503841059e945e6b14fa8c92375041c5390764
Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FF

The spec lies when it says that NextEntryOffset is the only value
considered when finding the next EA. We were adding 4 more extra
pad bytes than needed (i.e. if the next entry already was on a 4
byte boundary, then we were adding 4 additional pad bytes).

Signed-off-by: Jeremy Allison <jra@samba.org>
The last 5 patches address bug #9130 - Certain xattrs cause Windows error
0x800700FF.
source3/smbd/trans2.c