summaryrefslogtreecommitdiff
path: root/debian/patches-applied/026_pam_unix_passwd_unknown_user
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-27 01:18:28 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:18 -0800
commit34f77a041c55ea3734a7b59a21ab5b7fb5d43e2a (patch)
treecd61dc8d7c52d9719fb19865acee8af1137c29a8 /debian/patches-applied/026_pam_unix_passwd_unknown_user
parent47c98f2062c89f63656b48bd44db462317d842b9 (diff)
refresh patches for new upstream version
Diffstat (limited to 'debian/patches-applied/026_pam_unix_passwd_unknown_user')
-rw-r--r--debian/patches-applied/026_pam_unix_passwd_unknown_user12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches-applied/026_pam_unix_passwd_unknown_user b/debian/patches-applied/026_pam_unix_passwd_unknown_user
index e943999a..74371332 100644
--- a/debian/patches-applied/026_pam_unix_passwd_unknown_user
+++ b/debian/patches-applied/026_pam_unix_passwd_unknown_user
@@ -4,7 +4,7 @@ Index: pam.deb/modules/pam_unix/passverify.c
===================================================================
--- pam.deb.orig/modules/pam_unix/passverify.c
+++ pam.deb/modules/pam_unix/passverify.c
-@@ -714,7 +714,7 @@
+@@ -715,7 +715,7 @@
struct passwd *tmpent = NULL;
struct stat st;
FILE *pwfile, *opwfile;
@@ -13,7 +13,7 @@ Index: pam.deb/modules/pam_unix/passverify.c
int oldmask;
#ifdef WITH_SELINUX
security_context_t prev_context=NULL;
-@@ -785,6 +785,7 @@
+@@ -786,6 +786,7 @@
tmpent->pw_passwd = assigned_passwd.charp;
err = 0;
@@ -21,7 +21,7 @@ Index: pam.deb/modules/pam_unix/passverify.c
}
if (putpwent(tmpent, pwfile)) {
D(("error writing entry to password file: %m"));
-@@ -826,7 +827,7 @@
+@@ -827,7 +828,7 @@
return PAM_SUCCESS;
} else {
unlink(PW_TMPFILE);
@@ -30,7 +30,7 @@ Index: pam.deb/modules/pam_unix/passverify.c
}
}
-@@ -841,7 +842,7 @@
+@@ -842,7 +843,7 @@
struct spwd *spwdent = NULL, *stmpent = NULL;
struct stat st;
FILE *pwfile, *opwfile;
@@ -39,7 +39,7 @@ Index: pam.deb/modules/pam_unix/passverify.c
int oldmask;
#ifdef WITH_SELINUX
security_context_t prev_context=NULL;
-@@ -912,6 +913,7 @@
+@@ -913,6 +914,7 @@
stmpent->sp_pwdp = towhat;
stmpent->sp_lstchg = time(NULL) / (60 * 60 * 24);
err = 0;
@@ -47,7 +47,7 @@ Index: pam.deb/modules/pam_unix/passverify.c
D(("Set password %s for %s", stmpent->sp_pwdp, forwho));
}
-@@ -958,7 +960,7 @@
+@@ -959,7 +961,7 @@
return PAM_SUCCESS;
} else {
unlink(SH_TMPFILE);