[23/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
CLOUDSTACK-7386: Fixed cleanup issue in test_escalations_volumes.py Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a67bc497 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a67bc497 Diff:

[22/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
CLOUDSTACK-5986: Test script for verifying fix CS-5986 for vpc networks Signed-off-by: sanjeev sanj...@apache.org Made changes to test script as per the review comments in Review Request 23928 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[32/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
SAML2LoginAPIAuthenticatorCmd: Implement SAML SSO using HTTP Redirect binding - Creates SAMLRequest and uses HTTP redirect binding (uses GET/302) - Redirects to IdP for auth - On successful auth, check for assertion - Tries to get attributes based on standard LDAP attribute names - Next, gets

[37/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
DefaultLoginAPIAuthenticatorCmd: move createLoginResponse to ApiServer Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e426f78e Tree:

[26/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
replace vconfig with ip link Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b37ee253 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b37ee253 Diff:

[03/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
CLOUDSTACK-7337: Volume state remains in allocated after volume creation faliure from snapshot Volume should be marked to Destroy state after creation faliure. Signed-off-by: Koushik Das kous...@apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[09/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
ConfigurationManagerImpl: Fix NPE when trying to access method on null object Before checking obj.length, the fix is to check that the obj is not null Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[17/50] [abbrv] map XS 6.5 betas to the same resource, that all XS 6.5 betas will use the same resource and guest os list

2014-08-24 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b7f5e95c/setup/db/db/schema-441to450.sql -- diff --git a/setup/db/db/schema-441to450.sql b/setup/db/db/schema-441to450.sql index aa1e298..2791cc0 100644 ---

[13/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
apidoc: add GloboDns entry under network section Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/773c5e95 Tree:

[49/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
saml2: Fix plugin after refactoring - Use opensaml version from root pom - Add utils and api as explicit dependency - Add org.apache.cloudstack.saml.SAML2AuthServiceImpl bean - Fix imports in all source files and resource xmls - Use methods available from SAMLUtils to encode/decode SAML

[19/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
CLOUDSTACK-7394:Caller should be owner after creating template from snapshot/volume. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1436ce62 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1436ce62

[12/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
CLOUDSTACK-6998: GloboDNS, Integration with external DNS Provider This is a feature to handle DNS entries by means of an external DNS Provider, such as Bind. These entries include DNS domains and reverse domains, VM records and reverse records. For a complete description, please refer to the

[20/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
Update to volume-resize logic Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3773ff06 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3773ff06 Diff:

[46/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
core: Add registry and beans in spring registry for PluggableAPIAuthenticator Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/31616e63 Tree:

[27/50] [abbrv] git commit: updated refs/heads/saml2 to ba68616

2014-08-24 Thread bhaisaab
CLOUDSTACK-7398 SecurityGroup Rule related tags cleanup on rule deletion Signed-off-by: Ilia Shakitko i.shaki...@tech.leaseweb.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/09b09c18 Tree:

[3/5] git commit: updated refs/heads/saml2 to b777562

2014-08-24 Thread bhaisaab
utils: Remove hard coded strings from SAMLUtils Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5b306497 Tree:

[1/5] git commit: updated refs/heads/saml2 to b777562

2014-08-24 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/saml2 ba68616f9 - b777562ad saml: Implement SAML2AuthManager interface Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[5/5] git commit: updated refs/heads/saml2 to b777562

2014-08-24 Thread bhaisaab
server: Add IDP entity ID config param Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b777562a Tree:

[4/5] git commit: updated refs/heads/saml2 to b777562

2014-08-24 Thread bhaisaab
saml: Have the plugin use IDP metadata from URL, get values from Config Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/828f0d5f Tree:

[3/3] git commit: updated refs/heads/saml2 to 142b23a

2014-08-24 Thread bhaisaab
saml: Implement logic to check response against X509 keys Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/142b23ad Tree:

[2/3] git commit: updated refs/heads/saml2 to 142b23a

2014-08-24 Thread bhaisaab
api: add method to pass on api authenticators to cmd classes Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a7589411 Tree:

[1/3] git commit: updated refs/heads/saml2 to 142b23a

2014-08-24 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/saml2 b777562ad - 142b23ad1 SAMLUtils: leave bootstrapping to upper layers Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[2/3] git commit: updated refs/heads/saml2 to 71be0bd

2014-08-24 Thread bhaisaab
client: add getSPMetadata API in commands.properties Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8d97f1e3 Tree:

[1/3] git commit: updated refs/heads/saml2 to 71be0bd

2014-08-24 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/saml2 142b23ad1 - 71be0bdd8 saml2: Add GetServiceProviderMetaDataCmd that returns SP metadata XML This adds GetServiceProviderMetaDataCmd which returns SP metadata XML, since this information should be public for IdPs to discover, we

[3/3] git commit: updated refs/heads/saml2 to 71be0bd

2014-08-24 Thread bhaisaab
utils: fix SAMLUtils's authnrequest maker Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/71be0bdd Tree:

[2/8] git commit: updated refs/heads/saml2 to 24b43f8

2014-08-24 Thread bhaisaab
Config: add config for saml user account, domain and redirected URL to ACS UI Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2932e144 Tree:

[8/8] git commit: updated refs/heads/saml2 to 24b43f8

2014-08-24 Thread bhaisaab
saml: use SAML_RESPONSE from SAMLUtils Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/24b43f81 Tree:

[1/8] git commit: updated refs/heads/saml2 to 24b43f8

2014-08-24 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/saml2 71be0bdd8 - 24b43f818 apidocs: add entry for getSPMetaData Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[5/8] git commit: updated refs/heads/saml2 to 24b43f8

2014-08-24 Thread bhaisaab
SAML2LoginAPIAuthenticatorCmd: store nameid and session index in user's session Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/42d19e16 Tree:

[4/8] git commit: updated refs/heads/saml2 to 24b43f8

2014-08-24 Thread bhaisaab
SAMLUtils: add logout request utility for saml slo Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/95a54b8b Tree:

[3/8] git commit: updated refs/heads/saml2 to 24b43f8

2014-08-24 Thread bhaisaab
saml: use values from config for user account, domain and redirected url Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/86dfe138 Tree:

[6/8] git commit: updated refs/heads/saml2 to 24b43f8

2014-08-24 Thread bhaisaab
SAML2LogoutAPIAuthenticatorCmd: implement single log out Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7f8e0ff3 Tree:

[7/8] git commit: updated refs/heads/saml2 to 24b43f8

2014-08-24 Thread bhaisaab
SAML2UserAuthenticator: check that request params has SAMLResponse Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fa0d81b5 Tree:

git commit: updated refs/heads/saml2 to 67cfb56

2014-08-24 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/saml2 24b43f818 - 67cfb568e (forced update) saml: use SAML_RESPONSE from SAMLUtils Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[1/2] git commit: updated refs/heads/saml2 to 2637186

2014-08-24 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/saml2 67cfb568e - 2637186f1 SAMLUtils: Create new NameID using passed nameId taking just id and session idx Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[2/2] git commit: updated refs/heads/saml2 to 2637186

2014-08-24 Thread bhaisaab
SAML2LogoutAPIAuthenticatorCmd: check logout response and redirect to UI Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2637186f Tree:

[13/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
DefaultLoginAPIAuthenticatorCmd: move createLoginResponse to ApiServer Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c6460a04 Tree:

[02/52] CLOUDSTACK-7413: Adding required_hardware tag to regression test cases so that the test cases are picked up by simulator accordingly

2014-08-25 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/598e9b1c/test/integration/component/test_escalations_templates.py -- diff --git a/test/integration/component/test_escalations_templates.py

[12/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAML2LoginAPIAuthenticatorCmd: Set all necessary cookies and redirect to UI Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/02c612dc Tree:

[03/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
CLOUDSTACK-7413: Adding required_hardware tag to regression test cases so that the test cases are picked up by simulator accordingly Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/598e9b1c Tree:

[09/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
server: add opensaml as dependency Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1950cf0f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1950cf0f

[14/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
ApiServer: change loginUser method signature to return ResponseObject Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b32af9b2 Tree:

[36/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
apidocs: add entry for getSPMetaData Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a0477f4f Tree:

[04/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
CLOUDSTACK-4840: Automation test cases for LB for secondaruy IP Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/134a8680 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/134a8680 Diff:

[24/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
utils: refactor and aggregate methods in SAMLUtils Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/79cee084 Tree:

[11/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
Minor fixes Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/22a90524 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/22a90524 Diff:

[06/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
CLOUDSTACK-7417: Admin cannot archive or delete events for a deleted account. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fc200234 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fc200234 Diff:

[50/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAMLUtils: add unit test for SAMLUtils and method to randomly generate X509 certs Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/26b17fa2 Tree:

[40/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAMLUtils: leave bootstrapping to upper layers Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/97fbfb94 Tree:

[20/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
saml: move refactor files from server to api module - Move interfaces and classes from server to api module - This can be then used for pluggable api authenticators Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[19/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
api: fix refactored ApiServerService interface to api Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b84468a4 Tree:

[51/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAML2LogoutAPIAuthenticatorCmd: check logout response and redirect to UI Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1188811c Tree:

[15/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAML: WIP redirections work now Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/66fff657 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/66fff657

[16/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
ui: Unbox extra quotes from sessionKey cookie value Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/68be19b4 Tree:

[30/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
saml2: Implement SAML2AuthServiceImpl which is a PluggableAPIAuthenticator Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/67c0f1bb Tree:

[43/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAML2LogoutAPIAuthenticatorCmd: implement single log out Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/17e29709 Tree:

[21/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
api: Add PluggableAPIAuthenticator interface This interface is used by any plugin for implementing a pluggable API authenticator such as SAML, OAuth etc. Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[27/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
utils: Remove hard coded strings from SAMLUtils Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7f0fd676 Tree:

[05/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
CLOUDSTACK-7415. Host remains in Alert after vCenter restart. Management server PingTask should update PingMap entry for an agent only if it is already present in the Management Server's PingMap. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[17/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
ApiServlet: Fix NPE while inserting to auditTrail Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b91b38fe Tree:

[42/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAML2LoginAPIAuthenticatorCmd: store nameid and session index in user's session Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fa4eb6e9 Tree:

[49/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAMLUtils: add logout request utility for saml slo Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fc894233 Tree:

[10/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAML2: add saml sso and slo apicmds skeleton, add classes to AuthManager Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/370943ff Tree:

[22/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
core: Add registry and beans in spring registry for PluggableAPIAuthenticator Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/355e6be4 Tree:

[32/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
saml: Implement SAML2AuthManager interface Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5c5cdddc Tree:

[33/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
server: Add SAML related config params in Config Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2622f41b Tree:

[48/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
saml: use SAML_RESPONSE from SAMLUtils Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aafc1aa7 Tree:

[41/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
api: add method to pass on api authenticators to cmd classes Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e709dab3 Tree:

[23/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
Maven: add opensaml 2.6.1 version id in pom.xml Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fc529a77 Tree:

[52/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
saml: Add unit tests for saml plugin - Fixes signatures on plugin manager for ease of testing - Fixes authenticator - Adds unit testing for getType and authenticate methods for all cmd classes - Adds SAMLAuthenticator test Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project:

[45/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAML2UserAuthenticator: check that request params has SAMLResponse Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ecbdac67 Tree:

[35/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
utils: fix SAMLUtils's authnrequest maker Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/55be136b Tree:

[08/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
CLOUDSTACK-7405: Make the trailing slash conditional for meta-data requests This should fix the cloud-init issues described in this issue. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/14999728 Tree:

[44/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAMLUtils: Create new NameID using passed nameId taking just id and session idx Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e1af2b2a Tree:

[01/52] CLOUDSTACK-7413: Adding required_hardware tag to regression test cases so that the test cases are picked up by simulator accordingly

2014-08-25 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/saml2 2637186f1 - 1d809ffa6 (forced update) http://git-wip-us.apache.org/repos/asf/cloudstack/blob/598e9b1c/test/integration/component/test_snapshot_limits.py -- diff --git

[46/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
saml: use values from config for user account, domain and redirected url Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/94398c1b Tree:

[38/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
client: add getSPMetadata API in commands.properties Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6ca07aef Tree:

[28/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
ApiServer: Fix imports order, use org.apache.cloudstack.api.ApiServerService Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/dfdbf929 Tree:

[37/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
saml: Implement logic to check response against X509 keys Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b84b2c14 Tree:

[18/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
SAML2LoginAPIAuthenticatorCmd: Implement SAML SSO using HTTP Redirect binding - Creates SAMLRequest and uses HTTP redirect binding (uses GET/302) - Redirects to IdP for auth - On successful auth, check for assertion - Tries to get attributes based on standard LDAP attribute names - Next, gets

[34/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
saml2: Add GetServiceProviderMetaDataCmd that returns SP metadata XML This adds GetServiceProviderMetaDataCmd which returns SP metadata XML, since this information should be public for IdPs to discover, we implement this as a login/cmd api so this does not require any kind of authentication to

[31/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
saml2: Fix plugin after refactoring - Use opensaml version from root pom - Add utils and api as explicit dependency - Add org.apache.cloudstack.saml.SAML2AuthServiceImpl bean - Fix imports in all source files and resource xmls - Use methods available from SAMLUtils to encode/decode SAML

[29/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
server: fix server package after auth plugin refactor - Have opensaml dependency to get version from root pom - add com.cloud.api.auth.APIAuthenticationManagerImpl to spring ctx manager - Fix getCommands() in APIAuthenticationManagerImpl - Fix imports in resources, test and src classes

[26/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
saml: Have the plugin use IDP metadata from URL, get values from Config Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fa009c87 Tree:

[25/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
ui: refactor and use a unified unboxing helping method in cloudStack.js Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aafb40fe Tree:

[39/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
server: Add IDP entity ID config param Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7f1a1597 Tree:

[47/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
Config: add config for saml user account, domain and redirected URL to ACS UI Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/04474271 Tree:

[07/52] git commit: updated refs/heads/saml2 to 1d809ff

2014-08-25 Thread bhaisaab
Fixed few issues reproted by coverity. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/433ec7c8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/433ec7c8 Diff:

[1/3] git commit: updated refs/heads/master to 7e15d16

2014-08-25 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 149997280 - 7e15d1618 apidoc: add new entries for APIs Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[3/3] git commit: updated refs/heads/master to 7e15d16

2014-08-25 Thread bhaisaab
plugins: remove opensource kvm hypervisor plugin from noredist profile Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/80ff58f3 Tree:

[2/3] git commit: updated refs/heads/master to 7e15d16

2014-08-25 Thread bhaisaab
ApiXmlDocWriter: add more search name spaces to find APIs Whenever a new API command is added to CloudStack, if developers are not using the recommended namespace of org.apache.cloudstack.api.* they should add their custom namespace/package here. ApiXmlDocWriter uses ReflectUtils to find APIs

Git Push Summary

2014-08-25 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Tags: refs/tags/5.2.0 [created] 9d9183fe1

git commit: README: fix badges on README/Github

2014-08-25 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 0ba0c90e1 - cbc6fc2e4 README: fix badges on README/Github Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit:

git commit: source: change cloudmonkey's current release version in docs

2014-08-26 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master cbc6fc2e4 - dca91c19e source: change cloudmonkey's current release version in docs Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit:

svn commit: r1620604 - /cloudstack/site/trunk/content/downloads.mdtext

2014-08-26 Thread bhaisaab
Author: bhaisaab Date: Tue Aug 26 14:06:17 2014 New Revision: 1620604 URL: http://svn.apache.org/r1620604 Log: Change latest cloudmonkey release to 5.2.0 Modified: cloudstack/site/trunk/content/downloads.mdtext Modified: cloudstack/site/trunk/content/downloads.mdtext URL: http

[40/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
SAMLUtils: add unit test for SAMLUtils and method to randomly generate X509 certs Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1ed532fb Tree:

[02/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
SAML: WIP redirections work now Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b82207e0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b82207e0

[07/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
ui: Unbox extra quotes from sessionKey cookie value Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9b1a6dac Tree:

[42/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
saml: Add unit tests for saml plugin - Fixes signatures on plugin manager for ease of testing - Fixes authenticator - Adds unit testing for getType and authenticate methods for all cmd classes - Adds SAMLAuthenticator test Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project:

[24/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
saml2: Implement SAML2AuthServiceImpl which is a PluggableAPIAuthenticator Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4422fdd9 Tree:

<    1   2   3   4   5   6   7   8   9   10   >