Re: Public key authorization problem with latest snapshot

2014-03-31 Thread Corinna Vinschen
On Mar 29 12:25, Ken Brown wrote: > On 3/20/2014 11:02 AM, Corinna Vinschen wrote: > >On Mar 20 01:58, Andrey Repin wrote: > >>Greetings, Corinna Vinschen! > >> > >>>The code is now practically equivalent to what is in 1.7.28. Only the > >>>VectoredContinueHandler, which was the reason Cygwin's ex

RE: Public key authorization problem with latest snapshot

2014-03-30 Thread briansw
On 3/29/2014 3:29 PM, Christopher Faylor wrote: >>> The problems I've reported seem to all be fixed in the latest snapshot (2014-03-29 15:21:43 UTC). Thanks! >> >> I'm sure Corinna will be happy to hear that. She put in LONG hours getting that issue sorted out. >> >> I helped too; of course, by o

Re: Public key authorization problem with latest snapshot

2014-03-29 Thread Christopher Faylor
On Sat, Mar 29, 2014 at 09:08:35PM -0400, Larry Hall (Cygwin) wrote: >On 3/29/2014 3:29 PM, Christopher Faylor wrote: >>I helped too, of course, by offering important "I don't like that >>implementation" style feedback. It was one of those 50/50 >>collaborations where one person does all the work

Re: Public key authorization problem with latest snapshot

2014-03-29 Thread Larry Hall (Cygwin)
On 3/29/2014 3:29 PM, Christopher Faylor wrote: On Sat, Mar 29, 2014 at 12:25:07PM -0400, Ken Brown wrote: On 3/20/2014 11:02 AM, Corinna Vinschen wrote: On Mar 20 01:58, Andrey Repin wrote: Greetings, Corinna Vinschen! The code is now practically equivalent to what is in 1.7.28. Only the V

Re: Public key authorization problem with latest snapshot

2014-03-29 Thread Christopher Faylor
On Sat, Mar 29, 2014 at 12:25:07PM -0400, Ken Brown wrote: >On 3/20/2014 11:02 AM, Corinna Vinschen wrote: >> On Mar 20 01:58, Andrey Repin wrote: >>> Greetings, Corinna Vinschen! >>> The code is now practically equivalent to what is in 1.7.28. Only the VectoredContinueHandler, which was

Re: Public key authorization problem with latest snapshot

2014-03-29 Thread Ken Brown
On 3/20/2014 11:02 AM, Corinna Vinschen wrote: On Mar 20 01:58, Andrey Repin wrote: Greetings, Corinna Vinschen! The code is now practically equivalent to what is in 1.7.28. Only the VectoredContinueHandler, which was the reason Cygwin's exception handler could be called twice, is not called

Re: Public key authorization problem with latest snapshot

2014-03-20 Thread Corinna Vinschen
On Mar 20 01:58, Andrey Repin wrote: > Greetings, Corinna Vinschen! > > > The code is now practically equivalent to what is in 1.7.28. Only the > > VectoredContinueHandler, which was the reason Cygwin's exception handler > > could be called twice, is not called anymore. Instead there's a vectore

Re: Public key authorization problem with latest snapshot

2014-03-19 Thread Andrey Repin
Greetings, Corinna Vinschen! > The code is now practically equivalent to what is in 1.7.28. Only the > VectoredContinueHandler, which was the reason Cygwin's exception handler > could be called twice, is not called anymore. Instead there's a vectored > exception handler which is only called duri

Re: Public key authorization problem with latest snapshot

2014-03-19 Thread Corinna Vinschen
On Mar 19 18:05, Corinna Vinschen wrote: > On Mar 19 12:46, Ken Brown wrote: > > On 3/19/2014 12:09 PM, Corinna Vinschen wrote: > > >On Mar 19 11:37, Ken Brown wrote: > > >>Here's some more weirdness involving the recent changes to exception > > >>handling on 64-bit Cygwin. > > >> > > >>I have an o

Re: Public key authorization problem with latest snapshot

2014-03-19 Thread Corinna Vinschen
On Mar 19 12:46, Ken Brown wrote: > On 3/19/2014 12:09 PM, Corinna Vinschen wrote: > >On Mar 19 11:37, Ken Brown wrote: > >>Here's some more weirdness involving the recent changes to exception > >>handling on 64-bit Cygwin. > >> > >>I have an ordinary user kbrown and an administrator user > >>kbrow

Re: Public key authorization problem with latest snapshot

2014-03-19 Thread Corinna Vinschen
On Mar 19 11:37, Ken Brown wrote: > Here's some more weirdness involving the recent changes to exception > handling on 64-bit Cygwin. > > I have an ordinary user kbrown and an administrator user > kbrown-admin. I use the following command to simulate "su": > > ssh kbrown-admin@$(hostname) . >

Re: Public key authorization problem with latest snapshot

2014-03-19 Thread Ken Brown
On 3/19/2014 12:09 PM, Corinna Vinschen wrote: On Mar 19 11:37, Ken Brown wrote: Here's some more weirdness involving the recent changes to exception handling on 64-bit Cygwin. I have an ordinary user kbrown and an administrator user kbrown-admin. I use the following command to simulate "su":

Public key authorization problem with latest snapshot

2014-03-19 Thread Ken Brown
Here's some more weirdness involving the recent changes to exception handling on 64-bit Cygwin. I have an ordinary user kbrown and an administrator user kbrown-admin. I use the following command to simulate "su": ssh kbrown-admin@$(hostname) . With the current (2014-03-18) x86_64 snapshot,