From 56dfc0915c7a461fc53d32e9cbe29460a75c9b26 Mon Sep 17 00:00:00 2001 From: Holger Hetterich Date: Sat, 30 Jan 2010 17:43:50 +0100 Subject: Update the manpage of vfs_smb_traffic_analyzer and add smbta-util. --- docs-xml/manpages-3/smbta-util.8.xml | 119 +++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 docs-xml/manpages-3/smbta-util.8.xml (limited to 'docs-xml/manpages-3/smbta-util.8.xml') diff --git a/docs-xml/manpages-3/smbta-util.8.xml b/docs-xml/manpages-3/smbta-util.8.xml new file mode 100644 index 0000000000..094fb9d833 --- /dev/null +++ b/docs-xml/manpages-3/smbta-util.8.xml @@ -0,0 +1,119 @@ + + + + + + smbta-tool + 8 + Samba + System Administration tools + 3.6 + + + + + smbta-tool + control encryption in VFS smb_traffic_analyzer + + + + + + smbta-tool + + + + smbta-tool + + COMMANDS + + + + + + + DESCRIPTION + + This tool is part of the + samba + 1 suite. + + smbta-tool is a tool to ease the + configuration of the vfs_smb_traffic_analyzer module regarding + data encryption. + The user can generate a key, install a key (activating + encryption), or uninstall a key (deactivating encryption). + Any operation that installs a key will create a File containing + the key. This file can be used by smbta-tool on other machines + to install the same key from the file. + + + + + + + COMMANDS + + + + + + Show a short help text on the command line. + + + + + + KEYFILE + Open an existing keyfile, read the key from + the file, and install the key, activating encryption. + + + + + + KEYFILE + Generate a new random key, install the key, + activate encryption, and store the key into the file KEYFILE. + + + + + + Uninstall the key, deactivating encryption. + + + + + + Check if a key is installed. + + + + + + KEYFILE + Create a KEYFILE from an installed key. + + + + + + + + + VERSION + This man page is correct for version 3.4 of the Samba suite. + + + + AUTHOR + The original version of smbta-util was created by Holger Hetterich. + + The original Samba software and related utilities were + created by Andrew Tridgell. Samba is now developed by the + Samba Team as an Open Source project similar to the way the + Linux kernel is developed. + + + -- cgit