summaryrefslogtreecommitdiff
path: root/security/sudo/patches/patch-ah
blob: 180c35996e9e7f01154d6f4a9d8ce8042d99aedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-ah,v 1.4.10.1 2007/06/26 11:59:28 ghen Exp $

--- env.c.orig	2005-11-08 13:21:33.000000000 -0500
+++ env.c	2007-06-25 04:44:24.000000000 -0400
@@ -105,14 +105,14 @@
 #ifdef __APPLE__
     "DYLD_*",
 #endif
-#ifdef HAVE_KERB4
+#if defined(HAVE_KERB4) || defined(HAVE_KERB5)
     "KRB_CONF*",
     "KRBCONFDIR",
     "KRBTKFILE",
-#endif /* HAVE_KERB4 */
-#ifdef HAVE_KERB5
     "KRB5_CONFIG*",
-#endif /* HAVE_KERB5 */
+    "KRB5_KTNAME",
+    "KRB5CCNAME",
+#endif /* HAVE_KERB4 || HAVE_KERB5 */
 #ifdef HAVE_SECURID
     "VAR_ACE",
     "USR_ACE",
@@ -130,6 +130,7 @@
     "PERLLIB",
     "PERL5LIB",
     "PERL5OPT",
+    "PYTHONINSPECT",
     NULL
 };