XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Mihaela Stoica 8aadc063d4 CA-137236: Fix XenCenter Console crash when switching to remote desktop on Windows Server 2003 SP2
- Reverted "CP-4951: CAR-100: Remove Rdp2 console" because Rdpclient 6.0 is not included in Windows Server 2003 SP2;
- Redone the fix for CA-123779 (Unhandled exception in Console Tab View), by moving RDPSetSettings() call inside a try..catch block, so we handle any exception thrown while setting the rdp client properties.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-10 17:12:16 +01:00
CFUValidator CA-114482: Changed workflow of retrieving updates: the list of published updates 2014-01-08 13:17:02 +00:00
CommandLib CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading projects to target .Net 4.0 & updating to VS2010 format where needed 2013-12-05 14:44:59 +00:00
devtools ResxCheck.cs does not belong in XenAdmin but rather in devtools (needs further updating before becoming fully usable). 2013-07-02 18:12:53 +01:00
dotNetInstaller [CA-124983] Fix: Issues installing XenCenter with no network 2014-01-21 16:49:50 +00:00
mk CA-95786: Corrections to previous commit - show both the marketing name and the version on XenCenter's About box. 2014-02-18 17:38:11 +00:00
splash CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading projects to target .Net 4.0 & updating to VS2010 format where needed 2013-12-05 14:44:59 +00:00
VNCControl CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading VNCControl 2013-12-10 13:01:15 +00:00
WixInstaller [CA-125183] Fix: XenCenterSetup.exe to install, requires .NET 3.5 rather than .NET 4 on Windows8 x64, WS 2012, WS 2008 SP2 x32 2014-01-14 15:28:15 +00:00
xe [CA-125535] Fix: Windows xe CLI failing due to .NET error 2014-01-20 13:32:06 +00:00
XenAdmin CA-137236: Fix XenCenter Console crash when switching to remote desktop on Windows Server 2003 SP2 2014-06-10 17:12:16 +01:00
XenAdminTests CA-136023 Performance graphs: rename "cps" units 2014-06-02 10:09:47 +01:00
XenCenterLib CA-114482: Changed workflow of retrieving updates: the list of published updates 2014-01-08 13:17:02 +00:00
XenCenterVNC CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading projects to target .Net 4.0 & updating to VS2010 format where needed 2013-12-05 14:44:59 +00:00
XenModel CP-8120 Set cores per socket through XenCenter: Added text explaining the invalid vCPU configuration on the New VM Wizard and VM Properties dialog 2014-06-06 15:33:22 +01:00
XenOvfApi Made XenOvfApi project use log4net for logging (before it was using own logging, 2014-01-06 12:31:19 +00:00
XenOvfTransport Made XenOvfApi project use log4net for logging (before it was using own logging, 2014-01-06 12:31:19 +00:00
xva_verify CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading projects to target .Net 4.0 & updating to VS2010 format where needed 2013-12-05 14:44:59 +00:00
.gitattributes Changing the lines endings ONLY for .sh files. 2013-07-02 15:05:21 +01:00
.gitignore Add new Visual Studio cache files to .gitignore 2014-04-14 15:47:30 +01:00
ChangeLog CP-4807: Updated ChangeLog with version number; updated Readme file 2013-06-25 09:45:11 +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 CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files. 2014-01-13 15:29:25 +00:00
XenAdmin.sln CAR-100: Upgrade to .NET 4.0 instead of 3.5 -- Upgrading projects to target .Net 4.0 & updating to VS2010 format where needed 2013-12-05 14:44:59 +00: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 not only need

  • the source from xenadmin repository

but 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