diff --git a/general.ent b/general.ent
index 6cbf9fc9f7..49d7ec85b8 100644
--- a/general.ent
+++ b/general.ent
@@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
-
+
-
+
@@ -189,6 +189,7 @@ $Date$
+
@@ -442,6 +443,7 @@ $Date$
+
diff --git a/general/genlib/genlib.xml b/general/genlib/genlib.xml
index 5724b50cb3..fae9c4e4a3 100644
--- a/general/genlib/genlib.xml
+++ b/general/genlib/genlib.xml
@@ -58,6 +58,7 @@ $Date$
+
diff --git a/general/genlib/keyutils.xml b/general/genlib/keyutils.xml
new file mode 100644
index 0000000000..590d272290
--- /dev/null
+++ b/general/genlib/keyutils.xml
@@ -0,0 +1,127 @@
+
+
+ %general-entities;
+
+
+
+
+
+
+
+]>
+
+
+
+
+
+ $LastChangedBy$
+ $Date$
+
+
+ keyutils-&keyutils-version;
+
+
+ keyutils
+
+
+
+ Introduction to keyutils
+
+ Keyutils is a set of utilities for managing the key retention
+ facility in the kernel, which can be used by filesystems, block devices and
+ more to gain and retain the authorization and encryption keys required to
+ perform secure operations.
+
+ &lfs70_checked;
+
+ Package Information
+
+
+ Download (HTTP):
+
+
+ Download (FTP):
+
+
+ Download MD5 sum: &keyutils-md5sum;
+
+
+ Download size: &keyutils-size;
+
+
+ Estimated disk space required: &keyutils-buildsize;
+
+
+ Estimated build time: &keyutils-time;
+
+
+
+ User Notes:
+
+
+
+
+
+ Installation of keyutils
+
+ Install keyutils by running the following
+ commands:
+
+make
+
+ This package does not come with a test suite.
+
+ Now, as the root user:
+
+make install
+
+
+
+
+ Contents
+
+
+ Installed Programs
+ Installed Library
+ Installed Directory
+
+
+ keyctl, key.dns_resolver, and request-key
+ libkeyutils.so.1
+ /usr/share/keyutils
+
+
+
+
+ Short Descriptions
+
+
+
+
+ keyctl
+
+ is to control the key management facility in various ways
+ using a variety of subcommands.
+
+ keyctl
+
+
+
+
+
+ libkeyutils.so.1
+
+ contains the keyuils library API instantiation.
+
+ libkeyutils.so.1
+
+
+
+
+
+
+
+
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 171fd97f04..bb32f13d39 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -41,6 +41,18 @@
-->
+
+ November 13th, 2011
+
+
+ [bdubbs] - Add cifs-utils-5.1.
+
+
+ [bdubbs] - Add keyutils-1.5.3.
+
+
+
+
November 12th, 2011
diff --git a/networking/netprogs/cifsutils.xml b/networking/netprogs/cifsutils.xml
new file mode 100644
index 0000000000..463ea6c45a
--- /dev/null
+++ b/networking/netprogs/cifsutils.xml
@@ -0,0 +1,158 @@
+
+
+ %general-entities;
+
+
+
+
+
+
+
+]>
+
+
+
+
+
+ $LastChangedBy$
+ $Date$
+
+
+ cifs-utils-&cifsutils-version;
+
+
+ Inetutils
+
+
+
+ Introduction to cifs-utils
+
+ The cifs-utils provides a means for
+ mounting SMB/CIFS shares on a Linux system.
+
+ &lfs70_checked;
+
+ Package Information
+
+
+ Download (HTTP):
+
+
+ Download (FTP):
+
+
+ Download MD5 sum: &cifsutils-md5sum;
+
+
+ Download size: &cifsutils-size;
+
+
+ Estimated disk space required: &cifsutils-buildsize;
+
+
+ Estimated build time: &cifsutils-time;
+
+
+
+ cifs-utils Dependencies
+
+ Optional
+ and
+
+
+ User Notes:
+
+
+
+
+
+ Installation of cifs-utils
+
+ Install cifs-utils by running the following
+ commands:
+
+./configure --prefix=/usr &&
+make
+
+ This package does not come with a test suite.
+
+ Now, as the root user:
+
+make install
+
+
+
+
+ Contents
+
+
+ Installed Programs
+ Installed Libraries
+ Installed Directories
+
+
+ cifs.idmap, getcifsacl, mount.cifs, and setcifsacl
+ None
+ None
+
+
+
+
+ Short Descriptions
+
+
+
+
+ cifs.idmap
+
+ is a userspace helper program for the linux CIFS client
+ filesystem. There are a number of activities that the kernel cannot
+ easily do itself. This program is a callout program that does these
+ things for the kernel and then returns the result.
+
+ cifs.idmap
+
+
+
+
+
+ getcifsacl
+
+ is a userspace helper to display an ACL in a security
+ descriptor for Common Internet File System (CIFS).
+
+ getcifsacl
+
+
+
+
+
+ mount.cifs
+
+ mounts a Linux CIFS filesystem. It is usually invoked
+ indirectly by the mount(8) command when using the "-t cifs" option.
+
+
+ mount.cifs
+
+
+
+
+
+ setcifsacl
+
+ is intended to alter an ACL of a security descriptor for a file
+ system object.
+
+ setcifsacl
+
+
+
+
+
+
+
+
+
diff --git a/networking/netprogs/netprogs.xml b/networking/netprogs/netprogs.xml
index 1f1dd3c013..6db8424edd 100644
--- a/networking/netprogs/netprogs.xml
+++ b/networking/netprogs/netprogs.xml
@@ -21,6 +21,7 @@ $Date$
are support programs for daemons that you may have running on your machine.
+
@@ -33,7 +34,7 @@ $Date$
-
+
diff --git a/postlfs/security/tcpwrappers.xml b/postlfs/security/tcpwrappers.xml
index bc4bd37972..af15f304b5 100644
--- a/postlfs/security/tcpwrappers.xml
+++ b/postlfs/security/tcpwrappers.xml
@@ -12,7 +12,7 @@
]>
-
+
@@ -20,20 +20,20 @@
$Date$
- TCP Wrapper-&tcpwrappers-version;
+ TCP Wrappers-&tcpwrappers-version;
TCP Wrapper
- Introduction to TCP Wrapper
+ Introduction to TCP Wrappers
The TCP Wrapper package provides daemon
wrapper programs that report the name of the client requesting network
services and the requested service.
- &lfs67_checked;
+ &lfs70_checked;
Package Information
@@ -72,7 +72,7 @@
- Installation of TCP Wrapper
+ Installation of TCP Wrappers
Install TCP Wrapper with the following
commands:
@@ -99,7 +99,7 @@ make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux
- Configuring TCP Wrapper
+ Configuring TCP Wrappers
Config Files