XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Frezzle d3e64ad2d2 CP-20918: Remove proxy authentication registry key (#1440)
The ProxyAuthenticationEnabled registry key is no longer needed since
CAR-2214 is now in its own branch.

Signed-off-by: Frederico Mazzone <frederico.mazzone@citrix.com>
2017-02-13 20:28:35 +00:00
Branding Merge remote-tracking branch 'upstream/master' into CAR-2214 2017-01-24 14:46:57 +00:00
CFUValidator CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
CommandLib CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
devtools CA-176169: Further copyright statement changes 2017-01-18 17:07:59 +00:00
dotNetInstaller CA-176169: Copyright statement: Added comma at all places where it was still missing (all extensions now) 2017-01-18 17:13:09 +00:00
mk Merge remote-tracking branch 'upstream/master' into CAR-2214 2017-01-24 14:46:57 +00:00
packages CP-20149: Build overhaul: build XenCenter using a Jenkinsfile. 2017-01-18 13:48:42 +00:00
splash CA-176169: Copyright statement: Added comma at all places where it was still missing (all extensions now) 2017-01-18 17:13:09 +00:00
VNCControl CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
WixInstaller CA-176169: Copyright statement: Added comma at all places where it was still missing (all extensions now) 2017-01-18 17:13:09 +00:00
xe CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
XenAdmin CP-20918: Remove proxy authentication registry key (#1440) 2017-02-13 20:28:35 +00:00
XenAdminTests Merge remote-tracking branch 'upstream/master' into CAR-2214 2017-01-24 14:46:57 +00:00
XenCenterLib Merge remote-tracking branch 'upstream/master' into CAR-2214 2017-01-24 14:46:57 +00:00
XenCenterVNC CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
XenModel CA-242397: Fix format exception caused by incorrect chunk reading 2017-02-10 12:21:59 +00:00
XenOvfApi CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
XenOvfTransport Merge remote-tracking branch 'upstream/master' into CAR-2214 2017-01-24 14:46:57 +00:00
XenServer Do not retrieve the SDK from the latest main build output. Instead, use source 2016-12-02 11:46:57 +00:00
XenServerHealthCheck Merge remote-tracking branch 'upstream/master' into CAR-2214 2017-01-24 14:46:57 +00:00
XenServerHealthCheckTests CA-176169: Further copyright statement changes 2017-01-18 17:07:59 +00:00
xva_verify CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
.gitattributes Ignore line endings for all files (except shell scripts). 2016-07-05 08:14:47 +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
Jenkinsfile Merge remote-tracking branch 'upstream/master' into CAR-2214 2017-01-24 14:46:57 +00:00
LICENSE CA-176169: Copyright statement: Added comma at all places where it was still missing (all extensions now) 2017-01-18 17:13:09 +00: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