diff options
author | jlam <jlam@pkgsrc.org> | 2002-12-23 21:23:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-12-23 21:23:56 +0000 |
commit | 3530f6ba5cc9bfe1309ae0ff7e6a7ccb1d47679a (patch) | |
tree | b8eaf075508d7f5961ef5d63906886e321213f40 /security/PAM/PLIST | |
parent | 9b27e038933b17950b35d1b259b044d1de117b66 (diff) | |
download | pkgsrc-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 'security/PAM/PLIST')
-rw-r--r-- | security/PAM/PLIST | 89 |
1 files changed, 10 insertions, 79 deletions
diff --git a/security/PAM/PLIST b/security/PAM/PLIST index 932787e26db..8dbde7a8ca5 100644 --- a/security/PAM/PLIST +++ b/security/PAM/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/01/29 21:08:48 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/23 21:23:57 jlam Exp $ include/security/_pam_aconf.h include/security/_pam_compat.h include/security/_pam_macros.h @@ -11,20 +11,22 @@ include/security/pam_modules.h lib/libpam.a lib/libpam.so lib/libpam.so.0 -lib/libpam.so.0.75 +lib/libpam.so.0.77 lib/libpam_misc.a lib/libpam_misc.so lib/libpam_misc.so.0 -lib/libpam_misc.so.0.75 +lib/libpam_misc.so.0.77 lib/libpamc.a lib/libpamc.so lib/libpamc.so.0 -lib/libpamc.so.0.75 +lib/libpamc.so.0.77 lib/security/pam_access.so lib/security/pam_cracklib.so +lib/security/pam_debug.so lib/security/pam_deny.so lib/security/pam_env.so lib/security/pam_filter.so +lib/security/pam_filter/upperLOWER lib/security/pam_ftp.so lib/security/pam_group.so lib/security/pam_issue.so @@ -55,94 +57,23 @@ man/man3/pam_chauthtok.3 man/man3/pam_close_session.3 man/man3/pam_end.3 man/man3/pam_fail_delay.3 +man/man3/pam_get_item.3 man/man3/pam_open_session.3 +man/man3/pam_set_item.3 man/man3/pam_setcred.3 man/man3/pam_start.3 man/man3/pam_strerror.3 man/man8/pam.8 man/man8/pam.conf.8 man/man8/pam.d.8 -sbin/pam_filter/upperLOWER +sbin/pam_tally sbin/unix_chkpwd -share/doc/${PKGBASE}/pam_access.sgml -share/doc/${PKGBASE}/pam_chroot.sgml -share/doc/${PKGBASE}/pam_cracklib.sgml -share/doc/${PKGBASE}/pam_deny.sgml -share/doc/${PKGBASE}/pam_env.sgml -share/doc/${PKGBASE}/pam_filter.sgml -share/doc/${PKGBASE}/pam_ftp.sgml -share/doc/${PKGBASE}/pam_group.sgml -share/doc/${PKGBASE}/pam_issue.sgml -share/doc/${PKGBASE}/pam_krb4.sgml -share/doc/${PKGBASE}/pam_lastlog.sgml -share/doc/${PKGBASE}/pam_limits.sgml -share/doc/${PKGBASE}/pam_listfile.sgml -share/doc/${PKGBASE}/pam_mail.sgml -share/doc/${PKGBASE}/pam_mkhomedir.sgml -share/doc/${PKGBASE}/pam_motd.sgml -share/doc/${PKGBASE}/pam_nologin.sgml -share/doc/${PKGBASE}/pam_permit.sgml -share/doc/${PKGBASE}/pam_pwdb.sgml -share/doc/${PKGBASE}/pam_radius.sgml -share/doc/${PKGBASE}/pam_rhosts.sgml -share/doc/${PKGBASE}/pam_rootok.sgml -share/doc/${PKGBASE}/pam_securetty.sgml -share/doc/${PKGBASE}/pam_tally.sgml -share/doc/${PKGBASE}/pam_time.sgml -share/doc/${PKGBASE}/pam_unix.sgml -share/doc/${PKGBASE}/pam_userdb.sgml -share/doc/${PKGBASE}/pam_warn.sgml -share/doc/${PKGBASE}/pam_wheel.sgml -share/doc/html/${PKGBASE}/index.html -share/doc/html/${PKGBASE}/pam-1.html -share/doc/html/${PKGBASE}/pam-10.html -share/doc/html/${PKGBASE}/pam-11.html -share/doc/html/${PKGBASE}/pam-12.html -share/doc/html/${PKGBASE}/pam-2.html -share/doc/html/${PKGBASE}/pam-3.html -share/doc/html/${PKGBASE}/pam-4.html -share/doc/html/${PKGBASE}/pam-5.html -share/doc/html/${PKGBASE}/pam-6.html -share/doc/html/${PKGBASE}/pam-7.html -share/doc/html/${PKGBASE}/pam-8.html -share/doc/html/${PKGBASE}/pam-9.html -share/doc/html/${PKGBASE}/pam.html -share/doc/html/${PKGBASE}/pam_appl-1.html -share/doc/html/${PKGBASE}/pam_appl-10.html -share/doc/html/${PKGBASE}/pam_appl-11.html -share/doc/html/${PKGBASE}/pam_appl-12.html -share/doc/html/${PKGBASE}/pam_appl-13.html -share/doc/html/${PKGBASE}/pam_appl-14.html -share/doc/html/${PKGBASE}/pam_appl-2.html -share/doc/html/${PKGBASE}/pam_appl-3.html -share/doc/html/${PKGBASE}/pam_appl-4.html -share/doc/html/${PKGBASE}/pam_appl-5.html -share/doc/html/${PKGBASE}/pam_appl-6.html -share/doc/html/${PKGBASE}/pam_appl-7.html -share/doc/html/${PKGBASE}/pam_appl-8.html -share/doc/html/${PKGBASE}/pam_appl-9.html -share/doc/html/${PKGBASE}/pam_appl.html -share/doc/html/${PKGBASE}/pam_modules-1.html -share/doc/html/${PKGBASE}/pam_modules-10.html -share/doc/html/${PKGBASE}/pam_modules-11.html -share/doc/html/${PKGBASE}/pam_modules-12.html -share/doc/html/${PKGBASE}/pam_modules-2.html -share/doc/html/${PKGBASE}/pam_modules-3.html -share/doc/html/${PKGBASE}/pam_modules-4.html -share/doc/html/${PKGBASE}/pam_modules-5.html -share/doc/html/${PKGBASE}/pam_modules-6.html -share/doc/html/${PKGBASE}/pam_modules-7.html -share/doc/html/${PKGBASE}/pam_modules-8.html -share/doc/html/${PKGBASE}/pam_modules-9.html -share/doc/html/${PKGBASE}/pam_modules.html share/examples/${PKGBASE}/access.conf share/examples/${PKGBASE}/group.conf share/examples/${PKGBASE}/pam.conf share/examples/${PKGBASE}/pam_env.conf share/examples/${PKGBASE}/time.conf @dirrm share/examples/${PKGBASE} -@dirrm share/doc/html/${PKGBASE} -@dirrm share/doc/${PKGBASE} -@dirrm sbin/pam_filter +@dirrm lib/security/pam_filter @dirrm lib/security @dirrm include/security |