go-msrpc
go-msrpc copied to clipboard
The DCE/RPC / MS-RPC Codegen/Client for Go
I'm trying to implement my own authentication mechanism, and I can't figure out whether to use the methods in `gssapi.Mechanism` or `gssapi.MechanismEx` and how to implement the wrapping and signing...
Greetings, @oiweiwei ! I found that the `0x0000000D (13) Client claims information PAC_CLIENT_CLAIMS_INFO` type is not supported. Could you please add support for this in PAC?
* add fragmented bind/alter-context support for auth trailers exceeding max negotiated size. (see: https://pubs.opengroup.org/onlinepubs/9629399/chap12.htm) * add boundary checks for packet encoding. See: https://github.com/oiweiwei/go-msrpc/issues/82
When `Security.Init` returns a large buffer, for example a large Kerberos ticket, `go-msrpc` panics during bind. It panics at this line, because `pkt.start` is 0 and `pkt.end` is negative. https://github.com/oiweiwei/go-msrpc/blob/60ff6238355b5e7d1ff8f86a3d80ec7b0b523fb3/dcerpc/packet.go#L390...
Hi there, I am new to golang and found this repository. I am trying to use your library to perform QueryServiceConfig2W and ChangeServiceConfig2W to backup the existing the service failure...