Ruben S. Montero
e73c78869b
feature #1288 : Better interface for Quotas
2012-06-04 00:45:56 +02:00
Ruben S. Montero
ce3609c28c
feature #1288 : Better syntax to define DATASTORE quotas
2012-06-02 02:58:46 +02:00
Ruben S. Montero
6819043e4e
feature #1288 : Add rollback to image creation
2012-05-30 12:53:51 +02:00
Ruben S. Montero
552d370593
feature #1288 : Better integration for Quotas with RequestManager
2012-05-30 02:20:16 +02:00
Ruben S. Montero
d6beb1fb06
feature #1288 : Work on Quota interface. Integration with authZ/authN system
2012-05-29 00:36:13 +02:00
Ruben S. Montero
18695f1314
feature #1288 : Image quotas in the user class
2012-05-28 00:13:38 +02:00
Carlos Martín
3c1cf1f1b3
Feature #1112 : Fix oneimage update (broken in commit:92dd8d4c)
2012-03-14 15:48:06 +01:00
Jaime Melis
a2b7cb6bc9
Bump to version 3.2.0
2012-01-12 12:29:18 +01:00
Ruben S. Montero
e6628a1f75
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
Carlos Martín
75d5e7a1fb
Add the Object type to the PoolObjectAuth class
2012-01-02 22:14:43 +01:00
Carlos Martín
f0d8ac78d6
Bug #759 : Check if XML is valid before it is stored in the DB.
2011-12-19 17:09:31 +01:00
Ruben S. Montero
7a44026d66
bug #847 : Get rid of unneeded constructor in AuthRequest
2011-10-21 10:15:26 +02:00
Carlos Martín
86c127320e
Bug #847 : Perform sha1 for new passwords if the core driver is used
2011-10-20 19:22:42 +02:00
Carlos Martín
30734a57f2
Bug #847 - #929 : Add session expiration time in oned.conf
2011-10-20 12:53:36 +02:00
Carlos Martín
0ff522488f
Bug #847 - #929 : Include authentication session expiration time
2011-10-20 11:55:44 +02:00
Carlos Martín
b8ab225614
Bug #847 - #928 : The character ':' is now allowed in passwords
2011-10-18 18:48:31 +02:00
Carlos Martín
d2e781cd27
Bug #847 - #918 : Add method to change user auth driver in core, ruby oca and CLI
2011-10-17 15:08:00 +02:00
Ruben S. Montero
30a9162f5e
Merge branch 'master' into bug-847
...
Conflicts:
src/um/UserPool.cc
2011-10-15 00:22:52 +02:00
Ruben S. Montero
cbf64ecf1b
bug #847 : Auth drivers are set in OpenNebula core. Login tokens do not include the driver, so the hash logic needs update, see #911
2011-10-11 19:15:13 +02:00
Ruben S. Montero
b94dd94f3f
bug #847 : Adds template to Users to store metadata. Added OCA (ruby) methods and command option
2011-10-11 00:20:50 +02:00
Carlos Martín
21bca20780
Bug #848 : Add error message and stop oned execution if bootstrap fails
2011-10-10 06:14:46 -07:00
Carlos Martín
f2a45ed139
Bugs #797 , #485 : Add invalid character checks to user names, add invalid char ':'
2011-09-13 17:54:51 +02:00
Ruben S. Montero
0faf6203fb
bug #797 : OpenNebula core prevents a password with spaces to be used
...
(cherry picked from commit f0410c9e75
)
2011-09-09 18:33:37 +02:00
Ruben S. Montero
66485c6ed7
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
Ruben S. Montero
8e33e4cded
feature #687 : Resources now stores the name of the owner and the group
2011-06-30 11:31:00 +02:00
Ruben S. Montero
60294c229b
feature #407 : Fixes tests for Users. Groups are added in allocate
2011-06-09 12:05:46 +02:00
Ruben S. Montero
954038d426
feature #407 : Users gets the gid of user performing the allocate if not oneadmin. Group are added to users groups in constructor. Groups are updated in user allocate
2011-06-09 00:12:39 +02:00
Carlos Martín
069cd6bfb1
Feature #662 : User add/del group: fix a couple of bugs, and better error messages.
2011-06-07 16:58:40 +02:00
Ruben S. Montero
c004100564
Merge branch 'feature-407rm' of git.opennebula.org:one into feature-407rm
...
Conflicts:
src/host/HostPool.cc
2011-06-03 17:01:52 +02:00
Ruben S. Montero
70435d9043
feature #407 , #662 : New User methods in RM and some changes in the add/del group interface
2011-06-03 16:58:42 +02:00
Carlos Martín
e28ad2a69d
Feature #662 , #407 : Delete operator<< from PoolObjectSQL classes. Remove Cluster objects.
2011-06-03 15:33:48 +02:00
Ruben S. Montero
532982b6fb
feature #407 : Prevent some deadlocks when adding/removing users from groups
2011-06-03 13:31:11 +02:00
Carlos Martín
7285fbd5c0
Merge branch 'feature-407' of git.opennebula.org:one into feature-407
...
Conflicts:
include/Group.h
include/User.h
src/cluster/Cluster.cc
src/cluster/ClusterPool.cc
src/group/Group.cc
src/rm/RequestManagerUserAllocate.cc
src/um/User.cc
2011-05-25 14:56:35 +02:00
Carlos Martín
6230001c56
Feature #407 :
...
* Chown method: destination user and group are checked, auth. manager request used.
* New one.group.chown method.
* New ObjectCollection class to store sets of IDs.
* New RM user.addgroup user.delgroup methods, users and groups store a cross-reference ID set.
* Clusters store a set of Host IDs. The RM part of the add/remove host functionality works, but should be re-done to avoid deadlocks.
* Fix onedb schmea for template_pool table bug.
2011-05-25 12:13:17 +02:00
Ruben S. Montero
122a45ac28
feature #407 : order of uid, gid the same for constructors. Solved som issues with fix_times
2011-05-22 22:30:36 +02:00
Ruben S. Montero
3efc2abdc1
Merge branch 'master' into feature-407
...
Conflicts:
install.sh
2011-05-21 02:28:23 +02:00
Carlos Martín
3fa10a2ddf
Feature #407 : Add 'GID' attribute to some pool objects; change *pool.info XML-RPC flag meaning; update onedb migrator; fix tests.
...
* VM, VMTEMPLATE, VNET & IMAGE objects have a GID attribute, and a table column. The group id is inherited from the user creating the object, except for VMs created from Templates, that inherit the Template's group.
* The new flag meaning has been modified in src/rm sources and CLI commands for one.(vm,template,vnet,image)pool.info . It changes from
-2 all, -1 mine & public, >=0 UID
to
-3 mine, -2 all, -1 mine & group
* USER has a group, but not secondary ones. The user_pool table doesn't have a GID column, we'll deal with it later when the group-users relations are implemented.
* onedb migrator 1.rb: deleted USERNAME, and GID added.
2011-05-16 17:00:27 +02:00
Ruben S. Montero
5bfec3ab96
feature #513 : Moved SSL utils to a common Helper Class
2011-05-12 17:20:52 +02:00
Ruben S. Montero
e678b190ee
feature #487 : Better get_template_contents (now clone_template)
2011-04-10 23:55:49 +02:00
Carlos Martín
5b9fed52f7
Feature #487 : First version of TemplatePool added to the core: DB, Pool and RM methods.
2011-03-30 19:03:49 +02:00
Ruben S. Montero
35de55685d
Merge branch 'feature-407'
...
Conflicts:
src/host/ClusterPool.cc
2011-03-29 00:01:00 +02:00
Ruben S. Montero
c4f4e1c988
feature #407 : User pool uses de indexing methods of PoolSQL
2011-03-09 12:47:49 +01:00
Ruben S. Montero
fadbe3a4d7
feature #407 : All resources now uses the base classes and index
2011-03-04 23:26:55 +01:00
Carlos Martín
de03c2859f
Feature #407 : User object modified for new XML DB schema
2011-03-04 17:04:28 +01:00
Jaime Melis
4980255942
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
Ruben S. Montero
7ac6121da9
bug #274 : Error messages are now sent to the user when allocating objects
2010-08-05 19:28:28 +02:00
Ruben S. Montero
284a2db716
feature #203 : Authenticate now uses the Auth Manager infrastructure
2010-07-08 19:29:01 +02:00
Carlos Martín
4d0d92ec46
feature #206 : Isolation of INSERT and REPLACE SQL queries for User objects.
2010-04-26 18:29:31 +02:00
Ruben S. Montero
7d16e4b0c8
feature #206 : User classes ported to the new SQL interface
2010-04-05 00:07:31 +02:00
Javier Fontán Muiños
fdfe10407e
Changed copyright notice
2010-02-22 18:00:30 +01:00