Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-23 Thread Chris Rodgers
> On Tue, Sep 23, 2003 at 09:24:45AM -0400, Igor Pechtchanski wrote: > > Also error codes on failure, and the ability to check whether a user has > > certain rights (without using grep). If we decide to adopt it as a > > package, could we have a CVS repository for it under cygwin-apps (like for >

RE: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-23 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Igor Pechtchanski > > Setting up a CVS repository would be simple. > > > > Corinna > > Umm, yes, this was mostly a (disguised, I guess) question for Chris on > whether he wants to tie his program to Cygwin or release it independently. > Igor Hmm... WAG: Chris is feeling the pressur

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-23 Thread Igor Pechtchanski
On Tue, 23 Sep 2003, Corinna Vinschen wrote: > On Tue, Sep 23, 2003 at 09:24:45AM -0400, Igor Pechtchanski wrote: > > Also error codes on failure, and the ability to check whether a user has > > certain rights (without using grep). If we decide to adopt it as a > > package, could we have a CVS re

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-23 Thread Corinna Vinschen
On Tue, Sep 23, 2003 at 09:24:45AM -0400, Igor Pechtchanski wrote: > Also error codes on failure, and the ability to check whether a user has > certain rights (without using grep). If we decide to adopt it as a > package, could we have a CVS repository for it under cygwin-apps (like for > cygrunsr

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-23 Thread Igor Pechtchanski
On Tue, 23 Sep 2003, Corinna Vinschen wrote: > On Mon, Sep 22, 2003 at 09:43:45PM +0100, Chris Rodgers wrote: > > OK. I've had a crack at this. The packages can be found at: > > http://rodgers.org.uk/editrights/ > > and are released under a BSD-style licence. > > Would you mind to send an ITP mess

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-23 Thread Corinna Vinschen
On Mon, Sep 22, 2003 at 09:43:45PM +0100, Chris Rodgers wrote: > OK. I've had a crack at this. The packages can be found at: > http://rodgers.org.uk/editrights/ > and are released under a BSD-style licence. Would you mind to send an ITP message to [EMAIL PROTECTED] as described under http://cygwin

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-22 Thread Chris Rodgers
> Cool! How you can contribute it depends on the licensing and how much > work you are willing to invest. Do you want to put it under some GPL or > BSD license? Or do you want to keep everything together as it is? > Then create a package as described under http://cygwin.com/setup.html ... > Even

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-18 Thread Corinna Vinschen
On Thu, Sep 18, 2003 at 01:09:58AM +0100, Chris Rodgers wrote: > > Btw., the ssh-host-config already creates the sshd account, that's easy > > from the command line. But creating a useful sshdproc account as above > > requires to be able to set user privileges like the famous "Create a > > token o

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-17 Thread Chris Rodgers
> Btw., the ssh-host-config already creates the sshd account, that's easy > from the command line. But creating a useful sshdproc account as above > requires to be able to set user privileges like the famous "Create a > token object" privilege. Does anybody know a way how to do this on the > comm

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-16 Thread Corinna Vinschen
On Tue, Sep 16, 2003 at 03:55:10AM -0700, Brian Dessent wrote: > Corinna Vinschen wrote: > > Does anybody know a way how to do this on the > > command line which would allow ssh-host-config to do the above more or > > less automagically? If such a command line tool doesn't exist as part > > of N

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-16 Thread Brian Dessent
Corinna Vinschen wrote: > Btw., the ssh-host-config already creates the sshd account, that's easy > from the command line. But creating a useful sshdproc account as above > requires to be able to set user privileges like the famous "Create a > token object" privilege. Does anybody know a way how