Dec. 13, 2005 Dmitry V. Levin 0.99.2.1-alt1 |
- Updated Linux-PAM to 0.99.2.1.
- Updated %_pam_modules_dir (fixes #8630). |
Nov. 24, 2005 Dmitry V. Levin 0.99.2.0-alt1 |
- Updated Linux-PAM to cvs snapshot 20051124. |
Nov. 18, 2005 Dmitry V. Levin 0.99.1.0-alt4 |
- Updated Linux-PAM to cvs snapshot 20051118. |
Oct. 3, 2005 Dmitry V. Levin 0.99.1.0-alt3 |
- Updated Linux-PAM to cvs snapshot 20051004.
- Merged upstream patches:
owl-strdup-cleanup |
Sept. 30, 2005 Dmitry V. Levin 0.99.1.0-alt2 |
- Updated Linux-PAM to cvs snapshot 20050930.
- Fixed several memory leaks in few modules. |
Sept. 26, 2005 Dmitry V. Levin 0.99.1.0-alt1 |
- Updated Linux-PAM to 0.99.1.0.
- Merged upstream patches:
owl-pam_mail
owl-pam_nologin
owl-pam_xauth |
Sept. 21, 2005 Dmitry V. Levin 0.99.0.3-alt6 |
- Updated Linux-PAM to cvs snapshot 20050921.
- Merged upstream patches:
owl-attribute
owl-pam_issue
owl-pam_lastlog-fixes
owl-pam_limits
owl-pam_userdb
owl-sprintf
- Fixed pam_xauth. |
Sept. 19, 2005 Dmitry V. Levin 0.99.0.3-alt5 |
- Updated Linux-PAM to cvs snapshot 20050918.
- Merged upstream patches:
owl-pam_access
owl-pammodutil-makefile
- Fixed pam_mail and pam_nologin. |
Sept. 18, 2005 Dmitry V. Levin 0.99.0.3-alt4 |
- Updated Linux-PAM to cvs snapshot 20050917.
- Merged upstream patches:
owl-conv-warning
owl-pam_deny
owl-pam_env
owl-pam_motd
owl-pam_permit
owl-pam_start
owl-pam_warn
- Fixed pam_issue. |
Sept. 16, 2005 Dmitry V. Levin 0.99.0.3-alt3 |
- Updated Linux-PAM to cvs snapshot 20050915.
- Merged upstream patches:
owl-pam_ext
owl-libpam_misc-makefile
owl-pam_filter-upperLOWER
owl-pam_ftp
owl-pam_lastlog
owl-pam_tally
owl-pam_time
owl-pam_userdb
- Enhanced errors diagnostics.
- Fixed compilation warnings. |
Sept. 10, 2005 Dmitry V. Levin 0.99.0.3-alt2 |
- Added more const and attribute tags to function prototypes.
- Fixed pam_lastlog. |
Sept. 7, 2005 Dmitry V. Levin 0.99.0.3-alt1 |
- Updated Linux-PAM to cvs snapshot 20050906.
- Merged upstream patches:
owl-tmp,
owl-pam_get_user-cache-failures,
owl-man,
owl-pam_securetty,
owl-pam_limits,
owl-pam_motd,
owl-configure,
owl-pam_filter,
owl-pammodutil-attribute.
- Updated patches.
- Disabled packaging of the static library.
- Finished Linux-PAM migration to pam_syslog/pam_prompt. |
Aug. 26, 2005 Dmitry V. Levin 0.80-alt2 |
- pam0_console: fixed console.handlers (#7752). |
Aug. 17, 2005 Dmitry V. Levin 0.80-alt1 |
- Restricted list of global symbols exported by libraries. |
Aug. 12, 2005 Dmitry V. Levin 0.80-alt0.3 |
- Cleaned up conversation wrappers.
- Raised nprocs limits in limits.conf (#5636).
- Added pam_sm_acct_mgmt for pam_mkhomedir module (#6989). |
Aug. 11, 2005 Dmitry V. Levin 0.80-alt0.2 |
- Changed modules logging to eliminate disunion in behaviour and
avoid openlog/closelog calls for each logging function invocation.
- Restricted list of global symbols exported by PAM modules to
standard set of six pam_sm_* functions. |
July 18, 2005 Dmitry V. Levin 0.80-alt0.1 |
- Updated Linux-PAM to 0.80.
- Updated pam-redhat to 0.80-1.
- Disabled build and packaging of the pam_stack module.
- Reviewed patches, removed obsolete ones, updated all the rest. |
Feb. 10, 2005 Dmitry V. Levin 0.75-alt28 |
- Fixed multilib (closes #5091). |
Aug. 3, 2004 Dmitry V. Levin 0.75-alt27 |
- pam_console: Fixed /dev/sg* permissions (#4742).
- Added multilib support (#4891). |
May 5, 2004 Dmitry V. Levin 0.75-alt26 |
- console.perms: added /dev/dri/* to <dri> (#2507).
- console.perms: fixed typo in <console> (#3343).
- pam_userdb: build with libdb4 (#4080). |
Nov. 6, 2003 Dmitry V. Levin 0.75-alt25 |
- Build with %optflags_shared. |
Sept. 27, 2003 Dmitry V. Levin 0.75-alt24 |
- /etc/rpm/macros.d/pam: reverted previous change. |
Sept. 26, 2003 Dmitry V. Levin 0.75-alt23 |
- pam_limits: don't invoke setrlimit(2) on limits which are not
set explicitly as simply resetting RLIMIT_FSIZE to what
appears to be its current value may decrease the actual
limit with LFS (Owl).
- Added buildreq substitution rules.
- /etc/rpm/macros.d/pam: updated (#3050). |
July 30, 2003 Dmitry V. Levin 0.75-alt22 |
- pam_wheel: patched to never rely on getlogin(3).
- pam_console: added "/dev/snd/*" to console.perms <sound> list.
- Renamed:
pam_console0 -> pam0_console
pam_stack0 -> pam0_stack
pam_timestamp0 -> pam0_timestamp
- Updated PAM Policy file.
- Updated rpm macros file. |
May 29, 2003 Dmitry V. Levin 0.75-alt21 |
- Renamed:
libpam -> libpam0
libpam-devel -> libpam0-devel
libpam-devel-static -> libpam0-devel-static
pam_console -> pam_console0
pam_stack -> pam_stack0
pam_timestamp -> pam_timestamp0
- Relocated /etc/pam.d/other from this package to pam-common.
- Relocated pam_{deny,permit}.so modules to libpam0 subpackage.
- Added Linux-PAM-specific rpm macros file.
- Updated PAM Policy file. |
May 23, 2003 Dmitry V. Levin 0.75-alt20 |
- Implemented pam include config support.
- Moved pam_stack to separate subpackage. |
May 23, 2003 Dmitry V. Levin 0.75-alt19 |
- Cleaned up build a bit.
- Build with --disable-read-both-confs
(when /etc/pam.d/ exists, don't look at /etc/pam.conf).
- Moved pam_timestamp to separate subpackage.
- Relocated Linux-PAM documentation to /usr/share/doc/Linux-PAM-1.5.2. |
Feb. 13, 2003 Dmitry V. Levin 0.75-alt18 |
- Updated pam_xauth to pam-redhat-0.75-48.
- pam_xauth: removed wildcards support introduced in pam-redhat-0.75-48. |
Sept. 1, 2002 Dmitry V. Levin 0.75-alt17 |
- Patched pam_motd to behave on errors (Owl).
- Updated pam_timestamp* to pam-redhat-0.75-40.
- Fixed library symlinks generation.
- Use subst instead of perl for build.
- Updated devel-static requirements. |
July 31, 2002 Dmitry V. Levin 0.75-alt16 |
- Simplified read_string patch.
- Readded documentation in PostScript format.
- Dropped buildrequires on libcrypt.so.1(GLIBC_2.2.2), no longer needed
since we don't build pam_unix/pam_pwdb.
- Added patches from Owl:
+ Moved pam.d and pam.conf man pages to section 5 where they belong.
+ pam_limits: support stacking for account management (as well as for
session setup), be fail-close on configuration file reads, report the
"too many logins" via PAM conversation rather than direct printf(3).
- Updated pam-redhat to -38:
+ pam_xauth: fix cases where DISPLAY is "localhost:screen" and
the xauth key is actually stored using the system's hostname;
+ pam_timestamp fixes;
+ added pam_timestamp_check. |