GitHub user astitcher opened a pull request: https://github.com/apache/qpid-proton/pull/17
PROTON-334: SASL Implementation for Proton-C using Cyrus SASL This work Adds some new APIs to the transport and connection objects to make a higher level abstraction for authentication. This generally makes it much easier to use authentication. It also vastly changes the Proton C API for SASL and deprecates nearly all of the previous interface that allowed reading and writing individual SASL frames. You can merge this pull request into a Git repository by running: $ git pull https://github.com/astitcher/qpid-proton PROTON-334 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/qpid-proton/pull/17.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 #17 ---- commit 4a09c6a17f865df10f53fa61c8d2bc88d4627bb0 Author: Andrew Stitcher <astitc...@apache.org> Date: 2015-04-09T06:14:14Z PROTON-334: SASL Implementation for Proton-C using Cyrus SASL This work Adds some new APIs to the transport and connection objects to make a higher level abstraction for authentication. This generally makes it much easier to use authentication. It also vastly changes the Proton C API for SASL and deprecates nearly all of the previous interface that allowed reading and writing individual SASL frames. ---- --- 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. ---