functions
import "github.com/TheManticoreProject/Manticore/network/dcerpc/interfaces/f5cc59b4-4264-101a-8c59-08002b2f8426/1.1/functions"
Package functions holds the frsrpc ([MS-FRS1]) method stubs, one file per opnum. Each stub marshals its [in] parameters into a request stub, invokes the opnum through an ndr.Invoker, and unmarshals the response stub. The shared response shape below is used by more than one method.
Index
- func FrsNOP(rpc ndr.Invoker) (err error)
- func FrsRpcSendCommPkt(rpc ndr.Invoker, commPkt msfrs1.COMM_PACKET) (err error)
- func FrsRpcStartPromotionParent(rpc ndr.Invoker, parentAccount *ndr.WSTR, parentPassword *ndr.WSTR, replicaSetName *ndr.WSTR, replicaSetType *ndr.WSTR, cxtionName *ndr.WSTR, partnerName *ndr.WSTR, partnerPrincName *ndr.WSTR, partnerAuthLevel ndr.DWORD, guidSize ndr.DWORD, cxtionGuid []uint8, partnerGuid []uint8, parentGuid []uint8) (ParentGuid []uint8, err error)
- func FrsRpcVerifyPromotionParent(rpc ndr.Invoker, parentAccount *ndr.WSTR, parentPassword *ndr.WSTR, replicaSetName *ndr.WSTR, replicaSetType *ndr.WSTR, partnerAuthLevel ndr.DWORD, guidSize ndr.DWORD) (err error)
func FrsNOP
func FrsNOP(rpc ndr.Invoker) (err error)
FrsNOP calls FrsNOP (opnum 3) ([MS-FRS1] section 3.3.4.3).
func FrsRpcSendCommPkt
func FrsRpcSendCommPkt(rpc ndr.Invoker, commPkt msfrs1.COMM_PACKET) (err error)
FrsRpcSendCommPkt calls FrsRpcSendCommPkt (opnum 0) ([MS-FRS1] section 3.3.4.4).
func FrsRpcStartPromotionParent
func FrsRpcStartPromotionParent(rpc ndr.Invoker, parentAccount *ndr.WSTR, parentPassword *ndr.WSTR, replicaSetName *ndr.WSTR, replicaSetType *ndr.WSTR, cxtionName *ndr.WSTR, partnerName *ndr.WSTR, partnerPrincName *ndr.WSTR, partnerAuthLevel ndr.DWORD, guidSize ndr.DWORD, cxtionGuid []uint8, partnerGuid []uint8, parentGuid []uint8) (ParentGuid []uint8, err error)
FrsRpcStartPromotionParent calls FrsRpcStartPromotionParent (opnum 2) ([MS-FRS1] section 3.3.4.2).
func FrsRpcVerifyPromotionParent
func FrsRpcVerifyPromotionParent(rpc ndr.Invoker, parentAccount *ndr.WSTR, parentPassword *ndr.WSTR, replicaSetName *ndr.WSTR, replicaSetType *ndr.WSTR, partnerAuthLevel ndr.DWORD, guidSize ndr.DWORD) (err error)
FrsRpcVerifyPromotionParent calls FrsRpcVerifyPromotionParent (opnum 1) ([MS-FRS1] section 3.3.4.5).