]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add support for traditional PKWARE encryption.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 7 Sep 2014 11:28:59 +0000 (20:28 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 8 Sep 2014 10:41:34 +0000 (19:41 +0900)
commitde0a204ecce9ce2d1348b8748b67c568e97f9771
tree8b5cc6814e59ab119728de7e2a5e8d0f7ef6b610
parent03b47ac01d7579f323d1949f5e5d7256e38b7cd9
Add support for traditional PKWARE encryption.
CMakeLists.txt
Makefile.am
build/cmake/config.h.in
configure.ac
libarchive/CMakeLists.txt
libarchive/archive_random.c [new file with mode: 0644]
libarchive/archive_random_private.h [new file with mode: 0644]
libarchive/archive_write_set_format_zip.c
libarchive/test/test_write_format_zip.c