diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-03-05 00:58:23 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-03-05 00:58:23 +0000 |
commit | 33ebc5de87a9fdf88977494bf42e1a6ac24fb68a (patch) | |
tree | a2d5cfc3c30aee6548e1994b8e6dc0a5323abe12 /NEWS | |
parent | 69097289e58777306fdd88b08c510eca0916b4a5 (diff) | |
download | pam-33ebc5de87a9fdf88977494bf42e1a6ac24fb68a.tar.gz pam-33ebc5de87a9fdf88977494bf42e1a6ac24fb68a.tar.bz2 pam-33ebc5de87a9fdf88977494bf42e1a6ac24fb68a.zip |
Sort NEWS entries
* NEWS (1.4.0): Sort module-related news entries.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 44 |
1 files changed, 21 insertions, 23 deletions
@@ -3,34 +3,32 @@ Linux-PAM NEWS -- history of user-visible changes. Release 1.4.0 * Multiple minor bug fixes and documentation improvements * Fixed grammar of messages printed via pam_prompt -* pam_unix: Use bcrypt b-variant when it bcrypt is chosen -* pam_motd: Support multiple motd paths specified, - with filename overrides -* pam_unix: Support for (gost-)yescrypt hashing methods -* pam_unix: Report unusable hashes found by checksalt to syslog -* pam_lastlog: Limit lastlog file use by LASTLOG_UID_MAX - option in login.defs -* pam_lastlog: Do not log info about failed login if the session - was opened with PAM_SILENT flag -* pam_get_authtok_verify: Avoid duplicate password verification -* pam_lastlog: With 'unlimited' option prevent SIGXFSZ due to - reduced 'fsize' limit * Added support for a vendor directory and libeconf -* pam_namespace: Support for noexec, nosuid and nodev flags for tmpfs mounts -* pam_keyinit: In pam_sm_setcred do the same as in pam_sm_open_session -* pam_motd: Export MOTD_SHOWN=pam after showing MOTD -* pam_umask: Added new 'nousergroups' module argument and allowed specifying - the default for usergroups at build-time * configure: Allowed disabling documentation through --disable-doc -* pam_usertype: New module to tell if uid is in login.defs ranges -* pam_succeed_if: Support lists in group membership checks -* pam_unix: Added nullresetok option to allow resetting blank passwords -* pam_namespace: Added a systemd service, which creates the - namespaced instance parent directories during boot +* pam_get_authtok_verify: Avoid duplicate password verification * pam_env: Changed the default to not read the user .pam_environment file -* pam_shells: Recognize /bin/sh as the default shell * pam_group, pam_time: Fixed logical error with multiple ! operators +* pam_keyinit: In pam_sm_setcred do the same as in pam_sm_open_session +* pam_lastlog: Do not log info about failed login if the session was opened + with PAM_SILENT flag +* pam_lastlog: Limit lastlog file use by LASTLOG_UID_MAX option in login.defs +* pam_lastlog: With 'unlimited' option prevent SIGXFSZ due to reduced 'fsize' + limit +* pam_motd: Export MOTD_SHOWN=pam after showing MOTD +* pam_motd: Support multiple motd paths specified, with filename overrides +* pam_namespace: Added a systemd service, which creates the namespaced + instance parent directories during boot +* pam_namespace: Support for noexec, nosuid and nodev flags for tmpfs mounts +* pam_shells: Recognize /bin/sh as the default shell +* pam_succeed_if: Support lists in group membership checks * pam_tty_audit: If kernel audit is disabled return PAM_IGNORE +* pam_umask: Added new 'nousergroups' module argument and allowed specifying + the default for usergroups at build-time +* pam_unix: Added 'nullresetok' option to allow resetting blank passwords +* pam_unix: Report unusable hashes found by checksalt to syslog +* pam_unix: Support for (gost-)yescrypt hashing methods +* pam_unix: Use bcrypt b-variant when it bcrypt is chosen +* pam_usertype: New module to tell if uid is in login.defs ranges Release 1.3.1 |