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

[email protected] commented on ZOOKEEPER-1112:
----------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2252/#review2438
-----------------------------------------------------------



src/c/include/zookeeper.h
<https://reviews.apache.org/r/2252/#comment5542>

    I'm gonna replace the callback with two out parameters here.


- Tom


On 2011-10-07 18:58:28, Tom Klonikowski wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/2252/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2011-10-07 18:58:28)
bq.  
bq.  
bq.  Review request for zookeeper, Eugene Koontz, Mahadev Konar, and Tom 
Klonikowski.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  This first patch implements the zookeeper sasl operations, extends the 
zkServer.sh test script with the ability to start a sasl enabled server and 
adds a test that checks the initial DIGEST-MD5 response.
bq.  
bq.  It introduces no external requirements but provides zoo_sasl/zoo_asasl 
functions that allow applications (or the addon from patch #2) to communicate 
with the sasl server backend.
bq.  
bq.  Patch #2 will add a simple api for sasl authentication, patch #3 includes 
a sasl enabled command line client.
bq.  
bq.  
bq.  This addresses bug ZOOKEEPER-1112.
bq.      https://issues.apache.org/jira/browse/ZOOKEEPER-1112
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    src/c/include/proto.h bce408e 
bq.    src/c/include/zookeeper.h 7d1066a 
bq.    src/c/src/zk_adaptor.h 6aed38f 
bq.    src/c/src/zookeeper.c 64d7a4d 
bq.    src/c/tests/TestClient.cc 2d45cec 
bq.    src/c/tests/jaas.digest.server.conf e69de29 
bq.    src/c/tests/zkServer.sh 0af80f8 
bq.  
bq.  Diff: https://reviews.apache.org/r/2252/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Tom
bq.  
bq.


                
> Add support for C client for SASL authentication
> ------------------------------------------------
>
>                 Key: ZOOKEEPER-1112
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1112
>             Project: ZooKeeper
>          Issue Type: New Feature
>            Reporter: Eugene Koontz
>            Assignee: Tom Klonikowski
>         Attachments: ZOOKEEPER-1112.patch, ZOOKEEPER-1112_1.patch, 
> ZOOKEEPER-1112_2.patch, ZOOKEEPER-1112_3.patch, zookeeper-c-client-sasl.patch
>
>
> Hopefully this would leverage the SASL server-side support provided by 
> ZOOKEEPER-938. It would be similar to the Java SASL client support also 
> provided in ZOOKEEPER-938.
> Java has built-in SASL support, but I'm not sure what C libraries are 
> available for SASL and if so, are they compatible with the Apache license.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to