summaryrefslogtreecommitdiff
path: root/debian/patches-applied/dont_freeze_password_chain
diff options
context:
space:
mode:
authorKees Cook <kees@debian.org>2009-04-17 12:49:36 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 19:41:19 -0800
commit242d9e180528b37ac5fc070869f5c23225c7932d (patch)
tree8b9f69c53a5272c753fd227fe38b429b2293b217 /debian/patches-applied/dont_freeze_password_chain
parent5dfff3b61214051bb43efe7d761c0f3a3fc06330 (diff)
refresh quilt patch offsets
Diffstat (limited to 'debian/patches-applied/dont_freeze_password_chain')
-rw-r--r--debian/patches-applied/dont_freeze_password_chain19
1 files changed, 10 insertions, 9 deletions
diff --git a/debian/patches-applied/dont_freeze_password_chain b/debian/patches-applied/dont_freeze_password_chain
index 799d0a0e..2f1cf43e 100644
--- a/debian/patches-applied/dont_freeze_password_chain
+++ b/debian/patches-applied/dont_freeze_password_chain
@@ -7,8 +7,10 @@ Author: Thorsten Kukuk <kukuk@thkukuk.de>
Upstream status: cherry-picked from upstream.
=== modified file 'doc/man/pam_sm_chauthtok.3.xml'
---- doc/man/pam_sm_chauthtok.3.xml 2006-06-28 14:22:40 +0000
-+++ doc/man/pam_sm_chauthtok.3.xml 2009-02-18 00:34:47 +0000
+Index: doc/man/pam_sm_chauthtok.3.xml
+===================================================================
+--- doc/man/pam_sm_chauthtok.3.xml.orig 2009-04-17 12:44:11.000000000 -0700
++++ doc/man/pam_sm_chauthtok.3.xml 2009-04-17 12:47:40.000000000 -0700
@@ -40,7 +40,7 @@
</citerefentry> interface.
</para>
@@ -84,11 +86,11 @@ Upstream status: cherry-picked from upstream.
the second call that the authorization token is (possibly) changed.
</para>
</refsect1>
-
-=== modified file 'libpam/pam_dispatch.c'
---- libpam/pam_dispatch.c 2008-12-03 22:16:33 +0000
-+++ libpam/pam_dispatch.c 2009-02-18 00:34:47 +0000
-@@ -132,11 +132,10 @@
+Index: libpam/pam_dispatch.c
+===================================================================
+--- libpam/pam_dispatch.c.orig 2009-04-17 12:47:17.000000000 -0700
++++ libpam/pam_dispatch.c 2009-04-17 12:47:40.000000000 -0700
+@@ -128,11 +128,10 @@
}
/*
@@ -104,7 +106,7 @@ Upstream status: cherry-picked from upstream.
*/
if (use_cached_chain != _PAM_PLEASE_FREEZE) {
-@@ -358,9 +357,6 @@
+@@ -342,9 +341,6 @@
break;
case PAM_CHAUTHTOK:
h = pamh->handlers.conf.chauthtok;
@@ -114,4 +116,3 @@ Upstream status: cherry-picked from upstream.
break;
default:
pam_syslog(pamh, LOG_ERR, "undefined fn choice; %d", choice);
-