- Remove patches applied upstream:

+ debian/patches/487_passwd_chauthtok_failed_message
This commit is contained in:
nekral-guest
2008-09-13 17:46:57 +00:00
parent ec60f91bc5
commit 0c13397839
3 changed files with 1 additions and 21 deletions
+1
View File
@@ -5,6 +5,7 @@ shadow (1:4.1.2-1) experimental; urgency=low
- Remove patches applied upstream:
+ debian/patches/434_login_stop_checking_args_after--
+ debian/patches/491_configure.in_friendly_selinux_detection
+ debian/patches/487_passwd_chauthtok_failed_message
- Updated patches:
+ debian/patches/431_su_uid_0_not_root
+ debian/patches/463_login_delay_obeys_to_PAM
-20
View File
@@ -1,20 +0,0 @@
Goal: Be more verbose and indicate that the password was not changed when
pam_chauthtok fails (in addition to the PAM error, which may not be
comprehensible for the users)
Fixes: #352137
Status wrt upstream: Applied upstream.
Index: shadow-4.1.0/libmisc/pam_pass.c
===================================================================
--- shadow-4.1.0.orig/libmisc/pam_pass.c
+++ shadow-4.1.0/libmisc/pam_pass.c
@@ -38,6 +38,7 @@
ret = pam_chauthtok (pamh, flags);
if (ret != PAM_SUCCESS) {
fprintf (stderr, _("passwd: %s\n"), pam_strerror (pamh, ret));
+ fprintf (stderr, _("passwd: password unchanged\n"));
pam_end (pamh, ret);
exit (10); /* XXX */
}
-1
View File
@@ -22,7 +22,6 @@
579_chowntty_debug
483_su_fakelogin_wrong_arg0
592_manpages_typos
487_passwd_chauthtok_failed_message
403_fix_PATH-MAX_hurd
508_nologin_in_usr_sbin
505_useradd_recommend_adduser