summaryrefslogtreecommitdiff
path: root/security/sudo/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'security/sudo/patches/patch-ai')
-rw-r--r--security/sudo/patches/patch-ai27
1 files changed, 0 insertions, 27 deletions
diff --git a/security/sudo/patches/patch-ai b/security/sudo/patches/patch-ai
deleted file mode 100644
index c46ba75e8af..00000000000
--- a/security/sudo/patches/patch-ai
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ai,v 1.2 2007/07/02 06:04:03 tls Exp $
-
---- auth/kerb5.c.orig 2005-03-29 23:38:36.000000000 -0500
-+++ auth/kerb5.c 2007-07-02 01:44:01.000000000 -0400
-@@ -57,7 +57,7 @@
- #ifdef HAVE_HEIMDAL
- # define extract_name(c, p) krb5_principal_get_comp_string(c, p, 1)
- # define krb5_free_data_contents(c, d) krb5_data_free(d)
--# define ENCTYPE_DES_CBC_MD5 ETYPE_DES_CBC_MD5 /* XXX */
-+# define ENCTYPE_DES_CBC_MD5 0 /* 0 is wildcard */
- #else
- # define extract_name(c, p) (krb5_princ_component(c, p, 1)->data)
- #endif
-@@ -269,12 +269,11 @@
- * and enctype is currently ignored anyhow.)
- */
- if ((error = krb5_kt_read_service_key(sudo_context, NULL, princ, 0,
-- ENCTYPE_DES_CBC_MD5, &keyblock))) {
-+ 0, &keyblock))) {
- /* Keytab or service key does not exist. */
- log_error(NO_EXIT,
- "%s: host service key not found: %s", auth_name,
- error_message(error));
-- error = 0;
- goto cleanup;
- }
- if (keyblock)