summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS44
1 files changed, 21 insertions, 23 deletions
diff --git a/NEWS b/NEWS
index 5324948c..c00a75a1 100644
--- a/NEWS
+++ b/NEWS
@@ -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