summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/libndr.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-10-10 12:10:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:38 -0500
commit0e65d30bb72d4ad27c14c8467df115f4c1174d9a (patch)
treec27ef73e567e40bae8614bd14657a1ed4a631c84 /source4/librpc/ndr/libndr.h
parentb94fcbd306bbf758d26fb40c7c0a1b00ba6fe38d (diff)
downloadsamba-0e65d30bb72d4ad27c14c8467df115f4c1174d9a.tar.gz
samba-0e65d30bb72d4ad27c14c8467df115f4c1174d9a.tar.bz2
samba-0e65d30bb72d4ad27c14c8467df115f4c1174d9a.zip
r10869: add dummy functions and dummy parsing of XPRESS decompression,
this is the compression algorithm used by w2k3 for DsGetNCChanges(). This algorithm isn't known yet, but it seems to be some sort of Lempel-Ziv algorithm. metze (This used to be commit 694252b6e02e365ae5baffb76cdbc89eec5358e7)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-rw-r--r--source4/librpc/ndr/libndr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h
index a319a44102..7df3650e4a 100644
--- a/source4/librpc/ndr/libndr.h
+++ b/source4/librpc/ndr/libndr.h
@@ -170,7 +170,8 @@ enum ndr_err_code {
};
enum ndr_compression_alg {
- NDR_COMPRESSION_MSZIP
+ NDR_COMPRESSION_MSZIP = 2,
+ NDR_COMPRESSION_XPRESS = 3
};
/*