Re: [libvirt] [PATCH v2 0/2] extend virGetUserID and virGetGroupID

2012-10-09 Thread Marcelo Cerri
On Mon, Oct 08, 2012 at 03:23:41PM -0600, Eric Blake wrote: > On 10/08/2012 02:37 PM, Marcelo Cerri wrote: > > This patch series moves the logic for parsing users and groups in a > > similar way to coreutils' chown from security_dac.c to util.c, as > > suggested by Eric Blake. > > > > This change

Re: [libvirt] [PATCH v2 0/2] extend virGetUserID and virGetGroupID

2012-10-08 Thread Eric Blake
On 10/08/2012 02:37 PM, Marcelo Cerri wrote: > This patch series moves the logic for parsing users and groups in a > similar way to coreutils' chown from security_dac.c to util.c, as > suggested by Eric Blake. > > This change has two majors side effects: > > 1. Some error messages that were issu

[libvirt] [PATCH v2 0/2] extend virGetUserID and virGetGroupID

2012-10-08 Thread Marcelo Cerri
This patch series moves the logic for parsing users and groups in a similar way to coreutils' chown from security_dac.c to util.c, as suggested by Eric Blake. This change has two majors side effects: 1. Some error messages that were issued when security_dac.c tried to parse an ID as a name a