python-delta-tar
2020-01-27 Thomas JaroschClarify two functions are meant to be used by desaster...
2020-01-27 Thomas JaroschRemove upstream GCM issue that was resolved
2020-01-27 Thomas JaroschRemove outdated author information
2020-01-27 Thomas JaroschChange unit tests to check for expected exception
2020-01-27 Thomas JaroschFix position of [-c] handler in usage
2020-01-27 Thomas JaroschFix wrong script name in usage help
2020-01-27 Thomas JaroschIncrease version to 1.6
2020-01-27 Thomas JaroschFix use of wrong 'i' variable name
2020-01-27 Thomas JaroschFix errno.ESPIPE error handler
2020-01-25 Thomas JaroschAdd missing iv fixed part in error output
2020-01-25 Thomas JaroschFix 'pw' variable name in error handling
2018-04-03 Thomas JaroschDocumentation improvements
2018-04-02 Philipp Gesangremove development tweak for test runner
2018-04-02 Philipp Gesanghandle problems with incomplete gzip headers
2018-04-02 Philipp Gesangadd tests for truncated files
2018-04-02 Philipp Gesangdescribe corruption mechanisms and their function in...
2018-04-02 Philipp Gesangskip some unittests on older python versions
2018-04-02 Philipp Gesangtest multivol index reconstruct with hole and header...
2018-04-02 Philipp Gesangextend index reconstruct tests for multivol backups
2018-04-02 Philipp Gesanglift block alignment requirement for tar archive rescue
2018-04-02 Philipp Gesangimplement volume handling for rescue mode
2018-04-02 Philipp Gesangimplement leading garbage test
2018-04-02 Philipp Gesanginclude description of object validation with crypto...
2018-04-02 Philipp Gesangadd unit test for borked ciphertext size
2018-04-02 Philipp Gesangallow for detecting overlapping objects with tarfile
2018-04-02 Philipp Gesangdetect overlapping objects
2018-04-02 Philipp Gesangadjust post-conditions for GZ[,AES]/rescue unit test
2018-04-02 Philipp Gesangmake crypto.py CLI accept hex-encoded keys again
2018-04-02 Philipp Gesanguse real new volume handler during rescue
2018-04-02 Philipp Gesangprevent tarobject iteration in disaster mode
2018-04-02 Philipp Gesangimplement tolerant GNU tar header parser
2018-04-02 Philipp Gesangadd restore helper handling for reconstructed indices
2018-04-02 Philipp Gesangadd iterator mode for reconstructed index
2018-04-02 Philipp Gesangunify construction of secret values
2018-04-02 Philipp Gesangimplement tolerant gz header parser
2018-04-02 Philipp Gesangignore GCM tag mismatch in scan mode
2018-04-02 Philipp Gesangconvert TarInfo to index format
2018-04-02 Philipp Gesangread tar objects at predetermined offsets for rescue...
2018-04-02 Philipp Gesangadd test skeleton for corrupt index reconstruction
2018-04-02 Philipp Gesangdraft rescue mode through all layers
2018-04-02 Philipp Gesangderive test skeleton for disaster rescue mode
2018-04-02 Philipp Gesangimplement dump mode for tolerant decryption
2018-04-02 Philipp Gesangextend tarfile API for rescue mode
2018-04-02 Philipp Gesangimplement decryption for tolerant mode
2018-04-02 Philipp Gesangattempt to process candidate objects in scan mode
2018-04-02 Philipp Gesangprint list of header candidates
2018-04-02 Philipp Gesangimplement PDTCRYPT header scanning
2018-04-02 Philipp Gesangtest corruption by tearing a hole in a volume
2018-04-02 Philipp Gesangadd test corrupting an entire volume
2018-04-02 Philipp Gesanguse symbolic constant for errno
2018-04-02 Philipp Gesangclarify index read failure
2018-04-02 Philipp Gesangdo not discard valid data in buffers when in tolerant...
2018-04-02 Philipp Gesangcatch bad parameter version in header
2018-04-02 Philipp Gesangreject bad index files with a meaningful error
2018-04-02 Philipp Gesangadd brief description of disaster recovery
2018-04-02 Philipp Gesangfail with info message if recovery is asked with source...
2018-04-02 Philipp Gesangallow for numbers of missing and failed files to differ...
2018-04-02 Philipp Gesangadjust the expectations about checksum mismatches with...
2018-04-02 Philipp Gesanguse index iterator to accomodate multivol extraction
2018-04-02 Philipp Gesanguse random data in multivol tests
2018-04-02 Philipp Gesanggive each recovery test a multivol companion
2018-04-02 Philipp Gesangwork around false positives in deltatar fs checks durin...
2018-04-02 Philipp Gesangcatch incomplete trailing header in tolerant recovery
2018-04-02 Philipp Gesangtest recovery behavior with traling data
2018-04-02 Philipp Gesangtrack successful recover of corrupted payload in tests
2018-04-02 Philipp Gesangadd recover tests for completely damaged headers
2018-04-02 Philipp Gesangsync tarfile stream diligently when writing new objects
2018-04-02 Philipp Gesangadd header corruption tests
2018-04-02 Philipp Gesangadd test for corruption of encrypted files
2018-04-02 Philipp Gesangtrack irrecoverable files in test_recover
2018-04-02 Philipp Gesangprefer index iterator for recovery
2018-04-02 Philipp Gesangproperly damage gzip files for recover test
2018-04-02 Philipp Gesangadd bit flip helper for recover tests
2018-04-02 Philipp Gesangfix misleading docstrings for index file hook
2018-04-02 Philipp Gesanglay out skeleton for disaster recovery tests
2018-04-02 Philipp Gesangdraft disaster recovery mode for deltatar
2018-04-02 Philipp Gesangreturn valid decrypted data on decryption failure
2018-04-02 Philipp Gesangforce tarfile reopen after bad read in deltatar
2018-04-02 Philipp Gesangdistinguish invalid files from parse errors in restore
2018-04-02 Philipp Gesangupdate help usage strings wrt. crypto in backup.py
2018-04-02 Philipp Gesangextend crypto.py exception descriptions
2018-04-02 Philipp Gesangactually default to i2n mode with crypto.py scrypt
2018-04-02 Philipp Gesangadd crypto.py option to output cnf-compatible scrypt...
2018-04-02 Philipp Gesangsupport PDT encrypted archives with rescue_tar.py
2018-04-02 Philipp Gesangadapt file_crypt.py for revised crypto
2018-04-02 Philipp Gesangkill off old crypto implementation
2018-04-02 Philipp Gesangallow passing salt to crypto.py on the command line
2018-04-02 Philipp Gesangproperly align usage message of crypto.py
2018-04-02 Philipp Gesangimprove bad CLI argument handling of crypto.py
2018-04-02 Philipp Gesanginclude header version info in scrypt handler
2018-04-02 Philipp Gesangaccept crypto format version in deltatar ctor
2018-04-02 Philipp Gesangadd unit test for CLI scrypt hashing
2018-04-02 Philipp Gesangallow passing keys directly to CLI crypto.py
2018-04-02 Philipp Gesanggrab password from envp if not supplied on CLI
2018-04-02 Philipp Gesangdefault to index mode of deltatar object when choosing...
2018-04-02 Philipp Gesanghandle bad randomness during IV creation
2018-04-02 Philipp Gesangextend crypto.py documentation
2018-04-02 Philipp Gesangdistinguish auxiliary file errors
2018-04-02 Philipp Gesangadapt unit tests for crypto.py subcommands
2018-04-02 Philipp Gesangexport scrypt hashing functionality
next