1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00
Commit Graph

2456 Commits

Author SHA1 Message Date
Ruben S. Montero
95cc8c31d5 feature #687: Potentiall access to freed memory in Object_XML::get_nodes. Nodes must be disposed when not needed by the calling function 2011-07-03 01:57:39 +02:00
Ruben S. Montero
ff7e79207f feature #687: Scheduler uses the new filter function 2011-07-02 19:11:22 +02:00
Carlos Martín
5609e3e424 Merge branch 'feature-687' of git.opennebula.org:one into feature-687 2011-07-01 19:06:15 +02:00
Carlos Martín
896385e77b Feature #687: Fix oneacl addrule parser 2011-07-01 19:05:17 +02:00
Ruben S. Montero
a091e52ffb feature #687: Redo of commit 2b90f02377 2011-07-01 18:54:02 +02:00
Ruben S. Montero
d74b69e4ce Merge branch 'feature-696' into feature-687 + Filter for all groups
Conflicts:
	include/RequestManagerPoolInfoFilter.h
	src/rm/RequestManagerPoolInfoFilter.cc
2011-07-01 18:39:36 +02:00
Carlos Martín
c1ff6fe3ae Feature #687: Remove trailing spaces 2011-07-01 18:09:14 +02:00
Carlos Martín
f719100b0f Merge branch 'master' into feature-687 2011-07-01 18:00:40 +02:00
Carlos Martín
08b64e8090 Bug in CLI: filter flag option for list and top commands was ignored 2011-07-01 17:54:01 +02:00
Carlos Martín
3cd1abe7ab Bug: Fix onetemplate helper, it wasn't showing anything in 'list' command 2011-07-01 17:52:05 +02:00
Carlos Martín
2b90f02377 Feature #687: Bug in RequestManagerPoolInfoFilter: each request has a different operation, they can't share the common auth_op attribute 2011-07-01 17:33:37 +02:00
Carlos Martín
27288cfc0e Feature #687: Better default rules in AuthManager, takes into account the object's owner 2011-07-01 16:10:00 +02:00
Carlos Martín
32a7699c5a Feature #687: Fix oneacl delete 2011-07-01 14:30:48 +02:00
Javi Fontan
b540f3796a Merge branch 'feature-595' 2011-07-01 13:53:34 +02:00
Javi Fontan
19073b47d5 feature #595: added kvm migrate_local to install.sh 2011-07-01 13:53:14 +02:00
Javi Fontan
0912dd690c bug #701: old code left in im wrapper 2011-07-01 13:11:07 +02:00
Carlos Martín
1b656b3b29 Feature #687: Additional check for new ACL rules 2011-07-01 12:54:31 +02:00
Carlos Martín
33fe05472f Bug in oneimage chown 2011-07-01 10:44:53 +02:00
Carlos Martín
dc0a1edff5 Feature #687: Better handling of requests that don't have oid or gid 2011-06-30 19:43:36 +02:00
Carlos Martín
5ae5d85301 Feature #687: Let users in the oneadmin group perform any operation, instead of only manage ACL rules 2011-06-30 18:03:06 +02:00
Carlos Martín
bc29eaca98 Feature #687: Let users use and see public objects in their group 2011-06-30 17:43:06 +02:00
Javi Fontan
e87052af2e Merge branch 'feature-595' 2011-06-30 17:19:09 +02:00
Javi Fontan
5e6d21830a feature #595: bug in migrate_local script 2011-06-30 17:18:51 +02:00
Javi Fontan
71bd21f461 Merge branch 'feature-595' 2011-06-30 17:00:10 +02:00
Javi Fontan
bacecfba75 bug in ec2 authorize action 2011-06-30 16:58:24 +02:00
Javi Fontan
59291f9518 bug #703: wrong driver initialization 2011-06-30 16:58:13 +02:00
Carlos Martín
d813946556 Feature #687: Add method AclRule::from_xml 2011-06-30 16:04:56 +02:00
Tino Vázquez
b37b4be45e Merge branch 'feature-687' of git.opennebula.org:one into feature-687 2011-06-30 15:49:29 +02:00
Tino Vázquez
19d3db124e Feature #687: ACL string syntax for oneacl 2011-06-30 15:48:08 +02:00
Carlos Martín
f2f9c267cb Feature #687: Let users in the oneadmin group manage ACL rules 2011-06-30 15:17:58 +02:00
Ruben S. Montero
071763887c Merge branch 'feature-687' of git.opennebula.org:one into feature-687 2011-06-30 12:10:01 +02:00
Ruben S. Montero
255c8ff886 feature #687: user and group name are now stored in XML descriptions 2011-06-30 12:09:25 +02:00
Carlos Martín
7520a50dd3 Feature #687: Add correctness check for ACL rule rights 2011-06-30 11:53:18 +02:00
Carlos Martín
348e0aaebc Feature #687: Add mutex to AclManager 2011-06-30 11:41:27 +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
Carlos Martín
42ae602e99 Feature #687: Add missing CLI files to install.sh 2011-06-30 11:17:22 +02:00
Carlos Martín
759d05c2f2 Feature #687: Remove duplicated search test in AclManager::add_rule 2011-06-30 11:04:07 +02:00
Tino Vázquez
3a321321b5 feature #687: Human readable output for oneacl list 2011-06-29 19:32:10 +02:00
Carlos Martín
165a8fb74b Feature #687: Add oid to ACL Rules, one.acl.delrule now expects that ID. Modify XML to look similar to a pool 2011-06-29 18:41:49 +02:00
Carlos Martín
3543b4c209 Merge branch 'feature-687' of git.opennebula.org:one into feature-687 2011-06-29 16:28:16 +02:00
Carlos Martín
84f874bfc2 Feature #687: Add correctness check for new rules 2011-06-29 16:22:54 +02:00
Tino Vázquez
8d4fec645b feature #687: Add Rule class in OCA 2011-06-29 14:46:55 +02:00
Carlos Martín
85fa48e604 Feature #687: Change the way the rule string representation is built 2011-06-29 13:09:29 +02:00
Carlos Martín
773f5f0881 Feature #687: Remove unneeded operators in AclRule 2011-06-29 12:56:12 +02:00
Carlos Martín
303db36d95 Feature #687: ACL Manager looks for rules that apply to any of the user's groups 2011-06-29 12:50:16 +02:00
Javi Fontan
9e3bfbea6c bug #630: host monitoring gives an error when the remotes could not be updated 2011-06-28 14:16:43 +02:00
Carlos Martín
d1f4966fa3 Bug in oneuser chgrp 2011-06-28 13:19:35 +02:00
Carlos Martín
a0a51efb55 Merge branch 'master' into feature-687 2011-06-28 13:10:17 +02:00
Carlos Martín
05ea353f24 Feature #687: ACL rules now check the object's group 2011-06-28 12:56:37 +02:00
Carlos Martín
2da4877c8c Feature #687: AuthRequest::add_auth extracts the object int id only if it is not a string template 2011-06-28 11:43:14 +02:00