r6129: - add our own MSZIP decompression implementation
commit5e8558c5b4365a494aa054c3e08d4084b319e6e5
authorStefan Metzmacher <metze@samba.org>
Wed, 30 Mar 2005 10:48:52 +0000 (30 10:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:20 +0000 (10 13:11 -0500)
tree32527b8a37794785e1a9f4a0f256fdb82b9518a8
parent80593150341852af0816e69bd653c93228862e9b
r6129: - add our own MSZIP decompression implementation
  (taken from cabextract.c from KDE)
  this code maybe need to be rewritten and the
  compression side needs to be done,
  but for now it seems to works

- remove the dependency to zlib

metze
source/configure.in
source/lib/basic.mk
source/lib/compression/mszip.c [new file with mode: 0644]
source/lib/compression/mszip.h [new file with mode: 0644]
source/librpc/config.m4 [deleted file]
source/librpc/config.mk
source/librpc/ndr/libndr.h
source/librpc/ndr/ndr_compression.c