smbclient/tar: add verbose mode
authorBjörn Jacke <bj@sernet.de>
Sat, 4 Jan 2020 20:47:59 +0000 (21:47 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 14 Jan 2020 19:17:29 +0000 (19:17 +0000)
commitd2d5007936ba4f48edad61c7613bed07c31da463
tree9895d1ac267e1cf2b3dec8e9b553d6bc1d5d7b1d
parent9e67b6b9515d1bc456c9f0f4edd0aea430b6d870
smbclient/tar: add verbose mode

A verbose mode got lost with the introduction of libarchive support.

The verbose mode is optional, default is quiet mode.

The output format is close to the verbose output format of POSIX tar
implementations and should be good parsable.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11642

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
docs-xml/manpages/smbclient.1.xml
source3/client/client.c
source3/client/clitar.c