-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CP-39134: add filtering for vTPM API calls #4670
CP-39134: add filtering for vTPM API calls #4670
Commits on Apr 6, 2022
-
CP-39134: xapi-guard: add filtering for VTPM API calls
Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for d754b91 - Browse repository at this point
Copy the full SHA d754b91View commit details -
CP-39134: xapi-guard: do not hardcode rpc function - allow for unit t…
…esting Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for ba27bb0 - Browse repository at this point
Copy the full SHA ba27bb0View commit details -
CP-39134: xapi-guard: separate code into own library for testability
Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for 229036a - Browse repository at this point
Copy the full SHA 229036aView commit details -
CP-39134: basic unit test for xapi-guard
Check that basic API calls get forwarded Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for 01b69e5 - Browse repository at this point
Copy the full SHA 01b69e5View commit details -
CP-39134: xapi-guard: add unit tests for bad values
Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for fd49aa5 - Browse repository at this point
Copy the full SHA fd49aa5View commit details -
CP-39134: varstore-guard: use inotify to wait for the apperance of th…
…e socket This is the socket created by xapi-guard itself through Conduit, but Conduit doesn't currently have an API to notify us when the socket got created and listen()-ed on. And we don't want to return too early to our caller (the unit test or xenopsd) since they may get an ECONNREFUSED if they try to connect too early. Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for 9d12dcd - Browse repository at this point
Copy the full SHA 9d12dcdView commit details -
Maintenance: xapi-guard: use Lwt.Syntax instead of Lwt.Infix
Instead of `foo () >>= fun result -> ...` use `let* result = foo () in ...`. Instead of `foo () >|= fun result -> ...` use `let+ result = foo () in ...`. Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for 561caf4 - Browse repository at this point
Copy the full SHA 561caf4View commit details -
CP-39134: add shutdown unit test
Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for f1c07f8 - Browse repository at this point
Copy the full SHA f1c07f8View commit details -
Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for 18ff14b - Browse repository at this point
Copy the full SHA 18ff14bView commit details
Commits on Apr 8, 2022
-
Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for fd67a69 - Browse repository at this point
Copy the full SHA fd67a69View commit details -
Avoid leak in wait_connectable
Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for 6d4a668 - Browse repository at this point
Copy the full SHA 6d4a668View commit details
Commits on Apr 13, 2022
-
Merge remote-tracking branch 'origin/feature/vtpm' into private/edvin…
…t/varstored-vtpm
Configuration menu - View commit details
-
Copy full SHA for 3878637 - Browse repository at this point
Copy the full SHA 3878637View commit details