summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-26 19:12:13 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:01:54 -0800
commitf34307fe66feac19e0368e9d4d933cdeebe4a910 (patch)
tree099580fc4da0c165b89132b6bd1b3e0aa9594fcb /debian/changelog
parent56b866a746a902b55b95eebfb217a06c2fc3c1cf (diff)
New patch no_helper_for_nis+.patch, which restores the behavior of doing
in-process NIS+ account checking instead of unconditionally passing it off to the unix_chkpwd helper; if it wasn't broke, don't fix it.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4957bf72..5c91f7cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,9 @@ pam (0.99.10.0-1) UNRELEASED; urgency=low
* New patch setreuid_juggling.patch: restore the 0.99.9.0 behavior wrt uid
changes for NIS+, since I know the old behavior was right and don't
believe anyone has tested the new code.
+ * New patch no_helper_for_nis+.patch, which restores the behavior of doing
+ in-process NIS+ account checking instead of unconditionally passing it
+ off to the unix_chkpwd helper; if it wasn't broke, don't fix it.
* The password-changing helper functionality for SELinux systems has been
split out into a separate unix_update binary, so at long last we can
change unix_chkpwd to be sgid shadow instead of suid root.