Re: [pgadmin-hackers] SSH error messages not shown

2015-07-07 Thread Jacek Wielemborek
W dniu 07.07.2015 o 07:05, Akshay Joshi pisze: > Hi Jacek > > Have you test the patch for SSH Tunnel error message? Hello, To be honest, I didn't have time to test the patch for now. I would welcome anybody else to test it in the meantime or suggest a test case. Unless just testing if it builds

Re: [pgadmin-hackers] SSH error messages not shown

2015-07-06 Thread Akshay Joshi
Hi Jacek Have you test the patch for SSH Tunnel error message? On Mon, Jun 15, 2015 at 12:17 PM, Akshay Joshi < akshay.jo...@enterprisedb.com> wrote: > Hi Jacek > > On Mon, Jun 15, 2015 at 10:40 AM, Akshay Joshi .com> wrote: > >> Sure. >> >> On Sun, Jun 14, 2015 at 3:13 PM, Dave Page wrote: >>

Re: [pgadmin-hackers] SSH error messages not shown

2015-06-14 Thread Akshay Joshi
Hi Jacek On Mon, Jun 15, 2015 at 10:40 AM, Akshay Joshi wrote: > Sure. > > On Sun, Jun 14, 2015 at 3:13 PM, Dave Page wrote: > >> Akshay, can you look into this please? >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK:http://www.enterprisedb.

Re: [pgadmin-hackers] SSH error messages not shown

2015-06-14 Thread Akshay Joshi
Sure. On Sun, Jun 14, 2015 at 3:13 PM, Dave Page wrote: > Akshay, can you look into this please? > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK:http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On 13 Jun 2015, at 16:22, Jacek Wiel

Re: [pgadmin-hackers] SSH error messages not shown

2015-06-14 Thread Dave Page
Akshay, can you look into this please? -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.enterprisedb.com The Enterprise PostgreSQL Company > On 13 Jun 2015, at 16:22, Jacek Wielemborek wrote: > > Hi, > > When an libssh2 call fails, pgAdmin III just

[pgadmin-hackers] SSH error messages not shown

2015-06-13 Thread Jacek Wielemborek
Hi, When an libssh2 call fails, pgAdmin III just shows the error code and nothing else. Consider the following patch - this is what I created while wondering why my hostkeys don't work: diff --git a/pgadmin/utils/sshTunnel.cpp b/pgadmin/utils/sshTunnel.cpp index fd80214..e15f764 100644 --- a/pgad