diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-26 19:58:55 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:01:55 -0800 |
commit | 61299e8db666a875e7468aa4b57bb71ae3dd9e30 (patch) | |
tree | 13e6cad74a8993316b814d2eda5936fab4457694 | |
parent | fe177a4cc394567465a75ed4899e0f67024a52fb (diff) | |
download | pam-61299e8db666a875e7468aa4b57bb71ae3dd9e30.tar.gz pam-61299e8db666a875e7468aa4b57bb71ae3dd9e30.tar.bz2 pam-61299e8db666a875e7468aa4b57bb71ae3dd9e30.zip |
fix patch names so it's clear these are all for pam_unix
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/patches-applied/pam_unix_no_helper_for_nis+.patch (renamed from debian/patches-applied/no_helper_for_nis+.patch) | 0 | ||||
-rw-r--r-- | debian/patches-applied/pam_unix_setreuid_juggling.patch (renamed from debian/patches-applied/setreuid_juggling.patch) | 0 | ||||
-rw-r--r-- | debian/patches-applied/pam_unix_thread-safe_save_old_password.patch (renamed from debian/patches-applied/thread-safe_save_old_password.patch) | 0 | ||||
-rw-r--r-- | debian/patches-applied/series | 6 |
5 files changed, 13 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index b5d3ca5d..d2910c92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,14 +23,16 @@ pam (0.99.10.0-1) UNRELEASED; urgency=low now is really just "pam_group_miscfixes". * Patch 007_modules_pam_unix partially superseded upstream; stripping hpux-style expiry information off of password fields is now supported. - * New patch thread-safe_save_old_password.patch, to make sure all our - getpwnam() use in pam_unix is thread-safe (fixes an upstream regression) - * 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. + * New patch pam_unix_thread-safe_save_old_password.patch, to make sure all + our getpwnam() use in pam_unix is thread-safe (fixes an upstream + regression) + * New patch pam_unix_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 pam_unix_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. * New patch pam_unix_fix_sgid_shadow_auth.patch, fixing an upstream regression which prevents sgid shadow apps from being able to authenticate any more because the module forces use of the helper and the helper won't diff --git a/debian/patches-applied/no_helper_for_nis+.patch b/debian/patches-applied/pam_unix_no_helper_for_nis+.patch index 1742034c..1742034c 100644 --- a/debian/patches-applied/no_helper_for_nis+.patch +++ b/debian/patches-applied/pam_unix_no_helper_for_nis+.patch diff --git a/debian/patches-applied/setreuid_juggling.patch b/debian/patches-applied/pam_unix_setreuid_juggling.patch index 0605e108..0605e108 100644 --- a/debian/patches-applied/setreuid_juggling.patch +++ b/debian/patches-applied/pam_unix_setreuid_juggling.patch diff --git a/debian/patches-applied/thread-safe_save_old_password.patch b/debian/patches-applied/pam_unix_thread-safe_save_old_password.patch index c5d578b6..c5d578b6 100644 --- a/debian/patches-applied/thread-safe_save_old_password.patch +++ b/debian/patches-applied/pam_unix_thread-safe_save_old_password.patch diff --git a/debian/patches-applied/series b/debian/patches-applied/series index 168065ab..24a0f6df 100644 --- a/debian/patches-applied/series +++ b/debian/patches-applied/series @@ -1,6 +1,6 @@ -thread-safe_save_old_password.patch -setreuid_juggling.patch -no_helper_for_nis+.patch +pam_unix_thread-safe_save_old_password.patch +pam_unix_setreuid_juggling.patch +pam_unix_no_helper_for_nis+.patch pam_unix_fix_sgid_shadow_auth.patch 007_modules_pam_unix 008_modules_pam_limits_chroot |