pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-114-g01f35


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-114-g01f3548
Date: Sun, 22 Dec 2013 07:48:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  01f35481fe6f80ee35c79bf873bc69af11331217 (commit)
       via  f7ba9eb594b356de8df09b4e5ed59d40898c726a (commit)
      from  feed25f75ff94572adf56286e3e6eb229dc5979e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 01f35481fe6f80ee35c79bf873bc69af11331217
Author: Ben Pfaff <address@hidden>
Date:   Sat Dec 21 23:33:57 2013 -0800

    pspp-convert: Add support for decrypting encrypted system files.

commit f7ba9eb594b356de8df09b4e5ed59d40898c726a
Author: Ben Pfaff <address@hidden>
Date:   Sat Dec 21 23:14:19 2013 -0800

    pspp-convert: Use null encoding rather than "Auto" by default.
    
    This avoids errors trying to create a converter to and from a nonexistent
    "Auto" encoding.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                           |   17 +-
 Smake                                          |    2 +
 doc/dev/system-file-format.texi                |  171 +++++++++++-
 src/data/automake.mk                           |    2 +
 src/data/sys-file-encryption.c                 |  356 ++++++++++++++++++++++++
 src/data/{sys-file.h => sys-file-encryption.h} |   30 ++-
 src/libpspp/automake.mk                        |    2 +
 src/libpspp/cmac-aes256.c                      |   87 ++++++
 src/libpspp/{inflate.h => cmac-aes256.h}       |   21 +-
 tests/automake.mk                              |    9 +-
 tests/data/hotel-encrypted.sav                 |  Bin 0 -> 1748 bytes
 tests/data/sys-file-encryption.at              |   27 ++
 tests/libpspp/cmac-aes256-test.c               |  114 ++++++++
 utilities/pspp-convert.1                       |   15 +
 utilities/pspp-convert.c                       |   85 ++++++-
 15 files changed, 897 insertions(+), 41 deletions(-)
 create mode 100644 src/data/sys-file-encryption.c
 copy src/data/{sys-file.h => sys-file-encryption.h} (56%)
 create mode 100644 src/libpspp/cmac-aes256.c
 copy src/libpspp/{inflate.h => cmac-aes256.h} (70%)
 create mode 100644 tests/data/hotel-encrypted.sav
 create mode 100644 tests/data/sys-file-encryption.at
 create mode 100644 tests/libpspp/cmac-aes256-test.c


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]