python-delta-tar
2020-06-26 Joffrey Fbpo-32713: Fix tarfile.itn for large/negative float... master
2020-05-05 Thomas JaroschIncrease version to 2.2 v2.2
2020-05-05 Thomas JaroschMerge branch 'crypto-review'
2020-04-24 Philipp Gesangadd support for PDT encryption to run_benchmark.py
2020-04-24 Philipp Gesangfix usage info in run_benchmark
2020-04-24 Philipp Gesangadd utility for profiling memory usage of encryption
2020-04-24 Philipp Gesangdocument future transition to AES-GCM-SIV as possibility
2020-04-24 Philipp Gesangstate the consequences of disabling integrity checks...
2020-04-24 Philipp Gesangallow checking PDTCRYPT archives for IV integrity with...
2020-04-24 Philipp Gesangenable strict IV checking by default during decryption
2020-04-21 Philipp Gesangclarify possible IV reuse with multiple Encrypt handles
2020-04-16 Philipp Gesangdeny insecure parameters by default
2020-04-16 Philipp Gesangskip exclusive branch
2020-02-04 Thomas JaroschIncrease version to 2.1
2020-02-04 Philipp Gesangpython 3.7 support: Track cpython removal of re._patter...
2020-02-04 Thomas JaroschMerge branch 'tarfile-unlink'
2020-02-04 Philipp Gesangunit test unlink protection for tarfile
2020-02-04 Philipp Gesangfix check for symlink path in unittest
2020-02-04 Philipp Gesangadd unlink-before-extract behavior for tarfile
2020-02-01 Thomas JaroschIncrease version to 2.0
2020-02-01 Thomas JaroschMerge branch 'bug-6440_open-race'
2020-02-01 Philipp Gesangfix incorrect error handling in deltatar
2020-02-01 Philipp Gesangextend fs access test to compress and crypto variant
2020-02-01 Philipp Gesangguard call to stat() against ENOENT
2020-02-01 Philipp Gesangadd unit test for mishandling access(3)
2020-02-01 Philipp Gesangdrop os.exists() before makedirs()
2020-02-01 Philipp Gesangfix access race when traversing the filesystem
2020-02-01 Philipp Gesangfix crash on unaccessible input files
2020-02-01 Thomas JaroschMerge branch 'crypto'. Yes!
2020-02-01 Philipp Gesangtreat binary data as binary data
2020-02-01 Philipp Gesangremove unused argument
2020-02-01 Philipp Gesangunit test detection of non-consecutive ivs
2020-02-01 Philipp Gesangguard invocations of tar from interactive mode
2020-02-01 Philipp Gesangfix resource leaks building recovery index
2020-02-01 Philipp Gesangvalidate data lengths against value in header
2020-02-01 Philipp Gesangfix incorrect unit test description
2020-02-01 Philipp Gesangimprove unit test SNR
2020-02-01 Philipp Gesangturn API-mandated no-op into assertion
2020-02-01 Philipp Gesangaccount for one-tuple return
2020-01-27 Thomas JaroschDocument source of the AES GCM size limit
2020-01-27 Thomas JaroschMention sibling UT for the test_crypto_aes_gcm_enc_leng...
2020-01-27 Thomas JaroschFix up docstring of test_create_backup_index_max_file_l...
2020-01-27 Thomas JaroschExtend unit test for larger than GCM encrytion size
2020-01-27 Thomas JaroschFix indentation of 'else' block
2020-01-27 Thomas JaroschFix up check_consecutive_iv()
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
next