summaryrefslogtreecommitdiffstats
path: root/krb5-1.12.1-pam.patch
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2017-01-20 22:37:32 +0000
committerRobbie Harwood <rharwood@redhat.com>2017-01-20 18:07:42 -0500
commit621f3cf2e61c8a32b1f23057e3cf24d99347defa (patch)
tree7696494e28c563901da97daa359ee42eb40ab415 /krb5-1.12.1-pam.patch
parentbe80cb98618aa41d96ec79aec5b9f7a60c18c41e (diff)
downloadkrb5-621f3cf2e61c8a32b1f23057e3cf24d99347defa.tar.gz
krb5-621f3cf2e61c8a32b1f23057e3cf24d99347defa.tar.xz
krb5-621f3cf2e61c8a32b1f23057e3cf24d99347defa.zip
Add free hook to KDB; increments KDB version
Add KDB version flag. All patches are touched because git made the hash lengths in patches longer.
Diffstat (limited to 'krb5-1.12.1-pam.patch')
-rw-r--r--krb5-1.12.1-pam.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/krb5-1.12.1-pam.patch b/krb5-1.12.1-pam.patch
index 17d29b0..113d98e 100644
--- a/krb5-1.12.1-pam.patch
+++ b/krb5-1.12.1-pam.patch
@@ -28,7 +28,7 @@ changes we're proposing for how it handles cache collections.
create mode 100644 src/clients/ksu/pam.h
diff --git a/src/aclocal.m4 b/src/aclocal.m4
-index 9c46da4..508e5fe 100644
+index 9c46da4b5..508e5fe90 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -1675,3 +1675,70 @@ AC_DEFUN(KRB5_AC_PERSISTENT_KEYRING,[
@@ -103,7 +103,7 @@ index 9c46da4..508e5fe 100644
+AC_SUBST(NON_PAM_MAN)
+])dnl
diff --git a/src/clients/ksu/Makefile.in b/src/clients/ksu/Makefile.in
-index b2fcbf2..5755bb5 100644
+index b2fcbf240..5755bb58a 100644
--- a/src/clients/ksu/Makefile.in
+++ b/src/clients/ksu/Makefile.in
@@ -3,12 +3,14 @@ BUILDTOP=$(REL)..$(S)..
@@ -141,7 +141,7 @@ index b2fcbf2..5755bb5 100644
clean:
$(RM) ksu
diff --git a/src/clients/ksu/main.c b/src/clients/ksu/main.c
-index 28342c2..cab0c18 100644
+index 28342c2d7..cab0c1806 100644
--- a/src/clients/ksu/main.c
+++ b/src/clients/ksu/main.c
@@ -26,6 +26,7 @@
@@ -299,7 +299,7 @@ index 28342c2..cab0c18 100644
}
diff --git a/src/clients/ksu/pam.c b/src/clients/ksu/pam.c
new file mode 100644
-index 0000000..cbfe487
+index 000000000..cbfe48704
--- /dev/null
+++ b/src/clients/ksu/pam.c
@@ -0,0 +1,389 @@
@@ -694,7 +694,7 @@ index 0000000..cbfe487
+#endif
diff --git a/src/clients/ksu/pam.h b/src/clients/ksu/pam.h
new file mode 100644
-index 0000000..0ab7656
+index 000000000..0ab76569c
--- /dev/null
+++ b/src/clients/ksu/pam.h
@@ -0,0 +1,57 @@
@@ -756,7 +756,7 @@ index 0000000..0ab7656
+void appl_pam_cleanup(void);
+#endif
diff --git a/src/configure.in b/src/configure.in
-index 037c9f3..daabd12 100644
+index 037c9f316..daabd12c8 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1336,6 +1336,8 @@ AC_SUBST([VERTO_VERSION])