python-delta-tar
2018-04-02 Philipp Gesangrework crypto.py unittests for revised encryption
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 Gesangadapt concat_compress unit tests to gzip block sequence
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
2018-04-02 Philipp Gesangrename open_index to open_auxiliary_file
2018-04-02 Philipp Gesangprevent the empty string as password
2018-04-02 Philipp Gesangactually output something in toc mode
2018-04-02 Philipp Gesangpass encryption context to tarfile
2018-04-02 Philipp Gesangdo not require parameter version with each encrypted...
2018-04-02 Philipp Gesangfirst draft for making the encryption layer independent
2018-04-02 Philipp Gesangchange extension for encrypted files
2018-04-02 Philipp Gesangreturn collected fixed iv parts from .close() when...
2018-04-02 Philipp Gesangautomate iv fixed-part generation
2018-04-02 Philipp Gesangproperly enter/leave encryption sections
2018-04-02 Philipp Gesangexplicitly constuct zlib headers
2018-04-02 Philipp Gesangunify zlib initialization
2018-04-02 Philipp Gesangapply compression if compressor is present
2018-04-02 Philipp Gesangoverhaul pre- and post-crypto sync
2018-04-02 Philipp Gesangimplement encryption passthrough mode
2018-04-02 Philipp Gesangunify common operations between encryption and decryption
2018-04-02 Philipp Gesangadjust versioned encryption parameters
2018-04-02 Philipp Gesangextend open_index() API for info file handling
2018-04-02 Philipp Gesangstart payload encryption counter at 2
2018-04-02 Philipp Gesangtrack encryption state
2018-04-02 Philipp Gesangreinit crypto for objects other than files
2018-04-02 Philipp Gesangtrack data handled in crypto
2018-04-02 Philipp Gesangfirst draft of revised encryption layer
2018-04-02 Philipp Gesangsimplify password save and retrieval
2018-04-02 Philipp Gesangimplement null-kdf to speed up testing
2018-04-02 Philipp Gesangadapt tag handling in decryption
2018-04-02 Philipp Gesangfix encrypted read logic for begin/end at entry boundaries
2018-04-02 Philipp Gesangretrieve and save GCM tag from object header
2018-04-02 Philipp Gesangdelay kdf until parameters are available from header
2018-04-02 Philipp Gesangmove ct length bookkeeping into encryptor
2018-04-02 Philipp Gesangmove tag back into the header
2018-04-02 Philipp Gesanginitially write dummy header during encryption
2018-04-02 Philipp Gesangcreate crypto header in .next()
2018-04-02 Philipp Gesangredo transition between objects in crypto layer
2018-04-02 Philipp Gesangpass salt between index and archive
2018-04-02 Philipp Gesangrevise crypto context interface
2018-04-02 Philipp Gesangredo stream decryption
2018-04-02 Philipp Gesangsupersede encryption type by encryption parameters
2018-04-02 Philipp Gesangpolish up backup.py arguments
2018-04-02 Philipp Gesanginclude offending mode string in exception
2018-04-02 Philipp Gesangensure octal format is fed an integer
2018-04-02 Philipp Gesangdisplay backup.py usage if no action was specified
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 basic wrapper for GCM handling with python-cryptography
2018-04-02 Philipp Gesangadd unit test module for encryption layer
2018-04-02 Philipp Gesangremove key length parameter wherever feasible
2018-04-02 Philipp Gesangmake tarfile.py error out on invalid crypto modes and...
2018-04-02 Philipp Gesanginit crypto support v2
2018-04-02 Thomas JaroschMerge branch 'skip-symlinks'
2018-04-02 Thomas JaroschRestoreHelper: Prevent endless loop if both indexes...
2018-04-02 Thomas JaroschDocument restore code index handling
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 Gesangfix calls to deprecated function in deltatar.py
2016-11-03 Philipp Gesangdelay only absolute symlinks and those pointing to...
2016-11-03 Philipp Gesangimplement delayed symlink creation
2016-11-03 Philipp Gesangavoid crash in test helper due to fp division
2016-11-03 Philipp Gesangsimplify control flow in RestoreHelper methods
2016-07-04 Thomas JaroschIncrease version to 1.5
2016-07-04 Thomas JaroschCode review done, comment changes only
2016-07-04 Thomas JaroschRemove dead code
2016-07-04 Thomas JaroschRemove code duplication
2016-06-30 Thomas JaroschDon't use exception handling for normal control flow
2016-06-24 Christian Herdtweckadd file_crypt.py to scripts in setup.py
2016-06-23 Christian Herdtweckcreated tool to encrypt/decrypt files using aes128...
2016-06-23 Thomas JaroschIncrease version to 1.4
2016-06-23 Christian Herdtweckappease pylint
2016-06-23 Christian Herdtweckfix error found by pylint
2016-06-23 Thomas JaroschRename design document so pylint3 doesn't pick it up
2016-06-23 Thomas JaroschImplement cache for pwd.getpwuid() and grp.getgrgid()
2016-06-21 Thomas JaroschFix 'directory' type when iterating tar archives withou...
2016-06-20 Christian Herdtweckuse the "& 0xFFFfff" after all crc32 calculations
2016-06-17 Thomas JaroschIncrease release to 1.3
2016-06-17 Christian Herdtweckimprove one more unittest: raise proper assertion inste...
2016-06-17 Christian Herdtweckadjust unittests in test_deltatar
next