core-admin-client/qubesadmin
Marek Marczykowski-Górecki 065eb036df
events: fix parsing events with empty parameters
Empty parameter value is encoded as b'parameter\0\0', so we can't simply
read the data until b'\0\0', because it isn't necessary event end.
Instead, read event parts separately, according to specification.
2017-05-30 01:31:13 +02:00
..
events events: fix parsing events with empty parameters 2017-05-30 01:31:13 +02:00
tests events: fix parsing events with empty parameters 2017-05-30 01:31:13 +02:00
tools tools: ignore qvm-template-postprocess calls in chroot 2017-05-29 15:20:13 +02:00
vm Add vm.is_networked() 2017-05-19 18:41:08 +02:00
__init__.py Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
app.py app: close payload_stream in qubesd_call 2017-05-26 19:09:29 +02:00
base.py Fix setting VM property to None 2017-05-26 00:42:47 +02:00
config.py tools: add qvm-template-postprocess 2017-05-26 01:33:43 +02:00
devices.py devices: adjust API for 'devices: add assignment.device property' change 2017-05-22 01:18:02 +02:00
exc.py events: add helper for waiting for just VM shutdown 2017-05-26 00:42:47 +02:00
features.py features: add vm.features.items() function 2017-05-22 03:20:33 +02:00
firewall.py Rename Mgmt API to Admin API: methods names 2017-05-12 19:36:03 +02:00
label.py Rename Mgmt API to Admin API: methods names 2017-05-12 19:36:03 +02:00
log.py Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
storage.py storage: implement admin.vm.volume.Import as volume.import_data 2017-05-26 00:42:47 +02:00
utils.py Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00