pspp-convert: Support decrypting encrypted SPSS syntax files.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 26 Sep 2015 23:42:13 +0000 (16:42 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 26 Sep 2015 23:42:13 +0000 (16:42 -0700)
commit2ea422dcad13f121dfb5a2f390c3e456f5bcec83
treeb8ff735995571faa98184f4bac94cfbb2ac06f2a
parent890a97adb0e898a80d1fb758714565ed9ce7e143
pspp-convert: Support decrypting encrypted SPSS syntax files.

Thanks to charlesjohnsont@outlook.com for providing an example.
Bug #45974.
13 files changed:
NEWS
doc/pspp-convert.texi
src/data/automake.mk
src/data/encrypted-file.c [new file with mode: 0644]
src/data/encrypted-file.h [new file with mode: 0644]
src/data/sys-file-encryption.c [deleted file]
src/data/sys-file-encryption.h [deleted file]
tests/automake.mk
tests/data/encrypted-file.at [new file with mode: 0644]
tests/data/sys-file-encryption.at [deleted file]
tests/data/test-encrypted.sps [new file with mode: 0644]
utilities/pspp-convert.1
utilities/pspp-convert.c