XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Frezzle 3522e2980d [CP-19111] Added ability to choose Basic or Digest authentication for proxy server
2 new radio buttons in Connection Options page, for Basic and Digest; Digest is the default as it's the most secure.
New proxy authentication method setting, which is used to configure XenAPI's HTTP class and the .NET AuthenticationManager (which handles which authentication schemes can be used by the .NET web classes).
The new setting is also transferred and used by the Health Check service.

The bug noted in CA-214653 also occurs here, but the work-around on PR#1201 for that bug will also work for this.

Signed-off-by: Frezzle <frederico.mazzone@citrix.com>
2016-10-12 19:09:35 +01:00
Branding Fix Unbound variable 2016-05-13 00:39:24 +01:00
CFUValidator CP-13389: Convert all projects to .NET 4.5. (All changes autogenerated except for one case of broken XML in XenOvfApi/app.config). 2015-07-30 12:40:59 +01:00
CommandLib CP-16012: Rename branding variables 2016-02-10 11:52:30 +00:00
devtools Enabled back the exection of devtools and improved the logging 2015-07-27 08:26:26 +01:00
dotNetInstaller CP-16012: Rename branding variables 2016-02-10 11:52:30 +00:00
mk CA-210984: XenCenter build fails in the secure environment while getting RPU hotfixes from artifactory 2016-05-13 12:31:55 +01:00
splash CP-16012: Rename branding variables 2016-02-10 11:52:30 +00:00
VNCControl CP-16012: Rename branding variables 2016-02-10 11:52:30 +00:00
WixInstaller CA-211417: Remove WLB.chm 2016-05-23 11:42:33 +01:00
xe CP-16012: Rename branding variables 2016-02-10 11:52:30 +00:00
XenAdmin [CP-19111] Added ability to choose Basic or Digest authentication for proxy server 2016-10-12 19:09:35 +01:00
XenAdminTests Merge pull request #1031 from Frezzle/proxy-auth 2016-06-27 11:38:09 +01:00
XenCenterLib [CP-17231] Implement proxy authentication setting in XenCenter 2016-06-24 11:49:55 +01:00
XenCenterVNC CP-16012: Rename branding variables 2016-02-10 11:52:30 +00:00
XenModel [CP-19111] Added ability to choose Basic or Digest authentication for proxy server 2016-10-12 19:09:35 +01:00
XenOvfApi L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
XenOvfTransport [CA-213410] XenCenter ignores proxy settings in some places 2016-06-27 17:59:02 +01:00
XenServerHealthCheck [CP-19111] Added ability to choose Basic or Digest authentication for proxy server 2016-10-12 19:09:35 +01:00
XenServerHealthCheckTests CP-13080: Run Health Check Tests as part of xenadmin build 2015-10-09 12:17:12 +08:00
xva_verify CP-16012: Rename branding variables 2016-02-10 11:52:30 +00:00
.gitattributes Changing the lines endings ONLY for .sh files. 2013-07-02 15:05:21 +01:00
.gitignore Made the build output less verbose by default and configured wget not to download files again if they already exists locally with the same datetime stamps. 2015-07-19 20:12:38 +01:00
ChangeLog CP-4807: Updated ChangeLog with version number; updated Readme file 2013-06-25 09:45:11 +01:00
configure.cmd Added choco installer for Visual Studio Express 2010 to the prepare.cmd file. 2015-06-30 12:41:54 +01:00
CONTRIB CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files. 2014-01-13 15:29:25 +00:00
LICENSE CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
MAINTAINERS CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files. 2014-01-13 15:29:25 +00:00
README.md Update README.md 2016-01-08 09:55:25 +00:00
XenAdmin.sln CP-13080: Run Health Check Tests as part of xenadmin build 2015-10-09 12:17:12 +08:00

XenCenter

This repository contains the source code for XenCenter.

XenCenter is a Windows-based management tool for XenServer environments which enables users to manage and monitor XenServer hosts and resource pools, and to deploy, monitor, manage and migrate virtual machines.

XenCenter is written mostly in C#.

Contributions

The preferable way to contribute patches is to fork the repository on Github and then submit a pull request. If for some reason you can't use Github to submit a pull request, then you may send your patch for review to the xs-devel@lists.xenserver.org mailing list, with a link to a public git repository for review. Please see the CONTRIB.md file for some general guidelines on submitting changes.

License

This code is licensed under the BSD 2-Clause license. Please see the LICENSE file for more information.

How to build XenCenter

To build XenCenter, you need

  • the source from xenadmin repository
  • Visual Studio 2013

and also some libraries which we do not store in the source tree:

  • CookComputing.XmlRpcV2.dll
  • DiscUtils.dll
  • ICSharpCode.SharpZipLib.dll
  • Ionic.Zip.dll
  • log4net.dll

You can find the source code of these libraries (along with some patches) in dotnet-packages repository.

You also need NUnit libraries