1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00
one/include
2011-06-01 12:37:39 +02:00
..
test feature #622: Harden RequestManager Class. New authenticate method for the UserPool returns group. Tests have been updated 2011-05-24 15:36:40 +02: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 #662: Deleted unneeded file and moved object to string method 2011-05-31 00:16:57 +02:00
AuthManagerDriver.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
Callbackable.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
Cluster.h feature #407: order of uid, gid the same for constructors. Solved som issues with fix_times 2011-05-22 22:30:36 +02:00
ClusterPool.h Feature #407: Use Cluster-ids instead of cluster names for Hosts. Update onedb 1.rb, tests and CLI for this change 2011-05-17 12:45:16 +02:00
DispatchManager.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
FixedLeases.h Merge branch 'feature-407' 2011-03-29 00:01:00 +02:00
Group.h feature #407: LastOID is private for the pools. Minor changes in Group classes 2011-05-21 02:06:29 +02:00
GroupPool.h feature #407: LastOID is private for the pools. Minor changes in Group classes 2011-05-21 02:06:29 +02:00
History.h Merge branch 'feature-407' 2011-03-29 00:01:00 +02: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 Feature #407: Use Cluster-ids instead of cluster names for Hosts. Update onedb 1.rb, tests and CLI for this change 2011-05-17 12:45:16 +02:00
HostHook.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
HostPool.h Merge branch 'feature-407' 2011-03-29 00:01:00 +02: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 #622: Public is now an attribute of PoolObjectSQL. Redesign of authorization function 2011-05-26 12:20:56 +02:00
ImageManager.h feature #523: Moved saveas to core. Some checks still needs to be done: image is not persistent, image is not going to be saved. Also types should be preserved if building from an exisiting image. 2011-04-07 02:01:40 +02:00
ImageManagerDriver.h feature #523: Image repository is now decopled from storage backend. Source is generated by drivers using a driver-specific URL. 2011-05-07 02:49:07 +02:00
ImagePool.h Feature #407: Add 'GID' attribute to some pool objects; change *pool.info XML-RPC flag meaning; update onedb migrator; fix tests. 2011-05-16 17:00:27 +02:00
ImageTemplate.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
InformationManager.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
InformationManagerDriver.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
Leases.h Merge branch 'feature-407' 2011-03-29 00:01:00 +02: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 Merge branch 'master' into feature-407 2011-05-12 17:28:03 +02: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
ObjectSQL.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
ObjectXML.h Merge branch 'feature-407' 2011-03-29 00:01:00 +02:00
OneClient.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
PoolObjectSQL.h feature #622: Public is now an attribute of PoolObjectSQL. Redesign of authorization function 2011-05-26 12:20:56 +02:00
PoolSQL.h feature #407: order of uid, gid the same for constructors. Solved som issues with fix_times 2011-05-22 22:30:36 +02:00
RangedLeases.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
Request.h feature #662: Moved string representation of Auth objects for error printing 2011-05-28 11:36:24 +02:00
RequestManager.h feature #622: Harden RequestManager Class. New authenticate method for the UserPool returns group. Tests have been updated 2011-05-24 15:36:40 +02:00
RequestManagerAllocate.h feature #622: VirtualMachineAllocate method in Request Manager 2011-06-01 12:37:39 +02:00
RequestManagerDelete.h feature #622: Public is now an attribute of PoolObjectSQL. Redesign of authorization function 2011-05-26 12:20:56 +02:00
RequestManagerInfo.h feature #622: Public is now an attribute of PoolObjectSQL. Redesign of authorization function 2011-05-26 12:20:56 +02:00
RequestManagerPoolInfo.h feature #662: Delete uses a common Request. Moved more functionality to base classes 2011-05-26 00:59:50 +02:00
RequestManagerPoolInfoFilter.h feature #662: Delete uses a common Request. Moved more functionality to base classes 2011-05-26 00:59:50 +02:00
RequestManagerPublish.h feature #662: Common method for publish requests 2011-05-27 00:21:14 +02:00
RequestManagerVirtualNetwork.h feature #622: VirtualNetwork methods uses a common base class 2011-05-29 00:37:59 +02: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 feature #487: Better get_template_contents (now clone_template) 2011-04-10 23:55:49 +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 #407: order of uid, gid the same for constructors. Solved som issues with fix_times 2011-05-22 22:30:36 +02:00
UserPool.h feature #662: Pool Info methods now uses the same implementation 2011-05-24 17:31:27 +02:00
VirtualMachine.h Feature #407: Add 'GID' attribute to some pool objects; change *pool.info XML-RPC flag meaning; update onedb migrator; fix tests. 2011-05-16 17:00:27 +02:00
VirtualMachineHook.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
VirtualMachineManager.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
VirtualMachineManagerDriver.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
VirtualMachinePool.h Feature #407: Add 'GID' attribute to some pool objects; change *pool.info XML-RPC flag meaning; update onedb migrator; fix tests. 2011-05-16 17:00:27 +02:00
VirtualMachineTemplate.h feature #487: Get rid of merge method for VirtualMachineTemplates 2011-04-11 00:59:59 +02:00
VirtualNetwork.h feature #622: Public is now an attribute of PoolObjectSQL. Redesign of authorization function 2011-05-26 12:20:56 +02:00
VirtualNetworkPool.h Feature #407: Add 'GID' attribute to some pool objects; change *pool.info XML-RPC flag meaning; update onedb migrator; fix tests. 2011-05-16 17:00:27 +02:00
VirtualNetworkTemplate.h Update copyright year to 2011 2011-02-25 14:34:44 +01:00
VMTemplate.h feature #622: Public is now an attribute of PoolObjectSQL. Redesign of authorization function 2011-05-26 12:20:56 +02:00
VMTemplatePool.h Feature #407: Add 'GID' attribute to some pool objects; change *pool.info XML-RPC flag meaning; update onedb migrator; fix tests. 2011-05-16 17:00:27 +02: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