xenadmin/XenModel/Network
Frederico Mazzone 46c15efe57 [CP-17231] Implement proxy authentication setting in XenCenter
Added 2 textboxes for proxy username and password; encrypted when saved and decrypted when loaded.
Added 2 checkboxes; one for bypassing proxy for xenserver connections, one for providing proxy credentials.
Removed checkbox for bypassing proxy for local addresses.
Controls are no longer enabled/disabled when the related proxy option is selected/deselected.
Making changes to a control (e.g. username, bypass checkbox, etc) selects the 'Use this proxy server' option automatically.
Removed "Bypass proxy server for local addresses" option.
Basic and Digest authentication implemented. Tested with FreeProxy (Basic+Digest), CCProxy (Basic) and AnalogX Proxy (no authentication); each were tested with correct credentials, incorrect credentials and missing credentials; all gave expected results.

Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-06-20 17:15:00 +01:00
..
Cache.cs CA-196315: XS65ESP1018 not showing up in XenCenter Updates (on staging) 2016-02-08 10:14:05 +00:00
CancelledException.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ConnectionsManager.cs CA-127510: Reworked the logic of differentiating between tasks started by this instance 2014-03-11 14:30:01 +00: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 CA-108676: Put the Heartbeat and event.next sessions on their own ConnectionGroups. 2014-06-30 14:21:42 +01:00
HTTPHelper.cs [CP-17231] Implement proxy authentication setting in XenCenter 2016-06-20 17:15:00 +01:00
ICache.cs CA-160996: XenCenter: Subscribe to fewer events in DockerContainers 2015-02-23 17:02:06 +00:00
IXenConnection.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NetworkingHelper.cs CP-11032: Remove storage motion constraints: Allow cross-pool move of stopped and suspended VMs 2015-03-17 16:35:12 +00: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-187132: XenCenter loses XenServer address when retrying connection 2016-03-07 16:55:18 +00:00