| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: pam | Distribution: Red Hat Linux |
| Version: 0.72 | Vendor: Red Hat, Inc. |
| Release: 20.6.x | Build date: Thu Nov 30 22:03:04 2000 |
| Group: System Environment/Base | Build host: lisa32.devel.redhat.com |
| Size: 2077344 | Source RPM: pam-0.72-20.6.x.src.rpm |
| Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | |
| Url: http://www.us.kernel.org/pub/linux/libs/pam/index.html | |
| Summary: A security tool which provides authentication for applications. | |
PAM (Pluggable Authentication Modules) is a system security tool which allows system administrators to set authentication policy without having to recompile programs which do authentication.
GPL or BSD
* Thu Nov 30 2000 Nalin Dahyabhai <nalin@redhat.com>
- redo similar() using a distance algorithm and drop the default dif_ok to 5
- drop release number to be less than the version included in 7 to allow
upgrades to upgrade the package
* Wed Nov 29 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix similar() function in pam_cracklib (#14740)
- fix example in access.conf (#21467)
- add conditional compilation for building for 6.2 (for pam_userdb)
- tweak post to not use USESHADOW any more
* Tue Nov 28 2000 Nalin Dahyabhai <nalin@redhat.com>
- make EINVAL setting lock limits in pam_limits non-fatal, because it's a 2.4ism
* Tue Nov 21 2000 Nalin Dahyabhai <nalin@redhat.com>
- revert to DB 3.1, which is what we were supposed to be using from the get-go
* Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- add RLIMIT_LOCKS to pam_limits (patch from Jes Sorensen) (#20542)
- link pam_userdb to Berkeley DB 2.x to match 6.2's setup correctly
* Mon Nov 06 2000 Matt Wilson <msw@redhat.com>
- remove prereq on sh-utils, test ([) is built in to bash
* Fri Oct 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix the pam_userdb module breaking
* Thu Oct 19 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix pam_unix likeauth argument for authenticate(),setcred(),setcred()
* Wed Oct 18 2000 Nalin Dahyabhai <nalin@redhat.com>
- tweak pre script to be called in all upgrade cases
- get pam_unix to only care about the significant pieces of passwords it checks
- add /usr/include/db1/db.h as a build prereq to pull in the right include
files, no matter whether they're in glibc-devel or db1-devel
- pam_userdb.c: include db1/db.h instead of db.h
* Thu Oct 12 2000 Nalin Dahyabhai <nalin@redhat.com>
- add BuildPrereq for bison (suggested by Bryan Stillwell)
* Sat Oct 07 2000 Nalin Dahyabhai <nalin@redhat.com>
- patch from Dmitry V. Levin to have pam_stack propagate the PAM fail_delay
- roll back the README for pam_xauth to actually be the right one
- tweak pam_stack to use the parent's service name when calling the substack
* Thu Oct 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- create /etc/sysconfig/authconfig at install-time if upgrading
* Tue Oct 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- modify the files list to make sure #16456 stays fixed
- make pam_stack track PAM_AUTHTOK and PAM_OLDAUTHTOK items
- add pam_chroot module
- self-hosting fixes from the -devel split
- update generated docs in the tree
* Wed Sep 13 2000 Nalin Dahyabhai <nalin@redhat.com>
- split off a -devel subpackage
- install the developer man pages
* Mon Sep 11 2000 Bill Nottingham <notting@redhat.com>
- build libraries before modules
* Thu Sep 07 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix problems when looking for headers in /usr/include (#17236)
- clean up a couple of compile warnings
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
- give users /dev/cdrom* instead of /dev/cdrom in console.perms (#16768)
- add nvidia control files to console.perms
* Wed Aug 23 2000 Bill Nottingham <notting@redhat.com>
- add DRI devices to console.perms (#16731)
* Fri Aug 18 2000 Nalin Dahyabhai <nalin@redhat.com>
- move pam_filter modules to /lib/security/pam_filter (#16111)
- add pam_tally's application to allow counts to be reset (#16456)
- move README files to the txts subdirectory
* Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com>
- add a postun that runs ldconfig
- clean up logging in pam_xauth
* Sat Aug 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- make the tarball include the release number in its name
* Tue Aug 01 2000 Nalin Dahyabhai <nalin@redhat.com>
- add a broken_shadow option to pam_unix
- add all module README files to the documentation list (#16456)
* Wed Jul 26 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix pam_stack debug and losing-track-of-the-result bug
* Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
- rework pam_console's usage of syslog to actually be sane (#14646)
* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
- take the LOG_ERR flag off of some of pam_console's new messages
* Sat Jul 22 2000 Nalin Dahyabhai <nalin@redhat.com>
- add pam_localuser
* Thu Jul 13 2000 Nalin Dahyabhai <nalin@redhat.com>
- need to make pam_console's checking a little stronger
- only pass data up from pam_stack if the parent didn't already define it
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Wed Jul 12 2000 Nalin Dahyabhai <nalin@redhat.com>
- make pam_console's extra checks disableable
- simplify extra check to just check if the device owner is root
- add a debug log when pam_stack comes across a NULL item
- have pam_stack hand items up to the parent from the child
* Tue Jul 04 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix installation of pam_xauth man pages (#12417)
- forcibly strip helpers (#12430)
- try to make pam_console a little more discriminating
* Tue Jun 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- symlink libpam.so to libpam.so.0.72, and likewise for libpam_misc
- reverse order of checks in _unix_getpwnam for pam_unix
* Thu Jun 15 2000 Preston Brown <pbrown@redhat.com>
- include gpmctl in pam_console
* Tue Jun 06 2000 Nalin Dahyabhai <nalin@redhat.com>
- add MANDIR definition and use it when installing man pages
* Tue Jun 06 2000 Preston Brown <pbrown@redhat.com>
- handle scanner and cdwriter devices in pam_console
* Sun Jun 04 2000 Nalin Dahyabhai <nalin@redhat.com>
- add account management wrappers for pam_listfile, pam_nologin, pam_securetty,
pam_shells, and pam_wheel
* Fri Jun 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- add system-auth control file
- let gethostname() call in pam_access.c be implicitly declared to avoid
conflicting types if unistd.c declares it
* Tue May 16 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix problems compiling on Red Hat Linux 5.x (bug #11005)
* Thu Apr 27 2000 Bill Nottingham <notting@redhat.com>
- fix size assumptions in pam_(pwdb|unix) md5 code
* Mon Mar 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- Add new pam_stack module.
- Install pwdb_chkpwd and unix_chkpwd as the current user for non-root builds
* Sat Feb 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- Fix pam_xauth bug #6191.
* Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com>
- Add a patch to accept 'pts/N' in /etc/securetty as a match for tty '5'
(which is what other pieces of the system think it is). Fixes bug #7641.
* Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
- argh, turn off gratuitous debugging
* Wed Jan 19 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 0.72
- fix pam_unix password-changing bug
- fix pam_unix's cracklib support
- change package URL
* Mon Jan 03 2000 Cristian Gafton <gafton@redhat.com>
- don't allow '/' on service_name
* Fri Oct 22 1999 Cristian Gafton <gafton@redhat.com>
- enhance the pam_userdb module some more
* Sat Sep 25 1999 Cristian Gafton <gafton@redhat.com>
- add documenatation
* Wed Sep 22 1999 Michael K. Johnson <johnsonm@redhat.com>
- a tiny change to pam_console to make it not loose track of console users
* Tue Sep 21 1999 Michael K. Johnson <johnsonm@redhat.com>
- a few fixes to pam_xauth to make it more robust
* Thu Jul 15 1999 Michael K. Johnson <johnsonm@redhat.com>
- pam_console: added <xconsole> to manage /dev/console
* Fri Jul 02 1999 Michael K. Johnson <johnsonm@redhat.com>
- pam_xauth: New refcounting implementation based on idea from Stephen Tweedie
* Sun Apr 18 1999 Michael K. Johnson <johnsonm@redhat.com>
- added video4linux devices to /etc/security/console.perms
* Sat Apr 17 1999 Michael K. Johnson <johnsonm@redhat.com>
- added joystick lines to /etc/security/console.perms
* Fri Apr 16 1999 Michael K. Johnson <johnsonm@redhat.com>
- fixed a couple segfaults in pam_xauth uncovered by yesterday's fix...
* Thu Apr 15 1999 Cristian Gafton <gafton@redhat.com>
- use gcc -shared to link the shared libs
* Thu Apr 15 1999 Michael K. Johnson <johnsonm@redhat.com>
- many bug fixes in pam_xauth
- pam_console can now handle broken applications that do not set
the PAM_TTY item.
* Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
- fixed glob/regexp confusion in pam_console, added kbd and fixed fb devices
- added pam_xauth module
* Sun Apr 11 1999 Cristian Gafton <gafton@redhat.com>
- pam_lastlog does wtmp handling now
* Fri Apr 09 1999 Michael K. Johnson <johnsonm@redhat.com>
- added option parsing to pam_console
- added framebuffer devices to default console.perms settings
* Thu Apr 08 1999 Cristian Gafton <gafton@redhat.com>
- fixed empty passwd handling in pam_pwdb
* Tue Mar 30 1999 Michael K. Johnson <johnsonm@redhat.com>
- changed /dev/cdrom default user permissions back to 0600 in console.perms
because some cdrom players open O_RDWR.
* Fri Mar 26 1999 Michael K. Johnson <johnsonm@redhat.com>
- added /dev/jaz and /dev/zip to console.perms
* Thu Mar 25 1999 Michael K. Johnson <johnsonm@redhat.com>
- changed the default user permissions for /dev/cdrom to 0400 in console.perms
* Fri Mar 19 1999 Michael K. Johnson <johnsonm@redhat.com>
- fixed a few bugs in pam_console
* Thu Mar 18 1999 Michael K. Johnson <johnsonm@redhat.com>
- pam_console authentication working
- added /etc/security/console.apps directory
* Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com>
- added pam_console files to filelist
* Fri Feb 12 1999 Cristian Gafton <gafton@redhat.com>
- upgraded to 0.66, some source cleanups
* Mon Dec 28 1998 Cristian Gafton <gafton@redhat.com>
- add patch from Savochkin Andrey Vladimirovich <saw@msu.ru> for umask
security risk
* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
- upgrade to ver 0.65
- build the package out of internal CVS server
/etc/pam.d /etc/pam.d/other /etc/pam.d/system-auth /etc/security/access.conf /etc/security/console.apps /etc/security/console.perms /etc/security/group.conf /etc/security/limits.conf /etc/security/pam_env.conf /etc/security/time.conf /lib/libpam.so /lib/libpam.so.0.72 /lib/libpam_misc.a /lib/libpam_misc.so /lib/libpam_misc.so.0.72 /lib/security /lib/security/pam_access.so /lib/security/pam_chroot.so /lib/security/pam_console.so /lib/security/pam_cracklib.so /lib/security/pam_deny.so /lib/security/pam_env.so /lib/security/pam_filter /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 /lib/security/pam_lastlog.so /lib/security/pam_limits.so /lib/security/pam_listfile.so /lib/security/pam_localuser.so /lib/security/pam_mail.so /lib/security/pam_mkhomedir.so /lib/security/pam_motd.so /lib/security/pam_nologin.so /lib/security/pam_permit.so /lib/security/pam_pwdb.so /lib/security/pam_radius.so /lib/security/pam_rhosts_auth.so /lib/security/pam_rootok.so /lib/security/pam_securetty.so /lib/security/pam_shells.so /lib/security/pam_stack.so /lib/security/pam_stress.so /lib/security/pam_tally.so /lib/security/pam_time.so /lib/security/pam_unix.so /lib/security/pam_unix_acct.so /lib/security/pam_unix_auth.so /lib/security/pam_unix_passwd.so /lib/security/pam_unix_session.so /lib/security/pam_userdb.so /lib/security/pam_warn.so /lib/security/pam_wheel.so /lib/security/pam_xauth.so /sbin/pam_tally /sbin/pwdb_chkpwd /sbin/unix_chkpwd /usr/doc/pam-0.72 /usr/doc/pam-0.72/Copyright /usr/doc/pam-0.72/html /usr/doc/pam-0.72/html/pam-1.html /usr/doc/pam-0.72/html/pam-10.html /usr/doc/pam-0.72/html/pam-11.html /usr/doc/pam-0.72/html/pam-12.html /usr/doc/pam-0.72/html/pam-2.html /usr/doc/pam-0.72/html/pam-3.html /usr/doc/pam-0.72/html/pam-4.html /usr/doc/pam-0.72/html/pam-5.html /usr/doc/pam-0.72/html/pam-6.html /usr/doc/pam-0.72/html/pam-7.html /usr/doc/pam-0.72/html/pam-8.html /usr/doc/pam-0.72/html/pam-9.html /usr/doc/pam-0.72/html/pam.html /usr/doc/pam-0.72/html/pam_appl-1.html /usr/doc/pam-0.72/html/pam_appl-10.html /usr/doc/pam-0.72/html/pam_appl-11.html /usr/doc/pam-0.72/html/pam_appl-12.html /usr/doc/pam-0.72/html/pam_appl-13.html /usr/doc/pam-0.72/html/pam_appl-14.html /usr/doc/pam-0.72/html/pam_appl-2.html /usr/doc/pam-0.72/html/pam_appl-3.html /usr/doc/pam-0.72/html/pam_appl-4.html /usr/doc/pam-0.72/html/pam_appl-5.html /usr/doc/pam-0.72/html/pam_appl-6.html /usr/doc/pam-0.72/html/pam_appl-7.html /usr/doc/pam-0.72/html/pam_appl-8.html /usr/doc/pam-0.72/html/pam_appl-9.html /usr/doc/pam-0.72/html/pam_appl.html /usr/doc/pam-0.72/html/pam_modules-1.html /usr/doc/pam-0.72/html/pam_modules-10.html /usr/doc/pam-0.72/html/pam_modules-11.html /usr/doc/pam-0.72/html/pam_modules-12.html /usr/doc/pam-0.72/html/pam_modules-2.html /usr/doc/pam-0.72/html/pam_modules-3.html /usr/doc/pam-0.72/html/pam_modules-4.html /usr/doc/pam-0.72/html/pam_modules-5.html /usr/doc/pam-0.72/html/pam_modules-6.html /usr/doc/pam-0.72/html/pam_modules-7.html /usr/doc/pam-0.72/html/pam_modules-8.html /usr/doc/pam-0.72/html/pam_modules-9.html /usr/doc/pam-0.72/html/pam_modules.html /usr/doc/pam-0.72/ps /usr/doc/pam-0.72/ps/README /usr/doc/pam-0.72/ps/missfont.log /usr/doc/pam-0.72/ps/pam.ps /usr/doc/pam-0.72/ps/pam_appl.ps /usr/doc/pam-0.72/ps/pam_modules.ps /usr/doc/pam-0.72/rfc86.0.txt /usr/doc/pam-0.72/txts /usr/doc/pam-0.72/txts/README /usr/doc/pam-0.72/txts/README.pam_access /usr/doc/pam-0.72/txts/README.pam_chroot /usr/doc/pam-0.72/txts/README.pam_console /usr/doc/pam-0.72/txts/README.pam_cracklib /usr/doc/pam-0.72/txts/README.pam_deny /usr/doc/pam-0.72/txts/README.pam_env /usr/doc/pam-0.72/txts/README.pam_filter /usr/doc/pam-0.72/txts/README.pam_ftp /usr/doc/pam-0.72/txts/README.pam_limits /usr/doc/pam-0.72/txts/README.pam_listfile /usr/doc/pam-0.72/txts/README.pam_localuser /usr/doc/pam-0.72/txts/README.pam_mail /usr/doc/pam-0.72/txts/README.pam_nologin /usr/doc/pam-0.72/txts/README.pam_permit /usr/doc/pam-0.72/txts/README.pam_pwdb /usr/doc/pam-0.72/txts/README.pam_radius /usr/doc/pam-0.72/txts/README.pam_rhosts /usr/doc/pam-0.72/txts/README.pam_rootok /usr/doc/pam-0.72/txts/README.pam_securetty /usr/doc/pam-0.72/txts/README.pam_shells /usr/doc/pam-0.72/txts/README.pam_stack /usr/doc/pam-0.72/txts/README.pam_stress /usr/doc/pam-0.72/txts/README.pam_tally /usr/doc/pam-0.72/txts/README.pam_time /usr/doc/pam-0.72/txts/README.pam_unix /usr/doc/pam-0.72/txts/README.pam_userdb /usr/doc/pam-0.72/txts/README.pam_warn /usr/doc/pam-0.72/txts/README.pam_wheel /usr/doc/pam-0.72/txts/README.pam_xauth /usr/doc/pam-0.72/txts/pam.txt /usr/doc/pam-0.72/txts/pam_appl.txt /usr/doc/pam-0.72/txts/pam_modules.txt /usr/include/security /usr/include/security/_pam_compat.h /usr/include/security/_pam_macros.h /usr/include/security/_pam_types.h /usr/include/security/pam_appl.h /usr/include/security/pam_filter.h /usr/include/security/pam_misc.h /usr/include/security/pam_modules.h /usr/man/man3/pam_authenticate.3.gz /usr/man/man3/pam_chauthtok.3.gz /usr/man/man3/pam_close_session.3.gz /usr/man/man3/pam_end.3.gz /usr/man/man3/pam_fail_delay.3.gz /usr/man/man3/pam_open_session.3.gz /usr/man/man3/pam_setcred.3.gz /usr/man/man3/pam_start.3.gz /usr/man/man3/pam_strerror.3.gz /usr/man/man5/console.apps.5.gz /usr/man/man5/console.perms.5.gz /usr/man/man8/pam.8.gz /usr/man/man8/pam.conf.8.gz /usr/man/man8/pam.d.8.gz /usr/man/man8/pam_console.8.gz /usr/man/man8/pam_localuser.8.gz /usr/man/man8/pam_stack.8.gz /usr/man/man8/pam_xauth.8.gz /var/lock/console
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 04:59:56 2013