cloudstack-mirror/server/src/com/cloud
Pierre-Yves Ritschard 162c5af6f8 Use constant-time comparison functions when checking signatures
This limits the likeliness of timing attacks against the API.
See http://codahale.com/a-lesson-in-timing-attacks/ for the
full rationale.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>

Conflicts:
	server/src/com/cloud/api/ApiServer.java
	server/src/com/cloud/user/AccountManagerImpl.java

(cherry picked from commit 9b4e39e837)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-14 20:25:21 +05:30
..
account Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
acl CLOUDSTACK-7175:Domain Id is exposed in error message when cross domain 2014-07-23 17:36:15 -07:00
agent/manager Cleanup of Xen and XenServer terms. Cloned xen plugin creating a xenserver plugin, then removed xen plugin 2014-06-07 04:50:23 -04:00
alert CLOUDSTACK-7528: More verbose logging when sending alert fails 2014-09-10 11:38:47 +02:00
api Use constant-time comparison functions when checking signatures 2015-01-14 20:25:21 +05:30
async Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
capacity Adding support for SolidFire snapshots 2014-09-03 20:09:00 -06:00
configuration CLOUDSTACK-8140: CS fails to start after secstorage/consoleproxy.service.offering is set to uuid 2015-01-06 10:26:04 +01:00
consoleproxy CLOUDSTACK-8140: CS fails to start after secstorage/consoleproxy.service.offering is set to uuid 2015-01-06 10:26:04 +01:00
dc Fixed some problems reported by FindBugs 2014-03-13 13:45:30 -07:00
deploy CLOUDSTACK-5853 cannot deploy vm with differing service storage tag and data disk storage tag 2014-11-18 14:07:51 -08:00
event CLOUDSTACK-7758: Fixed although api calls are failing, event tab shows them as successful 2014-11-18 14:24:47 +05:30
ha when host is pingtimeout and CCP can not determine the host status, put the host to Alert status , no VM HA. 2014-10-22 15:07:40 -07:00
hypervisor CLOUDSTACK:6915 search including removed 2014-10-31 15:29:07 -07:00
metadata CLOUDSTACK-6987: Add support for storing metadata for snapshot policy and controlling policy using display flag 2014-06-24 14:07:39 -07:00
network Revert "CLOUDSTACK-7872: network getting shutdown inspite of running VM's in the network" 2014-12-23 11:56:40 +05:30
projects Disable IAM feature from 4.4 release. 2014-05-22 18:27:08 -07:00
resource CLOUDSTACK-7859: Host tags are not getting removed in cloud.host_tags table when a Host is deleted from CS. 2014-11-07 17:34:16 +05:30
resourcelimit CLOUDSTACK-7842: wrong size column is getting updated with snapshot physical size in snapshot_store_ref table. 2014-11-05 16:44:54 +05:30
server CLOUDSTACK-7999: Always override local keystore file with the entry in DB 2014-12-01 18:59:25 -08:00
servlet Use constant-time comparison functions when checking signatures 2015-01-14 20:25:21 +05:30
storage CLOUDSTACK-8101: volume sync not working as expected - MS restart during 2014-12-19 16:43:02 -08:00
tags CLOUDSTACK-7362: fix wrong uuid issue for resource tags 2014-08-18 16:17:36 +02:00
template CLOUDSTACK-7871: allow VM and template details update using update APIs 2014-11-10 17:53:26 +05:30
test Fixed Resource Leaks, null dereferences, invalid value comparisons, invalid result set loop 2014-06-21 12:38:46 +02:00
usage CLOUDSTACK-2625, CLOUDSTACK-3401: Usage records are ordered by start_date which is not unique. While listing large datasets or when page size is small this will result in duplicates. Order records by id instead 2014-10-13 00:36:30 -04:00
user Use constant-time comparison functions when checking signatures 2015-01-14 20:25:21 +05:30
uuididentity CLOUDSTACK-6785: changed async job param injectedjobid to customjobid and check for unique/uuid 2014-05-27 15:23:12 -06:00
vm CLOUDSTACK-8103: Vmsync marks VM as stopped even after failing to stop it in HV 2014-12-22 12:31:34 +05:30