diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-08-01 12:07:19 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-08-01 12:07:19 +0000 |
commit | d7f2f47dd58b58e8e4dcaa497d9d44f2a293042c (patch) | |
tree | fcd1f7ddd06333114961e6d7079a1f94d15eda6d /sys-libs/pam | |
parent | stable amd64 (diff) | |
download | historical-d7f2f47dd58b58e8e4dcaa497d9d44f2a293042c.tar.gz historical-d7f2f47dd58b58e8e4dcaa497d9d44f2a293042c.tar.bz2 historical-d7f2f47dd58b58e8e4dcaa497d9d44f2a293042c.zip |
Add some password sanity checking to system-auth.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-libs/pam')
-rw-r--r-- | sys-libs/pam/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/pam/Manifest | 26 | ||||
-rw-r--r-- | sys-libs/pam/files/pam.d/system-auth | 2 |
3 files changed, 23 insertions, 10 deletions
diff --git a/sys-libs/pam/ChangeLog b/sys-libs/pam/ChangeLog index e2fafd052af6..a478cc975037 100644 --- a/sys-libs/pam/ChangeLog +++ b/sys-libs/pam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/pam # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.90 2005/07/28 14:45:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.91 2005/08/01 12:07:19 azarah Exp $ + + 01 Aug 2005; Martin Schlemmer <azarah@gentoo.org> files/pam.d/system-auth: + Add some password sanity checking to system-auth. 28 Jul 2005; Seemant Kulleen <seemant@gentoo.org> -pam-0.77.ebuild, -pam-0.77-r1.ebuild, -pam-0.77-r2.ebuild, -pam-0.77-r3.ebuild, diff --git a/sys-libs/pam/Manifest b/sys-libs/pam/Manifest index a2acd44c3695..e28f6c1de889 100644 --- a/sys-libs/pam/Manifest +++ b/sys-libs/pam/Manifest @@ -1,13 +1,23 @@ -MD5 53e66a7b00d498bf4a1fa26b8f2836ed ChangeLog 14609 -MD5 1d05f0436f1c273d7862099f309afe4d metadata.xml 156 -MD5 45e4ffa616491f670f6b43f7482889e7 pam-0.77-r6.ebuild 8080 -MD5 a12e7f860965fe8642486460693e8aa2 pam-0.77-r8.ebuild 8152 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 28eeebf84c9e92954465e26295965638 pam-0.78-r2.ebuild 11221 -MD5 73f196808b2658496c9a9bd525ca30da files/README.pam_console 2615 +MD5 a12e7f860965fe8642486460693e8aa2 pam-0.77-r8.ebuild 8152 +MD5 d0d4c0cc2b0172bd02a8afd25a8c69be ChangeLog 14738 +MD5 45e4ffa616491f670f6b43f7482889e7 pam-0.77-r6.ebuild 8080 +MD5 1d05f0436f1c273d7862099f309afe4d metadata.xml 156 MD5 b38aa656e6c205427dd4c4ba7d6d3f97 files/digest-pam-0.77-r6 201 -MD5 693d0527279f95e01ad9a5ba6ef45389 files/digest-pam-0.77-r8 201 +MD5 73f196808b2658496c9a9bd525ca30da files/README.pam_console 2615 MD5 f6222db3bcd34dad4edfcdcd8e488920 files/digest-pam-0.78-r2 264 -MD5 69f8cfad7f241eb669085eaa753cd9dd files/pam-0.77-console-reset.patch 1826 MD5 652f6b0ebdc63b0aa9ca6e1783c468a1 files/pam_env.conf 2980 +MD5 693d0527279f95e01ad9a5ba6ef45389 files/digest-pam-0.77-r8 201 +MD5 69f8cfad7f241eb669085eaa753cd9dd files/pam-0.77-console-reset.patch 1826 +MD5 c3d3871612bfb718a50454c8fba54b64 files/pam.d/system-auth 402 MD5 2d840b9afde7319bc8a8f7676582af11 files/pam.d/other 139 -MD5 33d9efd092b6999143ea42c99a59bfb1 files/pam.d/system-auth 365 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC7hFB1ZcsMnZjRyIRAngmAJwLPuJ6TYuHnIwy/6/7QOWLJynVbgCgvdJ6 +q+d7Wt3kH/UfyQu4U4iFLEw= +=w/IY +-----END PGP SIGNATURE----- diff --git a/sys-libs/pam/files/pam.d/system-auth b/sys-libs/pam/files/pam.d/system-auth index fe80483120ae..7f7e689d7e6e 100644 --- a/sys-libs/pam/files/pam.d/system-auth +++ b/sys-libs/pam/files/pam.d/system-auth @@ -6,7 +6,7 @@ auth required pam_deny.so account required pam_unix.so -password required pam_cracklib.so retry=3 +password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 password sufficient pam_unix.so nullok md5 shadow use_authtok password required pam_deny.so |