hierynomus/smbj

Add support for MSRPC based services

Open

#82 创建于 2017年6月15日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Java (190 fork)github user discovery
enhancementhelp wantedms-rpc

仓库指标

Star
 (816 star)
PR 合并指标
 (PR 指标待抓取)

描述

MSRPC services over SMB work by writing/reading data to/from an SMB named pipe. Adding support for this would enable things like remote share management, user management, etc.

I would propose adding some base classes to support this and then adapting MIDLC from the JCIFS project (http://jcifs.samba.org/src/midlc-0.6.1.tar.gz) to generate compatible classes. The adapted version of MIDLC would have to be GPLv2 licensed since the original code for IDLC falls under that license. The generated code is not GPLv2 licensed so I don't think this is an issue.

Is there any intrest in this feature?

贡献者指南