]> git.cameronkatri.com Git - cgit.git/commit
snapshot: support tar signature for compressed tar
authorChristian Hesse <mail@eworm.de>
Thu, 7 Jun 2018 19:31:28 +0000 (21:31 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 3 Jul 2018 18:37:44 +0000 (20:37 +0200)
commit7ba41963dde175581ae7b395045fd51678237930
tree72df4e03388644a243d3a4d18b055f45b707d860
parentb522a302c9c4fb9fd9e1ea829ee990afc74980ca
snapshot: support tar signature for compressed tar

This adds support for kernel.org style signatures where the uncompressed
tar archive is signed and compressed later. The signature is valid for
all tar* snapshots.

We have a filter which snapshots may be generated and downloaded. This has
to allow tar signatures now even if tar itself is not allowed. To simplify
things we allow all signatures.

Signed-off-by: Christian Hesse <mail@eworm.de>
ui-shared.c
ui-snapshot.c