Re: [libvirt] [PATCH 09/12] Add ability to associate real/effective identity on virNetServerClientPtr

2012-07-05 Thread Corey Bryant
On 05/02/2012 07:44 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Add APIs which allow storage of a real effective identity on all server clients. Also add an API which allows creation of an initial identity based on the results of client authentication processes

Re: [libvirt] [PATCH 09/12] Add ability to associate real/effective identity on virNetServerClientPtr

2012-05-03 Thread Eric Blake
On 05/02/2012 05:44 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Add APIs which allow storage of a real effective identity on all server clients. Also add an API which allows creation of an initial identity based on the results of client authentication

[libvirt] [PATCH 09/12] Add ability to associate real/effective identity on virNetServerClientPtr

2012-05-02 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Add APIs which allow storage of a real effective identity on all server clients. Also add an API which allows creation of an initial identity based on the results of client authentication processes like TLS, x509, SASL, SO_PEERCRED ---