diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-11 09:27:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:47 -0500 |
commit | d186e63b01e0f14c1e7a7709c44e534efbb1fc36 (patch) | |
tree | 4ac5f2670f17eac71210e5c2d276cb2ec9cab398 /source4/torture/raw | |
parent | fea05710342927f321292072c5af4138e477fe76 (diff) | |
download | samba-d186e63b01e0f14c1e7a7709c44e534efbb1fc36.tar.gz samba-d186e63b01e0f14c1e7a7709c44e534efbb1fc36.tar.bz2 samba-d186e63b01e0f14c1e7a7709c44e534efbb1fc36.zip |
r2910: I noticed that the samr torture test was doing its own DOS->UNIX
string conversion. For RPC, all string conversions are supposed to be
done by the NDR layer, using string flags set in the IDL. The reason
this wasn't working is that I had been too lazy to do the STR_ASCII
string types properly at the NDR layer when initially writing
ndr_basic.c.
This commit fixes the ndr_basic code properly to do all ASCII
varients, by re-using the non-ascii code and a "byte_mul" local
variable. I have also removed the manual string conversion in the SAMR
torture test code.
(This used to be commit aad0e7e9d890bb56447f1f933b8f2bb78a3ee269)
Diffstat (limited to 'source4/torture/raw')
0 files changed, 0 insertions, 0 deletions