1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-14 19:24:10 +03:00

2808 Commits

Author SHA1 Message Date
Ruben S. Montero
5d45fc9391 feature #754: fix install bugs 2011-08-26 00:02:32 +02:00
Ruben S. Montero
3531a0f5eb feature #754: Authenticate file for server auth 2011-08-25 23:49:14 +02:00
Ruben S. Montero
986dcbbf28 feature #754: Better names for varibles. 2011-08-25 23:48:54 +02:00
Ruben S. Montero
23a9743910 feature #754: Removed unneeded files 2011-08-25 18:20:00 +02:00
Ruben S. Montero
606ff23435 feature #754: Update authenticate to make use of new x509 auth class 2011-08-25 18:10:38 +02:00
Ruben S. Montero
cfbe1f18e4 feature #754: Install server auth files 2011-08-25 17:52:22 +02:00
Ruben S. Montero
f3f2925b0d feature #754: Do not check trusted CA's if directory not specified 2011-08-25 17:43:55 +02:00
Ruben S. Montero
d44282c982 feature #754: Support for proxy certificates in oneuser 2011-08-25 17:42:13 +02:00
Ruben S. Montero
84b3ff38af feature #754: Added a server based authentication using x509 certificates 2011-08-25 17:10:17 +02:00
Ruben S. Montero
50de4242d4 feauture #754: Included check of expiration times for the complete cert chain (from Ted). Do not modify cert_chain in validation 2011-08-25 17:08:46 +02:00
Ruben S. Montero
7ad661b5f8 feature #754: Split login tokan generation and write login file 2011-08-25 16:24:40 +02:00
Ruben S. Montero
8cdf5e06b4 feature #754: minor change 2011-08-25 00:07:24 +02:00
Ruben S. Montero
3364d10eb7 feature #754: Some formatting. Changed delete! & simple gsub with delete. Make use of class constant LOGIN_PATH 2011-08-25 00:03:36 +02:00
Ruben S. Montero
de067c3869 feature #754: removed unneeded reader attribute 2011-08-24 23:45:36 +02:00
Ted
dd2b770b01 Always validate.
Added steps to validate the proxy certificates.
Check that some DN in the chain must matches DN in the password.
2011-08-24 12:39:49 -05:00
Ted
fd9813477e Merge branch 'feature-754' of git://git.opennebula.org/one into x509-2
Conflicts:
	src/authm_mad/remotes/x509/x509_auth.rb
2011-08-24 10:47:50 -05:00
Ted
d4e96b2a5e Replaced underscore in ca_dir. 2011-08-24 10:37:16 -05:00
Ruben S. Montero
37591934c6 bug #762 #771: Restore common paths for VMs after oned is restarted. 2011-08-24 17:25:05 +02:00
Ruben S. Montero
201715c316 bug #777: Better options based on FS type. Patch contributed by Grzegorz Kocur 2011-08-24 16:33:18 +02:00
Daniel Molina
4ea2629a51 Fix bug in oneuser show when the user has no privileges 2011-08-24 11:47:01 +02:00
Ted
9dbbccb9d6 Use pems as x509 class init parameters. 2011-08-23 14:29:36 -05:00
Ted
a6fb02f3a6 .init: take cert chain array and key in pem form as inputs
.login: remove superfluous dn in tbs text. add default max expiration time, put whole cert chain in token.
2011-08-23 14:28:50 -05:00
Ted
f9f2ad176d Made timespan an option. Added default proxy locations. read in certificate chain and key from files. Hold cert chain in array. 2011-08-23 14:28:18 -05:00
Daniel Molina
3769652006 feature #754: Add CLI functionality for ssh and x509 2011-08-23 16:29:38 +02:00
Daniel Molina
4ae6c2d8f0 feature #754: Options can be defined without short value 2011-08-23 16:25:11 +02:00
Daniel Molina
f0e959c77e feature #754: Add PROXY_PATH constant 2011-08-23 16:24:03 +02:00
Daniel Molina
e7e96a9fab feature #754: Change initialize parameters for SshAuth 2011-08-23 16:22:04 +02:00
Ruben S. Montero
2508c1fbe7 feature #754: Rename proxy file name 2011-08-21 02:03:37 +02:00
Ruben S. Montero
1488d536c3 feature #754: Validate X509 expiration times. Support for trusted CA's 2011-08-21 01:55:00 +02:00
Ruben S. Montero
5406c948ec feature #754: Authentication based on X509 proxy certificates 2011-08-21 01:42:15 +02:00
Ruben S. Montero
02344c18f6 Merge branch 'master' into feature-746
Conflicts:
	src/sunstone/models/SunstoneServer.rb
2011-08-20 01:20:54 +02:00
Hector Sanjuan
027770a7b4 Feature #746: Complete review of Sunstone client code and plugins.
This revision contains many changes in the Sunstone client side. Most of them are motivated by the wish of gaining efficience by watching and delimiting calls to jQuery as much as possible. There are also bugfixes and small improvements regarding ACLs, drop down selects... oZones client javascript files have been fixed to work with the new version as well.

Feature #765: Included here, at it affects only 2 lines in the acl plugins.
2011-08-20 01:13:44 +02:00
Ruben S. Montero
cc36e3858c feature #754: Include also the username in the security token 2011-08-19 18:17:06 +02:00
Ruben S. Montero
b4b5fc97aa feature #754: Moved proxy path creation to login function 2011-08-19 18:11:33 +02:00
Ruben S. Montero
26387a9f88 feature #754: Removed uneeded parameters for x509 authenticate 2011-08-19 17:56:34 +02:00
Ruben S. Montero
7c362c64b4 feature #754: Bug when parsing the ONE_AUTH file 2011-08-19 03:14:56 +02:00
Ruben S. Montero
15b9d5dae4 feature #754: Simple loginx509 option for oneauth. Needs merge with current login option 2011-08-19 03:14:17 +02:00
Ruben S. Montero
7347a36990 feature #754: Basic X509 authorization 2011-08-19 03:13:50 +02:00
Daniel Molina
92edeb5a0a bug #775: Check for regular files if file format is specified in the CLI 2011-08-18 15:23:30 +02:00
Daniel Molina
b58bb3f5ba Merge branch 'master' of git.opennebula.org:one 2011-08-18 12:44:30 +02:00
Daniel Molina
69865dbb00 bug #774: Fix typo in error message 2011-08-18 12:44:06 +02:00
Daniel Molina
ea5ccbee9b bug #774: User resubmit instead of restart 2011-08-18 12:43:42 +02:00
Ruben S. Montero
6b63fd4fe0 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
Daniel Molina
21045eb03b Add License headers 2011-08-16 16:59:26 +02:00
Daniel Molina
50f797962d bug #768: POOL_FILTER is a constant instead of a configuration parameter(cherry picked from commit 7b255c5fb74b4047577e120d8e906521f5c656b2) 2011-08-16 15:25:37 +02:00
Daniel Molina
a910d79ea1 Merge branch 'master' of git.opennebula.org:one 2011-08-16 15:23:35 +02:00
Daniel Molina
2fada2bb59 bug #768: Update retrieve_elements arguments 2011-08-16 15:23:17 +02:00
Daniel Molina
7b255c5fb7 bug #768: POOL_FILTER is a constant instead of a configuration parameter 2011-08-16 15:20:57 +02:00
Daniel Molina
5f3ffac529 feature #720: Update sunstone-server to use the new watch client 2011-08-16 15:17:23 +02:00
Daniel Molina
31fe71dc34 feature #720: Add resource filtering 2011-08-16 15:16:45 +02:00