Changeset 419dd50
- Timestamp:
- 09/27/2003 02:37:14 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4e0d045
- Parents:
- 64b92847
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/glossary.xml
r64b92847 r419dd50 56 56 <glossdef><para>Concurrent Versions System</para></glossdef></glossentry> 57 57 58 <glossentry id="gDES"><glossterm><acronym>DES</acronym></glossterm> 59 <glossdef><para>Data Encryption Standard</para></glossdef></glossentry> 60 58 61 <glossentry id="gDHCP"><glossterm><acronym>DHCP</acronym></glossterm> 59 62 <glossdef><para>Dynamic Host Configuration Protocol</para></glossdef></glossentry> -
postlfs/security/pam/linux_pam-inst.xml
r64b92847 r419dd50 6 6 running the following commands:</para> 7 7 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 && 9 ./configure --enable-static-libpam --with-mailspool=/var/mail \ 9 10 --enable-read-both-confs --sysconfdir=/etc && 10 11 make && -
postlfs/security/pam/linux_pam-intro.xml
r64b92847 r419dd50 20 20 </sect3> 21 21 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 22 29 <sect3><title><application>Linux-<acronym>PAM</acronym></application> 23 30 dependencies</title> -
postlfs/security/security.xml
r64b92847 r419dd50 4 4 5 5 <para>Security takes many forms in a computing environment. This chapter 6 gives examples of three different types of security ;access, prevention6 gives examples of three different types of security: access, prevention 7 7 and detection.</para> 8 8 … … 15 15 16 16 <para>Prevention of breaches, like a trojan, are assisted by applications like 17 <application> gnupg</application>, specifically the ability to confirm signed17 <application>GnuPG</application>, specifically the ability to confirm signed 18 18 packages, which prevents modification of the tarball after the packager creates 19 19 it.</para> -
postlfs/security/shadow.xml
r64b92847 r419dd50 1 1 <sect1 id="shadow"> 2 2 <?dbhtml filename="shadow.html" dir="postlfs"?> 3 <title>Shadow-4.0.3</title> 4 5 <sect2> 3 6 <title>Configuring shadow</title> 4 7 … … 9 12 <para>Enabling MD5 Passwords</para> 10 13 11 <para>To enable MD5 Passwords, modify the line in the login.defs file12 that reads:14 <para>To enable MD5 Passwords, modify the line in the 15 <filename>login.defs</filename> file that reads: 13 16 <screen><userinput>#MD5_CRYPT_ENAB no</userinput></screen> 14 17 to read: 15 18 <screen><userinput>MD5_CRYPT_ENAB yes</userinput></screen> 16 19 Passwords 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> 18 23 19 24 &shadow-inst; -
postlfs/security/shadow/shadow-inst.xml
r64b92847 r419dd50 16 16 <para>Reinstall shadow by running the following commands:</para> 17 17 18 <screen><userinput><command>patch -Np1 -i ../shadow-4.0.3-pam fix-1.patch &&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 && 19 ./configure --prefix=/usr --libdir=/usr/lib \ 20 20 --enable-shared --with-libpam && 21 21 make && -
x/lib/freetype2.xml
r64b92847 r419dd50 1 <sect1 id="freetype2" xreflabel=" freetype-&freetype2-version;">1 <sect1 id="freetype2" xreflabel="FreeType-&freetype2-version;"> 2 2 <?dbhtml filename="freetype2.html" dir="x"?> 3 <title> freetype-&freetype2-version;</title>3 <title>FreeType-&freetype2-version;</title> 4 4 5 5 &freetype2-intro; -
x/lib/freetype2/freetype2-config.xml
r64b92847 r419dd50 1 1 <sect2> 2 <title>Configuring <application> freetype2</application></title>2 <title>Configuring <application>FreeType2</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
x/lib/freetype2/freetype2-desc.xml
r64b92847 r419dd50 2 2 <title>Contents</title> 3 3 4 <para>The <application> freetype2</application> package contains <filename>4 <para>The <application>FreeType2</application> package contains <filename> 5 5 libfreetype</filename> libraries.</para> 6 6 </sect2> … … 9 9 10 10 <sect3><title>freetype2 libraries</title> 11 <para><application>freetype2</application> libraries add TrueType font capabilities to12 <application>XFree86</application>.</para></sect3>11 <para><application>freetype2</application> libraries add TrueType font 12 capabilities to <application>XFree86</application>.</para></sect3> 13 13 14 14 </sect2> -
x/lib/freetype2/freetype2-inst.xml
r64b92847 r419dd50 1 1 <sect2> 2 <title>Installation of <application> freetype2</application></title>2 <title>Installation of <application>FreeType2</application></title> 3 3 4 <para>Install <application> freetype2</application> by running the following4 <para>Install <application>FreeType2</application> by running the following 5 5 commands:</para> 6 6 -
x/lib/freetype2/freetype2-intro.xml
r64b92847 r419dd50 1 1 <sect2> 2 <title>Introduction to <application> freetype2</application></title>2 <title>Introduction to <application>FreeType2</application></title> 3 3 4 <para>The <application> freetype2</application> package contains a library to4 <para>The <application>FreeType2</application> package contains a library to 5 5 allow <application>XFree86</application> to properly render TrueType fonts.</para> 6 6
Note:
See TracChangeset
for help on using the changeset viewer.