Ruben S. Montero
3b9ace0577
F #3256 : Support for NUMA topology, Hugepages and CPU pinning.
2019-07-01 18:58:24 +02:00
Alejandro Huertas
90425c2559
F #2899 : Replace SHA1 by SHA256
...
* Add new SHA256 hashing function
* Change user password from SHA1 to SHA256 automatically
2019-03-04 15:14:55 +01:00
Ruben S. Montero
5f7fb402aa
F #2671 : Add oned search functionality. Add an index column to perform FTS searches server-side. New parameter has been added to the one.vmpool.info call, and --search option to CLI onevm list. This commits adds support for JAVA and migrator.
...
Co-authored-by: Christian González <cgonzalez@opennebula.systems>
2019-01-30 00:10:18 +01:00
Vlastimil Holer
441cf1f7f9
Bump version to 5.7.85, year to 2019
2019-01-16 11:47:59 +01:00
Vlastimil Holer
a4c0447ccf
Bump year to 2018 ( #1623 )
2018-01-02 18:27:37 +01:00
Vlastimil Holer
98c51bcf4f
B #5222 : Registering image with complex URL in PATH fails ( #467 )
...
* B #5222 : Secure image downloader: Escape XML references on ImageManager::stat_image
2017-09-11 11:39:44 +02:00
Javi Fontan
8de979e42c
Bump version 5.3.80
2017-05-25 16:07:35 +02:00
Ruben S. Montero
202b47e9d8
F #2347 : Fix bugs. Show role names in vm group output
2017-01-03 20:03:03 +01:00
Ruben S. Montero
8bba5b8b73
bug #4662 : Removes double unlocks from MarketPlace. Adds SSL callbacks
...
for multithread calls
2016-07-29 17:50:52 +02:00
Javi Fontan
e1f6dee180
Update copyright notice year
2016-05-04 12:33:23 +02:00
Ruben S. Montero
784a4fc960
feature #2980 : VNC port tracking. Includes a VNC bitmap for each cluster to
...
track the ports in use in the cluster and avoid port collision. VNC ports are
assigned when the VM is deployed and released when the VM is stopped, undeployed
or done.
Includes the following:
- 9da66150dc0e3dc2731518d8a215f9598696a999
- 4c35a9fcccf70cbe87d2947403ea815967e7b605
- ccfccb6d2fc40aa1c07eb994f37b8da4fb479082
- b1b64e61a39f4452c7ba00e581de42888e0e84a5
- d474ee4db9ed520bcae743d510be35b25ea988ed
- dacb61b1402da2ec309b6e79bdd285d0d11de84f
2016-04-05 12:56:34 +02:00
Carlos Martín
e8a05ca1d7
Feature #4369 : Replace cluster ID with a set of IDs
2016-03-10 16:28:33 +01:00
Ruben S. Montero
b01e2336c5
Merge branch 'feature-4215' into feature-4217
2016-02-02 14:17:20 +01:00
Ruben S. Montero
3d8d2fd81e
feature #4215 : Simplify interface for util::gsub. Decouple Request methods to
...
better support static request actions.
2016-02-01 00:18:47 +01:00
Carlos Martín
383babc8f7
Feature #4215 : Add support for %i name replacement in vrouter.instantiate
2016-01-20 12:03:19 +01:00
Ruben S. Montero
5a0b3d357c
feature #4217 : Base classes for MarketPlace pool
2015-12-01 16:09:31 +01:00
Ruben S. Montero
57ca5f414b
bug #4164 : Moved imported_vm_action logic to the driver class. Add
...
defaults for well-known drivers
2015-11-20 15:45:20 +01:00
Jaime Melis
e20fb5c4c4
Fix copyright in banners
2015-09-23 16:51:10 +02:00
Jaime Melis
8d00b74177
Change year to 2015
2015-02-24 12:27:59 +01:00
Jaime Melis
169f564892
feature #3175 : Check if RANGE has proper syntax
2014-12-28 10:41:45 +01:00
Carlos Martín
77aaa332a9
Merge remote-tracking branch 'origin/master' into feature-3175
...
Conflicts:
include/NebulaUtil.h
install.sh
src/common/NebulaUtil.cc
src/onedb/local/4.9.80_to_4.11.80.rb
src/sunstone/public/js/plugins/templates-tab.js
src/sunstone/public/js/sunstone.js
2014-12-10 17:28:52 +01:00
Carlos Martín
8198887ca2
Feature #3264 : Move float_to_str to NebulaUtil
2014-11-06 18:27:17 +01:00
Ruben S. Montero
0ad8c9dc49
feature #3175 : Rename split method
2014-11-05 18:45:54 +01:00
Carlos Martín
fba2dfc653
Feature #3175 : Better security group ID management
2014-10-10 16:53:57 +02:00
Carlos Martín
ed167a8661
Feature #3175 : Sec groups store the VMs using them
2014-09-09 18:13:52 +02:00
Jaime Melis
11520021f7
Bump to version 4.5.0
2014-01-09 11:51:20 +01:00
Carlos Martín
1a2b923825
Feature #1796 : Add ceph host and secret to kvm deployment files
2013-11-15 12:58:53 +01:00
Ruben S. Montero
95ea9ecfde
feature #2054 : Free encoded string in aes encryption. Move token path to history. Minor changes
2013-07-05 01:31:30 +02:00
Carlos Martín
3a16a58c0c
Feature #2054 : Add TOKEN_PASSWORD to all users
2013-06-27 15:49:23 +02:00
Carlos Martín
522ea39c3a
Feature #2054 : CONTEXT/TOKEN = yes creates a token.txt file in the context cdrom
2013-06-26 17:05:12 +02:00
Ruben S. Montero
b84a0350a7
Merge branch 'feature-1739'
...
Conflicts:
src/common/NebulaUtil.cc
src/common/SConstruct
2013-02-17 00:07:07 +01:00
Javi Fontan
1a712ed5a7
Change Util.h to NebulaUtil.h
...
In MacOS X Util.h caused problems compiling tty_expect as the filesystem
is not case sensitive by default and there is a /usr/include/util.h.
2013-02-12 12:15:09 +01:00