Ah, I see you check in configure.ac if libgssapi_krb5 is available. Looks nice. Code looks clean. I really like it...
One small thing, CZMQ switched to an MPLv2 license so before you send a pull request, please rebase off the current master (the file headers will all change). -Pieter On Thu, Apr 24, 2014 at 10:21 PM, Pieter Hintjens <[email protected]> wrote: > Hi Chris, > > This sounds awesome! We welcome all patches without discrimination, > though we reserve the right to patch them further. > > My main question would be whether you had to import any foreign > libraries or whether you made a clean implementation of GSSAPI? > > -Pieter > > > On Thu, Apr 24, 2014 at 10:13 PM, Chris Busbey <[email protected]> wrote: >> Hi there, >> >> We at Connamara Systems have recently had the opportunity to implement a >> Kerberos security mechanism for ZeroMQ. This was done using GSSAPI with >> great success. We started this a few months ago using Pieter's excellent >> blog series on Security as a template. >> >> Like the other security mechanisms in libzmq, we added GSSAPI within libzmq >> (our fork). At the time, it wasn't clear how it would be possible to add >> this as an external thing that lives outside of libzmq. We also extended >> our forks of czmq and jzmq to expose the mechanism. We would like to >> contribute this back into ZeroMQ if it would have us. Is this something >> that would fit within the ZeroMQ ecosystem? >> >> Demo of "GSSHouse": https://gist.github.com/cbusbey/11265987 >> >> GSSAPI libzmq: https://github.com/connamara/libzmq >> GSSAPI czmq: https://github.com/connamara/czmq >> GSSAPI jzmq :https://github.com/connamara/jzmq >> >> Thanks! >> >> -- >> Chris Busbey >> Connamara Systems, LLC >> >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
