From 4c92992b4e9797f34113251c00a99eafa97958bf Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Sat, 27 Nov 1999 00:02:03 +0000 Subject: bug-fixing registry commands and the rpcclient "rpcclient" command. the rpcclient "rpcclient" command allows user options to be reset (e.g the username / password) _without_ terminating rpcclient. try this: rpcclient -S srv1 -U% -l log srv1$ rpcclient -S srv2 srv2$ :-) (This used to be commit c049865782d87ca09744ecdefb387b7852ec2ae7) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index ec340ec1d6..3380bc4e63 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3571,6 +3571,7 @@ void cmd_sam_sync(struct client_info *info, int argc, char *argv[]); /*The following definitions come from rpcclient/cmd_reg.c */ +void split_server_keyname(char *srv_name, char *key, const char* arg); BOOL msrpc_reg_enum_key(const char* srv_name, const char* full_keyname, REG_FN(reg_fn), REG_KEY_FN(reg_key_fn), -- cgit