proxmox-backup/src/server
Thomas Lamprecht a68768cf31 server: use generalized commando socket for worker tasks commands
Allows to extend the use of that socket in the future, e.g., for log
rotate re-open signaling.

To reflect this we use a more general name, and change the commandos
to a more clear namespace.

Both are actually somewhat a breaking change, but the single real
world issue it should be able to cause is, that one won't be able to
stop task from older daemons, which still use the older abstract
socket name format.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-11-02 19:48:04 +01:00
..
command_socket.rs server: add CommandoSocket where multiple users can register commands 2020-11-02 19:32:22 +01:00
config.rs file logger: add option to make the backup user the log file owner 2020-10-19 10:37:26 +02:00
email_notifications.rs notify: add link to server GUI 2020-11-02 09:12:14 +01:00
environment.rs replace Userid with Authid 2020-10-29 15:11:39 +01:00
formatter.rs depend on proxmox 0.1.31 - use Value to store result metadata 2020-05-18 09:57:35 +02:00
gc_job.rs proxy: split out code to run garbage collection job 2020-10-30 11:01:45 +01:00
h2service.rs bump proxmox to 0.3, cleanup http_err macro usage 2020-07-29 09:38:36 +02:00
jobstate.rs jobstate: fix doctest 2020-10-28 10:52:16 +01:00
prune_job.rs proxy: move prune logic into new file 2020-10-30 09:49:50 +01:00
rest.rs server/rest: accept also = as token separator 2020-10-30 13:34:26 +01:00
state.rs followup: server/state: rename task_count to internal_task_count 2020-07-24 12:11:39 +02:00
upid.rs replace Userid with Authid 2020-10-29 15:11:39 +01:00
verify_job.rs verify: introduce & use new Datastore.Verify privilege 2020-10-30 16:36:52 +01:00
worker_task.rs server: use generalized commando socket for worker tasks commands 2020-11-02 19:48:04 +01:00