1 # $Id: pam_passwdqc.spec,v 1.11 2002/04/16 16:56:52 solar Exp $
3 Summary: Pluggable password "quality check".
7 License: relaxed BSD and
(L
)GPL
-compatible
8 Group: System Environment
/Base
9 Source: pam_passwdqc
-%version.tar.gz
10 BuildRoot: /override
/%name-%version
13 pam_passwdqc is a simple password strength checking module
for
14 PAM
-aware password changing programs
, such as passwd
(1). In addition
15 to checking regular passwords
, it offers support
for passphrases and
16 can provide randomly generated passwords. All features are optional
17 and can be
(re
-)configured without rebuilding.
23 make CFLAGS
="
-c
-Wall
-fPIC
-DHAVE_SHADOW
-DLINUX_PAM $RPM_OPT_FLAGS"
26 rm -rf $RPM_BUILD_ROOT
27 make install FAKEROOT
=$RPM_BUILD_ROOT
30 rm -rf $RPM_BUILD_ROOT
35 /lib
/security
/pam_passwdqc.so
38 * Tue Apr
16 2002 Solar Designer
<solar@owl.openwall.com
>
39 - 0.5: preliminary OpenPAM
(FreeBSD
-current
) support
in the code and related
40 code cleanups
(thanks to Dag
-Erling Smorgrav
).
42 * Thu Feb
07 2002 Michail Litvak
<mci@owl.openwall.com
>
43 - Enforce our new spec file conventions.
45 * Sun Nov
04 2001 Solar Designer
<solar@owl.openwall.com
>
47 - Added "ask_oldauthtok" and "check_oldauthtok" as needed
for stacking with
49 - Permit
for stacking of more than one instance of this module
(no statics
).
51 * Tue Feb
13 2001 Solar Designer
<solar@owl.openwall.com
>
52 - Install the module as mode
755.
54 * Tue Dec
19 2000 Solar Designer
<solar@owl.openwall.com
>
55 - Added "
-Wall
-fPIC" to the CFLAGS.
57 * Mon Oct
30 2000 Solar Designer
<solar@owl.openwall.com
>
58 - 0.3: portability fixes
(this might build on non
-Linux
-PAM now
).
60 * Fri Sep
22 2000 Solar Designer
<solar@owl.openwall.com
>
61 - 0.2: added "use_authtok"
, added README.
63 * Fri Aug
18 2000 Solar Designer
<solar@owl.openwall.com
>
64 - 0.1, "retry_wanted" bugfix.
66 * Sun Jul
02 2000 Solar Designer
<solar@owl.openwall.com
>
67 - Initial version
(non
-public
).