xenadmin/XenModel/Network
Mihaela Stoica abd198e1eb CA-108512: Fixed the issue when Connect to Server dialog box becomes unresponsive when invalid password is tried during reconnect to host.
The error occurred when user specified a second wrong password. If the same wrong password was specified again and again, it didn't trigger it. This was due to an error in code where we didn't use the updated password in the second connection attempt.
Fixed by changing the code to use the updated username and password combination for every login attempt.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-08-19 16:59:41 +01:00
..
StorageLink CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
Cache.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CancelledException.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ConnectionsManager.cs CP-5750: Removed ActionType; the actions should be categorised by status (in progress, 2013-08-09 17:20:38 +01:00
ConnectTask.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DisconnectionException.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
Heartbeat.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HTTPHelper.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ICache.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
IXenConnection.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NetworkingHelper.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SessionFactory.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
TaskPoller.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
XenConnection.cs CA-108512: Fixed the issue when Connect to Server dialog box becomes unresponsive when invalid password is tried during reconnect to host. 2013-08-19 16:59:41 +01:00