Re: [Toybox] [New Toys] - groupadd, useradd, mkpasswd and modified passwd, lib/password

2013-11-03 Thread Rob Landley
On 10/16/2013 11:39:35 PM, Ashwini Sharma wrote: On Thu, Oct 17, 2013 at 6:46 AM, Rob Landley wrote: > On 10/02/2013 03:49:21 AM, Ashwini Sharma wrote: > >> Hi list, >> >> Attached are the implementations for groupadd, useradd and mkpasswd >> commands. >> > > Ok, I've caught up to this... > > >

Re: [Toybox] [New Toys] - groupadd, useradd, mkpasswd and modified passwd, lib/password

2013-10-16 Thread Ashwini Sharma
On Thu, Oct 17, 2013 at 6:46 AM, Rob Landley wrote: > On 10/02/2013 03:49:21 AM, Ashwini Sharma wrote: > >> Hi list, >> >> Attached are the implementations for groupadd, useradd and mkpasswd >> commands. >> > > Ok, I've caught up to this... > > > Patches are as follows >> >> 1. __lib.patch__ :

Re: [Toybox] [New Toys] - groupadd, useradd, mkpasswd and modified passwd, lib/password

2013-10-16 Thread Rob Landley
On 10/02/2013 03:49:21 AM, Ashwini Sharma wrote: Hi list, Attached are the implementations for groupadd, useradd and mkpasswd commands. Ok, I've caught up to this... Patches are as follows 1. __lib.patch__ : this includes changes made to lib/lib.h and __lib/password.c__. lib/passowrd.c is

[Toybox] [New Toys] - groupadd, useradd, mkpasswd and modified passwd, lib/password

2013-10-02 Thread Ashwini Sharma
Hi list, Attached are the implementations for groupadd, useradd and mkpasswd commands. Patches are as follows 1. __lib.patch__ : this includes changes made to lib/lib.h and __lib/password.c__. lib/passowrd.c is modified to share the function __update_password()__ among groupadd, useradd command