Greetings, all,
A while ago, I wrote: > I have picked up ZOOKEEPER-1112, which was dormant > since 2011, and pushed a first set of patches: > > https://github.com/apache/zookeeper/pull/1054 I ended up "withdrawing" that PR because it suffered from problematic shortcomings. I have now submitted a new one, in which the C library implements SASL authentication in a way reminiscent of the Java client: https://github.com/apache/zookeeper/pull/1134 I would appreciate reviews, comments or (gasp!) additional testing! Thanks, Damien Diederen P.-S. — Note that I also have a related improvements to cli.c, but they depend on the resolution of ZOOKEEPER-3599 (use getopt if available); I am planning to submit them as part of a subsequent PR.
