1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00
one/include
2011-12-30 19:54:57 +01:00
..
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 Create 3 ACL rules from the object's permission attributes in AclManager::authorize 2011-12-30 16:27:42 +01:00
AclRule.h Change ACL operations to USE, MANAGE, ADMIN & CREATE 2011-12-29 08:09:53 -08: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 New class PoolObjectSQL::Permissions to move objects ownership and permission attributes to the Auth & ACL Managers 2011-12-29 22:05:11 +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 Update copyright year to 2011 2011-02-25 14:34:44 +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 Bug #759: Check if XML is valid before it is stored in the DB. 2011-12-19 17:09:31 +01: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 Bug #759: Check if XML is valid before it is stored in the DB. 2011-12-19 17:09:31 +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 Update copyright year to 2011 2011-02-25 14:34:44 +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 Bump to version 3.1.80 2011-12-05 17:56:34 +01:00
NebulaLog.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
NebulaTemplate.h Update copyright year to 2011 2011-02-25 14:34:44 +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
PoolObjectSQL.h Change defaults for PoolObjectSQL::Permissions constructor 2011-12-30 19:54: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 MULTIPLE GROUPS: Removed initial effort to support multiple user groups for the users. This should be easily recovered to complete this feature in the future 2011-07-07 19:01:04 +02:00
RequestManager.h Feature #662, #407: Delete operator<< from PoolObjectSQL classes. Remove Cluster objects. 2011-06-03 15:33:48 +02:00
RequestManagerAcl.h Bug #702: xmlrpc-c does not create a new xmlrpc_c::method class for each request. 2011-07-07 12:45:13 +02:00
RequestManagerAllocate.h Modify one.host.allocate signature, to match changes of commit:665036ef 2011-12-13 17:36:20 +01:00
RequestManagerChown.h Change ACL operations to USE, MANAGE, ADMIN & CREATE 2011-12-29 08:09:53 -08:00
RequestManagerDelete.h Change ACL operations to USE, MANAGE, ADMIN & CREATE 2011-12-29 08:09:53 -08:00
RequestManagerHost.h Change ACL operations to USE, MANAGE, ADMIN & CREATE 2011-12-29 08:09:53 -08:00
RequestManagerImage.h Bug #868: Add new one.image.chtype method, in core, ruby & java oca, and CLI. Needs testing 2011-10-21 18:50:04 +02:00
RequestManagerInfo.h Change ACL operations to USE, MANAGE, ADMIN & CREATE 2011-12-29 08:09:53 -08:00
RequestManagerPoolInfo.h Change ACL operations to USE, MANAGE, ADMIN & CREATE 2011-12-29 08:09:53 -08:00
RequestManagerPoolInfoFilter.h Change ACL operations to USE, MANAGE, ADMIN & CREATE 2011-12-29 08:09:53 -08:00
RequestManagerPublish.h Bug #702: xmlrpc-c does not create a new xmlrpc_c::method class for each request. 2011-07-07 12:45:13 +02:00
RequestManagerUpdateTemplate.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
RequestManagerUser.h Merge remote branch 'origin/master' into feature-862 2011-12-30 17:11:55 +01:00
RequestManagerVirtualMachine.h Merge remote branch 'origin/master' into feature-862 2011-12-30 17:11:55 +01:00
RequestManagerVirtualNetwork.h Feature #965: New one.vn.hold and one.vn.release methods to mark IPs as used, without an associated VM. Includes Ruby OCA and CLI 2011-11-29 16:12:00 +01:00
RequestManagerVMTemplate.h Change ACL operations to USE, MANAGE, ADMIN & CREATE 2011-12-29 08:09:53 -08: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 Bug #759: Check if XML is valid before it is stored in the DB. 2011-12-19 17:09:31 +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 now vmm deploy gets local and remote deployment paths 2011-11-16 18:11:53 +01:00
VirtualMachineManagerDriver.h feature #863: Change the OpenNebula Core to VMM Driver protocol now all messages have the same format: 2011-11-10 11:15:58 +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 Bug #759: Check if XML is valid before it is stored in the DB. 2011-12-19 17:09:31 +01: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 Bug #759: Check if XML is valid before it is stored in the DB. 2011-12-19 17:09:31 +01: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