summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_compression.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-21ndr_compression: implement mszip compression based on deflate()Stefan Metzmacher1-1/+98
2008-08-21ndr_compression: add common parts of ndr compressionStefan Metzmacher1-15/+52
2008-08-20ndr_compression: remove the type serialization handling from the compression ...Stefan Metzmacher1-36/+0
2008-08-20ndr_compression: unify the common handling of mszip and xpress compressionStefan Metzmacher1-107/+33
2008-08-18ndr_compression: use zlib's inflate() for decompressionStefan Metzmacher1-11/+81
2008-08-18librpc/ndr: add support for XPRESS decompressionMatthieu Suiche1-5/+56
2008-01-21Be sure to pass iconv handle down to compression subcontexts (fixesAndrew Bartlett1-0/+4
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij1-3/+3
2007-12-21r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)Stefan Metzmacher1-24/+24
2007-12-21r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directlyStefan Metzmacher1-14/+14
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r10873: check the complete payload headerStefan Metzmacher1-3/+11
2007-10-10r10872: fix the length of the dummy XPRESS decompressed bufferStefan Metzmacher1-1/+1
2007-10-10r10869: add dummy functions and dummy parsing of XPRESS decompression,Stefan Metzmacher1-7/+85
2007-10-10r9373: - create a hierachical memory tree with recursiv ndr_pull_* functionsStefan Metzmacher1-0/+1
2007-10-10r9372: - make the subcontext handling autogenerated code look nicer,Stefan Metzmacher1-13/+41
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r6129: - add our own MSZIP decompression implementationStefan Metzmacher1-98/+55
2007-10-10r6114: the marker is const and is 0x434B 'CK'Stefan Metzmacher1-5/+13
2007-10-10r6112: try to decompress all chunks and put them togetherStefan Metzmacher1-38/+73
2007-10-10r6065: revert test valueStefan Metzmacher1-1/+1
2007-10-10r6061: add start of compression support in our rpc codeStefan Metzmacher1-0/+177