]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add new APIs that pass passphrases for reading and writing
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 14 Sep 2014 08:23:29 +0000 (17:23 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 14 Sep 2014 09:44:50 +0000 (18:44 +0900)
commit6c222e59f461bf61962c7de318f946147f58d29b
tree067a0800e807606f2a48101c3c5013461a401a04
parentabdce769f16d60e657b47beb3ec855c5d4325bf5
Add new APIs that pass passphrases for reading and writing
encrypted archives.
14 files changed:
Makefile.am
libarchive/CMakeLists.txt
libarchive/archive.h
libarchive/archive_read.c
libarchive/archive_read_add_passphrase.3 [new file with mode: 0644]
libarchive/archive_read_add_passphrase.c [new file with mode: 0644]
libarchive/archive_read_private.h
libarchive/archive_write.c
libarchive/archive_write_private.h
libarchive/archive_write_set_passphrase.3 [new file with mode: 0644]
libarchive/archive_write_set_passphrase.c [new file with mode: 0644]
libarchive/test/CMakeLists.txt
libarchive/test/test_archive_read_add_passphrase.c [new file with mode: 0644]
libarchive/test/test_archive_write_set_passphrase.c [new file with mode: 0644]