hierynomus/smbj

Add support for MSRPC based services

Offen

#82 geöffnet am 15.06.2017

 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (189 Forks)github user discovery
enhancementhelp wantedms-rpc

Repository-Metriken

Stars
 (822 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9T 8h) (1 gemergte PR in 30 T)

Beschreibung

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?

Contributor Guide