mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Add cifs-utils-5.1.
Add keyutils-1.5.3. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8958 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
75f9474f99
commit
fcc6d6047f
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "13"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2011">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "November 12th, &year;">
|
||||
<!ENTITY releasedate "November 13th, &year;">
|
||||
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
@ -189,6 +189,7 @@ $Date$
|
||||
<!ENTITY libassuan-version "2.0.0">
|
||||
<!ENTITY libgpg-error-version "1.10">
|
||||
<!ENTITY libgcrypt-version "1.5.0">
|
||||
<!ENTITY keyutils-version "1.5.3">
|
||||
<!ENTITY libksba-version "1.0.7">
|
||||
<!ENTITY libmowgli-version "0.7.0">
|
||||
<!ENTITY libmcs-version "0.7.1">
|
||||
@ -442,6 +443,7 @@ $Date$
|
||||
<!ENTITY w3m-version "0.5.2">
|
||||
|
||||
<!-- Chapter 18 -->
|
||||
<!ENTITY cifsutils-version "5.1">
|
||||
<!ENTITY cvs-version "1.11.23">
|
||||
<!ENTITY inetutils-version "1.8">
|
||||
<!ENTITY ncftp-version "3.2.3">
|
||||
|
@ -58,6 +58,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcroco.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgsf.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libglade.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keyutils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expat.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libesmtp.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aspell.xml"/>
|
||||
|
127
general/genlib/keyutils.xml
Normal file
127
general/genlib/keyutils.xml
Normal file
@ -0,0 +1,127 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY keyutils-download-http "http://people.redhat.com/~dhowells/keyutils/keyutils-&keyutils-version;.tar.bz2">
|
||||
<!ENTITY keyutils-download-ftp " ">
|
||||
<!ENTITY keyutils-md5sum "4c89b350eab1c361af8cb5343961056a">
|
||||
<!ENTITY keyutils-size "48 KB">
|
||||
<!ENTITY keyutils-buildsize "1 MB">
|
||||
<!ENTITY keyutils-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="keyutils" xreflabel="keyutils-&keyutils-version;">
|
||||
<?dbhtml filename="keyutils.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>keyutils-&keyutils-version;</title>
|
||||
|
||||
<indexterm zone="keyutils">
|
||||
<primary sortas="a-keyutils">keyutils</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to keyutils</title>
|
||||
|
||||
<para>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.</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&keyutils-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&keyutils-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &keyutils-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &keyutils-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &keyutils-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &keyutils-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/keyutils"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of keyutils</title>
|
||||
|
||||
<para>Install <application>keyutils</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>keyctl, key.dns_resolver, and request-key</seg>
|
||||
<seg>libkeyutils.so.1</seg>
|
||||
<seg>/usr/share/keyutils</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="keyctl">
|
||||
<term><command>keyctl</command></term>
|
||||
<listitem>
|
||||
<para>is to control the key management facility in various ways
|
||||
using a variety of subcommands.</para>
|
||||
<indexterm zone="keyutils keyctl">
|
||||
<primary sortas="b-keyctl">keyctl</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libkeyutils">
|
||||
<term><filename class='libraryfile'>libkeyutils.so.1</filename></term>
|
||||
<listitem>
|
||||
<para> contains the keyuils library API instantiation.</para>
|
||||
<indexterm zone="keyutils libkeyutils">
|
||||
<primary sortas="c-libkeyutils">libkeyutils.so.1</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -41,6 +41,18 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>November 13th, 2011</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add cifs-utils-5.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add keyutils-1.5.3.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>November 12th, 2011</para>
|
||||
<itemizedlist>
|
||||
|
158
networking/netprogs/cifsutils.xml
Normal file
158
networking/netprogs/cifsutils.xml
Normal file
@ -0,0 +1,158 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY cifsutils-download-http " ">
|
||||
<!ENTITY cifsutils-download-ftp "ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-&cifsutils-version;.tar.bz2">
|
||||
<!ENTITY cifsutils-md5sum "b1b232adc042fd157d2f9848f4650fad">
|
||||
<!ENTITY cifsutils-size "364 KB">
|
||||
<!ENTITY cifsutils-buildsize "2.5 MB">
|
||||
<!ENTITY cifsutils-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="cifsutils" xreflabel="cifs-utils-&cifsutils-version;">
|
||||
<?dbhtml filename="cifsutils.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>cifs-utils-&cifsutils-version;</title>
|
||||
|
||||
<indexterm zone="cifsutils">
|
||||
<primary sortas="a-cifsutils">Inetutils</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to cifs-utils</title>
|
||||
|
||||
<para>The <application>cifs-utils</application> provides a means for
|
||||
mounting SMB/CIFS shares on a Linux system.</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&cifsutils-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&cifsutils-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &cifsutils-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &cifsutils-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &cifsutils-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &cifsutils-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">cifs-utils Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="mitkrb"/> and
|
||||
<xref linkend="keyutils"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/cifsutils"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of cifs-utils</title>
|
||||
|
||||
<para>Install <application>cifs-utils</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>cifs.idmap, getcifsacl, mount.cifs, and setcifsacl</seg>
|
||||
<seg>None</seg>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="cifs.idmap">
|
||||
<term><command>cifs.idmap</command></term>
|
||||
<listitem>
|
||||
<para>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.</para>
|
||||
<indexterm zone="cifsutils cifs.idmap">
|
||||
<primary sortas="b-cifs.idmap">cifs.idmap</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="getcifsacl">
|
||||
<term><command>getcifsacl</command></term>
|
||||
<listitem>
|
||||
<para>is a userspace helper to display an ACL in a security
|
||||
descriptor for Common Internet File System (CIFS).</para>
|
||||
<indexterm zone="cifsutils getcifsacl">
|
||||
<primary sortas="b-getcifsacl">getcifsacl</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mount.cifs">
|
||||
<term><command>mount.cifs</command></term>
|
||||
<listitem>
|
||||
<para>mounts a Linux CIFS filesystem. It is usually invoked
|
||||
indirectly by the mount(8) command when using the "-t cifs" option.
|
||||
</para>
|
||||
<indexterm zone="cifsutils mount.cifs">
|
||||
<primary sortas="b-mount.cifs">mount.cifs</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="setcifsacl">
|
||||
<term><command>setcifsacl</command></term>
|
||||
<listitem>
|
||||
<para>is intended to alter an ACL of a security descriptor for a file
|
||||
system object.</para>
|
||||
<indexterm zone="cifsutils setcifsacl">
|
||||
<primary sortas="b-setcifsacl">setcifsacl</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -21,6 +21,7 @@ $Date$
|
||||
are support programs for daemons that you may have running on your machine.</para>
|
||||
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvs.xml"/> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cifsutils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncftp.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncpfs.xml"/> -->
|
||||
@ -33,7 +34,7 @@ $Date$
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rsync-client.xml"/> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rsync.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="samba3.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="samba3-client.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="samba3-client.xml"/> -->
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="subversion.xml"/> -->
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcpwrappers.xml"/> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wget.xml"/>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<!ENTITY tcpwrappers-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="tcpwrappers" xreflabel="TCP Wrapper-&tcpwrappers-version;">
|
||||
<sect1 id="tcpwrappers" xreflabel="TCP Wrappers-&tcpwrappers-version;">
|
||||
<?dbhtml filename="tcpwrappers.html"?>
|
||||
|
||||
<sect1info>
|
||||
@ -20,20 +20,20 @@
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>TCP Wrapper-&tcpwrappers-version;</title>
|
||||
<title>TCP Wrappers-&tcpwrappers-version;</title>
|
||||
|
||||
<indexterm zone="tcpwrappers">
|
||||
<primary sortas="a-TCP Wrapper">TCP Wrapper</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to TCP Wrapper</title>
|
||||
<title>Introduction to TCP Wrappers</title>
|
||||
|
||||
<para>The <application>TCP Wrapper</application> package provides daemon
|
||||
wrapper programs that report the name of the client requesting network
|
||||
services and the requested service.</para>
|
||||
|
||||
&lfs67_checked;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -72,7 +72,7 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of TCP Wrapper</title>
|
||||
<title>Installation of TCP Wrappers</title>
|
||||
|
||||
<para>Install <application>TCP Wrapper</application> with the following
|
||||
commands:</para>
|
||||
@ -99,7 +99,7 @@ make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux</userinput></screen
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring TCP Wrapper</title>
|
||||
<title>Configuring TCP Wrappers</title>
|
||||
|
||||
<sect3 id="tcpwrappers-config">
|
||||
<title>Config Files</title>
|
||||
|
Loading…
Reference in New Issue
Block a user