Changeset 89adf24 for postlfs


Ignore:
Timestamp:
01/07/2005 05:42:45 PM (19 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d6edeb8
Parents:
d8dc77a
Message:

cracklib link bug, index

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cracklib.xml

    rd8dc77a r89adf24  
    2121<?dbhtml filename="cracklib.html"?>
    2222<title>cracklib-&cracklib-version;</title>
     23<indexterm zone="cracklib">
     24<primary sortas="a-cracklib">Cracklib</primary></indexterm>
     25
    2326
    2427<sect2>
     
    5861
    5962<itemizedlist spacing='compact'>
    60 <listitem><para>cracklib (&crackdict-size;): <ulink
    61 url="http://www.cotse.com/wordlists/cracklib"/></para></listitem>
    62 <listitem><para>allwords (&alldict-size;): <ulink
    63 url="http://www.cotse.com/wordlists/allwords"/></para></listitem>
     63<listitem><para>cracklib (&crackdict-size;) at <ulink
     64url="http://www.cotse.com/tools/wordlists.htm"/></para></listitem>
     65<listitem><para>allwords (&alldict-size;) at <ulink
     66url="http://www.cotse.com/tools/wordlists.htm"/></para></listitem>
    6467</itemizedlist>
    6568
     
    105108<title>Contents</title>
    106109
    107 <para>The <application>cracklib</application> package contains the
    108 <filename class="libraryfile">libcrack</filename> and optionally, the
    109 <filename class="libraryfile">libcrack_krb5</filename> libraries.</para>
    110110
    111 </sect2>
     111<segmentedlist>
     112<segtitle>Installed Programs</segtitle>
     113<segtitle>Installed Libraries</segtitle>
     114<segtitle>Installed Directory</segtitle>
     115<seglistitem>
     116<seg>create-cracklib-dict, mkdict and packer</seg>
     117<seg>libcrack.so and optionally, libcrack_krb5.so</seg>
     118<seg>/usr/share/dict</seg>
     119</seglistitem>
     120</segmentedlist>
    112121
    113 <sect2><title>Description</title>
     122<variablelist>
     123<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     124<?dbfo list-presentation="list"?>
    114125
    115 <sect3><title>libcrack libraries</title>
    116 <para>The <filename class="libraryfile">libcrack</filename> libraries provide
    117 a fast dictionary lookup method for strong password enforcement.</para></sect3>
     126<varlistentry id="libcrack">
     127<term><filename class='libraryfile'>libcrack.so</filename></term>
     128<listitem><para> libraries provide a fast dictionary lookup method for strong password enforcement.</para>
     129<indexterm zone="cracklib libcrack">
     130<primary sortas="c-libcrack">libcrack.so</primary></indexterm>
     131</listitem>
     132</varlistentry>
     133</variablelist>
     134
    118135
    119136</sect2>
Note: See TracChangeset for help on using the changeset viewer.