Re: [Libvir] PATCH: 6/10: remote driver auth callback API

2007-12-05 Thread Daniel P. Berrange
On Mon, Dec 03, 2007 at 11:53:04PM +0100, Jim Meyering wrote: Daniel P. Berrange [EMAIL PROTECTED] wrote: This patch implements internal driver API for authentication callbacks in the remote driver. It is basically a bunch of code to bridge from the libvirt public API for auth/credentials

Re: [Libvir] PATCH: 6/10: remote driver auth callback API

2007-12-03 Thread Jim Meyering
Daniel P. Berrange [EMAIL PROTECTED] wrote: This patch implements internal driver API for authentication callbacks in the remote driver. It is basically a bunch of code to bridge from the libvirt public API for auth/credentials and the SASL equivalent API. The libvirt API is very close in

Re: [Libvir] PATCH: 6/10: remote driver auth callback API

2007-12-03 Thread Daniel P. Berrange
On Mon, Dec 03, 2007 at 11:53:04PM +0100, Jim Meyering wrote: Daniel P. Berrange [EMAIL PROTECTED] wrote: This patch implements internal driver API for authentication callbacks in the remote driver. It is basically a bunch of code to bridge from the libvirt public API for auth/credentials

Re: [Libvir] PATCH: 6/10: remote driver auth callback API

2007-11-29 Thread Daniel P. Berrange
This patch implements internal driver API for authentication callbacks in the remote driver. It is basically a bunch of code to bridge from the libvirt public API for auth/credentials and the SASL equivalent API. The libvirt API is very close in style to the SASL API so it is a fairly mechanical