..
test
Bug #1036 : Local hooks are now executed from $VAR_LOCATION/remotes/hooks. Remote hooks are still executed from the SCRIPTS_REMOTE_PATH.
2011-12-19 23:35:46 +01:00
AclManager.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
AclRule.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
ActionManager.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
Attribute.h
Bug #576 : Parser of the monitor information is now more robust. Error parsing the monitor info is log as an error in the VM template. The Template attributes are also XML secure, names are fixed to conform XML namimg conventions
2011-05-08 02:13:37 +02:00
AuthManager.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
AuthManagerDriver.h
bug #847 : The authentication driver is now not encoded as part of the secret. The base auth driver has been updated to deal with this new protocol
2011-10-12 01:00:50 +02:00
Callbackable.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
DispatchManager.h
feature #132 : Support for reboot action in OpenNebula core
2011-12-25 23:46:19 +01:00
FixedLeases.h
Feature #602 : Refactor Ranged VNets to store first and last IP of the range
2011-11-25 10:02:17 -08:00
Group.h
Feature #862 : Add default permission to Group so users can USE their own group
2012-01-03 10:08:51 -08:00
GroupPool.h
Bug #848 : Add error message and stop oned execution if bootstrap fails
2011-10-10 06:14:46 -07:00
History.h
Feature #863 : Add Virtual Network MAD to hosts
2011-11-10 17:28:32 +01:00
Hook.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
HookManager.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
HookManagerDriver.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
Host.h
Bug #759 : Check if XML is valid before it is stored in the DB.
2011-12-19 17:09:31 +01:00
HostHook.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
HostPool.h
Bug #1036 : Local hooks are now executed from $VAR_LOCATION/remotes/hooks. Remote hooks are still executed from the SCRIPTS_REMOTE_PATH.
2011-12-19 23:35:46 +01:00
HostShare.h
Merge branch 'feature-407'
2011-03-29 00:01:00 +02:00
HostTemplate.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
Image.h
feature-862: Check persistent state and permissions for Images
2012-01-06 01:36:57 +01:00
ImageManager.h
feature #966 : Images can now be referred by name with IMAGE. Conflicts for images with the same name can be resolved with IMAGE_UID and IMAGE_UNAME
2011-11-12 03:20:59 +01:00
ImageManagerDriver.h
bug #847 : changes the prototype of mkfs function in Image Driver
2011-10-11 15:45:38 +02:00
ImagePool.h
feature #966 : Images can now be referred by name with IMAGE. Conflicts for images with the same name can be resolved with IMAGE_UID and IMAGE_UNAME
2011-11-12 03:20:59 +01:00
ImageTemplate.h
bug #847 : Adds template to Users to store metadata. Added OCA (ruby) methods and command option
2011-10-11 00:20:50 +02:00
InformationManager.h
feature: New configuration attribute for the the number of HOSTs and VMs to be monitored per interval.
2011-08-16 18:12:45 +02:00
InformationManagerDriver.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
Leases.h
Feature #602 : Small bugfixes
2011-11-29 18:09:19 +01:00
LibVirtDriver.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
LifeCycleManager.h
feature #132 : Support for reboot action in OpenNebula core
2011-12-25 23:46:19 +01:00
Log.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
Mad.h
Fix compilation warnings with gcc4.6
2011-04-22 01:06:01 +02:00
MadManager.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
mem_collector.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
MySqlDB.h
Bug #408 : Fix compilation when mysql flag is set to 'no'
2011-05-06 18:14:23 +02:00
Nebula.h
feature #360 : Split NebulaTemplate class to support addtional configuration files for OpenNebula daemons
2011-12-13 23:57:56 +01:00
NebulaLog.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
NebulaTemplate.h
feature #360 : Scheduler now uses configuration file parameters. Removed sched options from one start script and scheduler daemon
2011-12-15 01:19:23 +01:00
ObjectCollection.h
feature #407 : Prevent some deadlocks when adding/removing users from groups
2011-06-03 13:31:11 +02:00
ObjectSQL.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
ObjectXML.h
Bug #759 : Check if XML is valid before it is stored in the DB.
2011-12-19 17:09:31 +01:00
OneClient.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
PoolObjectAuth.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
PoolObjectSQL.h
feature-862: Check persistent state and permissions for Images
2012-01-06 01:36:57 +01:00
PoolSQL.h
Feature #662 : Add error message to PoolSQL::drop
2011-06-08 19:18:12 +02:00
RangedLeases.h
Feature #602 : Refactorin of the Range creation code. New method RangedLeases::process_template
2011-11-28 17:24:46 +01:00
Request.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
RequestManager.h
Feature #662 , #407 : Delete operator<< from PoolObjectSQL classes. Remove Cluster objects.
2011-06-03 15:33:48 +02:00
RequestManagerAcl.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
RequestManagerAllocate.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
RequestManagerChmod.h
Feature #862 : Add one.*.chmod xml-rpc methods in the core
2012-01-04 20:14:09 +01:00
RequestManagerChown.h
feature #862 : Refactor Chown function
2012-01-05 01:45:53 +01:00
RequestManagerDelete.h
feature #862 : DELETE now requires MANAGE and CREATE permissions over the object
2012-01-05 02:39:00 +01:00
RequestManagerHost.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
RequestManagerImage.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
RequestManagerInfo.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
RequestManagerPoolInfoFilter.h
feature #862 : Modified behavior of MINE, MINE-GROUP ALL queries
2012-01-06 01:12:55 +01:00
RequestManagerUpdateTemplate.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
RequestManagerUser.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
RequestManagerVirtualMachine.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
RequestManagerVirtualNetwork.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
RequestManagerVMTemplate.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
SqlDB.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
SqliteDB.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
SSLTools.h
feature #513 : Moved SSL utils to a common Helper Class
2011-05-12 17:20:52 +02:00
Template.h
bug #847 : Added method to get & erase an attribute. Cleaned up prototypes
2011-10-11 12:47:30 +02:00
TransferManager.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
TransferManagerDriver.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
User.h
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
UserPool.h
Bug #847 : Automatically create at bootstrap new user serveradmin with server_cipher driver.
2011-10-25 18:49:09 +02:00
UserTemplate.h
bug #847 : Adds template to Users to store metadata. Added OCA (ruby) methods and command option
2011-10-11 00:20:50 +02:00
VirtualMachine.h
Bug #759 : Check if XML is valid before it is stored in the DB.
2011-12-19 17:09:31 +01:00
VirtualMachineHook.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
VirtualMachineManager.h
feature #132 : Support for reboot action in OpenNebula core
2011-12-25 23:46:19 +01:00
VirtualMachineManagerDriver.h
feature #132 : Support for reboot action in OpenNebula core
2011-12-25 23:46:19 +01:00
VirtualMachinePool.h
Bug #1036 : Local hooks are now executed from $VAR_LOCATION/remotes/hooks. Remote hooks are still executed from the SCRIPTS_REMOTE_PATH.
2011-12-19 23:35:46 +01:00
VirtualMachineTemplate.h
feature #940 : Removed security check in tm_context drivers. Added check for restricted attributes to
2011-10-22 22:38:00 +02:00
VirtualNetwork.h
Feature #862 : Remove public attribute from core
2012-01-04 06:31:20 -08:00
VirtualNetworkPool.h
feature #966 : Vnet can now be referred by name with NETWORK
2011-11-12 23:39:10 +01:00
VirtualNetworkTemplate.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
VMTemplate.h
Feature #862 : Remove public attribute from core
2012-01-04 06:31:20 -08:00
VMTemplatePool.h
Bug #848 : Add error message and stop oned execution if bootstrap fails
2011-10-10 06:14:46 -07:00
XenDriver.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
XMLDriver.h
Update copyright year to 2011
2011-02-25 14:34:44 +01:00