]> git.wh0rd.org - dump.git/commit - CHANGES
Encryption (and compression as plugins) support.
authorStelian Pop <stelian@popies.net>
Fri, 10 Jun 2011 13:07:24 +0000 (13:07 +0000)
committerStelian Pop <stelian@popies.net>
Fri, 10 Jun 2011 13:07:24 +0000 (13:07 +0000)
commite3956dfb7715a21919aa66dd4209a2dc1c3c82da
tree7816fe815c38fe5d84b9f64b86a7d351564aee3e
parentacf85e7a305b04b699e17104be519912a7ae90f0
Encryption (and compression as plugins) support.
19 files changed:
CHANGES
Makefile.in
common/Makefile.in
common/transformation.h [new file with mode: 0644]
common/transformation_bzlib.c [new file with mode: 0644]
common/transformation_lzo.c [new file with mode: 0644]
common/transformation_null.c [new file with mode: 0644]
common/transformation_ssl.c [new file with mode: 0644]
common/transformation_zlib.c [new file with mode: 0644]
config.h.in
configure
configure.in
dump/Makefile.in
dump/dump.h
dump/main.c
dump/tape.c
dump/traverse.c
rmt/Makefile.in
testing/Makefile.in [new file with mode: 0644]