print list of header candidates
[python-delta-tar] / deltatar /
2018-04-02 Philipp Gesangprint list of header candidates
2018-04-02 Philipp Gesangimplement PDTCRYPT header scanning
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 Gesangwork around false positives in deltatar fs checks durin...
2018-04-02 Philipp Gesangcatch incomplete trailing header in tolerant recovery
2018-04-02 Philipp Gesangsync tarfile stream diligently when writing new objects
2018-04-02 Philipp Gesangproperly damage gzip files for recover test
2018-04-02 Philipp Gesangfix misleading docstrings for index file hook
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 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 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 Gesangexport scrypt hashing functionality
2018-04-02 Philipp Gesangadd SCRYPT hashing mode to crypto.py
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 Gesangimprove iv diagnostics when decrypting
2018-04-02 Philipp Gesangremove IV validation step from RestoreHelper
2018-04-02 Philipp Gesangreuse existing crypto context for subsequent volumes
2018-04-02 Philipp Gesangvalidate exceptions being thrown from invalid tarfile...
2018-04-02 Philipp Gesangmove final IV checks out of crypto context
2018-04-02 Philipp Gesangwrite auxiliary files whilst processing the backup
2018-04-02 Philipp Gesanguse independent decryption contexts for backup files
2018-04-02 Philipp Gesangclean up multi-index handling
2018-04-02 Philipp Gesangproperly handle encryption and compression of empty...
2018-04-02 Philipp Gesangremove redundant test
2018-04-02 Philipp Gesangencode operation modes
2018-04-02 Philipp Gesangcleanly perform block transition in non-concat mode
2018-04-02 Philipp Gesangclarify exception-driven control flow
2018-04-02 Philipp Gesangremove unused state variable
2018-04-02 Philipp Gesangfix multivol compression handling
2018-04-02 Philipp Gesanghandle uncompressed, encrypted archives with tarfile
2018-04-02 Philipp Gesangsync on .close() for unencrypted archives
2018-04-02 Philipp Gesangproperly (re-) initialize compressor at archive / volum...
2018-04-02 Philipp Gesangkeep separate encryptor and decryptor contexts in delta...
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 Gesangimplement passthrough mode in crypto.py
2018-04-02 Philipp Gesangimplement split mode for CLI encryption
2018-04-02 Philipp Gesangexplicitly disable gz initalization for _Stream’s used...
2018-04-02 Philipp Gesangfix decompression error handling
2018-04-02 Philipp Gesangfix index file encryption handling
2018-04-02 Philipp Gesangpermit setting crypto.py parameter version via deltatar...
2018-04-02 Philipp Gesangeliminate the last traces of encryption “modes”
2018-04-02 Philipp Gesanginitialize compression globally for non-“concat” archives
2018-04-02 Philipp Gesangpass encryption context to deltatar volume handlers
2018-04-02 Philipp Gesangrework encryption unittests
2018-04-02 Philipp Gesangfix compression handling on volume bounds
2018-04-02 Philipp Gesangadd strict IV validation to decryption handler
2018-04-02 Philipp Gesangimprove error handling in crypto handler
2018-04-02 Philipp Gesangremove obsolete block size check
2018-04-02 Philipp Gesangfix fallout from EOF changes in CLI decryptor
2018-04-02 Philipp Gesangthrow error on partial header reading stream
2018-04-02 Philipp Gesangcommunicate remainder to caller when hitting EOF from...
2018-04-02 Philipp Gesangstrip extraneous parameters from decryption handler...
2018-04-02 Philipp Gesangadd input checks at API boundaries
2018-04-02 Philipp Gesangdocument exceptions used in encryption handler
2018-04-02 Philipp Gesanguse exception to communicate tag mismatch
2018-04-02 Philipp Gesangunify error and parameter handling in crypto.py
2018-04-02 Philipp Gesangremove obsolete tag handling functionality from crypto.py
2018-04-02 Philipp Gesangfix search string in tar volume generation
2018-04-02 Philipp Gesanguse OSError instead of IOError
2018-04-02 Philipp Gesangspecify salt and version in ctor when encrypting
2018-04-02 Philipp Gesangincrement file counter after handling current object
2018-04-02 Philipp Gesangfix IV fixed part validation on decryption
2018-04-02 Philipp Gesangparse buffer as header if passed as arg to next()
2018-04-02 Philipp Gesangprefer symbolic constants over literals referring to...
2018-04-02 Philipp Gesangfix tarfile crypto parameter passing
2018-04-02 Philipp Gesangaccept external counter in crypto.py
2018-04-02 Philipp Gesangunify constant naming I2N_→PDTCRYPT_
2018-04-02 Philipp Gesangunify file extension handling
2018-04-02 Philipp Gesangcatch ESPIPE from ftell () on stream
2018-04-02 Philipp Gesangimprove parameter handling of crypto.py
2018-04-02 Philipp Gesangallow decryption from std{in,out} via crypto.py
2018-04-02 Philipp Gesanghandle zlib correctly
2018-04-02 Philipp Gesangdelay index file write until backup is complete
2018-04-02 Philipp Gesangfix file offset calculation
2018-04-02 Philipp Gesangadd simple decryption routine to crypto.py
next