[jira] [Commented] (PROTON-1500) Allow plugin SASL implementations

2017-08-17 Thread Gordon Sim (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16130137#comment-16130137
 ] 

Gordon Sim commented on PROTON-1500:


See https://issues.apache.org/jira/browse/PROTON-1542 for a JIRA covering the 
public API.

> Allow plugin SASL implementations
> -
>
> Key: PROTON-1500
> URL: https://issues.apache.org/jira/browse/PROTON-1500
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-c
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: proton-c-0.18.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1500) Allow plugin SASL implementations

2017-06-20 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055737#comment-16055737
 ] 

ASF GitHub Bot commented on PROTON-1500:


Github user astitcher closed the pull request at:

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


> Allow plugin SASL implementations
> -
>
> Key: PROTON-1500
> URL: https://issues.apache.org/jira/browse/PROTON-1500
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: 0.18.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1500) Allow plugin SASL implementations

2017-06-20 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055728#comment-16055728
 ] 

ASF subversion and git services commented on PROTON-1500:
-

Commit 6d71d8ad75b05d6fedc67f228d952ca5b1b28c9b in qpid-proton's branch 
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=6d71d8a ]

PROTON-1500: Implement plugin interface for SASL implementations
- Allow sasl implementation to be selected per connection
- Compile both default and cyrus implementation (if we can)
- No current change in behaviour (get cyrus is available and default otherwise)
- But now have frqamework to solve PROTON-1209; Stil to do for this:
- Need to have API to turn on cyrus, with default being the initial 
implementation
- Need to deprecate cyrus specific APIs:
-- pn_sasl_extended
-- pn_sasl_config_path
-- pn_sasl_config_name
- Need to deprecate pn_sasl_done


> Allow plugin SASL implementations
> -
>
> Key: PROTON-1500
> URL: https://issues.apache.org/jira/browse/PROTON-1500
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: 0.18.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1500) Allow plugin SASL implementations

2017-06-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16045161#comment-16045161
 ] 

ASF GitHub Bot commented on PROTON-1500:


Github user astitcher commented on the issue:

https://github.com/apache/qpid-proton/pull/108
  
@grs @rgodfrey @alanconway @ssorj You may want to take a look at this.


> Allow plugin SASL implementations
> -
>
> Key: PROTON-1500
> URL: https://issues.apache.org/jira/browse/PROTON-1500
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: 0.18.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1500) Allow plugin SASL implementations

2017-06-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16045159#comment-16045159
 ] 

ASF GitHub Bot commented on PROTON-1500:


GitHub user astitcher opened a pull request:

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

PROTON-1500: Implement plugin interface for SASL implementations

- Allow sasl implementation to be selected per connection
- Compile both default and cyrus implementation (if we can)
- No current change in behaviour (get cyrus is available and default 
otherwise)
- But now have frqamework to solve PROTON-1209; Stil to do for this:
- Need to have API to turn on cyrus, with default being the initial 
implementation
- Need to deprecate cyrus specific APIs:
-- pn_sasl_extended
-- pn_sasl_config_path
-- pn_sasl_config_name
- Need to deprecate pn_sasl_done

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

$ git pull https://github.com/astitcher/qpid-proton sasl-interceptor

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

https://github.com/apache/qpid-proton/pull/108.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 #108


commit 21a74d980298d3eeb5b4c57c93815a5e6643cb38
Author: Andrew Stitcher 
Date:   2017-06-07T05:42:28Z

PROTON-1500: Implement plugin interface for SASL implementations
- Allow sasl implementation to be selected per connection
- Compile both default and cyrus implementation (if we can)
- No current change in behaviour (get cyrus is available and default 
otherwise)
- But now have frqamework to solve PROTON-1209; Stil to do for this:
- Need to have API to turn on cyrus, with default being the initial 
implementation
- Need to deprecate cyrus specific APIs:
-- pn_sasl_extended
-- pn_sasl_config_path
-- pn_sasl_config_name
- Need to deprecate pn_sasl_done




> Allow plugin SASL implementations
> -
>
> Key: PROTON-1500
> URL: https://issues.apache.org/jira/browse/PROTON-1500
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: 0.18.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1500) Allow plugin SASL implementations

2017-06-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16045140#comment-16045140
 ] 

ASF subversion and git services commented on PROTON-1500:
-

Commit 21a74d980298d3eeb5b4c57c93815a5e6643cb38 in qpid-proton's branch 
refs/heads/PROTON-1500 from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=21a74d9 ]

PROTON-1500: Implement plugin interface for SASL implementations
- Allow sasl implementation to be selected per connection
- Compile both default and cyrus implementation (if we can)
- No current change in behaviour (get cyrus is available and default otherwise)
- But now have frqamework to solve PROTON-1209; Stil to do for this:
- Need to have API to turn on cyrus, with default being the initial 
implementation
- Need to deprecate cyrus specific APIs:
-- pn_sasl_extended
-- pn_sasl_config_path
-- pn_sasl_config_name
- Need to deprecate pn_sasl_done


> Allow plugin SASL implementations
> -
>
> Key: PROTON-1500
> URL: https://issues.apache.org/jira/browse/PROTON-1500
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: 0.18.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1500) Allow plugin SASL implementations

2017-06-08 Thread Andrew Stitcher (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16043833#comment-16043833
 ] 

Andrew Stitcher commented on PROTON-1500:
-

Adding a plugin in framework for SASL implementations will allow runtime 
switching from the default to cyrus SASL implementations.

> Allow plugin SASL implementations
> -
>
> Key: PROTON-1500
> URL: https://issues.apache.org/jira/browse/PROTON-1500
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: 0.18.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org