From 6b7ea58f15a89a2cb1b6d5e55fb3b8345e0435a9 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Mon, 6 Jul 1998 18:59:06 +0000 Subject: Additional patches (already committed to krb5-current): * Paths corrected in applications * ftpd now logs to facility LOG_FTP * use openpty to obtain pseudo-terminal * corrected detection of TCL libraries * fix a forwarding bug * add -m flag to ksu (preserve USER, HOME, SHELL) * cosmetic bug fix to telnet.c Submitted by: Dima Ruban --- security/krb5-appl/files/patch-au | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 security/krb5-appl/files/patch-au (limited to 'security/krb5-appl/files/patch-au') diff --git a/security/krb5-appl/files/patch-au b/security/krb5-appl/files/patch-au new file mode 100644 index 000000000000..b408c4a3750d --- /dev/null +++ b/security/krb5-appl/files/patch-au @@ -0,0 +1,19 @@ +*** appl/bsd/forward.c.ORIG Fri Feb 6 19:41:16 1998 +--- appl/bsd/forward.c Tue Jun 30 19:46:01 1998 +*************** +*** 51,57 **** + */ + + sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid()); +! setenv("KRB5CCNAME", ccname, 0); + + if (retval = krb5_cc_resolve(context, ccname, ccache)) + goto cleanup; +--- 51,57 ---- + */ + + sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid()); +! setenv("KRB5CCNAME", ccname, 1); + + if (retval = krb5_cc_resolve(context, ccname, ccache)) + goto cleanup; -- cgit v1.2.3