summaryrefslogtreecommitdiffstats
path: root/krb5-1.12-ktany.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-ktany.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-ktany.patch')
-rw-r--r--krb5-1.12-ktany.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/krb5-1.12-ktany.patch b/krb5-1.12-ktany.patch
index 6bd6bd8..e4a22f0 100644
--- a/krb5-1.12-ktany.patch
+++ b/krb5-1.12-ktany.patch
@@ -14,7 +14,7 @@ the contents of the first keytab.
create mode 100644 src/lib/krb5/keytab/kt_any.c
diff --git a/src/lib/krb5/keytab/Makefile.in b/src/lib/krb5/keytab/Makefile.in
-index 2a8fceb..ffd179f 100644
+index 2a8fceb00..ffd179fb2 100644
--- a/src/lib/krb5/keytab/Makefile.in
+++ b/src/lib/krb5/keytab/Makefile.in
@@ -12,6 +12,7 @@ STLIBOBJS= \
@@ -43,7 +43,7 @@ index 2a8fceb..ffd179f 100644
$(srcdir)/kt_srvtab.c \
diff --git a/src/lib/krb5/keytab/kt_any.c b/src/lib/krb5/keytab/kt_any.c
new file mode 100644
-index 0000000..1b9b776
+index 000000000..1b9b7765b
--- /dev/null
+++ b/src/lib/krb5/keytab/kt_any.c
@@ -0,0 +1,292 @@
@@ -340,7 +340,7 @@ index 0000000..1b9b776
+ free(data);
+}
diff --git a/src/lib/krb5/keytab/ktbase.c b/src/lib/krb5/keytab/ktbase.c
-index 0d39b29..6534d7c 100644
+index 0d39b2940..6534d7c52 100644
--- a/src/lib/krb5/keytab/ktbase.c
+++ b/src/lib/krb5/keytab/ktbase.c
@@ -57,14 +57,19 @@ extern const krb5_kt_ops krb5_ktf_ops;