.name = "help",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_help,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Get help on commands",
.usage = "[command]",
},
.name = "?",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_help,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Get help on commands",
.usage = "[command]",
},
.name = "debuglevel",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_debuglevel,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Set debug level",
.usage = "level",
},
.name = "debug",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_debuglevel,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Set debug level",
.usage = "level",
},
.name = "list",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_listcommands,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "List available commands on <pipe>",
.usage = "pipe",
},
.name = "exit",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_quit,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Exit program",
.usage = "",
},
.name = "quit",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_quit,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Exit program",
.usage = "",
},
.name = "sign",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_sign,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Force RPC pipe connections to be signed",
.usage = "",
},
.name = "seal",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_seal,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Force RPC pipe connections to be sealed",
.usage = "",
},
.name = "packet",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_packet,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Force RPC pipe connections with packet authentication level",
.usage = "",
},
.name = "schannel",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_schannel,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Force RPC pipe connections to be sealed with 'schannel'. "
"Assumes valid machine account to this domain controller.",
.usage = "",
.name = "schannelsign",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_schannel_sign,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Force RPC pipe connections to be signed (not sealed) with "
"'schannel'. Assumes valid machine account to this domain "
"controller.",
.name = "timeout",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_timeout,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Set timeout (in milliseconds) for RPC operations",
.usage = "",
},
.name = "transport",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_choose_transport,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Choose ncacn transport for RPC operations",
.usage = "",
},
.name = "none",
.returntype = RPC_RTYPE_NTSTATUS,
.ntfn = cmd_none,
- .wfn = NULL,
- .table = NULL,
- .rpc_pipe = NULL,
.description = "Force RPC pipe connections to have no special properties",
.usage = "",
},