summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-12-23 21:23:56 +0000
committerjlam <jlam@pkgsrc.org>2002-12-23 21:23:56 +0000
commit3530f6ba5cc9bfe1309ae0ff7e6a7ccb1d47679a (patch)
treeb8eaf075508d7f5961ef5d63906886e321213f40 /doc
parent9b27e038933b17950b35d1b259b044d1de117b66 (diff)
downloadpkgsrc-3530f6ba5cc9bfe1309ae0ff7e6a7ccb1d47679a.tar.gz
Update security/PAM to 0.77. Changes from version 0.75 include:
* Numerous bug fixes for most of the PAM modules, including several string length checks and fixes (update recommended!). * fix for legacy behavior of pam_setcred and pam_close_session in the case that pam_authenticate and pam_open_session hadn't been called * pam_unix: - don't zero out password strings during password changing function * pam_wheel: - feature: can use the module to provide wheel access to non-root accounts. * pam_limits: - added '%' domain for maxlogins limiting, now '*' and @group have the old meaning (every) and '%' the new one (all) - handle negative priority limits (which can apply to the superuser too). * pam_userdb: - require that all of typed password matches that in database * pam_access: - added the 'fieldsep=' argument, made a PAM_RHOST of "" equivalent to NULL Incidentally, cups-1.1.18 will once again do PAM authentication using pam_unix.so if built against PAM-0.77.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index d584f8e2af1..ee37f95c0e1 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.887 2002/12/23 20:42:42 wiz Exp $
+$NetBSD: CHANGES,v 1.888 2002/12/23 21:24:32 jlam Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -4075,3 +4075,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated createbuildlink to 2.3 [wiz 2002-12-23]
Updated m4 to 1.4nb1 [wiz 2002-12-23]
Updated gmake to 3.80nb1 [wiz 2002-12-23]
+ Updated PAM to 0.77 [jlam 2002-12-23]