Actions
Bug #5900
closedread-raw, write-raw are dead code
Start date:
2015-05-02
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The SMB1 "read_raw" and "write_raw" commands have always been optional,
and no recent Windows clients use them anymore. These commands also
cause servers to have to do some really unnatural things because they
involve moving data without the normal SMB encapsulation.
Just delete them.
Updated by Electric Monk about 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 380bdfdf3b87cbfda20ccdf5d4fa7c129623622b
commit 380bdfdf3b87cbfda20ccdf5d4fa7c129623622b Author: Gordon Ross <gwr@nexenta.com> Date: 2015-05-08T14:38:21.000Z 5900 read-raw, write-raw are dead code Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
Actions