1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00
Commit Graph

954 Commits

Author SHA1 Message Date
Tino Vázquez
aea644f944 feature #203: Auth for USERS 2010-07-09 20:12:19 +02:00
Tino Vázquez
7777e913cc feature #203: Missing header 2010-07-09 19:56:55 +02:00
Tino Vázquez
6641caef7e feature #203: Auth for VirtualNetworks 2010-07-09 19:56:48 +02:00
Tino Vázquez
ec46c188bb Merge branch 'feature-203' of dsa-research.org:one into feature-203 2010-07-09 19:33:20 +02:00
Tino Vázquez
f7d3833c10 feature #203: Adding authorization for Image allocate 2010-07-09 19:32:37 +02:00
Tino Vázquez
0efe68bff1 feature #203: Image use AuthManager 2010-07-09 19:29:41 +02:00
Javi Fontan
8c3d64e951 Added first version of auth mad files 2010-07-09 18:59:42 +02:00
Ruben S. Montero
1953d814f6 feature #203: Hosts use AuthManager 2010-07-09 13:38:23 +02:00
Ruben S. Montero
91722661a0 feature #203: Hosts can be used by anybody in plain auth 2010-07-09 13:09:55 +02:00
Ruben S. Montero
3fdd16f094 feauture #203: Integrated VM operations with AuthManager 2010-07-09 12:43:20 +02:00
Ruben S. Montero
edea2edf2b feature #203: Integrated VM allocation with AuthManager 2010-07-09 12:10:05 +02:00
Ruben S. Montero
f9dbce8935 feature #203: Restored original scons helpers 2010-07-09 09:42:17 +02:00
Ruben S. Montero
41b676e2c6 feature #203: Tests now works with the AuthManager 2010-07-09 09:39:37 +02:00
Ruben S. Montero
fea2b21e4b feature #203: Fix wrong conflict resolution 2010-07-09 09:26:06 +02:00
Ruben S. Montero
479129cb74 Merge branch 'master' into feature-203
Conflicts:
	src/host/test/HostPoolTest.cc
2010-07-09 09:22:35 +02:00
Carlos Martín
dc10957622 feature #192: Fixed tests for HostPool 2010-07-09 09:17:03 +02:00
Ruben S. Montero
c752146975 feature #203: Encode object_ids (templates) for CREATE operations 2010-07-09 09:14:35 +02:00
Ruben S. Montero
bf1816e068 feature #203: New authenticate. 2010-07-09 08:14:43 +02:00
Ruben S. Montero
4a733a8450 feature #203: Make use of AuthManager in vm.action method 2010-07-08 20:21:51 +02:00
Ruben S. Montero
04a85b90ad feature #203: New authorize method for users that use the AuthManager subsystem 2010-07-08 19:45:00 +02:00
Ruben S. Montero
284a2db716 feature #203: Authenticate now uses the Auth Manager infrastructure 2010-07-08 19:29:01 +02:00
Ruben S. Montero
2cc7ff67be feature #203: Nebula deamon starts a generic auth manager if defined 2010-07-08 19:28:10 +02:00
Ruben S. Montero
3317695a3c feature #203: Default message for timeouts 2010-07-08 19:27:32 +02:00
Tino Vázquez
fac1c49e66 Removing unused enable information from oneuser CLI 2010-07-08 19:15:48 +02:00
Ruben S. Montero
76e83df632 feature #203: Simplified driver load procedure and getter 2010-07-08 18:50:32 +02:00
Ruben S. Montero
53c06533d3 Better scope for the hook driver name, removed unused variable 2010-07-08 18:49:37 +02:00
Ruben S. Montero
b14eefeeec feature #203: Plain authn/authz policies 2010-07-08 17:50:49 +02:00
Ruben S. Montero
7f646b8b66 feature 203: Requests now follow the new format 2010-07-08 16:36:33 +02:00
Ruben S. Montero
3388563a9d feature #203: Conforming new protocol spec 2010-07-08 15:45:00 +02:00
Ruben S. Montero
11b39a6a34 Merge branch 'master' into feature-203 2010-07-08 01:42:49 +02:00
Ruben S. Montero
8e7d97fc19 feature #192: Fix cache test for Pools with the new defaults 2010-07-08 01:41:29 +02:00
Ruben S. Montero
8a9d39a85c feature #200: Prevents dead-lock and removes some blank lines 2010-07-08 01:38:07 +02:00
Ruben S. Montero
0139994dcf Merge branch 'feature-200' 2010-07-08 00:56:25 +02:00
Ruben S. Montero
c174b62f6c Merge branch 'feature-192' 2010-07-08 00:47:55 +02:00
Ruben S. Montero
a164895764 feature #192: removed unneeded files 2010-07-08 00:45:08 +02:00
Daniel Molina
909bdb0381 feature #192 Fixed problem on REXML parser adding \n and whitespaces 2010-07-08 00:39:47 +02:00
Daniel Molina
76040825aa feature #192 Fixed NOKOGIRI returning 0 instead of nil 2010-07-08 00:36:59 +02:00
Daniel Molina
a185719604 feature #192 Fixed error on to_xml method when no @xml, now it returns nil 2010-07-08 00:35:08 +02:00
Daniel Molina
943e0d2578 feature #192 Added OCA Tests 2010-07-08 00:34:13 +02:00
Ruben S. Montero
2957a99168 feature #195: Do not set timeout by default 2010-07-08 00:29:32 +02:00
Tino Vázquez
54134bd13f Fix for bug #270, now the CloudServer uses by default the oneadmin account (if ran by oneadmin) 2010-07-07 19:07:26 +02:00
Tino Vázquez
494ac47372 Request #195 fulfilled, now occi commands may timeout while connected to server
Additionally, commands help section has been homogeneously tabbed.
2010-07-06 17:40:02 +02:00
Tino Vázquez
9dd9ee4aff feature #200: Correcting wrong error hadling 2010-07-06 14:55:04 +02:00
Ruben S. Montero
a707f730f2 feature #203: Prevent race condition when a AuthRequests timeout. Now timeout timers are handled by the AuthManager. 2010-07-06 12:35:47 +02:00
Tino Vázquez
6a566251fc fix for bug #251 Users now are not deleted if still owning VMs and/or Vnets 2010-07-05 18:55:15 +02:00
Tino Vázquez
df3eeb8f65 feature #200: Added support for empty datablocks 2010-07-05 16:12:58 +02:00
Tino Vázquez
fecfa93cce feature #200: Polishing the oneimage CLI 2010-07-01 20:04:59 +02:00
Ruben S. Montero
334ad65c82 feature #200: Homogenous insert/allocate methods 2010-07-01 19:36:25 +02:00
Ruben S. Montero
fdc007cb46 feature #266: Changes in VirtualNetwork insert and allocate methods 2010-07-01 19:04:52 +02:00
Ruben S. Montero
52e3b6f5e5 Merge branch 'feature-200' of dsa-research.org:one into feature-200 2010-07-01 16:26:40 +02:00