proxmox-backup/src
Thomas Lamprecht 94f6127711 Revert "auth: 'crypt' is not thread safe"
With this I'm getting coredumps on every log in:

> Process 20957 (proxmox-backup-) of user 34 dumped core.
>
> Stack trace of thread 20987:
> #0  0x0000563dec9ac37f _ZN3std3sys4unix14stack_overflow3imp14signal_handler17ha95ed06a038ca319E.llvm.11547235952357801165 (proxmox-backup-proxy)
> #1  0x00007f2638de9840 __restore_rt (libc.so.6)
> #2  0x00007f2638e51dac __stpncpy_sse2_unaligned (libc.so.6)
> #3  0x00007f26393b1340 __sha256_crypt_r (libcrypt.so.1)
> #4  0x00007f26393b0553 __crypt_r (libcrypt.so.1)
> #5  0x0000563dec6e44df _ZN14proxmox_backup4auth5crypt17hd5165f960093dfe7E (proxmox-backup-proxy)

This reverts commit acefa2bb6e.
2021-07-26 16:38:16 +02:00
..
acme fix #3496: acme: plugin: add sleep for dns propagation 2021-07-20 10:06:29 +02:00
api2 api: disk list: sort by name 2021-07-20 10:04:57 +02:00
backup backup: remove AsyncIndexReader 2021-06-08 09:42:46 +02:00
bin file-restore: increase lock timeout on QEMU map 2021-07-23 12:30:09 +02:00
client client/pull: log snapshots that are skipped because of time 2021-06-07 10:51:25 +02:00
config config: acme: make validation_delay crate public 2021-07-20 10:06:29 +02:00
pxar fix #3393 (again): pxar/create: try to read xattrs/fcaps/acls by default 2021-06-30 11:22:04 +02:00
rrd clippy: more misc fixes 2021-01-26 09:54:55 +01:00
server REST: set error message extenesion for bad-request response log 2021-07-20 10:07:41 +02:00
tape tape/drive: fix logging when requesting media 2021-06-30 11:22:04 +02:00
tools disks: also check for file systems with lsblk 2021-07-20 10:04:57 +02:00
api2.rs file-restore: add binary and basic commands 2021-04-08 13:57:57 +02:00
auth_helpers.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
auth.rs Revert "auth: 'crypt' is not thread safe" 2021-07-26 16:38:16 +02:00
backup.rs backup: remove AsyncIndexReader 2021-06-08 09:42:46 +02:00
buildcfg.rs file-restore: add debug mode with serial access 2021-05-07 10:00:12 +02:00
client.rs client: add VsockClient to connect to virtio-vsock VMs 2021-02-17 08:15:43 +01:00
config.rs hot-reload proxy certificate when updating via the API 2021-05-11 16:28:08 +02:00
lib.rs add acme client 2021-05-04 07:56:52 +02:00
server.rs proxmox-backup-proxy: fix leftover references on datastore removal 2021-06-04 08:22:53 +02:00
task.rs introduce TaskState trait 2020-10-12 14:11:57 +02:00
tools.rs tools: add AsyncLruCache as a wrapper around sync LruCache 2021-06-08 09:42:34 +02:00