head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


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

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


desc
@@


1.2
log
@Update 0.3d -> 0.3e.

The vendor says: ``We suggest those running a ftpd to update
immediately.''

Changes in release 0.3e:
 * rcp program included
 * fix buffer overrun in ftpd
 * handle omitted sequence numbers as zeroes to handle MIT krb5 that
   cannot generate zero sequence numbers
 * handle v4 /.k files better
 * configure/portability fixes
 * fixes in parsing of options to kadmin (sub-)commands
 * handle errors in kadmin load better
 * bug fixes
@
text
@--- lib/45/mk_req.c.orig	Mon Apr 17 20:38:38 2000
+++ lib/45/mk_req.c	Mon Apr 17 20:38:50 2000
@@@@ -63,7 +63,7 @@@@
 
 int
 krb_mk_req(KTEXT authent,
-	   const char *service, const char *instance, const char *realm, 
+	   char *service, char *instance, char *realm, 
 	   int32_t checksum)
 {
     CREDENTIALS cr;
@


1.1
log
@= Update 0.2q -> 0.2r
= Replace obscenely large patch to configure with something more
  reasonable
@
text
@@

