mit-kdb: Add support for bad password count
[samba.git] / WHATSNEW.txt
index ee9b11cd19ed3810661deae09a372be95f8dd1b2..d81e1ed610fec00593db9bbc65b201e767b192dd 100644 (file)
@@ -59,6 +59,20 @@ pdbedit
 Add '--set-nt-hash' option to pdbedit to update user password from nt-hash
 hexstring. 'pdbedit -vw' shows also password hashes.
 
+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.
+The -P option was removed.
+
 s4-rpc_server
 -------------