The branch, master has been updated via b595469... s3-rpcclient: add another usage display to sign and seal commands. from b0d69a8... Revert "s4-smbtorture: skip bigendian tests against s3 in RPC-LSA-SECRETS."
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit b595469bf7d6c1171d694366686d99de031c18b9 Author: Günther Deschner <g...@samba.org> Date: Thu Jul 8 11:46:48 2010 +0200 s3-rpcclient: add another usage display to sign and seal commands. Guenther ----------------------------------------------------------------------- Summary of changes: source3/rpcclient/rpcclient.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Changeset truncated at 500 lines: diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 56c0057..be06882 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -402,6 +402,7 @@ static NTSTATUS cmd_sign(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, pipe_default_auth_type = PIPE_AUTH_TYPE_SCHANNEL; } else { printf("unknown type %s\n", type); + printf("Usage: %s [NTLMSSP|NTLMSSP_SPNEGO|SCHANNEL]\n", argv[0]); return NT_STATUS_INVALID_LEVEL; } } @@ -434,6 +435,7 @@ static NTSTATUS cmd_seal(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, pipe_default_auth_type = PIPE_AUTH_TYPE_SCHANNEL; } else { printf("unknown type %s\n", type); + printf("Usage: %s [NTLMSSP|NTLMSSP_SPNEGO|SCHANNEL]\n", argv[0]); return NT_STATUS_INVALID_LEVEL; } } -- Samba Shared Repository