Changeset fa48bf3
- Timestamp:
- 04/22/2004 02:04:15 PM (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_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fff069f
- Parents:
- 3f6ebae
- Files:
-
- 6 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
r3f6ebae rfa48bf3 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "CVS-2004042 1">6 <!ENTITY releasedate "April 2 1st, 2004">7 <!ENTITY pubdate "2004-04-2 1">5 <!ENTITY version "CVS-20040422"> 6 <!ENTITY releasedate "April 22nd, 2004"> 7 <!ENTITY pubdate "2004-04-22"> 8 8 <!ENTITY blfs-version "cvs"> 9 9 -
introduction/welcome/changelog.xml
r3f6ebae rfa48bf3 11 11 12 12 <itemizedlist> 13 14 <listitem><para>April 22nd, 2004 [igor]: Added cracklib-2.7, 15 contributed by DJ Lucas.</para></listitem> 13 16 14 17 <listitem><para>April 21st, 2004 [igor]: Updated to OpenSSH-3.8.1p1, -
introduction/welcome/credits.xml
r3f6ebae rfa48bf3 167 167 STLport, tcl, tk and bind-utils: <emphasis>Tushar Teredesai</emphasis></para></listitem> 168 168 169 <listitem><para>libpcap, ncpfs, netfs, ppp(update) and RP-PPPoE: <emphasis>DJ Lucas</emphasis></para> 170 </listitem> 169 <listitem><para>cracklib, libpcap, ncpfs, netfs, ppp(update) and RP-PPPoE: <emphasis>DJ Lucas</emphasis></para></listitem> 171 170 172 171 <listitem><para>ntp: <emphasis>Eric Konopka</emphasis></para></listitem> … … 247 246 of the various mozilla extensions.</para></listitem> 248 247 249 <listitem><para><emphasis>Nathan Coulson</emphasis> for writing the mass250 majority of the new network bootscripts (pending).</para></listitem>248 <listitem><para><emphasis>Nathan Coulson</emphasis> for writing the new 249 network bootscripts.</para></listitem> 251 250 252 251 <listitem><para><emphasis>Alexander E. Patrakov</emphasis> for patches and -
postlfs/postlfs.ent
r3f6ebae rfa48bf3 25 25 <!ENTITY % tripwire SYSTEM "security/tripwire/tripwire.ent"> 26 26 %tripwire; 27 <!ENTITY % cracklib SYSTEM "security/cracklib/cracklib.ent"> 28 %cracklib; 27 29 <!ENTITY % Linux_PAM SYSTEM "security/pam/linux_pam.ent"> 28 30 %Linux_PAM; -
postlfs/security/pam/linux_pam-inst.xml
r3f6ebae rfa48bf3 8 8 <screen><userinput><command>patch -Np1 -i ../Linux-PAM-0.77-linkage-1.patch && 9 9 ./configure --enable-static-libpam --with-mailspool=/var/mail \ 10 --enable-read-both-confs --sysconfdir=/etc &&10 --enable-read-both-confs --sysconfdir=/etc && 11 11 make && 12 12 make install && … … 16 16 ln -sf ../../lib/libpamc.so.&Linux_PAM-version; /usr/lib/libpamc.so</command></userinput></screen> 17 17 18 19 18 </sect2> 20 -
postlfs/security/pam/linux_pam-intro.xml
r3f6ebae rfa48bf3 26 26 </sect3> 27 27 28 29 <sect3><title><application>Linux-<acronym>PAM</acronym></application> 30 dependencies</title> 28 <sect3><title><application>Linux-<acronym>PAM</acronym></application> dependencies</title> 31 29 <sect4><title>Optional</title> 32 <para><ulink 33 url="http://www.crypticide.org/users/alecm/security/cracklib,2.7.tar.gz"> 34 cracklib v2.7</ulink></para></sect4> 30 <para><xref linkend="cracklib"/></para></sect4> 35 31 </sect3> 36 32 -
postlfs/security/security.xml
r3f6ebae rfa48bf3 23 23 "signatures" and compares for files that have been changed.</para> 24 24 25 &cracklib; 25 26 &Linux_PAM; 26 27 &shadow; -
postlfs/security/shadow.xml
r3f6ebae rfa48bf3 26 26 &shadow-intro; 27 27 &shadow-inst; 28 <!-- &shadow-exp; --> 28 &shadow-exp; 29 29 &shadow-config; 30 30 -
postlfs/security/shadow/shadow-exp.xml
r3f6ebae rfa48bf3 2 2 <title>Command explanations</title> 3 3 4 <para><parameter>--without-libcrack</parameter>: This switch tells shadow 5 not to use libcrack. This is desired as 6 <application>Linux-<acronym>PAM</acronym></application> already 7 contains libcrack.</para> 8 9 <!-- Leftover from older instructions???? 4 10 <para><command>cp debian/securetty /etc/securetty</command>: This 5 11 command sets the tty's that allow logins through <acronym>PAM</acronym>.</para> 12 --> 6 13 7 14 </sect2> 8 -
postlfs/security/shadow/shadow-inst.xml
r3f6ebae rfa48bf3 6 6 <screen><userinput><command>patch -Np1 -i ../shadow-&shadow-version;-pam-1.patch && 7 7 LIBS="-lpam -lpam_misc" ./configure --libdir=/usr/lib \ 8 --enable-shared --with-libpam&&8 --enable-shared --with-libpam --without-libcrack && 9 9 echo '#define HAVE_SETLOCALE 1' >> config.h && 10 10 make && … … 18 18 19 19 </sect2> 20
Note:
See TracChangeset
for help on using the changeset viewer.