From: Christian Ambach Date: Wed, 27 Jan 2016 21:59:25 +0000 (+0100) Subject: WHATSNEW: update with latest parameter updates for smbget X-Git-Tag: tevent-0.9.27~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b5198f55234d55c24d265adf072932cfe086f63;p=thirdparty%2Fsamba.git WHATSNEW: update with latest parameter updates for smbget Signed-off-by: Christian Ambach Reviewed-by: Andreas Schneider Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Thu Jan 28 13:07:34 CET 2016 on sn-devel-144 --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 399fb2b79af..7c748c2e5aa 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -65,6 +65,13 @@ smbstatus 'smbstatus' was enhanced to show the state of signing and encryption for sessions and shares. +smbget +------ +The -u and -p options for user and password were replaced by the -U option that +accepts username[%password] as in many other tools of the Samba suite. +Similary, smbgetrc files do not accept username and password options any more, +only a single "user" option which also accepts user%password combinations. + s4-rpc_server -------------