Paul Angus 
							
						 
					 
					
						
						
						
						
							
						
						
							11e3582fdf 
							
						 
					 
					
						
						
							
							Remove extraneous log directory and add catalina.out log rotation  
						
						 
						
						
						
						
					 
					
						2016-05-12 08:41:39 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Boris Schrijver 
							
						 
					 
					
						
						
						
						
							
						
						
							5c0366c99e 
							
						 
					 
					
						
						
							
							CLOUDSTACK-9062: Improve S3 implementation.  
						
						 
						
						... 
						
						
						
						The S3 implementation is far from finished, this commit focusses on the bases.
 - Upgrade AWS SDK to latest version.
 - Rewrite S3 Template downloader.
 - Rewrite S3Utils utility class.
 - Improve addImageStoreS3 API command.
 - Split various classes for convenience.
 - Various minor improvements and code optimalisations.
A side effect of the new AWS SDK is that it, by default, uses the V4 signature. Therefore I added an option to specify the Signer, so it stays compatible with previous versions. 
						
						
					 
					
						2015-11-19 15:29:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rafael da Fonseca 
							
						 
					 
					
						
						
						
						
							
						
						
							870e1898eb 
							
						 
					 
					
						
						
							
							Use same sudoers config for all distros Cleanup buggy code for sudoers file editing  
						
						 
						
						... 
						
						
						
						Signed-off-by: Daan Hoogland <daan@onecht.net>
This closes  #332  
						
						
					 
					
						2015-06-19 16:00:57 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kinsella 
							
						 
					 
					
						
						
						
						
							
						
						
							45e4d4fc3b 
							
						 
					 
					
						
						
							
							Summary: Updated sudoers approved commands for cloud user  
						
						 
						
						... 
						
						
						
						Detail: Previously the cloud user has full password-less sudo access.
This commit changes that to only allow access to a specific list of
commands. Been tested in production on ACS 4.0 and 4.2 mangement servers.
BUG-ID: CLOUDSTACK-967
Bugfix-for:
Reviewed-by:
Reported-by:
Signed-off-by: John Kinsella <jlk@stratosec.co> 1382560936 -0700 
						
						
					 
					
						2013-10-23 13:42:16 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							3d2e49bcfc 
							
						 
					 
					
						
						
							
							Changed the log4j config files to log org.apache.cloudstack in debug and change the layout format  
						
						 
						
						
						
						
					 
					
						2013-07-26 20:35:49 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wido den Hollander 
							
						 
					 
					
						
						
						
						
							
						
						
							fa1e9a24a6 
							
						 
					 
					
						
						
							
							conf: Add a @ so @MSUSER@ is replaced by "cloud"  
						
						 
						
						
						
						
					 
					
						2013-04-03 16:54:00 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wido den Hollander 
							
						 
					 
					
						
						
						
						
							
						
						
							41e3db39c3 
							
						 
					 
					
						
						
							
							debian: Package ulimits and sudo rules  
						
						 
						
						... 
						
						
						
						The old packages used to write this data to the configuration
in a postinst file.
That was horrible to track since system administrators had no
idea what was going on. 
						
						
					 
					
						2013-03-14 15:55:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frank 
							
						 
					 
					
						
						
						
						
							
						
						
							cd291f6b4b 
							
						 
					 
					
						
						
							
							From c72615de97b007517fb324044cb4625258c5fc61 Mon Sep 17 00:00:00 2001  
						
						 
						
						... 
						
						
						
						From: Vijayendra <vijayendra.bhamidipati@citrix.com>
Date: Mon, 25 Feb 2013 14:37:27 -0800
Subject: [PATCH] CS-670: Configurable setting to use linked clones or not on
 VMware
Description:
  Providing support for creation of user VMs as full clones on ESX.
  Putting in unit tests for VO and Dao classes introduced in this commit.
Signed-off-by: Vijayendra <vijayendra.bhamidipati@citrix.com>
---
 core/src/com/cloud/vm/UserVmCloneSettingVO.java    |  50 ++++++
 .../hypervisor/vmware/manager/VmwareManager.java   |   3 +
 .../vmware/manager/VmwareManagerImpl.java          |  18 +-
 .../hypervisor/vmware/resource/VmwareResource.java | 117 +++++++++----
 server/conf/migration-components.xml               |   1 +
 server/src/com/cloud/configuration/Config.java     |   1 +
 server/src/com/cloud/vm/UserVmManagerImpl.java     | 184 ++++++++++-----------
 .../com/cloud/vm/dao/UserVmCloneSettingDao.java    |  37 +++++
 .../cloud/vm/dao/UserVmCloneSettingDaoImpl.java    |  74 +++++++++
 .../vm/dao/UserVmCloneSettingDaoImplTest.java      |  62 +++++++
 .../UserVmCloneSettingDaoTestConfiguration.java    |  52 ++++++
 .../test/resources/CloneSettingDaoTestContext.xml  |  42 +++++
 setup/db/db/schema-410to420.sql                    |   9 +
 13 files changed, 527 insertions(+), 123 deletions(-)
 create mode 100755 core/src/com/cloud/vm/UserVmCloneSettingVO.java
 create mode 100755 server/src/com/cloud/vm/dao/UserVmCloneSettingDao.java
 create mode 100755 server/src/com/cloud/vm/dao/UserVmCloneSettingDaoImpl.java
 create mode 100644 server/test/com/cloud/vm/dao/UserVmCloneSettingDaoImplTest.java
 create mode 100644 server/test/com/cloud/vm/dao/UserVmCloneSettingDaoTestConfiguration.java
 create mode 100644 server/test/resources/CloneSettingDaoTestContext.xml 
						
						
					 
					
						2013-02-25 14:57:57 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chip Childers 
							
						 
					 
					
						
						
						
						
							
						
						
							78764c8b6e 
							
						 
					 
					
						
						
							
							License header updates for the server folder.  
						
						 
						
						
						
						
					 
					
						2012-08-03 09:41:27 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Nalley 
							
						 
					 
					
						
						
						
						
							
						
						
							59436be4ee 
							
						 
					 
					
						
						
							
							fixing line endings in server  
						
						 
						
						
						
						
					 
					
						2012-04-07 20:13:10 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								alena 
							
						 
					 
					
						
						
						
						
							
						
						
							95f90fd986 
							
						 
					 
					
						
						
							
							Removed bad word from log4j config files.  
						
						 
						
						
						
						
					 
					
						2011-02-08 13:55:40 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								alena 
							
						 
					 
					
						
						
						
						
							
						
						
							0c659af24a 
							
						 
					 
					
						
						
							
							Implemented DB migration from 2.1.x to 2.2.x for Instance Grous feature. Added missing Daos to migration-components.xml (AccountDao, ResourceCoundDao, InstanceGroupDao, InstanceGroupVmMapDao).1  
						
						 
						
						
						
						
					 
					
						2010-09-21 18:53:18 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Amador (Rudd-O) 
							
						 
					 
					
						
						
						
						
							
						
						
							05c020e1f6 
							
						 
					 
					
						
						
							
							Source code committed  
						
						 
						
						
						
						
					 
					
						2010-08-11 09:13:29 -07:00