Changeset 419dd50


Ignore:
Timestamp:
09/27/2003 02:37:14 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4e0d045
Parents:
64b92847
Message:

shadow/pam patches

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1217 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    r64b92847 r419dd50  
    5656<glossdef><para>Concurrent Versions System</para></glossdef></glossentry>
    5757
     58<glossentry id="gDES"><glossterm><acronym>DES</acronym></glossterm>
     59<glossdef><para>Data Encryption Standard</para></glossdef></glossentry>
     60
    5861<glossentry id="gDHCP"><glossterm><acronym>DHCP</acronym></glossterm>
    5962<glossdef><para>Dynamic Host Configuration Protocol</para></glossdef></glossentry>
  • postlfs/security/pam/linux_pam-inst.xml

    r64b92847 r419dd50  
    66running the following commands:</para>
    77
    8 <screen><userinput><command>./configure --enable-static-libpam --with-mailspool=/var/mail \
     8<screen><userinput><command>patch -Np1 -i ../Linux-PAM-0.77-linkage-1.patch &amp;&amp;
     9./configure --enable-static-libpam --with-mailspool=/var/mail \
    910--enable-read-both-confs --sysconfdir=/etc &amp;&amp;
    1011make &amp;&amp;
  • postlfs/security/pam/linux_pam-intro.xml

    r64b92847 r419dd50  
    2020</sect3>
    2121
     22<sect3><title>Additional download</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Required patch:
     25<ulink url="&patch-root;/Linux-PAM-0.77-linkage-1.patch"/></para></listitem></itemizedlist>
     26</sect3>
     27
     28
    2229<sect3><title><application>Linux-<acronym>PAM</acronym></application>
    2330dependencies</title>
  • postlfs/security/security.xml

    r64b92847 r419dd50  
    44
    55<para>Security takes many forms in a computing environment. This chapter
    6 gives examples of three different types of security; access, prevention
     6gives examples of three different types of security: access, prevention
    77and detection.</para>
    88
     
    1515
    1616<para>Prevention of breaches, like a trojan, are assisted by applications like
    17 <application>gnupg</application>, specifically the ability to confirm signed
     17<application>GnuPG</application>, specifically the ability to confirm signed
    1818packages, which prevents modification of the tarball after the packager creates
    1919it.</para>
  • postlfs/security/shadow.xml

    r64b92847 r419dd50  
    11<sect1 id="shadow">
    22<?dbhtml filename="shadow.html" dir="postlfs"?>
     3<title>Shadow-4.0.3</title>
     4
     5<sect2>
    36<title>Configuring shadow</title>
    47
     
    912<para>Enabling MD5 Passwords</para>
    1013
    11 <para>To enable MD5 Passwords, modify the line in the login.defs file
    12 that reads:
     14<para>To enable MD5 Passwords, modify the line in the
     15<filename>login.defs</filename> file that reads:
    1316<screen><userinput>#MD5_CRYPT_ENAB no</userinput></screen>
    1417to read:
    1518<screen><userinput>MD5_CRYPT_ENAB yes</userinput></screen>
    1619Passwords created after this change will be encrypted using MD5
    17 instead of using DES encryption.</para>
     20(Message-Degest Algroithm) instead of using <acronym>DES</acronym> encryption.
     21</para>
     22</sect2>
    1823
    1924&shadow-inst;
  • postlfs/security/shadow/shadow-inst.xml

    r64b92847 r419dd50  
    1616<para>Reinstall shadow by running the following commands:</para>
    1717
    18 <screen><userinput><command>patch -Np1 -i ../shadow-4.0.3-pamfix-1.patch &amp;&amp;
    19 LDFLAGS="-lpam -lpam_misc" ./configure --prefix=/usr --libdir=/usr/lib \
     18<screen><userinput><command>patch -Np1 -i ../shadow-4.0.3-pam-2.patch &amp;&amp;
     19./configure --prefix=/usr --libdir=/usr/lib \
    2020--enable-shared --with-libpam &amp;&amp;
    2121make &amp;&amp;
  • x/lib/freetype2.xml

    r64b92847 r419dd50  
    1 <sect1 id="freetype2" xreflabel="freetype-&freetype2-version;">
     1<sect1 id="freetype2" xreflabel="FreeType-&freetype2-version;">
    22<?dbhtml filename="freetype2.html" dir="x"?>
    3 <title>freetype-&freetype2-version;</title>
     3<title>FreeType-&freetype2-version;</title>
    44
    55&freetype2-intro;
  • x/lib/freetype2/freetype2-config.xml

    r64b92847 r419dd50  
    11<sect2>
    2 <title>Configuring <application>freetype2</application></title>
     2<title>Configuring <application>FreeType2</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • x/lib/freetype2/freetype2-desc.xml

    r64b92847 r419dd50  
    22<title>Contents</title>
    33
    4 <para>The <application>freetype2</application> package contains <filename>
     4<para>The <application>FreeType2</application> package contains <filename>
    55libfreetype</filename> libraries.</para>
    66</sect2>
     
    99
    1010<sect3><title>freetype2 libraries</title>
    11 <para><application>freetype2</application> libraries add TrueType font capabilities to
    12 <application>XFree86</application>.</para></sect3>
     11<para><application>freetype2</application> libraries add TrueType font
     12capabilities to <application>XFree86</application>.</para></sect3>
    1313
    1414</sect2>
  • x/lib/freetype2/freetype2-inst.xml

    r64b92847 r419dd50  
    11<sect2>
    2 <title>Installation of <application>freetype2</application></title>
     2<title>Installation of <application>FreeType2</application></title>
    33
    4 <para>Install <application>freetype2</application> by running the following
     4<para>Install <application>FreeType2</application> by running the following
    55commands:</para>
    66
  • x/lib/freetype2/freetype2-intro.xml

    r64b92847 r419dd50  
    11<sect2>
    2 <title>Introduction to <application>freetype2</application></title>
     2<title>Introduction to <application>FreeType2</application></title>
    33
    4 <para>The <application>freetype2</application> package contains a library to
     4<para>The <application>FreeType2</application> package contains a library to
    55allow <application>XFree86</application> to properly render TrueType fonts.</para>
    66
Note: See TracChangeset for help on using the changeset viewer.