summaryrefslogtreecommitdiffstats
path: root/Add-tests-for-send-and-receive-sendto_kdc-hooks.patch
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2016-09-22 19:36:45 +0000
committerRobbie Harwood <rharwood@redhat.com>2016-09-22 19:39:24 +0000
commit32ef37287783e0e31d54272b685756b9adc94fad (patch)
tree64c697918982a3966b372c18d9814a042f12896c /Add-tests-for-send-and-receive-sendto_kdc-hooks.patch
parent14f028579db3f19c38efec9e683e4837ddb860b7 (diff)
downloadkrb5-32ef37287783e0e31d54272b685756b9adc94fad.tar.gz
krb5-32ef37287783e0e31d54272b685756b9adc94fad.tar.xz
krb5-32ef37287783e0e31d54272b685756b9adc94fad.zip
Backport getrandom() support and remove patch numbering
Diffstat (limited to 'Add-tests-for-send-and-receive-sendto_kdc-hooks.patch')
-rw-r--r--Add-tests-for-send-and-receive-sendto_kdc-hooks.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/Add-tests-for-send-and-receive-sendto_kdc-hooks.patch b/Add-tests-for-send-and-receive-sendto_kdc-hooks.patch
index 7237327..a47f81a 100644
--- a/Add-tests-for-send-and-receive-sendto_kdc-hooks.patch
+++ b/Add-tests-for-send-and-receive-sendto_kdc-hooks.patch
@@ -1,7 +1,7 @@
-From b54a8377972db8cfc5f74c42831f61445c6f82d9 Mon Sep 17 00:00:00 2001
+From db601cd51030a1e48f38078dd706e95db069ead7 Mon Sep 17 00:00:00 2001
From: Andreas Schneider <asn@samba.org>
Date: Mon, 7 Mar 2016 17:59:07 +0100
-Subject: [PATCH 15/19] Add tests for send and receive sendto_kdc hooks
+Subject: [PATCH] Add tests for send and receive sendto_kdc hooks
[ghudson@mit.edu: style changes]
@@ -10,13 +10,13 @@ ticket: 8386
Conflicts:
src/tests/Makefile.in
[rharwood@redhat.com: fix cherry-pick merge conflicts]
-[rharwood@redhat.com: locally remove gitignore]
+[rharwood@redhat.com: delete .gitignore]
---
src/tests/Makefile.in | 12 ++-
src/tests/deps | 10 ++
src/tests/hooks.c | 253 ++++++++++++++++++++++++++++++++++++++++++++++++++
src/tests/t_hooks.py | 9 ++
- 5 files changed, 281 insertions(+), 4 deletions(-)
+ 4 files changed, 280 insertions(+), 4 deletions(-)
create mode 100644 src/tests/hooks.c
create mode 100755 src/tests/t_hooks.py