[GitHub] qpid-proton pull request: PROTON-1158 - Removed hardcoded port 123...

2016-03-10 Thread ganeshmurthy
Github user ganeshmurthy commented on the pull request:

https://github.com/apache/qpid-proton/pull/70#issuecomment-195004299
  
Made the change you suggested. Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1158 - Removed hardcoded port 123...

2016-03-10 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-proton/pull/70

PROTON-1158 - Removed hardcoded port 12345 from MessengerSSLTests. Us…

…ed free_tcp_ports() instead

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-proton PROTON-1158

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/70.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #70


commit aafdea23d752fdde6ba7981cdb282fb9a022c6ee
Author: Ganesh Murthy <gmur...@redhat.com>
Date:   2016-03-10T18:42:05Z

PROTON-1158 - Removed hardcoded port 12345 from MessengerSSLTests. Used 
free_tcp_ports() instead




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1133 - Remove the port from the c...

2016-02-19 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at:

https://github.com/apache/qpid-proton/pull/66


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1133 - Remove the port from the c...

2016-02-17 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-proton/pull/66

PROTON-1133 - Remove the port from the connection hostname before cal…

…ling pn_post_frame()

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-proton PROTON-1133-2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/66.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #66


commit 702d0bb1248049332e4d4b1da30ee466fcc4bc32
Author: Ganesh Murthy <gmur...@redhat.com>
Date:   2016-02-16T18:13:31Z

PROTON-1133 - Remove the port from the connection hostname before calling 
pn_post_frame()




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-04 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-proton/pull/64

PROTON-1126 - Allowed setting connection properties, offered_capabili…

…ties and desired_capabilities on BlockingConnection

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-proton PROTON-1126

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/64.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #64


commit ba05b7a10f9941f4e16359ff4b49020545ab3a36
Author: Ganesh Murthy <gmur...@redhat.com>
Date:   2016-02-04T15:12:28Z

PROTON-1126 - Allowed setting connection properties, offered_capabilities 
and desired_capabilities on BlockingConnection




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-18 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at:

https://github.com/apache/qpid-proton/pull/60


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-18 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-proton/pull/60

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and p…

…n_ssl_get_remote_subject_subfield() to obtain certificate fingerprint 
and certificate subject subfields respectively

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-proton PROTON-1088-4

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/60.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #60


commit c7f7db432089460b3e40ee6401e9130f710ecc84
Author: ganeshmurthy <gmur...@redhat.com>
Date:   2016-01-14T14:50:16Z

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and 
pn_ssl_get_remote_subject_subfield() to obtain certificate fingerprint and 
certificate subject subfields respectively




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-18 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at:

https://github.com/apache/qpid-proton/pull/59


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-18 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-proton/pull/61

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and p…

…n_ssl_get_remote_subject_subfield() to obtain certificate fingerprint 
and certificate subject subfields respectively

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-proton PROTON-1088-6

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/61.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #61


commit 463cfd7ac5b531edb10f9f022bb18228fe21b64b
Author: ganeshmurthy <gmur...@redhat.com>
Date:   2016-01-14T14:50:16Z

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and 
pn_ssl_get_remote_subject_subfield() to obtain certificate fingerprint and 
certificate subject subfields respectively




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-18 Thread ganeshmurthy
Github user ganeshmurthy commented on the pull request:

https://github.com/apache/qpid-proton/pull/59#issuecomment-172518208
  
Thanks much Ken, I will submit a new pull request with you patch


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Additional fix, added scha...

2016-01-18 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-proton/pull/62

PROTON-1088 - Additional fix, added schannel.c and ssl_stub.c stubs



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-proton PROTON-1088-7

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/62.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #62


commit 1b3e5512fd6fbb04d50623f06c2ace6a53130f9f
Author: ganeshmurthy <gmur...@redhat.com>
Date:   2016-01-18T21:33:19Z

PROTON-1088 - Additional fix, added schannel.c and ssl_stub.c stubs




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-15 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at:

https://github.com/apache/qpid-proton/pull/57


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-15 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-proton/pull/59

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and p…

…n_ssl_get_remote_subject_subfield() to obtain certificate fingerprint 
and certificate subject subfields respectively

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-proton PROTON-1088-3

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/59.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #59


commit 5bd7e549ac3d73dbb9668a577ffa71236eeefaf2
Author: ganeshmurthy <gmur...@redhat.com>
Date:   2016-01-14T14:50:16Z

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and 
pn_ssl_get_remote_subject_subfield() to obtain certificate fingerprint and 
certificate subject subfields respectively




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-15 Thread ganeshmurthy
Github user ganeshmurthy commented on the pull request:

https://github.com/apache/qpid-proton/pull/59#issuecomment-171988491
  
 AppVeyor CI build is failing all SSL tests which has been happening even 
before this pull request. For example, look at 
https://github.com/apache/qpid-proton/pull/58


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-14 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at:

https://github.com/apache/qpid-proton/pull/55


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-14 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-proton/pull/56

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and p…

…n_ssl_get_remote_subject_subfield() to obtain certificate fingerprint 
and certificate subject subfields respectively

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-proton PROTON-1088-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/56.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #56


commit eb53b397595e32167a671cd202fe7386642c22d7
Author: ganeshmurthy <gmur...@redhat.com>
Date:   2016-01-14T14:50:16Z

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and 
pn_ssl_get_remote_subject_subfield() to obtain certificate fingerprint and 
certificate subject subfields respectively




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-14 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-proton/pull/57

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and p…

…n_ssl_get_remote_subject_subfield() to obtain certificate fingerprint 
and certificate subject subfields respectively

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-proton PROTON-1088-2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/57.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #57


commit d9f328921418c8ea1dcf8406bda1d8545e5ee57a
Author: ganeshmurthy <gmur...@redhat.com>
Date:   2016-01-14T14:50:16Z

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and 
pn_ssl_get_remote_subject_subfield() to obtain certificate fingerprint and 
certificate subject subfields respectively




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-14 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at:

https://github.com/apache/qpid-proton/pull/56


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: PROTON-1088 - Added two functions pn_ssl...

2016-01-14 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-proton/pull/55

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and p…

…n_ssl_get_remote_subject_subfield() to obtain certificate fingerprint 
and certificate subject subfields respectively

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-proton PROTON-1088

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/55.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #55


commit cf453ba978c547aaa3ce5c41a3109e38b44cffc1
Author: ganeshmurthy <gmur...@redhat.com>
Date:   2016-01-14T14:50:16Z

PROTON-1088 - Added two functions pn_ssl_get_cert_fingerprint() and 
pn_ssl_get_remote_subject_subfield() to obtain certificate fingerprint and 
certificate subject subfields respectively




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] qpid-proton pull request: NO-JIRA - Added build dependency section...

2015-12-14 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-proton/pull/51

NO-JIRA - Added build dependency section for Debian based systems



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-proton install-change

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/51.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #51


commit 21b77f5a0fd3063fb0c2f25b40a96109d483fbe0
Author: ganeshmurthy <gmur...@redhat.com>
Date:   2015-12-11T20:58:39Z

NO-JIRA - Added build dependency section for Debian based systems




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---