webmastir / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

When using login-pass, if incorrect login, Tunnelblick hangs. #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure the server to accept only login and password (no client 
certificate) 
2. Login using a false login or password.
3. Tunnelblick hangs (quits)

With a good login works just fine.

What version of the product are you using? On what operating system?

This behavior happens in Tiger and Leopard (any version) at least since version 
b6 up to b9.

Thanks.

Original issue reported on code.google.com by aleixdo...@gmail.com on 29 Jul 2008 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by angelol...@gmail.com on 31 Jul 2008 at 10:39

GoogleCodeExporter commented 9 years ago
I am experiencing this same error, except I am additionally using client
certificates.  Tested with OS X 10.4.11 with Tunnelblick 3.0b9.

Original comment by ben.alka...@gmail.com on 7 Aug 2008 at 10:04

GoogleCodeExporter commented 9 years ago
It seems like this caused by a BADACCESS in deletePassword.  When the account 
is a
null pointer the keychain function freaks out.  In setAuthMode in AuthAgent.m 
there
is a construction call for keyChainManager, but it's called without
'withAccountName'.  The attached patch seemed to fix this problem for me.

Original comment by adam...@gmail.com on 13 Aug 2008 at 2:56

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by angelol...@gmail.com on 13 Aug 2008 at 4:12