Группа :: Система/Основа
Исходный пакет: SimplePAMApps
Антон Бояршинов
0.60-alt33.M70C.1
2013-10-30
- rebuild for c72012-08-24 Дмитрий Левин 0.60-alt33
- su: fixed build with fresh glibc.2012-07-16 Дмитрий Левин 0.60-alt32
- login: reenabled GOODBYE_MESSAGE.2012-05-31 Дмитрий Левин 0.60-alt31
- Made utmp_do_close_session() propagate write_wtmp() return value. - Updated URL.2010-12-29 Дмитрий Левин 0.60-alt30
- Fixed parameter passed to pam_end() call in the child process.2010-07-02 Дмитрий Левин 0.60-alt29
- Rebuilt with libaudit.so.1.2010-06-23 Дмитрий Левин 0.60-alt28
- /etc/pam.d/login: Changed to use common-login.2009-12-16 Дмитрий Левин 0.60-alt27
- /etc/pam.d/login: Made pam_console.so fully optional. Added fully optional pam_ck_connector.so.2009-04-07 Дмитрий Левин 0.60-alt26
- Acknowledged NMU.2009-03-12 Антон Фарыгин 0.60-alt25.1
- NMU: added audit support to login - NMU: added pam_loginuid to login.pam2006-10-18 Дмитрий Левин 0.60-alt25
- Fixed build with -D_FORTIFY_SOURCE=2 -Werror.2006-05-05 Дмитрий Левин 0.60-alt24
- su: Do not ignore pam_acct_mgmt() return values except PAM_ACCT_EXPIRED and PAM_NEW_AUTHTOK_REQD even if executed by root.2006-01-12 ALT QA Team Robot 0.60-alt23.1
- Rebuilt for new style PAM dependencies generated by rpm-build-4.0.4-alt55.2005-10-04 Дмитрий Левин 0.60-alt23
- Fixed build with new Linux-PAM. - /etc/pam.d/login: moved pam_mail from auth to session control.2005-06-28 Дмитрий Левин 0.60-alt22
- Enhanced build fix made in previous release.2005-01-16 Дмитрий Левин 0.60-alt21
- Added help to control facility scripts. - Removed verify checks for files controlled via control(8) facility. - Fixed compilation issues detected by gcc-3.4.3.2004-02-08 Дмитрий Левин 0.60-alt20
- In login and su, generate ut_id's consistently with libutempter and openssh (#3580).2004-01-18 Дмитрий Левин 0.60-alt19
- Deal with compilation warnings generated by new gcc compiler.2003-06-17 Дмитрий Левин 0.60-alt18
- Fixed build with OpenPAM. - Added Linux-PAM/OpenPAM multi-build support.2003-05-23 Дмитрий Левин 0.60-alt17
- PAM configuration policy enforcement.2003-04-17 Дмитрий Левин 0.60-alt16
- Do not compile passwd. - Rearranged patches, to sync with 0.60-owl18.2003-01-12 Дмитрий Левин 0.60-alt15
- Removed build support for "passwd" from SimplePAMApps package. - Replaced owl-su-no-tty and owl-alt-su-no-fail_delay with owl-su patch. - Keep su at mode "restricted" in the package, but default it to "wheelonly" in %post when the package is first installed. This avoids a race and fail-open behavior (Owl).2002-10-13 Дмитрий Левин 0.60-alt14
- Added control support for su.2002-06-13 Дмитрий Левин 0.60-alt13
- Setenv SHELL variable.2002-03-21 Дмитрий Левин 0.60-alt12
- Fixed %triggerpostun scripts.2002-03-10 Дмитрий Левин 0.60-alt11
- Pick the best match utmp entry to replace when ut_id's don't match (Owl). - login: fixed pam_lastlog usage.2001-12-25 Дмитрий Левин 0.60-alt10
- login: + changed pam_securetty control-flag from "requisite" to "required". + added pam_motd to the session stack. + fixed manpage.2001-12-14 Дмитрий Левин 0.60-alt9
- Merged patches from Owl: * Mon Nov 19 2001 Solar Designer <solar@owl.openwall.com> - login: treat all PAM errors except PAM_NEW_AUTHTOK_REQD in the same way to reduce information leaks. - login: only chdir to the user's home directory after becoming the user. - su: don't set a fail delay (it made very little sense and may be enabled from within a PAM module anyway).2001-10-05 Дмитрий Левин 0.60-alt8
- login, su: + reset default PATH only for login sessions; + propagate DISPLAY environment variable for login sessions.2001-09-26 Дмитрий Левин 0.60-alt7
- login: requires latest pam_console for proper function.2001-09-25 Дмитрий Левин 0.60-alt6
- login, su: dropped ttyname patch (conflicts with utmp code). - login, su: build_shell_args: strip argv[0] value (compatibility).2001-09-20 Дмитрий Левин 0.60-alt5
- set_user_credentials: add /usr/local/{s,}bin to PATH.2001-09-17 Дмитрий Левин 0.60-alt4
- login, su: set_user_credentials: set PATH variable depending on uid.2001-09-11 Дмитрий Левин 0.60-alt3
- su: added -s option for superuser (compatibility). - su: -l option doesn't obsolete -c option.2001-09-10 Дмитрий Левин 0.60-alt2
- login: disabled goodbye message and updated pam config to mimic traditional behaviour. - Added %post scripts to ease migration.2001-08-28 Дмитрий Левин 0.60-alt1
- ALT adaptions. - Strip "/dev/" prefix from ttyname when pam_set_item( PAM_TTY ). - Packaged login, passwd, su as separate independent subpackages. - Enable build of login and su.2001-04-01 Solar Designer
- Use pam_limits with login and su. - passwd: line-buffer stdout. - passwd: don't require an utmp entry even when run on a tty.2001-03-19 Solar Designer
- passwd: don't require a tty. - passwd.pam and su.pam: "nodelay" for pam_pwdb.2000-12-20 Solar Designer
- Use pam_mktemp.2000-10-29 Solar Designer
- su: don't require that the tty can be determined when started by root. - su: don't require that getlogin() works to set PAM_RUSER. - #include <stdarg.h> in su.c (was needed, but missing).2000-09-22 Solar Designer
- Make use of the new pam_passwdqc option: min=99,... -> min=disabled,...2000-09-16 Solar Designer
- Use RPM_OPT_FLAGS correctly.2000-08-23 Solar Designer
- %config(noreplace) for /etc/pam.d files.2000-08-11 Solar Designer
- Added owl-control support for su and passwd.2000-07-09 Solar Designer
- Imported this spec file from SimplePAMApps-0.56-2.src.rpm and changed it so heavily that there isn't much left. - Added a bugfix patch for passwd and a bugfix and security patch for login. (In fact, login needs to be re-coded.) - login can now obtain the username from LOGNAME when started as root (not SUID), to be used by getty's.