summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr/ndr_compression.c
Commit message (Expand)AuthorAgeFilesLines
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-211-3/+3
* r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)Stefan Metzmacher2007-12-211-24/+24
* r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directlyStefan Metzmacher2007-12-211-14/+14
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r10873: check the complete payload headerStefan Metzmacher2007-10-101-3/+11
* r10872: fix the length of the dummy XPRESS decompressed bufferStefan Metzmacher2007-10-101-1/+1
* r10869: add dummy functions and dummy parsing of XPRESS decompression,Stefan Metzmacher2007-10-101-7/+85
* r9373: - create a hierachical memory tree with recursiv ndr_pull_* functionsStefan Metzmacher2007-10-101-0/+1
* r9372: - make the subcontext handling autogenerated code look nicer,Stefan Metzmacher2007-10-101-13/+41
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r6129: - add our own MSZIP decompression implementationStefan Metzmacher2007-10-101-98/+55
* r6114: the marker is const and is 0x434B 'CK'Stefan Metzmacher2007-10-101-5/+13
* r6112: try to decompress all chunks and put them togetherStefan Metzmacher2007-10-101-38/+73
* r6065: revert test valueStefan Metzmacher2007-10-101-1/+1
* r6061: add start of compression support in our rpc codeStefan Metzmacher2007-10-101-0/+177