Thomas Lamprecht
ba3eb88d95
generate authkey: public part needs to be readable by backup group
...
else the API proxy cannot use it and fails to run..
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2019-12-17 10:17:03 +01:00
Thomas Lamprecht
9c18e93522
handle_static_file_download: move from and_then to await
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2019-12-17 08:56:55 +01:00
Thomas Lamprecht
4e8cff1c9d
cipherbench: align/format output nicely
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2019-12-17 08:49:34 +01:00
Thomas Lamprecht
4832f53ab5
cipherbench: be conform with rfc7539, use 12 byte nonce
...
else we get an error from this call, using a 16 byte (128 bit) nonce
is currently only supported by the still in draft
XChaCha20-Poly1305, not the current default specified by RFC 7539[0],
which uses a 12 byte (96 bit) nonce.
Fixes the following error:
> thread 'main' panicked at 'called `Result::unwrap()` on an `Err`
> value: ErrorStack([])', src/libcore/result.rs:1165:5
[0]: https://tools.ietf.org/html/rfc7539
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2019-12-17 08:49:07 +01:00
Thomas Lamprecht
b5907d8ad8
ui: services-administration: s/pmg/proxmox-backup/
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2019-12-16 16:48:50 +01:00
Thomas Lamprecht
05c031612e
d/rules: override dwz helper to avoid build-failure
...
AFAICT, this is the issue from Debian Bug #933541 , I implement the
workaround suggested by a maintainer[0].
[0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933541#10
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2019-12-16 16:38:03 +01:00
Thomas Lamprecht
1182a3c40d
Revert "d/control: add llvm-dev to build-dependencies"
...
llvm-dev was wrong, llvm-config is shipped by llvm package
This reverts commit 2db252aeae .
2019-12-16 15:33:57 +01:00
Thomas Lamprecht
ba0f71f5eb
d/control: add rsync to build-dependencies
...
not directly required for
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2019-12-16 11:32:44 +01:00
Thomas Lamprecht
f1e8935b45
d/control: add missing build-dependencies
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2019-12-16 11:24:57 +01:00