python-delta-tar
2017-03-31 Philipp Gesangdo not require parameter version with each encrypted...
2017-03-28 Philipp Gesangfirst draft for making the encryption layer independent
2017-03-28 Philipp Gesangchange extension for encrypted files
2017-03-28 Philipp Gesangreturn collected fixed iv parts from .close() when...
2017-03-28 Philipp Gesangautomate iv fixed-part generation
2017-03-27 Philipp Gesangproperly enter/leave encryption sections
2017-03-27 Philipp Gesangexplicitly constuct zlib headers
2017-03-27 Philipp Gesangunify zlib initialization
2017-03-27 Philipp Gesangapply compression if compressor is present
2017-03-24 Philipp Gesangoverhaul pre- and post-crypto sync
2017-03-24 Philipp Gesangimplement encryption passthrough mode
2017-03-24 Philipp Gesangunify common operations between encryption and decryption
2017-03-24 Philipp Gesangadjust versioned encryption parameters
2017-03-23 Philipp Gesangextend open_index() API for info file handling
2017-03-23 Philipp Gesangstart payload encryption counter at 2
2017-03-21 Philipp Gesangtrack encryption state
2017-03-21 Philipp Gesangreinit crypto for objects other than files
2017-03-21 Philipp Gesangtrack data handled in crypto
2017-03-21 Philipp Gesangfirst draft of revised encryption layer
2017-03-21 Philipp Gesangsimplify password save and retrieval
2017-03-20 Philipp Gesangimplement null-kdf to speed up testing
2017-03-20 Philipp Gesangadapt tag handling in decryption
2017-03-20 Philipp Gesangfix encrypted read logic for begin/end at entry boundaries
2017-03-20 Philipp Gesangretrieve and save GCM tag from object header
2017-03-20 Philipp Gesangdelay kdf until parameters are available from header
2017-03-17 Philipp Gesangmove ct length bookkeeping into encryptor
2017-03-17 Philipp Gesangmove tag back into the header
2017-03-17 Philipp Gesanginitially write dummy header during encryption
2017-03-16 Philipp Gesangcreate crypto header in .next()
2017-03-16 Philipp Gesangredo transition between objects in crypto layer
2017-03-16 Philipp Gesangpass salt between index and archive
2017-03-09 Philipp Gesangrevise crypto context interface
2017-03-06 Philipp Gesangredo stream decryption
2017-03-03 Philipp Gesangsupersede encryption type by encryption parameters
2017-03-02 Philipp Gesangpolish up backup.py arguments
2017-03-02 Philipp Gesanginclude offending mode string in exception
2017-03-02 Philipp Gesangensure octal format is fed an integer
2017-03-02 Philipp Gesangdisplay backup.py usage if no action was specified
2017-02-28 Philipp Gesanghandle reading and formatting of tags
2017-02-28 Philipp Gesangunit test scrypt wrapper
2017-02-28 Philipp Gesangunit test bogus header data
2017-02-28 Philipp Gesangunit test auth tag handling
2017-02-28 Philipp Gesangunit test crypto handling of data spanning multiple...
2017-02-28 Philipp Gesangunit test header handling
2017-02-28 Philipp Gesangadd basic wrapper for GCM handling with python-cryptography
2017-02-28 Philipp Gesangadd unit test module for encryption layer
2017-02-24 Philipp Gesangremove key length parameter wherever feasible
2017-02-24 Philipp Gesangmake tarfile.py error out on invalid crypto modes and...
2017-02-23 Philipp Gesanginit crypto support v2
2016-11-07 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
2016-06-17 Christian Herdtweckcorrect a comment, add more info to log message
2016-06-17 Christian Herdtweckadjust filter_path: also remove trailing os.sep
2016-06-17 Christian Herdtweckfix strip_base_dir argument for DeltaTar._recursive_wal...
2016-06-17 Christian Herdtwecksimplify DeltaTar._recursive_walk_dir
2016-06-17 Christian Herdtweckhad forgotten a few tarobj.close and os.unlink(temp_fil...
2016-06-17 Christian Herdtweckchange one output, make 2 variables to testing routine...
2016-06-17 Christian Herdtweckuse KiB, MiB (factor 1024) instead of KB, MB (factor...
2016-06-15 Christian Herdtweckfix search for file with impossible size (had forgotten...
2016-06-15 Thomas JaroschIncrease version to 1.2
2016-06-15 Thomas JaroschMerge branch 'fix-compression-size'
2016-06-15 Christian Herdtweckensure temp file is deleted; add some comments about...
2016-06-15 Christian Herdtweckadded performance test script
2016-06-15 Christian Herdtweckadded minimum file size arg to find_random_files
2016-06-15 Christian Herdtweckreduce time wasted on _dbg output: format string only...
2016-06-15 Christian Herdtweckremove _dbg(str.format(args)) from performance-sensitiv...
2016-06-15 Christian Herdtweckadded some more comments
2016-06-15 Christian Herdtweckadd unittest that runs one of the many multivolume...
2016-06-15 Christian Herdtweckcreated another test for multivolume compression size
2016-06-15 Christian Herdtweckchanged debug output level of the debug output I added...
2016-06-15 Christian Herdtweckremoved some debug output
2016-06-15 Christian Herdtweckfix ValueError message (otherwise '*' is interpreted...
2016-06-15 Christian Herdtweckensure max_volume_size is int or None
2016-06-15 Christian Herdtweckskip one test with known failure
2016-06-15 Christian Herdtweckcorrect number of compressed backup volumes in tests
2016-06-15 Christian Herdtweckadded class variable MODE_COMPRESS to test_deltatar...
next