XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Frederico Mazzone 9a729e2547 [CP-17415] XC: Add awareness of new AD feature flag
Added awareness; basic license now shows upsell tab and premium license shows full feature tab.

Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-05-20 13:01:51 +01:00
Branding Fix Unbound variable 2016-05-13 00:39:24 +01:00
CFUValidator
CommandLib
devtools
dotNetInstaller
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
VNCControl
WixInstaller L10N:Dundee:Updating translations 2016-04-21 15:40:48 +05:30
xe
XenAdmin [CP-17415] XC: Add awareness of new AD feature flag 2016-05-20 13:01:51 +01:00
XenAdminTests CA-206761: Health Check shows "No issues found" when the report analysis is not yet available 2016-04-11 15:57:32 +01:00
XenCenterLib
XenCenterVNC
XenModel [CP-17415] XC: Add awareness of new AD feature flag 2016-05-20 13:01:51 +01:00
XenOvfApi
XenOvfTransport
XenServerHealthCheck CA-207296: Update Health Check service assembly info and sign the assembly 2016-04-12 13:52:01 +01:00
XenServerHealthCheckTests
xva_verify
.gitattributes
.gitignore
ChangeLog
configure.cmd
CONTRIB
LICENSE
MAINTAINERS
README.md
XenAdmin.sln

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