cloudstack/api/src/com/cloud/network
alena 41e5e38fef bug 9336: securityGroups can be used by other securityGroups in the same domain only; no cross domain SG authentication
status 9336: resolved fixed

Following changes were made:

* deleteSecurityGroup/authorizeSecurityGroupIngress - removed account/domainId parameters as SG is uniquely identified by id now
* removed account_name field from securityGroup DB table; removed allowed_security_group/allowed_sec_grp_acct from security_ingress_rule.
These values were used for api response generation only for performance purposes; added caching on API level to improve performance
* Added missing security checks for securityGroups/ingressRules
2011-04-22 11:35:29 -07:00
..
element Add license header to files 2011-04-14 11:23:14 -07:00
guru bug 9488: throw InsufficientVirtualNetworkCapcityException when fail to allocate guest vnet as a part of network implement() call 2011-04-21 13:59:06 -07:00
lb Add license header to files 2011-04-14 11:23:14 -07:00
ovs Add license header to files 2011-04-14 11:23:14 -07:00
router started vms with these latest 2011-02-11 17:03:04 -08:00
rules bug 8753: never release public Ip address without ensuring that all corresponding resources (PF/StaticNat/Lb rules) are cleaned up. 2011-02-28 09:21:05 -08:00
security bug 9336: securityGroups can be used by other securityGroups in the same domain only; no cross domain SG authentication 2011-04-22 11:35:29 -07:00
vpn Add license header to files 2011-04-14 11:23:14 -07:00
IpAddress.java bug 8251: introduced "id" field for public IP address. In the DB id is a primary key in user_ip_address table; ip_address and source_network_id is a composite key 2011-02-01 12:16:18 -08:00
Network.java Add license header to files 2011-04-14 11:23:14 -07:00
NetworkProfile.java Add license header to files 2011-04-14 11:23:14 -07:00
NetworkService.java Code cleanup. No need to declare runtime exceptions (CloudRuntimeException, InvalidParameterException, PermissionDenied exceptions) 2011-04-21 16:26:53 -07:00
Networks.java Add license header to files 2011-04-14 11:23:14 -07:00
PublicIpAddress.java remote access vpn, user ip address changes 2010-12-29 09:32:54 -08:00
RemoteAccessVpn.java bug 8251: introduced "id" field for public IP address. In the DB id is a primary key in user_ip_address table; ip_address and source_network_id is a composite key 2011-02-01 12:16:18 -08:00
VirtualNetworkApplianceService.java Code cleanup. No need to declare runtime exceptions (CloudRuntimeException, InvalidParameterException, PermissionDenied exceptions) 2011-04-21 16:26:53 -07:00
VpnUser.java remote access vpn, user ip address changes 2010-12-29 09:32:54 -08:00