summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr/ndr_compression.c
Commit message (Expand)AuthorAgeFilesLines
* Share ndr_compression.c.Jelmer Vernooij2008-10-141-516/+0
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-1/+1
* ndr_compression: add XPRESS compression supportStefan Metzmacher2008-09-071-1/+49
* ndr_compression: fix the build after lzxpress_decompress() prototype changeStefan Metzmacher2008-09-071-1/+11
* ndr_compression: change debug levelsStefan Metzmacher2008-09-061-6/+6
* ndr_compression: use deflateReset() together with defalteSetDictionary()Stefan Metzmacher2008-09-061-8/+17
* ndr_compression: use inflateReset() and inflateSetDictionary() instead of inf...Stefan Metzmacher2008-09-061-7/+14
* ndr_compression: implement mszip compression based on deflate()Stefan Metzmacher2008-08-211-1/+98
* ndr_compression: add common parts of ndr compressionStefan Metzmacher2008-08-211-15/+52
* ndr_compression: remove the type serialization handling from the compression ...Stefan Metzmacher2008-08-201-36/+0
* ndr_compression: unify the common handling of mszip and xpress compressionStefan Metzmacher2008-08-201-107/+33
* ndr_compression: use zlib's inflate() for decompressionStefan Metzmacher2008-08-181-11/+81
* librpc/ndr: add support for XPRESS decompressionMatthieu Suiche2008-08-181-5/+56
* Be sure to pass iconv handle down to compression subcontexts (fixesAndrew Bartlett2008-01-211-0/+4
* 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