The branch, master has been updated
via 2436496e71b client: enable allinfo and altname tab completion
from 05667d36de7 s3: torture: Add POSIX-ACL-OPLOCK test to check
interaction of posix ACL operations with an oplocked Windows handle.
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 2436496e71be877ded851a9333606d24665a1083
Author: David Disseldorp <[email protected]>
Date: Mon May 7 16:02:29 2018 +0200
client: enable allinfo and altname tab completion
Should tab-complete a single remote path.
Signed-off-by: David Disseldorp <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
Autobuild-User(master): David Disseldorp <[email protected]>
Autobuild-Date(master): Tue Jun 25 10:55:45 UTC 2019 on sn-devel-184
-----------------------------------------------------------------------
Summary of changes:
source3/client/client.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/client/client.c b/source3/client/client.c
index a69ab5daa76..7a7ecd92eb6 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -5535,8 +5535,8 @@ static struct {
} commands[] = {
{"?",cmd_help,"[command] give help on a command",{COMPL_NONE,COMPL_NONE}},
{"allinfo",cmd_allinfo,"<file> show all available info",
- {COMPL_NONE,COMPL_NONE}},
- {"altname",cmd_altname,"<file> show alt name",{COMPL_NONE,COMPL_NONE}},
+ {COMPL_REMOTE,COMPL_NONE}},
+ {"altname",cmd_altname,"<file> show alt name",{COMPL_REMOTE,COMPL_NONE}},
{"archive",cmd_archive,"<level>\n0=ignore archive bit\n1=only get archive
files\n2=only get archive files and reset archive bit\n3=get all files and
reset archive bit",{COMPL_NONE,COMPL_NONE}},
{"backup",cmd_backup,"toggle backup intent state",{COMPL_NONE,COMPL_NONE}},
{"blocksize",cmd_block,"blocksize <number> (default
20)",{COMPL_NONE,COMPL_NONE}},
--
Samba Shared Repository