Re: [libvirt] [PATCH 05/15] Generic module for handling SASL authentication & encryption

2011-01-06 Thread Daniel P. Berrange
On Thu, Dec 16, 2010 at 04:36:34PM -0700, Eric Blake wrote: > On 12/16/2010 04:21 AM, Daniel P. Berrange wrote: > > This provides two modules for handling SASL > > > > * virNetSASLContext provides the process-wide state, currently > >just a whitelist of usernames on the server and a one time

Re: [libvirt] [PATCH 05/15] Generic module for handling SASL authentication & encryption

2010-12-16 Thread Eric Blake
On 12/16/2010 04:21 AM, Daniel P. Berrange wrote: > This provides two modules for handling SASL > > * virNetSASLContext provides the process-wide state, currently >just a whitelist of usernames on the server and a one time >library init call > > * virNetTLSSession provides the per-conne

[libvirt] [PATCH 05/15] Generic module for handling SASL authentication & encryption

2010-12-16 Thread Daniel P. Berrange
This provides two modules for handling SASL * virNetSASLContext provides the process-wide state, currently just a whitelist of usernames on the server and a one time library init call * virNetTLSSession provides the per-connection state, ie the SASL session itself. This also include AP