bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
[python-delta-tar] / testing /
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 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-02-04 Philipp Gesangunit test unlink protection for tarfile
2020-02-04 Philipp Gesangfix check for symlink path in unittest
2020-02-01 Philipp Gesangextend fs access test to compress and crypto variant
2020-02-01 Philipp Gesangadd unit test for mishandling access(3)
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-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 JaroschChange unit tests to check for expected exception
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 Gesangadd unit test for borked ciphertext size
2018-04-02 Philipp Gesangadjust post-conditions for GZ[,AES]/rescue unit test
2018-04-02 Philipp Gesanguse real new volume handler during rescue
2018-04-02 Philipp Gesangadd test skeleton for corrupt index reconstruction
2018-04-02 Philipp Gesangderive test skeleton for disaster rescue mode
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 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 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 Gesanglay out skeleton for disaster recovery tests
2018-04-02 Philipp Gesangactually default to i2n mode with crypto.py scrypt
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 Gesanghandle bad randomness during IV creation
2018-04-02 Philipp Gesangdistinguish auxiliary file errors
2018-04-02 Philipp Gesangadapt unit tests for crypto.py subcommands
2018-04-02 Philipp Gesanggraciously handle GCM data length limit
2018-04-02 Philipp Gesangunit test crypto file counter wraparound
2018-04-02 Philipp Gesangextend strict iv tracking to encryption
2018-04-02 Philipp Gesangexpand crypto api to accept precomputed key
2018-04-02 Philipp Gesangreduce noise in test_multivol_compression_sizes.py
2018-04-02 Philipp Gesangtest that seeking backwards is disallowed by _Stream
2018-04-02 Philipp Gesangremove pytest dependency from test_crypto.py
2018-04-02 Philipp Gesangadd unit test for IV reuse
2018-04-02 Philipp Gesangadapt crypto unit tests to run in main suite
2018-04-02 Philipp Gesangadjust acceptable size window for compressed unit test...
2018-04-02 Philipp Gesangvalidate exceptions being thrown from invalid tarfile...
2018-04-02 Philipp Gesangadapt test_multivol_compression_sizes.py to revised...
2018-04-02 Philipp Gesangencode operation modes
2018-04-02 Philipp Gesanguse append mode in symlink unit test
2018-04-02 Philipp Gesanghandle uncompressed, encrypted archives with tarfile
2018-04-02 Philipp Gesangproperly restart compression when encrypting
2018-04-02 Philipp Gesanguse crypto.py to split test archive in test_encryption.py
2018-04-02 Philipp Gesangexplicitly disable gz initalization for _Stream’s used...
2018-04-02 Philipp Gesangconvert test_deltatar to revised crypto
2018-04-02 Philipp Gesangremove obsolete unittests for 256 bit AES
2018-04-02 Philipp Gesangrework encryption unittests
2018-04-02 Philipp Gesanguse OSError instead of IOError
2018-04-02 Philipp Gesangallow test_compression_level.py as module
2018-04-02 Philipp Gesangrework crypto.py unittests for revised encryption
2018-04-02 Philipp Gesangadapt concat_compress unit tests to gzip block sequence
2018-04-02 Philipp Gesangprefer symbolic constants over literals referring to...
2018-04-02 Philipp Gesangrename open_index to open_auxiliary_file
2018-04-02 Philipp Gesanghandle reading and formatting of tags
2018-04-02 Philipp Gesangunit test scrypt wrapper
2018-04-02 Philipp Gesangunit test bogus header data
2018-04-02 Philipp Gesangunit test auth tag handling
2018-04-02 Philipp Gesangunit test crypto handling of data spanning multiple...
2018-04-02 Philipp Gesangunit test header handling
2018-04-02 Philipp Gesangadd unit test module for encryption layer
2018-04-02 Philipp Gesangignore all symlinks
2016-11-04 Philipp Gesangadd unit test for overwriting symlinks
2016-11-04 Philipp Gesangrectify delayed symlink restoration
2016-11-04 Philipp Gesangadd unit test tracking behavior wrt symlinks
2016-11-03 Philipp Gesangavoid crash in test helper due to fp division
2016-06-23 Christian Herdtweckappease pylint
2016-06-20 Christian Herdtweckuse the "& 0xFFFfff" after all crc32 calculations
2016-06-17 Christian Herdtweckimprove one more unittest: raise proper assertion inste...
next