kcr / node-gss

GSSAPI bindings for Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GSSAPI bindings for Node

NOTE: All these functions are synchronous, which is kind of poor for node
bindings. The initiator ones will block on DNS queries, and both will block on
the KDC. Should move everything to a separate thread sometime.

About

GSSAPI bindings for Node

License:MIT License


Languages

Language:C++ 69.0%Language:JavaScript 29.7%Language:Python 1.3%