Commit Graph

133 Commits

Author SHA1 Message Date
Felix Pojtinger
3efa2fe308 refactor: Start implementation of public API 2021-12-06 21:01:41 +01:00
Felix Pojtinger
e611622199 refactor: Block usage of minisign on tape 2021-12-05 22:44:56 +01:00
Felix Pojtinger
6987c148ff feat: Add support for tape drives to GZip compressor 2021-12-05 21:55:32 +01:00
Felix Pojtinger
15105a84fb feat: Add support for tape drives to LZ4 compressor 2021-12-05 21:41:29 +01:00
Felix Pojtinger
ad7e364fde feat: Add support for tape drives to Zstandard compressor 2021-12-05 21:07:03 +01:00
Felix Pojtinger
83e86dc6eb fix: Pass through overwrite flags to tape writer 2021-12-05 20:24:48 +01:00
Felix Pojtinger
3fa8bed510 feat: PGP key generation support for both signature and encryption 2021-12-05 19:38:12 +01:00
Felix Pojtinger
8b15451c47 refactor: Prevent using panic where error return value can be used 2021-12-05 19:21:07 +01:00
Felix Pojtinger
70d165614b feat: Add PGP signature verification support 2021-12-05 19:13:44 +01:00
Felix Pojtinger
0f248e3b21 feat: Add PGP signature creation support 2021-12-05 18:55:16 +01:00
Felix Pojtinger
a400f026cf feat: Add minisign key generation support 2021-12-05 01:52:24 +01:00
Felix Pojtinger
9a137863cd feat: Enable verifying headers everywhere that they can be decrypted 2021-12-04 21:25:16 +01:00
Felix Pojtinger
afc024f67c feat: Enable signing headers everywhere they can be encrypted 2021-12-04 21:00:42 +01:00
Felix Pojtinger
b29460c753 feat: Start implementation of signed headers 2021-12-04 20:55:25 +01:00
Felix Pojtinger
7c3835a4f3 feat: Add signature support to update cmd 2021-12-04 20:34:34 +01:00
Felix Pojtinger
9c17d8af10 feat: Add signature verification support when restoring 2021-12-04 19:17:59 +01:00
Felix Pojtinger
43e23190bc feat: Add basic signature support to archive cmd based on Minisign 2021-12-04 16:44:31 +01:00
Felix Pojtinger
16d1a63c61 refactor: Decompose and pull up identity parsing to cmds 2021-12-04 15:20:04 +01:00
Felix Pojtinger
692cc4da39 refactor: Decompose and pull up recipient parsing to cmds 2021-12-04 02:02:22 +01:00
Felix Pojtinger
4e8ad14c78 feat: Add key generation support for PGP 2021-12-04 01:42:15 +01:00
Felix Pojtinger
fd39c260da feat: Add key generation support for age 2021-12-04 01:10:53 +01:00
Felix Pojtinger
4954252874 feat: Add support for password-protected age keys 2021-12-04 00:27:24 +01:00
Felix Pojtinger
c106678df1 feat: Add support for password-protected PGP keys 2021-12-04 00:18:07 +01:00
Felix Pojtinger
464404209f feat: Add PGP decryption support 2021-12-03 18:10:54 +01:00
Felix Pojtinger
bf41420ce9 feat: Add PGP encryption support 2021-12-03 17:17:36 +01:00
Felix Pojtinger
a380014c94 refactor: Switch to base64 as name fields are no longer encrypted 2021-12-03 01:10:23 +01:00
Felix Pojtinger
45d08b8d46 feat: Encrypt header by embedding it to prevent metadata sniffing 2021-12-03 00:39:53 +01:00
Felix Pojtinger
c496f25866 fix: Make key checker error universal 2021-12-02 23:59:20 +01:00
Felix Pojtinger
22e4f6052b feat: Implement encryption for more text header fields 2021-12-02 23:57:21 +01:00
Felix Pojtinger
d92f51e97b refactor: Decompose key readers 2021-12-02 23:23:14 +01:00
Felix Pojtinger
7d4214c328 refactor: Decompose key checks 2021-12-02 23:10:34 +01:00
Felix Pojtinger
96afddeb22 feat: Allow automatic re-indexing without private key 2021-12-02 12:16:05 +01:00
Felix Pojtinger
ec8ecb8d7c feat: Start implementation of metadata encryption 2021-12-02 11:26:18 +01:00
Felix Pojtinger
02473d78eb refactor: Decompose suffix addition and removal 2021-12-02 00:45:12 +01:00
Felix Pojtinger
74fad71b96 feat: Add trannsparent decryption support based on age and enable streaming encryption & compression 2021-12-02 00:38:11 +01:00
Felix Pojtinger
effd4df3e7 feat: Start implementation of transparent encryption based on age 2021-12-01 23:27:43 +01:00
Felix Pojtinger
db336ba9a5 refactor: Decompose decompression 2021-12-01 22:22:38 +01:00
Felix Pojtinger
d786c8e469 fix: Don't assume EOF filemark size on disk 2021-12-01 00:01:18 +01:00
Felix Pojtinger
9e69147534 feat: Add compressionn support to update cmd 2021-11-30 23:05:01 +01:00
Felix Pojtinger
dc56482e5d refactor: Decompose compression 2021-11-30 22:20:34 +01:00
Felix Pojtinger
06fe61be26 feat: Add compression level selection support 2021-11-30 22:02:57 +01:00
Felix Pojtinger
4035738c28 feat: Add parallel bzip2 support 2021-11-30 19:29:56 +01:00
Felix Pojtinger
af40c64718 feat: Add bzip2 compression support 2021-11-30 19:24:39 +01:00
Felix Pojtinger
5e8cdfddc7 feat: Add brotli compression support 2021-11-30 19:09:48 +01:00
Felix Pojtinger
e3d8af7780 feat: Add ZStandard compression support 2021-11-30 18:44:27 +01:00
Felix Pojtinger
7cd97c4d2d feat: Add lz4 compression support 2021-11-30 18:35:28 +01:00
Felix Pojtinger
9f343d105f feat: Add parallel GZip compression and decompression support 2021-11-30 18:16:36 +01:00
Felix Pojtinger
d36fd01b1c feat: Implement transparent compression based on GZip 2021-11-30 17:51:09 +01:00
Felix Pojtinger
39221d5b90 refactor: Use manual size calculation instead of trusting the tar header size 2021-11-30 15:44:15 +01:00
Felix Pojtinger
d39e4e1e92 feat: Add aliases to commands, re-organize subcommands to be destinct from root commands 2021-11-29 23:18:25 +01:00