extend open_index() API for info file handling
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 23 Mar 2017 10:48:59 +0000 (11:48 +0100)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 23 Mar 2017 10:49:05 +0000 (11:49 +0100)
commitb825fbef0ccf3c7ca94367385f4214dd4e9b76ed
treefe70b6d5de96ed2d327072ab1f37eb3fc99c3fd1
parent5c5c38d7750217c313d2180325f2e903e89658cc
extend open_index() API for info file handling

In fact, backup_python’s “info file” is just another “index file”
to deltatar. Conceptually they’re quite different though
especially regarding encryption. To allow requesting an info
flavored index file, add a parameter to communicate with the
crypto layer.
deltatar/deltatar.py
deltatar/tarfile.py