proxmox-backup/src
Dominik Csapak 60b9b48e71 require square brackets for ipv6 addresses
we need this, because we append the port to this to get a target url
e.g. we print

format!("https://{}:8007/", address)

if address is now an ipv6 (e.g. fe80::1) it would become

https://fe80::1:8007/ which is a valid ipv6 on its own

by using square brackets we get:

https://[fe80::1]:8007/ which now connects to the correct ip/port

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-09-30 06:16:27 +02:00
..
api2 require square brackets for ipv6 addresses 2020-09-30 06:16:27 +02:00
backup src/backup/verify.rs: use ParallelHandler to verify chunks 2020-09-26 11:14:37 +02:00
bin proxmox-backup-proxy: add task archive rotation 2020-09-29 08:41:18 +02:00
client src/client/pull.rs: simplify code 2020-09-26 10:09:51 +02:00
config depend on proxmox 0.4.2 2020-09-28 10:50:44 +02:00
pxar remove DummyCatalogWriter 2020-09-24 09:13:54 +02:00
rrd avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
server server/worker_task: fix panic on slice range when index is empty 2020-09-30 06:11:06 +02:00
tools tools: add logrotate module 2020-09-29 08:33:21 +02:00
api2.rs move subscription API path to /nodes 2020-07-21 19:33:52 +02:00
auth.rs introduce Username, Realm and Userid api types 2020-08-10 12:05:01 +02:00
auth_helpers.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
backup.rs backup: add BACKUP_GROUP_NAME const and backup_group helper 2020-08-26 10:27:47 +02:00
buildcfg.rs some clippy fixups 2019-09-11 12:14:05 +02:00
client.rs switch to external pxar and fuse crates 2020-06-08 13:56:58 +02:00
config.rs config: add JobState helper 2020-08-13 11:36:10 +02:00
lib.rs add simple rrd implementation 2020-05-23 10:42:48 +02:00
server.rs move src/api_schema/config.rs -> src/server/config.rs 2019-11-22 09:23:03 +01:00
tools.rs tools: add logrotate module 2020-09-29 08:33:21 +02:00