From: Pino Toscano Date: Thu, 30 Aug 2018 10:13:36 +0000 (+0200) Subject: Connect: add auth/credential handling for connect X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=1ea690b8c809f3b13cb6400721cf28e65b13ca39;hp=1ea690b8c809f3b13cb6400721cf28e65b13ca39;p=ocaml-libvirt.git Connect: add auth/credential handling for connect Add OCaml versions of virConnectCredential & virConnectAuth structs, using them to implement proper connect_auth & connect_auth_readonly. This makes it possible to properly supply credentials when opening a connection. ---