1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00

r6115: don't try to decompress level 7 buffers yet

metze
This commit is contained in:
Stefan Metzmacher 2005-03-29 13:07:20 +00:00 committed by Gerald (Jerry) Carter
parent 4b88ff2971
commit bbc0f6c552

View File

@ -500,10 +500,16 @@ interface drsuapi
typedef struct {
uint32 decompressed_length;
uint32 compressed_length;
[subcontext(4),compression(NDR_COMPRESSION_ZLIB,compressed_length,decompressed_length),flag(NDR_REMAINING)] DATA_BLOB *decompressed;
/*[subcontext(4),compression(NDR_COMPRESSION_ZLIB,compressed_length,decompressed_length)] drsuapi_DsGetNCChangesCtr1 *ctr1;*/
[subcontext(4),subcontext_size(r->compressed_length),compression(NDR_COMPRESSION_ZLIB,compressed_length,decompressed_length),flag(NDR_REMAINING)] DATA_BLOB *decompressed;
/*[subcontext(4),subcontext_size(r->compressed_length),compression(NDR_COMPRESSION_ZLIB,compressed_length,decompressed_length)] drsuapi_DsGetNCChangesCtr1 *ctr1;*/
} drsuapi_DsGetNCChangesCompressedInfo;
typedef struct {
uint32 decompressed_length;
uint32 compressed_length;
[subcontext(4),subcontext_size(r->compressed_length),flag(NDR_REMAINING)] DATA_BLOB *decompressed;
} drsuapi_DsGetNCChangesCompressedInfo_Test;
typedef struct {
drsuapi_DsGetNCChangesCompressedInfo info;
} drsuapi_DsGetNCChangesCtr2;
@ -531,7 +537,7 @@ interface drsuapi
typedef struct {
uint32 unknown1;
uint16 unknown2; /* enum */
drsuapi_DsGetNCChangesCompressedInfo info;
drsuapi_DsGetNCChangesCompressedInfo_Test info;
} drsuapi_DsGetNCChangesCtr7;
typedef [switch_type(int32)] union {