head	1.2;
access;
symbols
	old_old_RELEASE_4_2_0:1.1
	old_old_RELEASE_4_1_1:1.1
	old_old_RELEASE_4_1_0:1.1
	old_old_krb5_1_2:1.1
	old_old_krb5_1_1_1:1.1
	old_old_RELEASE_3_5_0:1.1
	old_old_RELEASE_4_0_0:1.1
	old_old_RELEASE_3_4_0:1.1
	old_old_RELEASE_3_3_0:1.1
	old_old_krb5_1_0_6:1.1
	old_old_krb5_1_0_5:1.1
	old_old_RELEASE_3_2_0:1.1
	old_old_RELEASE_3_1_0:1.1
	old_old_RELEASE_2_2_8:1.1
	old_old_RELEASE_3_0_0:1.1
	old_old_RELEASE_2_2_7:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.03.02.17.33.57;	author nectar;	state dead;
branches;
next	1.1;

1.1
date	98.07.06.18.59.06;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update 1.2.1 -> 1.2.2
@
text
@*** 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;
@


1.1
log
@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 <dima@@best.net>
@
text
@@

