Re: openssh issue with UID's over 65535

2002-01-15 Thread Corinna Vinschen
On Tue, Jan 15, 2002 at 07:31:06AM -0500, Mark Bradshaw wrote: > Speaking of mkpasswd patches, what's the word on that last one I submitted. > Is it on your "to look at" list? Uhm, it was on the "I've completely lost track of it" list. I'm going to look into it soon. Sorry, Corinna -- Corinna

RE: openssh issue with UID's over 65535

2002-01-15 Thread Mark Bradshaw
Speaking of mkpasswd patches, what's the word on that last one I submitted. Is it on your "to look at" list? Mark > -Original Message- > From: Corinna Vinschen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 15, 2002 7:17 AM > To: cygwin > Subject: Re:

Re: openssh issue with UID's over 65535

2002-01-15 Thread Corinna Vinschen
On Tue, Jan 15, 2002 at 06:58:33AM -0500, Mark Bradshaw wrote: > Maybe reduce offending UIDs, or issue a warning. Sure, go ahead. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developermailto:[EMAIL PROTECTED] Red H

RE: openssh issue with UID's over 65535

2002-01-15 Thread Mark Bradshaw
Maybe reduce offending UIDs, or issue a warning. > -Original Message- > From: Corinna Vinschen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 15, 2002 6:06 AM > To: cygwin > Subject: Re: openssh issue with UID's over 65535 > > > On Tue, Jan 15, 2

Re: openssh issue with UID's over 65535

2002-01-15 Thread Corinna Vinschen
On Tue, Jan 15, 2002 at 05:44:12AM -0500, Mark Bradshaw wrote: > How about a patch to mkpasswd to do this? Would you be interested? What should the patch do? I don't understand, sorry. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer

RE: openssh issue with UID's over 65535

2002-01-15 Thread Mark Bradshaw
How about a patch to mkpasswd to do this? Would you be interested? > -Original Message- > From: Corinna Vinschen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 15, 2002 5:35 AM > To: '[EMAIL PROTECTED]' > Subject: Re: openssh issue with UID's ove

Re: openssh issue with UID's over 65535

2002-01-15 Thread Corinna Vinschen
On Mon, Jan 14, 2002 at 08:12:00PM -0500, Mark Bradshaw wrote: > I have an issue with openssh and UID's over 65535. Similar things were > discussed a bit back, but this is slightly different. Seems that sshd will > die when a user with a UID too high logs in. The root cause of this is > cygwin'

openssh issue with UID's over 65535

2002-01-14 Thread Mark Bradshaw
I have an issue with openssh and UID's over 65535. Similar things were discussed a bit back, but this is slightly different. Seems that sshd will die when a user with a UID too high logs in. The root cause of this is cygwin's use of an unsigned short for uid_t, instead of an integer. As the UI