From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH] liblxc: Add username and uid lookup/check. Date: Sun, 08 Mar 2009 17:34:23 +0100 Message-ID: <49B3F38F.80000@free.fr> References: <20090226042157.GC11052@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090226042157.GC11052-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Matt Helsley Cc: Containers List-Id: containers.vger.kernel.org Matt Helsley wrote: > Add the ability to lookup usernames and check uids. Bails out early if the given > uid/name does not exist and avoids using atoi() (which is bad because we can't > tell if it parsed an int or a pumpkin). > > Signed-off-by: Matt Helsley > Applied. Fixed a space before a tabulation.